C613-50100-01 REV C Command Reference for x930 Series 1312
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
BGP AND BGP4+ COMMANDS
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 neighbor peer-group (add
a neighbor) 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.