C613-50631-01 Rev A Command Reference for IE340 Series 1472
AlliedWare Plus™ Operating System - Version 5.5.3-0.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 notes 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)
Command
changes
Added to AlliedWare Plus prior to 5.4.6-1
Version 5.4.7-2.1: BGP support added for x510 and x550 series
Version 5.4.7-2.4: BGP support added for IE300 series
Parameter Description
<peer-group> Enter the name of the peer-group.