SUMMARY STEPS
1.
configure
2.
router bgp as-number
3.
address-family { ipv4 | ipv6 } unicast
4.
Do one of the following:
•
redistribute connected [ metric metric-value ] [ route-policy route-policy-name ]
•
redistribute eigrp process-id [ match { external | internal }] [ metric metric-value ] [
route-policy route-policy-name ]
•
redistribute isis process-id [ level { 1 | 1-inter-area | 2 }] [ metric metric-value ] [ route-policy
route-policy-name ]
•
redistribute ospf process-id [ match { external [ 1 | 2 ] | internal | nssa-external [ 1 | 2
]]} [ metric metric-value ] [ route-policy route-policy-name ]
•
redistribute ospfv3 process-id [ match { external [ 1 | 2 ] | internal | nssa-external [ 1 |
2 ]]} [ metric metric-value ] [ route-policy route-policy-name ]
•
redistribute rip [ metric metric-value ] [ route-policy route-policy-name ]
•
redistribute static [ metric metric-value ] [ route-policy route-policy-name ]
5.
commit
DETAILED STEPS
PurposeCommand or Action
configure
Step 1
Specifies the autonomous system number
and enters the BGP configuration mode,
router bgp as-number
Example:
RP/0/RSP0/CPU0:router(config)# router bgp 120
Step 2
allowing you to configure the BGP routing
process.
Specifies either the IPv4 or IPv6 address
family and enters address family
configuration submode.
address-family { ipv4 | ipv6 } unicast
Example:
RP/0/RSP0/CPU0:router(config-bgp)# address-family ipv4 unicast
Step 3
To see a list of all the possible keywords and
arguments for this command, use the CLI
help (?).
Causes routes from the specified instance to
be redistributed into BGP.
Do one of the following:
Step 4
•
redistribute connected [ metric metric-value ] [ route-policy
route-policy-name ]
•
redistribute eigrp process-id [ match { external | internal }]
[ metric metric-value ] [ route-policy route-policy-name ]
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.3.x
99
Implementing BGP
Redistributing Prefixes into Multiprotocol BGP