
C613-50186-01 Rev B
Command Reference for AR2050V
1256
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
BGP
AND
BGP4+ C
OMMANDS
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