Hint
A default route can be used in situations where the route from a source to a destination is not known or when it is not feasible for the router to maintain many routes in its routing table. To configure a default route, you use the ip route
command. You need to configure the default route on Router B, as this router needs to know where to forward the traffic. To configure a default route using the next-hop router, you would use the following command:
RouterB(config)#ip route 0.0.0.0 0.0.0.0 172.16.2.2
The ip route 0.0.0.0 0.0.0.0 172.16.2.1
command will not work, as it is not specifying the correct interface. It is using the IP address of its exit interface. When specifying the exit interface, you must use the interface name. The ip route 0.0.0.0 0.0.0.0 s/0/0/0
command will not work, as it is not specifying the correct exit interface. It is using the name of the exit interface for Router A, not Router B. The ip route 0.0.0.0 0.0.0.0 s0/0/1
command would work; however, it is being configured on the incorrect router.
A default route can be used in situations where the route from a source to a destination is not known or when it is not feasible for the router to maintain many routes in its routing table. To configure a default route, you use the ip route
command. You need to configure the default route on Router B, as this router needs to know where to forward the traffic. To configure a default route using the next-hop router, you would use the following command:
RouterB(config)#ip route 0.0.0.0 0.0.0.0 172.16.2.2
The ip route 0.0.0.0 0.0.0.0 172.16.2.1
command will not work, as it is not specifying the correct interface. It is using the IP address of its exit interface. When specifying the exit interface, you must use the interface name. The ip route 0.0.0.0 0.0.0.0 s/0/0/0
command will not work, as it is not specifying the correct exit interface. It is using the name of the exit interface for Router A, not Router B. The ip route 0.0.0.0 0.0.0.0 s0/0/1
command would work; however, it is being configured on the incorrect router.
A default route can be used in situations where the route from a source to a destination is not known or when it is not feasible for the router to maintain many routes in its routing table. To configure a default route, you use the ip route
command. You need to configure the default route on Router B, as this router needs to know where to forward the traffic. To configure a default route using the next-hop router, you would use the following command:
RouterB(config)#ip route 0.0.0.0 0.0.0.0 172.16.2.2
The ip route 0.0.0.0 0.0.0.0 172.16.2.1
command will not work, as it is not specifying the correct interface. It is using the IP address of its exit interface. When specifying the exit interface, you must use the interface name. The ip route 0.0.0.0 0.0.0.0 s/0/0/0
command will not work, as it is not specifying the correct exit interface. It is using the name of the exit interface for Router A, not Router B. The ip route 0.0.0.0 0.0.0.0 s0/0/1
command would work; however, it is being configured on the incorrect router.