Implementing Cisco IP Routing (CCNP ROUTE, legacy) — Question 29
Given the accompanying output, which additional command is needed to redistribute IGRP into EIGRP?
Router eigrp 123 -
Network 10.10.10.0 -
No auto-summary -
!
Router igrp 123 -
Network 172.16.0.0 -
Network 172.17.0.0 -
Answer options
- A. Under the router igrp mode add redistribute eigrp 123
- B. Under the router eigrp mode add redistribute igrp 123
- C. Under the router eigrp mode add redistribute igrp 123 subnets
Correct answer: E, I, G, R, P, I, G, R, P
Explanation
The correct answer is B because it specifically enables the redistribution of IGRP routes into EIGRP by using the appropriate command format. Option A is incorrect as it attempts to redistribute EIGRP into IGRP instead, and option C is also incorrect because it adds the 'subnets' keyword, which is not needed for this redistribution command.