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