Implementing BGP
Command or Action
Step 4
pass endif
Example:
RP/0/RSP0/CPU0:router(config-rpl-else)#pass
RP/0/RSP0/CPU0:router(config-rpl-else)#endif
Step 5
end-policy
Example:
RP/0/RSP0/CPU0:router(config-rpl)#end-policy
Step 6
router bgp as-number
Example:
RP/0/RSP0/CPU0:router(config)#router bgp 100
Step 7
address-family {ipv4 {unicast | multicast} | ipv6 {unicast |
multicast | l2vpn vpls-vpws | vpnv4 unicast | vpnv6 unicast
}
Example:
RP/0/RSP0/CPU0:router(config-bgp)#address-family ipv4
unicast
Step 8
additional-paths receive
Example:
RP/0/RSP0/CPU0:router(config-bgp-af)#additional-paths
receive
Step 9
additional-paths send
Example:
RP/0/RSP0/CPU0:router(config-bgp-af)#additional-paths
send
Step 10
additional-paths selection route-policy route-policy-name
Example:
RP/0/RSP0/CPU0:router(config-bgp-af)#additional-paths
selection route-policy add_path_policy
Step 11
commit
Configuring iBGP Multipath Load Sharing
Perform this task to configure the iBGP Multipath Load Sharing:
OL-30423-03
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.1.x
Configuring iBGP Multipath Load Sharing
Purpose
Passes the route for processing and ends the if
statement.
Ends the route policy definition of the route policy
and exits route-policy configuration mode.
Specifies the autonomous system number and enters
the BGP configuration mode, allowing you to
configure the BGP routing process.
Specifies the address family and enters address
family configuration submode.
Configures receive capability of multiple paths for
a prefix to the capable peers.
Configures send capability of multiple paths for a
prefix to the capable peers .
Configures additional paths selection capability for
a prefix.
139