neighbor connect-retry-interval

This command sets the amount of time between attempts to reestablish a connection to configured peers that are currently no longer available.

Syntax

neighbor ip-address connect-retry-interval interval
no neighbor ip-address connect-retry-interval interval

Parameters

ip-address Specifies a BGP peer as a valid IPv4 address in dotted-quad format or as a valid IPv6 address in colon-separated format.
interval Specifies the interval in seconds between attempts to reestablish a connection to configured peers that are no longer available. Valid values are 1 - 65535 seconds. The default value is 120 seconds.

Defaults

None.

Mode

BGP Router Configuration.

Usage

The no neighbor connect-retry-interval command resets the BGP connect-retry-interval to the default value of 120 seconds.

Example

The following example sets the BGP connect-retry-interval for neighbor 9.1.2.1 to 125 seconds:

System(su-config)->router bgp 65151
System(su-config-bgp)->bgp router-id 159.1.1.9
System(su-config-bgp)->neighbor 9.1.2.1 connect-retry-interval 125
System(su-config-bgp)->