ECS4660-28F_Management Guide-R03

Table Of Contents
C
HAPTER
51
| IP Routing Commands
Border Gateway Protocol (BGPv4)
– 1872
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)#