PrepAway - Latest Free Exam Questions & Answers

Which of the following statements are TRUE about the given set of commands? (Choose two.)

You manage the company network, as shown in the network diagram below:

You executed the following command on RouterA:

routerA(config)# ip route 0.0.0.0 0.0.0.0 S0/0
routerA(config)# router eigrp 200
routerA(config-router)# redistribute static metric 1000 1 255 1 1500

Which of the following statements are TRUE about the given set of commands? (Choose two.)

A. A static default route is created on RouterA

B. A summary default route is created on RouterA

C. The default route is redistributed into the EIGRP network

D. The default route is not advertised to the EIGRP network

Explanation:
The given set of commands creates a static default route on RouterA and redistributes this route into the EIGRP company network. The ip route 0.0.0.0 0.0.0.0 S0/0 command executed in the global configuration mode creates a static default route on the router. The ip route command allows you to specify a static route. The redistribute static metric 1000 1 255 1 1500 command then redistributes the static default route into the EIGRP autonomous system (AS) 200. This implies that the EIGRP network identifies the default route as an external route, and traffic to all unknown destination subnets will be diverted to the default route.

Alternatively, default routes can be advertised into EIGRP networks by either of the following methods:
• Using the network 0.0.0.0 command on the router
• Using the ip summary-address eigrp 200 0.0.0.0 0.0.0.0 command on the router

A summary default route is not created on RouterA in the scenario. If the ip summary-address eigrp 200 0.0.0.0 0.0.0.0 command was used on RouterA, then a summary default route would be created. The summary default route points to the 0.0.0.0 network with the null0 interface as the next-hop interface. Summary default routes are helpful for providing remote networks with a default route.

The default route is advertised to the EIGRP network because the redistribute command was executed. This command is used to advertise the default route to the EIGRP network.

Objective:
Layer 3 Technologies
Sub-Objective:
Configure and verify default routing


Leave a Reply