Re-Enabling Bgp4+ Graceful Restart - Brocade Communications Systems FastIron SX 800 Configuration Manual

Hide thumbs Also See for FastIron SX 800:
Table of Contents

Advertisement

Configuring BGP4+
2.
Enter the router bgp command to enable BGP routing.
device(config)# router bgp
3.
(Optional) Enter the address-family command and specify the ipv6 and unicast keywords to enter IPv6 address family
configuration mode.
device(config-bgp-router)# address-family ipv6 unicast
4.
Enter the no graceful restart command to disable graceful restart at the IPv6 address family configuration level.
device(config-bgp-ipv6u))# no graceful-restart
In the following example, the graceful restart feature is disabled at the IPv6 address family configuration level.
device# configure terminal
device(config)# router bgp
device(config-bgp-router)# address-family ipv4 unicast
device(config-bgp-ipv6u))# no graceful-restart

Re-enabling BGP4+ graceful restart

If the BGP4+ graceful restart (GR) feature is disabled on a routing device, it can be re-enabled, providing it with the capability to inform its
neighbors and peers when it is performing a restart.
1.
Enter the configure terminal command to access global configuration mode.
device# configure terminal
2.
Enter the router bgp command to enable BGP routing.
device(config)# router bgp
3.
Enter the local-as command to configure the autonomous system number (ASN) in which your device resides.
device(config-bgp-router)# local-as 1000
4.
Enter the neighbor ipv6-address remote-as command to specify the autonomous system ASN in which the remote neighbor
resides.
device(config-bgp-router)# neighbor 1000::1 remote-as 2
5.
Enter the address-family command and specify the ipv6 and unicast keywords to enter IPv6 address family configuration
mode.
device(config-bgp-router)# address-family ipv6 unicast
6.
Enter the neighbor ipv6-address activate command to add a neighbor.
device(config-bgp-ipv6u)# neighbor 1000::1 activate
7.
Enter the graceful-restart command to enable the graceful restart feature.
device(config-bgp-ipv6u)# graceful-restart
498
FastIron Ethernet Switch Layer 3 Routing
53-1003627-04

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents