Updates the tenant VRF for various operations and parameters, such as ASN and IPv6 static route.
10.25.25.100,1.1.1.1,2.2.2.2,123,456,3
.10.25.25.100,1::1,2::2,300,300,3
.10.25.25.100,20.0.0.0/24,16.0.0.2
. Valid values for the
route distance are 1 through 254.10.25.25.100,2001:1::/64,3001::2,3
. Valid values for
the route distance are 1 through 254.The --max-path and --rh-max-path parameters can co-exist.
You cannot chose the specific devices on which to configure resilient hashing. Configuration applies to all SLX devices in the tenant VRF.
# efa tenant vrf update -–name vrf10 –tenant tenant1 --operation max-paths-add --max-path 13This example changes the operation type and the redistribution type for a new tenant VRF.
# efa tenant vrf create --name vrf1 --tenant tenant1 --redistribute static # efa tenant vrf create –-name vrf10 -–tenant tenant1 # 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 vrf10 –-tenant tenant1 --operation redistribute-add --redistribute staticThis example configures a maximum number of resilient hashing paths for vrf10.
efa tenant vrf update –-name vrf10 –-tenant tenant1 --operation rh-max-path-add --rh-max-path 16This example enables resilient hashing for vrf10.
efa tenant vrf update --name vrf10 –-tenant tenant1 --operation rh-ecmp-update –-rh-ecmp-enable=true