
BGP and BGP4+ Commands
Examples [BGP4+] To source BGP connections for neighbor 2001:0db8:010d::1 with the IPv6 address of the local loopback address instead of the best local address, enter the commands listed below:
awplus(config)# | interface lo |
ipv6 address 2001:0db8:010d::1/128 | |
exit | |
awplus(config)# | router bgp 100 |
| neighbor 2001:0db8:010d::1 |
| 110 |
| neighbor 2001:0db8:010d::1 |
|
|
To remove BGP connections for neighbor 2001:0db8:010d::1 with the IPv6 address of the local loopback address instead of the best local address, enter the commands listed below:
awplus(config)# router bgp 100
awplus(config-router)# no neighbor 2001:0db8:010d::1 update-source
To source BGP connections for neighbor group1 with the IPv6 address of the local loopback address instead of the best local address, enter the commands listed below:
awplus(config)# | interface lo |
ipv6 address 2001:0db8:010d::1/128 | |
exit | |
awplus(config)# | router bgp 100 |
| neighbor group1 |
| neighbor 2001:0db8:010d::1 |
| 100 |
|
|
| neighbor 2001:0db8:010d::1 |
| group1 |
| exit |
| neighbor group1 |
To remove BGP connections for neighbor group1 with the IPv6 address of the local loopback address instead of the best local address, enter the commands listed below:
awplus(config)# router bgp 100
awplus(config-router)# neighbor group1 update-source lo
Related Commands neighbor
| Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches |
|
AlliedWare PlusTM Operating System - Software Version | 3.187 |