Configure MaxPaths on Tenant VRF

XCO allows provisioning of maximum paths for each tenant VRF when you create or update VRF.

About this task

Follow this procedure to configure maximum paths on tenant VRF.

VRF is updated on the switches when you update a VRF.

Note

Note

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

Procedure

To configure maximum paths 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