Gracefully shuts down all BGP neighbors.
Default graceful shutdown parameters are applied.
BGP configuration mode
The no form of the command de-activates graceful shutdown.
The following example gracefully shuts down all BGP neighbors and sets the graceful shutdown timer to 180 seconds.
device# configure terminal device(config)# router bgp device(config-bgp-router)# graceful-shutdown 180
The following example gracefully shuts down all BGP neighbors and sets the graceful shutdown timer to 600 seconds. The route map “myroutemap” is specified for graceful shutdown attributes.
device# configure terminal device(config)# router bgp device(config-bgp-router)# graceful-shutdown 600 route-map myroutemap
The following example gracefully shuts down all BGP neighbors and sets the graceful shutdown timer to 600 seconds. The community attribute is set to 10.
device# configure terminal device(config)# router bgp device(config-bgp-router)# graceful-shutdown 600 community 10