Enable Centralized Routing on Tenant VRF

You can enable centralized routing at the tenant VRF level to override the default distributed routing behavior. A given tenant can have multiple VRFs with some VRFs operating in distributed routing mode and some VRFs operating in centralized routing mode.

About this task

Follow this procedure to enable centralized routing.

Procedure

To enable centralized routing, run the following command when you create a tanant VRF:
efa tenant vrf create --name <vrf-name> --tenant <tenant-name> 
    --routing-type {centralized | distributed}
    --centralized-router <list-of-border-leaf-routers>

Example

The following example enables centralized routing on a tenant VRF:
efa tenant vrf create --name VRF1 --tenant tenant1
    --routing-type centralized --centralized-router BL1-IP,BL2-IP