OcNOS-SP : Layer 3 Guide : Layer 3 Unicast Configuration Guide : BGP4+ Additional Paths Configuration : Additional Paths at the Neighbor Level
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-receive
Configure R2 to send-receive additional paths to the iBGP neighbor R3
(config-router-af)#neighbor 3001::2 advertise additional-paths all
Configure R2 to advertise all available paths to the iBGP neighbor R3
(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)#neighbor 3001::1 additional-paths send-receive
Configure R3 to receive additional paths from the iBGP neighbor R2
(config-router-af)#neighbor 3001::1 advertise additional-paths all
Configure R2 to advertise all available paths to the iBGP neighbor R3
(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 neighbors 3001::2
BGP neighbor is 3001::2, remote AS 100, local AS 100, internal link
BGP version 4, remote router ID 10.12.5.92
BGP state = Established, up for 00:00:29
Last read 00:00:29, hold time is 90, keepalive interval is 30 seconds
Neighbor capabilities:
Route refresh: advertised and received (old and new)
Address family IPv4 Unicast: advertised and received
Address family IPv6 Unicast: advertised and received
Received 588 messages, 51 notifications, 0 in queue
Sent 664 messages, 4 notifications, 0 in queue
Route refresh request: received 0, sent 0
Minimum time between advertisement runs is 5 seconds
For address family: IPv4 Unicast
BGP table version 1, neighbor version 1
Index 5, Offset 0, Mask 0x20
Community attribute sent to this neighbor (both)
0 accepted prefixes
0 announced prefixes
 
For address family: IPv6 Unicast
BGP table version 64, neighbor version 64
Index 5, Offset 0, Mask 0x20
AF-dependant capabilities:
Add-Path Send Capability : advertised and received
Add-Path Receive Capability : advertised and received
Community attribute sent to this neighbor (both)
4 accepted prefixes
4 announced prefixes
 
Connections established 5; dropped 4
Local host: 3001::1, Local port: 179
Foreign host: 3001::2, Foreign port: 39326
Nexthop: 10.12.5.93
Nexthop global: 3001::1
Nexthop local: fe80::5054:ff:fe19:1758
BGP connection: shared network
Last Reset: 00:00:29, due to BGP Notification sent
Notification Error Message: (Cease/Other Configuration Change.)
 
#show bgp ipv6 summary
BGP router identifier 10.12.5.93, local AS number 100
BGP table version is 64
2 BGP AS-PATH entries
0 BGP community entries
 
Neighbor V AS MsgRcv MsgSen TblVer InQ OutQ Up/Down State/PfxRcd
1001::1 4 200 561 578 64 0 0 04:35:32 1
1002::1 4 200 564 579 64 0 0 04:35:32 1
1003::1 4 200 563 578 64 0 0 04:35:32 1
1004::1 4 200 562 578 64 0 0 04:35:32 1
3001::2 4 100 640 669 64 0 0 00:00:35 4
 
Total number of neighbors 5
 
Total number of Established sessions 5
 
#show bgp ipv6
BGP table version is 64, local router ID is 10.12.5.93
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, l - labeled
S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete
 
Network Next Hop Metric LocPrf Weight Path
*> 1090::/64 1001::1(fe80::5054:ff:fe9c:b7e6)
0 100 0 200 i
* 1002::1(fe80::5054:ff:fe0d:f5e)
0 100 0 200 i
* 1003::1(fe80::5054:ff:fec7:1940)
0 100 0 200 i
* 1004::1(fe80::5054:ff:fe62:70d8)
0 100 0 200 i
*>i 9999::/64 2001::1 0 100 0 300 i
* i 2002::1 0 100 0 300 i
* i 2003::1 0 100 0 300 i
* i 2004::1 0 100 0 300 i
 
Total number of prefixes 2
 
#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
 
#show bgp ipv6 9999::/64
BGP routing table entry for 9999::/64
Paths: (4 available, best #1, table Default-IP-Routing-Table)
Advertised to non peer-group peers:
1001::1 1002::1 1003::1 1004::1
300
2001::1 (metric 20) from 3001::2 (10.12.5.92)
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 04:45:39 2017
 
300
2002::1 (metric 20) from 3001::2 (10.12.5.92)
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 04:45:53 2017
 
300
2003::1 (metric 20) from 3001::2 (10.12.5.92)
Origin IGP, metric 0, localpref 100, valid, internal
rx path_id: 2 tx path_id: 2
Not advertised to any peer
Last update: Wed Jan 11 04:45:53 2017
 
300
2004::1 (metric 20) from 3001::2 (10.12.5.92)
Origin IGP, metric 0, localpref 100, valid, internal
rx path_id: 3 tx path_id: 3
Not advertised to any peer
Last update: Wed Jan 11 04:45:53 2017
R3
#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:
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 04:45:39 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 04:45:42 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: 2
Not advertised to any peer
Last update: Wed Jan 11 04:45:42 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: 3
Not advertised to any peer
Last update: Wed Jan 11 04:45:42 2017
 
R3#show bgp ipv6 9999::/64
BGP routing table entry for 9999::/64
Paths: (4 available, best #1, table Default-IP-Routing-Table)
Advertised to non peer-group peers:
2002::1 2003::1 2004::1
300
2001::1(fe80::5054:ff:fe46:f549) from 2001::1 (10.12.5.90)
(fe80::5054:ff:fe46:f549)
Origin IGP, metric 0, localpref 100, valid, external, best
rx path_id: -1 tx path_id: 0
Advertised to non peer-group peers:
3001::1
Last update: Wed Jan 11 03:52:32 2017
 
300
2002::1(fe80::5054:ff:fed2:4666) from 2002::1 (10.12.5.90)
(fe80::5054:ff:fed2:4666)
Origin IGP, metric 0, localpref 100, valid, external
rx path_id: -1 tx path_id: 1
Advertised to non peer-group peers:
3001::1
Last update: Wed Jan 11 03:52:27 2017
 
300
2003::1(fe80::5054:ff:fe0d:b565) from 2003::1 (10.12.5.90)
(fe80::5054:ff:fe0d:b565)
Origin IGP, metric 0, localpref 100, valid, external
rx path_id: -1 tx path_id: 2
Advertised to non peer-group peers:
3001::1
Last update: Wed Jan 11 03:52:37 2017
 
300
2004::1(fe80::5054:ff:feb5:9a71) from 2004::1 (10.12.5.90)
(fe80::5054:ff:feb5:9a71)
Origin IGP, metric 0, localpref 100, valid, external
rx path_id: -1 tx path_id: 3
Advertised to non peer-group peers:
3001::1
Last update: Wed Jan 11 03:52:44 2017
 
#show bgp ipv6
BGP table version is 283, local router ID is 10.12.5.92
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, l - labeled
S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete
 
Network Next Hop Metric LocPrf Weight Path
*>i 1090::/64 1001::1 0 100 0 200 i
* i 1002::1 0 100 0 200 i
* i 1003::1 0 100 0 200 i
* i 1004::1 0 100 0 200 i
*> 9999::/64 2001::1(fe80::5054:ff:fe46:f549)
0 100 0 300 i
* 2002::1(fe80::5054:ff:fed2:4666)
0 100 0 300 i
* 2003::1(fe80::5054:ff:fe0d:b565)
0 100 0 300 i
* 2004::1(fe80::5054:ff:feb5:9a71)
0 100 0 300 i
 
Total number of prefixes 2
 
#show bgp ipv6 summary
BGP router identifier 10.12.5.92, local AS number 100
BGP table version is 283
2 BGP AS-PATH entries
0 BGP community entries
 
Neighbor V AS MsgRcv MsgSen TblVer InQ OutQ Up/Down State/PfxRcd
2001::1 4 300 556 562 282 0 0 04:28:07 1
2002::1 4 300 556 560 283 0 0 04:28:07 1
2003::1 4 300 560 563 282 0 0 04:28:07 1
2004::1 4 300 543 546 283 0 0 04:28:03 1
3001::1 4 100 551 553 283 0 0 00:04:18 4
 
Total number of neighbors 5
 
Total number of Established sessions 5
 
#show bgp ipv6 neighbors 3001::1
BGP neighbor is 3001::1, remote AS 100, local AS 100, internal link
BGP version 4, remote router ID 10.12.5.93
BGP state = Established, up for 00:05:02
Last read 00:05:02, hold time is 90, keepalive interval is 30 seconds
Neighbor capabilities:
Route refresh: advertised and received (old and new)
Address family IPv4 Unicast: advertised and received
Address family IPv6 Unicast: advertised and received
Received 550 messages, 3 notifications, 0 in queue
Sent 553 messages, 2 notifications, 0 in queue
Route refresh request: received 0, sent 0
Minimum time between advertisement runs is 5 seconds
For address family: IPv4 Unicast
BGP table version 1, neighbor version 1
Index 5, Offset 0, Mask 0x20
Community attribute sent to this neighbor (both)
0 accepted prefixes
0 announced prefixes
 
For address family: IPv6 Unicast
BGP table version 283, neighbor version 283
Index 1, Offset 0, Mask 0x2
AF-dependant capabilities:
Add-Path Send Capability : advertised and received
Add-Path Receive Capability : advertised and received
Community attribute sent to this neighbor (both)
4 accepted prefixes
4 announced prefixes
 
Connections established 6; dropped 5
Local host: 3001::2, Local port: 39326
Foreign host: 3001::1, Foreign port: 179
Nexthop: 10.12.5.92
Nexthop global: 3001::2
Nexthop local: fe80::5054:ff:fe5d:bb79
BGP connection: shared network
Last Reset: 00:05:07, due to BGP Notification received
Notification Error Message: (Cease/Other Configuration Change.)
Last modified date: 10/16/2023