neighbor route-withdraw-interval

This command sets the interval between the advertisement and subsequent withdrawal of a route for the specified peer.

Syntax

neighbor ip-address route-withdraw-interval interval
no neighbor ip-address route-withdraw-interval interval

Parameters

ip-address An IPv4 or IPv6 address specified in dotted-quad format; IPv6 addresses are specified in colon-separated format.
interval Specifies the amount of time in seconds between the advertisement and subsequent withdrawal of a route from the RIB. Valid values are 0 - 65535 seconds. Default value is 30 seconds.

Defaults

None.

Mode

BGP Router Configuration.

Usage

The no neighbor route-withdraw-interval resets the route withdrawal interval setting to the default value of 30 seconds.

Example

The following example sets the route withdrawal interval for neighbor 10.10.25.1 to 35 seconds:

System(su-config)->router bgp 65151
System(su-config-bgp)->bgp router-id 159.1.1.9
System(su-config-bgp)->neighbor 10.10.25.1 route-withdraw-interval 35
System(su-config-bgp)->