You can enable graceful restart per tenant VRF during VRF create and VRF update operations. EFA provisions the user input graceful restart on the switches during the instantiation and update of VRF.
Based on the endpoints present in the EPG, VRF is instantiated on the switches when you trigger L3 endpoint group create or L2 endpoint group transition to L3 endpoint group.
VRF is updated on the switches when you trigger VRF update operation, based on the endpoints present in the endpoint groups using this VRF.
Currently, graceful restart is automatically configured when you configure the VRF.
Note
efa tenant vrf create --name <vrf-name> --tenant <tenant-name> --graceful-restart=true/false
efa tenant vrf update --name <vrf-name> --tenant <tenant-name> --operation graceful-restart-update --graceful-restart=true/false
Example
efa tenant vrf create --name vrf1 --tenant tenant1 efa tenant vrf create –name vrf10 –tenant tenant1 –-graceful-restart=true efa tenant epg create --name ten1epg1 --tenant tenant1 --port 10.24.80.134[0/11],10.24.80.135[0/11] --switchport-mode trunk –ctag-range 11 --vrf vrf1 –anycast-ip 11:10.10.11.1/24 efa tenant epg create --name ten1epg2 --tenant tenant1 --port 10.24.80.134[0/12],10.24.80.135[0/12] --switchport-mode trunk –ctag-range 12 --vrf vrf10 –anycast-ip 12:10.10.12.1/24 efa tenant vrf update –-name vrf1 –-tenant tenant1 --operation graceful-restart-update –-graceful-restart=true efa tenant vrf update --name vrf10 –-tenant tenant1 --operation graceful-restart-update –graceful-restart=false