SUMMARY STEPS
1.
configure
2.
router eigrp as-number
3.
vrf vrf-name
4.
address-family { ipv4 }
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.
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 VRF instance.
vrf vrf-name
Example:
RP/0/RSP0/CPU0:router(config-eigrp)# router eigrp 100
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
Injects routes from one routing domain into
EIGRP.
redistribute {{ bgp | connected | isis | ospf | ospfv3 | rip
| static } [ as-number | instance-name ]} [ route-policy name
]
Step 5
Example:
RP/0/RSP0/CPU0:router(config-eigrp-vrf-af)# redistribute
bgp 100
Applies a routing policy to updates advertised
to or received from an EIGRP neighbor.
route-policy route-policy-name { in | out }
Example:
RP/0/RSP0/CPU0:router(config-eigrp-vrf-af)# route-policy
policy_A in
Step 6
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.3.x
326
Implementing EIGRP
Redistributing BGP Routes into EIGRP