OcNOS-SP : Layer 3 Guide : Layer 3 Unicast Configuration Guide : BGP4+ Additional Paths Configuration : Additional Paths Send and Receive at Address-family level
Additional Paths Send and Receive at Address-family level
R2
 
#configure terminal
Enter the Configure mode.
(config)#router bgp 100
Enter BGP router mode
(config-router)#address-family ipv6 unicast
Enter address-family mode for neighbor router session to activate.
(config-router-af)#bgp additional-paths send-receive
Configure R2 to send additional paths to and receive additional paths from all iBGP neighbors
(config-router-af)#bgp additional-paths select all
Configure R2 to select all available paths to send to all iBGP neighbors
(config-router-af)#exit-address-family
Exit Address Family mode and return to Router mode.
(config-router)#exit
Exit the router BGP mode and enter the config mode
(config)#commit
Apply commit
(config)#exit
Exit the config mode
R3
 
#configure terminal
Enter the Configure mode.
(config)#router bgp 100
Enter BGP router mode
(config-router)#address-family ipv6 unicast
Enter address-family mode for neighbor router session to activate.
(config-router-af)#bgp additional-paths send-receive
Configure R3 to send additional paths to and receive additional paths from all iBGP neighbors
(config-router-af)#bgp additional-paths select all
Configure R3 to select all available paths to send to all iBGP neighbors
(config-router-af)#exit-address-family
Exit Address Family mode and return to Router mode.
(config-router)#exit
Exit the router BGP mode and enter the config mode
(config)#commit
Apply commit
(config)#exit
Exit the config mode
Last modified date: 10/16/2023