VRF Graceful Restart

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

Note

Note

There is no user input needed for this configuration.

Switch Config

router bgp local-as 4200000000 capability as4-enable fast-external-fallover bfd interval 100 min-rx 100 multiplier 3 address-family ipv4 unicast maximum-paths 8 graceful-restart ! address-family ipv4 unicast vrf vrf1 local-as 4210000001 graceful-restart redistribute connected maximum-paths 2 ! address-family ipv4 unicast vrf vrf2 local-as 4210000002 graceful-restart redistribute connected maximum-paths 2 !

address-family ipv6 unicast redistribute connected maximum-paths 8 graceful-restart ! address-family ipv6 unicast vrf vrf1 graceful-restart redistribute connected maximum-paths 2 ! address-family ipv6 unicast vrf vrf2 graceful-restart redistribute connected m