efa tenant vrf show

Displays brief or detailed output of the VRF for all tenants, a selected tenant, or a selected VRF.

Syntax

efa tenant vrf show [ --name vrf-name | --tenant tenant-name | --detail ]

Parameters

--name vrf-name
Specifies the name of the VRF.
--tenant tenant-name
Specifies the name of the tenant.
--detail
Displays detailed output of the VRF. When this parameter is not used, only brief tabular output is returned.

Examples

This example shows brief output of all VRFs.
$ 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 t1 --name vs --detail

Name : vs

Tenant : t1

Routing Type : distributed

Centralized Routers :

Enable Layer3 Extension : true

Redistribute : connected

Max Path : 8

Local Asn :

L3VNI :

EVPN IRB BD :

EVPN IRB VE :

BR VNI :

BR BD :

BR VE :

RH Max Path :

Enable RH ECMP : false

Enable Graceful Restart : false

Enable NextHop Recursion : true

Route Target :

Static Route :

Static Route BFD :

Network Route Address :

Static Network :

Aggregate Address :

VRF Type : private

State : vrf-created

Dev State : not-provisioned

App State : cfg-ready
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
Enable NextHop Recursion: 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 ---