A network engineer has issued the show run | section router eigrp command. What outcome is expected from the command output?
R1# show run | section router eigrp router eigrp 99 network 172.21.33.1 0.0.0.0 redistribute ospf 1 ipv6 router eigrp 99 redistribute ospf 1 metric 100000 100 255 1 1500 include-connected
- The EIGRP for IPv4 configuration will not redistribute OSPF routes without a match keyword.
- The EIGRP for IPv6 configuration will not redistribute OSPF routes without a match keyword.
- The EIGRP for IPv4 configuration will not redistribute OSPF routes without the include-connected keyword.
- The EIGRP for IPv4 configuration will not redistribute OSPF routes without the metric keyword.
Explanation: The metric keyword is required when redistributing OSPF routes into an EIGRP routing process.
Exam with this question: CCNP ENARSI 8 Modules 15 - 17 Checkpoint Exam: Conditional Forwarding and Route Redistribution Exam
Please login or Register to submit your answer