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

IT Exam Items RepositoryCategory: 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

Related exam: CCNP ROUTE Final Exam Answers (Version 7)