ECS4660-28F_Management Guide-R03

Table Of Contents
C
HAPTER
51
| IP Routing Commands
Border Gateway Protocol (BGPv4)
– 1881
hold-time – The maximum interval after which a neighbor is
declared dead if a keep-alive or update message has not been
received. (Range: 0, 3-65535 seconds)
COMMAND MODE
Router Configuration
DEFAULT SETTING
Keep Alive time: 60 seconds
Hold time: 180 seconds
COMMAND USAGE
This command sets the Keep Alive time used for maintaining
connectivity, and the Hold time to wait for Keep Alive or Update
messages before declaring a neighbor down.
This command sets timers for monitoring connectivity to specific
neighboring routers, which supercede those applied to all neighbors
with the global timers bgp command.
EXAMPLE
Console(config-router)#neighbor 10.1.1.66 timers 50 200
Console(config-router)#
neighbor
timers connect
This command sets the time to wait before attempting to reconnect to a
neighbor whose TCP connection has failed. Use the no form to restore the
default setting.
SYNTAX
[no] neighbor ip-address timers connect retry-interval
ip-address – IP address of a neighbor.
group-name – A BGP peer group containing a list of neighboring
routers configured with the neighbor peer-group command.
retry-interval – The amount of time the system waits for the
transport protocol connection to complete. If this timer expires, the
state remains in Connect state, the timer is reset, and the system
tries to initiate a new transport connection. (Range: 0-65535
seconds)
COMMAND MODE
Router Configuration
DEFAULT SETTING
120 seconds