Shows a Tenant VRF Error

You can view errors in a configuration of a Tenant VRF.

About this task

Follow this procedure to view errors in a tenant VRF.
Note

Note

For more information on syntax and command examples, see the ExtremeCloud Orchestrator Command Reference, 3.2.1 .

Procedure

To show a tenant VRF error, run the following command:.
efa tenant vrf error show [ --name vrf-name | --tenant tenant-name ]

Example

The following example shows output of VRF errors for a specific tenant:
efa tenant vrf error show --tenant tenant11 --name blue11
==============================================================
Name : blue11
Tenant : tenant11
Errors
+--------------+--------------------------------------------------------+
| MgmtIp       | ErrorList                                              |
+--------------+--------------------------------------------------------+
| 10.20.246.5  | Configure RemoteAsn under Router BGP failed for Vrf :  |
|              | blue11 due to Netconf <x> error                        |
+--------------+--------------------------------------------------------+
| 10.20.246.6  | Configure RemoteAsn under Router BGP failed for Vrf :  |
|              | blue11 due to Netconf <x> error                        |
+--------------+--------------------------------------------------------+
--- Time Elapsed: 195.971ms ---