C613-50100-01 REV C Command Reference for x930 Series 1311
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
BGP AND BGP4+ COMMANDS
NEIGHBOR
PEER-GROUP (ADD A NEIGHBOR)
This example shows a new peer-group group1 and the removal of a neighbor
10.10.0.63 to the group.
awplus# configure terminal
awplus(config)# router bgp 10
awplus(config-router)# neighbor group1 peer-group
awplus(config-router)# no neighbor 10.10.0.63 peer-group group1
Examples
[BGP4+]
This example shows a new peer-group group1 and the addition of a neighbor
2001:0db8:010d::1 to the group.
awplus# configure terminal
awplus(config)# router bgp 10
awplus(config-router)# neighbor group1 peer-group
awplus(config-router)# address-family ipv6
awplus(config-router-af)# neighbor peer-group
group12001:0db8:010d::1
This example shows a new peer-group group1 and the removal of a neighbor
2001:0db8:010d::1 to the group.
awplus# configure terminal
awplus(config)# router bgp 10
awplus(config-router)# neighbor group1 peer-group
awplus(config-router)# address-family ipv6
awplus(config-router-af)# no neighbor peer-group
group12001:0db8:010d::1
Related
Commands
neighbor peer-group (create a peer-group)
neighbor port