Exam 642-883 | Question id=3513 | Route Manipulations in Service Provider Environments |
A Cisco IOS XR router is a member in OSPF 1 and EIGRP 100 domains, and needs to redistribute OSPF learned routes into EIGRP. Which configuration achieves this goal?
A. |
router eigrp 100
address-family ipv4
redistribute ospf 1
| |
B. |
router eigrp 100
redistribute ospf 1 route-policy OS_INTO_EIG
!
route-policy OS_INTO_EIG
set eigrp-metric 100 10 255 1 155
| |
C. |
router eigrp 100
address-family ipv4
redistribute ospf 1 route-policy OS_INTO_EIG
!
route-policy OS_INTO_EIG
set eigrp-metric 100 10 255 1 155
| |
D. |
router eigrp 100
default-metric 100 1 255 1 1500
redistribute ospf 1
|