VRF: Graceful Restart

The Tenant service configures graceful restart under each tenant VRF ipv4/v6 unicast address-family.

You can enable graceful restart per tenant VRF during VRF creation and VRF update operations. EFA provisions the user input graceful restart on the switches during the instantiation and update of VRF on the switches. Currently, the enable or disable value of graceful restart depends on the per-user VRF configuration.
Note

Note

EFA Provisioning

Switch Config

Rack1-Device1#sh run router bgp

router bgp local-as 4200000000! address-family ipv4/v6 unicast vrf vrf1 redistribute connected graceful-restart ! address-family ipv4 unicast vrf vrf10 redistribute connected !

Rack1-Device2#sh run router bgp

router bgp local-as 4200000000! address-family ipv4/v6 unicast vrf vrf1 redistribute connected graceful-restart ! address-family ipv4 unicast vrf vrf10 redistribute connected !