
C613-50186-01 Rev B
Command Reference for AR2050V
1257
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
BGP
AND
BGP4+ C
OMMANDS
NEIGHBOR
PEER
-
GROUP
(
CREATE
A
PEER
-
GROUP
)
neighbor peer-group (create a peer-group)
Overview
Use this command to create a peer-group for BGP and BGP4+.
Use the
no
variant of this command to disable this function.
Syntax
neighbor <
peer-group
> peer-group
no neighbor <
peer-group
> peer-group
Mode [BGP]
Router Configuration or IPv4 Address Family Configuration
Mode [BGP4+]
Router Configuration
Usage
Neighbors with the same update policies are grouped into peer groups. This
facilitates the updates of various policies, such as, distribute and filter lists.
The peer-group is then configured easily with many of the neighbor commands.
Any changes made to the peer group affect all members.
Use this command to create a peer-group, then use the
command to add neighbors to the group.
Examples
awplus#
configure terminal
awplus(config)#
router bgp 10
awplus(config-router)#
neighbor group1 peer-group
awplus#
configure terminal
awplus(config)#
router bgp 10
awplus(config-router)#
no neighbor group1 peer-group
Related
Commands
neighbor peer-group (add a neighbor)
Parameter
Description
<
peer-group
>
Enter the name of the peer-group.