Configure MaxPaths on Tenant VRF

EFA allows provisioning of maximum-paths per tenant VRF when you create or update VRF.

About this task

VRF is updated on the switches when you trigger VRF update operation based on the endpoints present in the endpoint groups using the VRF.

Note

Note

  • Default value of max-path is 8.
  • Choosing specific devices for max-path provisioning is not allowed.

Procedure

To configure MaxPaths when you create a tenant VRF, run the following commands:
# efa tenant vrf create --name <vrf-name> --tenant <tenant-name> --max-path <value>

# efa tenant vrf update --name <vrf-name> --tenant <tenant-name> --operation <max-path-add|max-path-delete> --max-path <value>  

# efa tenant vrf create --name vrf1 --tenant tenant1

# efa tenant vrf create –name vrf10 –tenant tenant1

# efa tenant epg create --name ten1epg1 --tenant tenant1 --port10.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 --port10.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 vrf10 –tenant tenant1 --operation max-paths-add --max-path 13 Switch Config