View Device Error in Clos and Non-Clos Fabric

Use the REST APIs or CLIs to view the errors in Clos and non-Clos fabric devices.

About this task

Follow this procedure to show errors in Clos and non-Clos fabric devices.

Procedure

To show the device error or failure reason, do any of the following:
  • Run the efa fabric error show command.
  • Use the GET /fabric/fabrics/errors REST API.
Note

Note

Use the --name [fabric_name] option to filter down the command output to the fabric name.

Example

$ efa fabric error show
+-------------+--------------+-------+------------+--------------------------------+
| FABRIC NAME |  IP ADDRESS  | ROLE  | ERROR TYPE |          ERROR REASON          |
+-------------+--------------+-------+------------+--------------------------------+
| fab-non-clos| NA           | NA    | clos error | No Devices                     |  
| fab-clos    | 10.20.246.12 | Leaf  | clos error | Leaf Device 10.20.246.12 not   |
|             |              |       |            | connected to Spine Device      |
|             |              |       |            | 10.20.246.19                   |
| fab-clos    | 10.20.246.12 | Leaf  | clos error | Leaf Device 10.20.246.12 not   |
|             |              |       |            | connected to Spine Device      |
|             |              |       |            | 10.20.246.20                   |
| fab-clos    | 10.20.246.19 | Spine | clos error | Spine Device 10.20.246.19      |
|             |              |       |            | not connected to Leaf Device   |
|             |              |       |            | 10.20.246.12                   |
| fab-clos    | 10.20.246.20 | Spine | clos error | Spine Device 10.20.246.20      |
|             |              |       |            | not connected to Leaf Device   |
|             |              |       |            | 10.20.246.12                   |
| fab-clos    | 10.20.246.19 | Spine | clos error | Spine Device 10.20.246.19      |
|             |              |       |            | connected to Spine Device      |
|             |              |       |            | 10.20.246.20                   |
| fab-clos    | 10.20.246.20 | Spine | clos error | Spine Device 10.20.246.20      |
|             |              |       |            | connected to Spine Device      |
|             |              |       |            | 10.20.246.19                   |
+-------------+--------------+-------+------------+--------------------------------+