
214
with other routers. The command is only available when the route refresh capability is not
enabled
Example:
Switch(config-router)#neighbor 11.1.1.120 soft-reconfiguration inbound
1.8.3.68 neighbor strict-capability-match
Command: neighbor {<ip-address>|<TAG>} strict-capability-match
no neighbor {<ip-address>|<TAG>} strict-capability-match
Function:
Configure whether strict capability match is required when establishing connections.
The “
no neighbor {<ip-address>|<TAG>} strict-capability-match
” command set to not
requiring strict match.
Parameter: <ip-address>
: Neighbor IP address
<TAG>
: Name of peer group
Default:
No strict capability match configured
Command Mode:
BGP route mode and address-family mode.
Usage Guide:
With this command, the connection can only be established when the both side
are perfectly matched on capabilities.
Example:
Switch(config-router)#neighbor 10.1.1.64 strict-capability-match
1.8.3.69 neighbor timers
Command: neighbor {<ip-address>|<TAG>} timers <0-65535> <0-65535>
no neighbor {<ip-address>|<TAG>} timers <0-65535> <0-65535>
Function:
Configure the KEEPALIVE interval and hold time; the “
no neighbor
{<ip-address>|<TAG>} timers <0-65535> <0-65535>
“ command restores the defaults
Parameter:
Neighbor IP address
<TAG>
: Name of peer group
<0-65535>
: Respectively the KEEPALIVE and HOLD TIME
Default:
Default KEEPALIVE time is 60s, while HOLD TIME is 240s
Command Mode:
BGP route mode and address-family mode
Usage Guide:
Send KEEPALIVE interval and HOLD TIME intervals sent in the peer connection.
The hold time is the time period for maintain the connection when no message is received from
the partner (such as KEEPALIVE). And the connection will be closed after this hold time.
Example:
Switch(config-router)#neighbor 10.1.1.64 timers 50 200
Relevant Commands: neighbor timers connect, timers bgp, no timers bgp
1.8.3.70 neighbor timers connect