Note
High availability (HA) requires GR to be enabled.SLX # configure terminal
SLX (config)# router bgp
SLX (config-bgp-router)# local-as 1000
SLX (config-bgp-router)# neighbor 1000::1 graceful-restart
SLX (config-bgp-router)# address-family ipv6 unicast
SLX (config-bgp-ipv6u)# neighbor 1000::1 activate
SLX (config-bgp-ipv6u)# graceful-restart purge-time 300
device(config-bgp-ipv6u)# graceful-restart restart-time 180
device(config-bgp-ipv6u)# graceful-restart stale-routes-time 100
The following example enables the GR feature.
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 device(config-bgp-router)# address-family ipv6 unicast device(config-bgp-ipv6u)# neighbor 1000::1 activate
Use the clear ipv6 bgp neighbor command with the all parameter for the changes to the GR parameters to take effect immediately.