SLX # configure terminal
SLX (config)# router bgp
SLX (config-bgp-router)# local-as 1000
SLX (config-bgp-router)# neighbor 10.10.1.2 graceful-restart disable
The following example disables the graceful restart feature for a IPv4 neighbor.
device# configure terminal device(config)# router bgp device(config-bgp-router)# local-as 1 device(config-bgp-router)# neighbor 10.10.1.2 remote-as 2 device(config-bgp-router)# neighbor 10.10.1.2 graceful-restart disable
The following example disable the graceful restart feature for a IPv6 neighbor.
device# configure terminal device(config)# router bgp device(config-bgp-router)# local-as 1 device(config-bgp-router)# neighbor 1000::1 remote-as 2 device(config-bgp-router)# neighbor 1000::1 graceful-restart disable
Use the clear ip bgp neighbor command with the all parameter for the changes to the GR parameters to take effect immediately. For IPv6 neighbor, use the clear ipv6 bgp neighbor command with the all parameter for the changes to take effect immediately.