Displays brief or detailed output of the VRF for all tenants, a selected tenant, or a selected VRF.
$ efa tenant vrf show +--------+----------+--------------+---------------------+------------------+----------+ | Name | Tenant | Routing Type | Centralized Routers | Redistribute | Max Path | +--------+----------+--------------+---------------------+------------------+----------+ | blue11 | tenant11 | distributed | | connected,static | 50 | +--------+----------+--------------+---------------------+------------------+----------+ | red13 | tenant21 | centralized | 10.20.216.103 | connected,static | 50 | | | | | 10.20.216.104 | | | +--------+----------+--------------+---------------------+------------------+----------+ | red11 | tenant21 | distributed | | connected | 8 | +--------+----------+--------------+---------------------+------------------+----------+ +-----------+-----------+--------------------+-----------------+-------------+ | Local Asn | Enable GR | State | Dev State | App State | +-----------+-----------+--------------------+-----------------+-------------+ | 65001 | true | vrf-device-created | provisioned | cfg-in-sync | +-----------+-----------+--------------------+-----------------+-------------+ | 65002 | false | vrf-create | not-provisioned | cfg-ready | | | | | | | +-----------+-----------+--------------------+-----------------+-------------+ | | false | vrf-device-created | provisioned | cfg-in-sync | +-----------+-----------+--------------------+-----------------+-------------+ Vrf Details --- Time Elapsed: 551.819339ms ---This example shows detailed output of a specific VRF.
$ efa tenant vrf show --tenant tenant11 --name blue11 --detail
=================================================================================
Name : blue11
Tenant : tenant11
Routing Type : distributed
Centralized Routers :
Redistribute : connected,static
Max Path : 50
Local Asn : 65001
L3VNI : 14191
EVPN IRB BD : 4096
EVPN IRB VE : 8192
BR VNI : 14192
BR BD : 4095
BR VE : 8191
RH Max Path : 16
Enable RH ECMP : true
Enable Graceful Restart : true
Route Target : import 100:100
: export 100:100
: import 200:200
: export 200:200
: import 300:300
: export 400:400
Static Route : Switch-IP->Network,Nexthop-IP[Route-Distance], ...
: 10.20.216.15->192.168.10.0/24,10.10.10.5[5] 2020:30::1/128,3001::3[5]
: 10.20.216.16->192.168.0.0/24,10.10.10.1[5] 2020:20::1/128,3001::2[6]
Static Route BFD : Switch-IP->[DestIP,SourceIP][Interval,Min-Rx,Multiplier], ...
: 10.20.216.15->10.10.10.1,10.10.10.254[200,300,6]
: 10.20.216.16->10.10.10.5,10.10.10.252 3001::3,3001::1[100,200,5]
3001::2,3001::1 3001::4,3001::1[100,300,6]
State : vrf-device-created
Dev State : provisioned
App State : cfg-in-sync
==================================================================================
--- Time Elapsed: 160.103127ms ---
This example shows detailed output of all
VRFs belonging to a specific
tenant.$ efa tenant vrf show --tenant tenant21 --detail
===================================================================================
Name : red13
Tenant : tenant21
Routing Type : centralized
Centralized Routers : 10.20.216.103
: 10.20.216.104
Redistribute : connected,static
Max Path : 50
Local Asn : 65002
L3VNI :
EVPN IRB BD :
EVPN IRB VE :
BR VNI :
BR BD :
BR VE :
RH Max Path : 64
Enable RH ECMP : false
Enable Graceful Restart : false
Route Target :
Static Route : Switch-IP->Network,Nexthop-IP[Route-Distance], ...
: 10.20.216.104->192.168.0.0/24,10.10.10.1[5] 192.168.10.0/24,
10.10.10.5[5] 2020:20::1/128,3001::2[6] 2020:30::1/128,3001::3[5]
Static Route BFD : Switch-IP->[DestIP,SourceIP][Interval,Min-Rx,Multiplier], ...
: 10.20.216.104->10.10.10.1,10.10.10.254[200,300,6] 10.10.10.5,10.10.10.252
3001::3,3001::1[100,200,5] 3001::2,3001::1 3001::4,3001::1[100,300,6]
State : vrf-create
Dev State : not-provisioned
App State : cfg-ready
==================================================================================
==================================================================================
Name : red11
Tenant : tenant21
Routing Type : distributed
Centralized Routers :
Redistribute : connected
Max Path : 8
Local Asn :
L3VNI : 34191
EVPN IRB BD : 4094
EVPN IRB VE : 8190
BR VNI : 34192
BR BD : 4093
BR VE : 8189
RH Max Path :
Enable RH ECMP : false
Enable Graceful Restart : false
Route Target : import 101:101
: export 101:101
Static Route :
Static Route BFD :
State : vrf-device-created
Dev State : provisioned
App State : cfg-in-sync
=================================================================================
--- Time Elapsed: 167.110904ms ---