Chapter 29
| IP Routing Commands
Border Gateway Protocol (BGPv4)
– 964 –
neighbor peer-group
(Group Members)
This command assigns routers to a peer group. Use the no form to remove a group
member.
Syntax
[no] neighbor ip-address peer-group group-name
ip-address – IP address of a neighbor.
group-name – A BGP peer group.
Command Mode
Router Configuration
Default Setting
No group members are defined.
Command Usage
To create a peer group, use the neighbor group-name peer-group command.
Example
Console(config-router)#neighbor 10.1.1.64 peer-group RD
Console(config-router)#
neighbor port This command specifies the TCP port number of the partner through which
communications are carried. Use the no form to restore the default setting.
Syntax
neighbor ip-address port port-number
no neighbor ip-address port
ip-address – IP address of a neighbor.
port-number – TCP port number to use for BGP communications.
(Range: 0-65535)
Command Mode
Router Configuration
Default Setting
179
Example
Console(config-router)#neighbor 10.1.1.64 port 1023
Console(config-router)#