efa tenant vrf show

Displays the VRF information of all tenants, a selected tenant, or a selected VRF.

Syntax

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

Parameters

name vrf name
Name of the VRF.
tenant tenant name
Name of the tenant.

Examples

efa tenant vrf show
+--------+----------+--------+--------+--------+----------------+
|  Name  |  Tenant  | L3-VNI | IRB-BD | IRB-VE |  Route Target  |
+--------+----------+--------+--------+--------+----------------+
| blue11 | tenant11 |        |        |        | import 100:100 |
|        |          |        |        |        | export 100:100 |
|        |          |        |        |        | import 200:200 |
|        |          |        |        |        | export 200:200 |
|        |          |        |        |        | import 300:300 |
|        |          |        |        |        | export 400:400 |
+--------+----------+--------+--------+--------+----------------+
| red11  | tenant11 |        |        |        | import 101:101 |
|        |          |        |        |        | export 101:101 |
|        |          |        |        |        | import 201:201 |
|        |          |        |        |        | export 201:201 |
|        |          |        |        |        | import 301:301 |
|        |          |        |        |        | export 401:401 |
+--------+----------+--------+--------+--------+----------------+
| red21  | tenant21 |        |        |        | import 101:103 |
|        |          |        |        |        | export 101:103 |
|        |          |        |        |        | import 201:203 |
|        |          |        |        |        | export 201:203 |
|        |          |        |        |        | import 301:303 |
|        |          |        |        |        | export 401:403 |
+--------+----------+--------+--------+--------+----------------+
| blue21 | tenant21 |        |        |        | import 100:102 |
|        |          |        |        |        | export 100:102 |
|        |          |        |        |        | import 200:202 |
|        |          |        |        |        | export 200:202 |
|        |          |        |        |        | import 300:302 |
|        |          |        |        |        | export 400:402 |