Allied Telesis BGP4 Switch User Manual


 
BGP and BGP4+ Commands
Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches
3.146 AlliedWare Plus
TM
Operating System - Software Version 5.4.3-2.6 C613-50032-01 REV D
neighbor peer-group (create a peer-group) (BGP and
BGP4+)
Use this command to create a peer-group for BGP and BGP4+.
Use the no variant of this command to disable this function.
Syntax
[BGP/BGP4+]
neighbor <peer-group> peer-group
no neighbor <peer-group> peer-group
Mode [BGP] Router Configuration or IPv4 Address Family Configuration for a VRF instance
Mode [BGP4+] Router Configuration
Usage
[BGP/BGP4+]
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) (BGP and BGP+) command on page 3.144 to add neighbors to the group.
Examples
[BGP/BGP4+]
Related Commands
neighbor peer-group (add a neighbor) (BGP and BGP+)
Parameter Description
<peer-group> Enter the name of the peer-group.
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