Cisco ASR 9000 Series Configuration Manual page 292

Aggregation services router
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading

Table of Contents