Selection of all Additional Paths at the Neighbor 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)#neighbor 3001::2 additional-paths send | Configure R2 to send additional paths to and receive additional paths from all iBGP neighbors |
(config-router-af)#neighbor 3001::2 advertise additional-paths 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 |
Validation
R2
#show bgp ipv6 1090::/64
BGP routing table entry for 1090::/64
Paths: (4 available, best #1, table Default-IP-Routing-Table)
Advertised to non peer-group peers:
1002::1 1003::1 1004::1
200
1001::1(fe80::5054:ff:fe9c:b7e6) from 1001::1 (10.12.5.144)
(fe80::5054:ff:fe9c:b7e6)
Origin IGP, metric 0, localpref 100, valid, external, best
rx path_id: -1 tx path_id: 0
Advertised to non peer-group peers:
3001::2
Last update: Wed Jan 11 03:53:54 2017
200
1002::1(fe80::5054:ff:fe0d:f5e) from 1002::1 (10.12.5.144)
(fe80::5054:ff:fe0d:f5e)
Origin IGP, metric 0, localpref 100, valid, external
rx path_id: -1 tx path_id: 1
Advertised to non peer-group peers:
3001::2
Last update: Wed Jan 11 03:54:01 2017
200
1003::1(fe80::5054:ff:fec7:1940) from 1003::1 (10.12.5.144)
(fe80::5054:ff:fec7:1940)
Origin IGP, metric 0, localpref 100, valid, external
rx path_id: -1 tx path_id: 2
Advertised to non peer-group peers:
3001::2
Last update: Wed Jan 11 03:53:52 2017
200
1004::1(fe80::5054:ff:fe62:70d8) from 1004::1 (10.12.5.144)
(fe80::5054:ff:fe62:70d8)
Origin IGP, metric 0, localpref 100, valid, external
rx path_id: -1 tx path_id: 3
Advertised to non peer-group peers:
3001::2
Last update: Wed Jan 11 03:53:48 2017
R3
#show bgp ipv6 1090::
BGP routing table entry for 1090::/64
Paths: (4 available, best #1, table Default-IP-Routing-Table)
Advertised to non peer-group peers:
2001::1 2002::1 2003::1 2004::1
200
1001::1 (metric 20) from 3001::1 (10.12.5.93)
Origin IGP, metric 0, localpref 100, valid, internal, best
rx path_id: 0 tx path_id: 0
Not advertised to any peer
Last update: Wed Jan 11 05:52:01 2017
200
1004::1 (metric 20) from 3001::1 (10.12.5.93)
Origin IGP, metric 0, localpref 100, valid, internal
rx path_id: 3 tx path_id: -1
Not advertised to any peer
Last update: Wed Jan 11 05:52:43 2017
200
1003::1 (metric 20) from 3001::1 (10.12.5.93)
Origin IGP, metric 0, localpref 100, valid, internal
rx path_id: 2 tx path_id: -1
Not advertised to any peer
Last update: Wed Jan 11 05:52:43 2017
200
1002::1 (metric 20) from 3001::1 (10.12.5.93)
Origin IGP, metric 0, localpref 100, valid, internal
rx path_id: 1 tx path_id: -1
Not advertised to any peer
Last update: Wed Jan 11 05:52:43 2017