Which set of commands correctly configures one-way route redistribution from OSPF into the EIGRP routing domain?

IT Questions BankCategory: CCNP ROUTEWhich set of commands correctly configures one-way route redistribution from OSPF into the EIGRP routing domain?

Which set of commands correctly configures one-way route redistribution from OSPF into the EIGRP routing domain?

router eigrp 10
network 10.0.0.0
exit
router ospf 1
network 192.168.0.0 0.0.255.255 area 0
redistribute eigrp 10

router eigrp 10
network 10.0.0.0
redistribute ospf 1
exit
router ospf 1
network 192.168.0.0 0.0.255.255 area 0

router eigrp 10
network 10.0.0.0
redistribute ospf 1 metric 5
exit
router ospf 1
network 192.168.0.0 0.0.255.255 area 0

router eigrp 10
network 10.0.0.0
redistribute ospf 1 metric 5
exit
router ospf 1
network 192.168.0.0 0.0.255.255 area 0
redistribute eigrp 10 subnets metric 100

Exam with this question: CCNP ROUTE Final Exam Answers (Version 7)

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments