Show Device Adapter Connection Status

You can view the connection status of device adapters.

About this task

Follow this procedure to view the connection status of device adapters.

Device adapters are utilized to connect to registered devices. Monitoring the status of these adapters is helpful in identifying connectivity issues.

Procedure

To show the connection status of device adapters, run the following command:
efa inventory debug device-adapter-status
Note

Note

For information about commands and supported parameters, see ExtremeCloud Orchestrator Command Reference, 3.5.0 .

Example

efa inventory debug device-adapter-status --ip 10.24.80.58
+-------------+-------------------+----------+-----------+--------------+
|     IP      |      Adapter      | Protocol |   State   | Error Status |
+-------------+-------------------+----------+-----------+--------------+
| 10.24.80.58 | SwitchRestAdapter |  https   | Connected |   Success    |
+-------------+-------------------+----------+-----------+--------------+
| 10.24.80.58 | SwitchSSHAdapter  |   SSH    | Connected |   Success    |
+-------------+-------------------+----------+-----------+--------------+
| 10.24.80.58 |  SwitchNcAdapter  | NetConf   | Connected |   Success    |
+-------------+-------------------+----------+-----------+--------------+
Device Adapter Status
--- Time Elapsed: 5.867081913s ---