Cisco ASR 9000 Series Configuration Manual page 177

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

Advertisement

Implementing BGP
Enabling BGP unequal cost recursive load balancing feature is not supported on CPP based cards.
Note
SUMMARY STEPS
1. configure
2. router bgp as-number
3. address-family { ipv4 | ipv6 } unicast
4. maximum-paths { ebgp | ibgp | eibgp } maximum [ unequal-cost ]
5. exit
6. neighbor ip-address
7. dmz-link-bandwidth
8. commit
DETAILED STEPS
Command or Action
Step 1
configure
Step 2
router bgp as-number
Example:
RP/0/RSP0/CPU0:router(config)# router
bgp 120
Step 3
address-family { ipv4 | ipv6 } unicast
Example:
RP/0/RSP0/CPU0:router(config-bgp)#
address-family ipv4 unicast
Step 4
maximum-paths { ebgp | ibgp | eibgp }
maximum [ unequal-cost ]
Example:
RP/0/RSP0/CPU0:router(config-bgp-af)#
maximum-paths ebgp 3
OL-30423-03
Purpose
Specifies the autonomous system number and enters the BGP
configuration mode, allowing you to configure the BGP routing process.
Specifies either an IPv4 or IPv6 address family unicast and enters address
family configuration submode.
To see a list of all the possible keywords and arguments for this
command, use the CLI help (?).
Configures the maximum number of parallel routes that BGP installs in
the routing table.
Note
• ebgp maximum : Consider only eBGP paths for multipath.
• ibgp maximum [ unequal-cost ]: Consider load balancing between
iBGP learned paths.
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.1.x
Enabling BGP Unequal Cost Recursive Load Balancing
• Valid values for maximum-paths are 8 for ASR 9000
Ethernet Line Card and 32 for ASR 9000 Enhanced
Ethernet Line Card.
• The ASR 9000 Ethernet Line Card limits the number of
routes to be installed to 8 in the forwarding hardware even
though the maximum-path value configured is more than
8.
149

Advertisement

Table of Contents
loading

Table of Contents