This command sets the interval between the advertisement and subsequent withdrawal of a route for the specified peer.
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. |
None.
BGP Router Configuration.
The no neighbor route-withdraw-interval resets the route withdrawal interval setting to the default value of 30 seconds.
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)->