SUMMARY STEPS
1.
configure
2.
router eigrp as-number
3.
vrf vrf-name
4.
address-family { ipv4 }
5.
router-id router-id
6.
autonomous-system as-number
7.
redistribute {{ bgp | connected | isis | ospf | ospfv3 | rip | static } [ as-number | instance-name
]} [ route-policy name ]
8.
interface type interface-path-id
9.
site-of-origin { as-number:number | ip-address : number }
10.
commit
DETAILED STEPS
PurposeCommand or Action
configure
Step 1
Specifies the autonomous system number of the
routing process to configure an EIGRP routing
process
router eigrp as-number
Example:
RP/0/RSP0/CPU0:router(config)# router eigrp 100
Step 2
Configures a VPN routing and forwarding (VRF)
instance.
vrf vrf-name
Example:
RP/0/RSP0/CPU0:router(config-eigrp)# vrf vrf_A
Step 3
Enters a VRF address family configuration mode.address-family { ipv4 }
Example:
RP/0/RSP0/CPU0:router(config-eigrp-vrf)#
address-family ipv4
Step 4
Configures a router ID for the EIGRP process.
router-id router-id
Example:
RP/0/RSP0/CPU0:router(config-eigrp-vrf-af)# router-id
33
Step 5
Configures an EIGRP routing process to run within
the VRF instance.
autonomous-system as-number
Example:
RP/0/RSP0/CPU0:router(config-eigrp-vrf-af)#
autonomous-system 2
Step 6
You must configure the autonomous system
under VRF configuration to bring-up the
VRF interface.
Note
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.1.x
262 OL-30423-03
Implementing EIGRP
Configuring EIGRP as a PE-CE Protocol