DGS-6604 m neighbor peer-group (add group member)
CLI Reference Guide
448
neighbor peer-group (add group member)
Use this command to add a neighbor into a peer group. Use the no form of the
command to remove a neighbor from a peer group.
neighbor IP-ADDRESS peer-group PEER-GROUP-NAME
no neighbor IP-ADDRESS peer-group PEER-GROUP-NAME
Default None
Command Mode Router configuration
Address family configuration
Usage Guideline The neighbor at the specified IP address inherits all the configured options of the
peer group.
Example This example shows how to add a group member 10.1.1.254 to the peer group,
named ALPHA-GROUP.
Verify the settings by entering the show ip bgp neighbor command in User
EXEC mode.
Syntax Description
IP-ADDRESS IP address of the neighbor.
PEER-GROUP-NAME Name of the BGP peer group
Switch(config)# router bgp 65100
Switch(config-router)# neighbor ALPHA-GROUP peer-group
Switch(config-router)# neighbor 10.1.1.254 peer-group ALPHA-GROUP