Specifications
Implementing EIGRP on Cisco IOS XR Software
How to Implement EIGRP on Cisco IOS XR Software
RC-157
Cisco IOS XR Routing Configuration Guide
10. 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)# vrf vrf_A
Configures a VPN routing and forwarding (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
router-id 
router-id
Example:
RP/0/RP0/CPU0:router(config-eigrp-vrf-af)# 
router-id 33
Configures a router ID for the EIGRP process.
Step 6
autonomous-system 
as-number
Example:
RP/0/RP0/CPU0:router(config-eigrp-vrf-af)# 
autonomous-system 2
Configures an EIGRP routing process to run within the VRF 
instance.
Step 7
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 8
interface 
type instance
Example:
RP/0/RP0/CPU0:router(config-eigrp-vrf-af)# 
interface gigabitEthernet 0/1/5/0
Configures the interface on which EIGRP the routing 
protocol runs. 










