Cisco Systems OL-14356-01 Network Router User Manual


 
Implementing EIGRP on Cisco IOS XR Software
How to Implement EIGRP on Cisco IOS XR Software
RC-162
Cisco IOS XR Routing Configuration Guide
OL-14356-01
3. vrf vrf-name
4. address-family {ipv4 | ipv6}
5. redistribute {{bgp | connected | isis | ospf | ospfv3 | rip | static} [as-number | instance-name]}
[route-policy name]
6. route-policy route-policy-name {in | out}
7. default-metric bandwidth delay reliability loading mtu
8. end
or
commit
DETAILED STEPS
Command or Action Purpose
Step 1
configure
Example:
RP/0/RP0/CPU0:router# configure
Enters global configuration mode.
Step 2
router eigrp as-number
Example:
RP/0/RP0/CPU0:router(config)# router eigrp 100
Configures an EIGRP routing process.
Step 3
vrf vrf-name
Example:
RP/0/RP0/CPU0:router(config-eigrp)# router
eigrp 100
Configures a VRF instance.
Step 4
address-family {ipv4 | ipv6}
Example:
RP/0/RP0/CPU0:router(config-eigrp-vrf)#
address-family ipv4
Enters a VRF address family configuration mode.
Step 5
redistribute {{bgp | connected | isis | ospf |
ospfv3 | rip | static} [as-number]}
[route-policy name]
Example:
RP/0/RP0/CPU0:router(config-eigrp-vrf-af)#
redistribute bgp 100
Injects routes from one routing domain into EIGRP.
Step 6
route-policy route-policy-name {in | out}
Example:
RP/0/RP0/CPU0:router(config-eigrp-vrf-af)#
route-policy policy_A in
Applies a routing policy to updates advertised to or received
from an EIGRP neighbor.