Chapter 50
| IP Routing Commands
Border Gateway Protocol (BGPv4)
– 1137 –
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
Command Usage
This command sets the time to wait before attempting to reconnect to a BGP
neighbor after having failed to connect. During the idle time specified by the
Connect Retry timer, the remote BGP peer can actively establish a BGP session with
the local router.
Example
Console(config-router)#neighbor 10.1.1.66 timers connect 100
Console(config-router)#
neighbor
unsuppress-map
This command allows routes suppressed by the aggregate-address (summary-only
option) to be advertised to specified neighbors. Use the no form to remove this
configuration entry.
Syntax
[no] neighbor {ip-address | group-name} unsuppress-map map-name
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.
map-name – Name of the route map. The route map can be used to filter
the networks to advertise. (Range: 1-80 characters)
Command Mode
Router Configuration