bgp graceful-restart stalepath-time

Syntax

bgp graceful-restart stalepath-time <VALUE>

no bgp graceful-restart stalepath-time <VALUE>

Description

Configures the time that BGP keeps the stale routes from the restarting BGP peer.

Any changes in BGP configuration are applied by restarting the current BGP sessions in the VRFs.

The no form of this command resets to the default value of 150 seconds.

Command context

config-router

Parameters

<VALUE>

Specifies the restart timer value. Default: 150 seconds. Range: 1-3600.

Authority

Administrators

Examples

switch(config-router)# bgp graceful-restart stalepath-time 300
All current BGP sessions in VRF default will be restarted.
Do you want to continue (y/n)?
switch(config-router)# no bgp graceful-restart stalepath-time
All current BGP sessions in VRF default will be restarted.
Do you want to continue (y/n)?