What is the result of adding this command to a router that is already configured for dynamic routing?
ip route 0.0.0.0 0.0.0.0 192.168.1.2
Answer(s)
- It configures the router as a firewall, blocking all packets from IP address 192.168.1.2.
- It configures the router to block routing updates from being sent to IP address 192.168.1.2.
- It configures the router to drop all packets for which the destination network is unknown.
- It configures the router to send all packets to IP address 192.168.1.2.
- It configures the router to send all packets to IP address 192.168.1.2 if the packets match no other entry inthe routing table.
Correct Answer It configures the router to send all packets to IP address 192.168.1.2 if the packets match no other entry inthe routing table.