Updates the tenant VRF for various operations and parameters, such as ASN.
Note
Idempotency is supported for the following additional valid operations: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.--ipv4-network
10.24.80.134,10.20.30.0/30
.--ipv4-network-backdoor 10.24.80.134,10.21.30.0/30,true
.--ipv4-network-weight
10.24.80.134,10.22.30.0/30,144
.--ipv4-network-route-map
10.24.80.134,10.23.30.0/30,routeMap1
.--ipv6-network
10.24.80.134,11::/128
.--ipv6-network-backdoor 10.24.80.134,11::/128,true
.--ipv6-network-weight
10.24.80.134,11::/128,144
.--ipv6-network-route-map
10.24.80.134,11::/128,rmap1
.10.24.80.134,11.10.30.40/30
.10.24.80.134,11.10.30.40/30,169
.10.25.25.100,10.20.21.40/30
.10.25.25.100,10::20/126
.10.25.25.100,10.20.21.40/30,true
.10.25.25.100,10::20/126,true
.10.25.25.100,10.20.21.40/30,true
.10.25.25.100,10::20/126,true
.10.25.25.100,10.20.21.40/30,routeMap1
.10.25.25.100,10::20/126,routeMap1
.10.25.25.100,10.20.21.40/30,routeMap1
.10.25.25.100,10::20/126,routeMap1
.The --max-path and --rh-max-path parameters can co-exist.
You cannot choose the specific devices on which to configure resilient hashing. Configuration applies to all SLX devices in the tenant VRF.
$ efa tenant vrf update --name blue11 --tenant tenant11 --operation redistribute-add --redistribute connected Vrf updated successfully.This example removes the max-path from the VRF.
$ efa tenant vrf update --name blue12 --tenant tenant1 --operation rh-max-path-delete Vrf updated successfully.
$ efa tenant vrf update –-name vrf1 –-tenant tenant1 --operation aggregate-address-add --ipv4-aggregate-address 10.24.80.134,10.21.21.40/30 --ipv4-aggregate-summary-only 10.24.80.134,10.21.21.40/30,true --ipv4-aggregate-as-set 10.24.80.134,10.21.21.40/30,true --ipv4-aggregate-advertise-map 10.24.80.134,10.21.21.40/30,some --ipv4-aggregate-suppress-map 10.24.80.134,10.21.21.40/30,some
$ efa tenant vrf update –-name vrf1 –-tenant tenant1 --operation network-add --ipv4-network 10.24.80.134,10.22.30.40/30 --ipv4-network-weight 10.24.80.134,10.22.30.40/30,144 --ipv4-network 10.24.80.134,10.23.30.40/30 --ipv4-network-route-map 10.24.80.134,10.23.30.40/30,rmap1