Cisco Cisco ASR 5700

Page of 8994
BGP Configuration Mode Commands   
▀  bgp 
 
 
▄  Command Line Interface Reference, StarOS Release 17 
1646 
   
bgp 
Defines the BGP-specific parameters regarding graceful restarts. 
Product
 
All 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > Global Configuration > Context Configuration > BGP Configuration 
configure > context context_name > router bgp as_number
 
Entering the above command sequence results in the following prompt: 
[context_name]host_name(config-bgp)# 
Syntax
 
bgp graceful-restart { restart-time rest_time | stalepath-time stale_time | update-delay  
delay  } 
graceful-restart restart-time
 
rest_time
 
Specifies the maximum time (in seconds) required for neighbor(s) to gracefully restart. 
rest_time
 must be 
an integer from 1 through 3600. 
graceful-restart stalepath-time stale_time
 
Specifies the maximum time (in seconds) to retain stale paths from restarting neighbor(s). 
stale_time
 must 
be an integer from 1 through 3600. 
graceful-restart update-delay rest_time
 
Specifies the maximum time (in seconds) to defer initial route-selection. 
update-delay
 must be an integer 
from 1 through 3600. 
Usage 
Use this command to set BGP-specific parameters regarding graceful restarts. 
Example
 
Use the following command to retain stale paths from restarting neighbor(s) for 
100
 seconds: 
bgp graceful-restart stalepath-time 100