518
Function:
Assign/delete peers in the group. The “
no neighbor <ip-address>
peer-group <TAG>
“ command deletes the peers from the peer group
Parameter: <ip-address>
: Neighbor IP address
<TAG>
: Name of peer group
Default:
No peer group
Command Mode:
BGP mode and address-family mode
Usage Guide:
By configuring the peer group, a group of peers with the same attributes
will be configured at the same time so to reduce the configuration staff labor. Create peer
group with above command and assign members into the group with this command
Example:
Refer to above examples
13.8.3.60 neighbor port
Command: neighbor <ip-address> port <0-65535>
no neighbor <ip-address> port [<0-65535>]
Function:
Specify the TCP port number of the partner through which the communication
carries. The “
no neighbor <ip-address> port [<0-65535>]
” command restore the port
number to default value
Parameter: <ip-address>
: Neighbor IP address
<TAG>
: Name of the peer group
<0-65535>
: TCP port number
Default:
Default port number is 179
Command Mode:
BGP mode and address-family mode
Usage Guide:
This is a configuration when the partner may connect through ports not
specified by BGP
Example:
Switch(config-router)#neighbor 10.1.1.64 port 1023
13.8.3.61 neighbor prefix-list
Command: neighbor {<ip-address>|<TAG>} prefix-list <LISTNAME|number>
{<in|out>}
no neighbor {<ip-address>|<TAG>} prefix-list <LISTNAME|number>
{<in>|<out>}
Function:
Configure the prefix restrictions applied in sending or receiving routes from
specified neighbors. The “
no neighbor {<ip-address>|<TAG>} prefix-list
<LISTNAME|number> {<in>|<out>}
” command cancels this configuration
Parameter: <ip-address>
:Neighbor IP address
<TAG>
: Name of the peer group
<LISTNAME|number>
:Name or sequence number of the prefix-list
<in|out>
:Direction on which the restrictions applied