Display Inventory Device Interface

You can display interfaces for each device.

About this task

Follow this procedure to display and verify interfaces for each device.

You can verify that the interfaces are in the right state. The command helps you to see the current state and some details of the physical interfaces including breakout ports from XCO.

Procedure

Run the following command to display details of the physical interfaces:
efa inventory device interface list

This command displays the list of interfaces and details for the specified IP address, including the application state that indicates whether the device configuration is synchronized with XCO or has drifted (refreshed or deleted).

Example

The following example displays the physical interfaces of a device:
efa inventory device interface list --ip 10.20.63.140
+--------------+------+-----------+--------+-------+-------------+--------+-------------------+------------+--------+-------------+
|   DeviceIP   | Name | Interface | Admin  | Oper  | Description | Line   |        MAC        | Switchport | IP     |  App State  |
|              |      | Type      | Status | Status|             | Speed  |                   | Mode       | Address|             |
+--------------+------+-----------+--------+-------+-------------+--------+-------------------+------------+--------+-------------+
| 10.20.63.140 | 0/1  | ethernet  | up     | down  |             | unknown| 00:04:96:d6:fd:61 | unknown    |        | cfg-in-sync |
+              +------+-----------+--------+-------+-------------+--------+-------------------+------------+--------+-------------+
|              | 0/2  | ethernet  | up     | down  |             | unknown| 00:04:96:d6:fd:62 | unknown    |        | cfg-in-sync |
+              +------+-----------+--------+-------+-------------+--------+-------------------+------------+--------+-------------+
|              | 0/3  | ethernet  | up     | down  |             | unknown| 00:04:96:d6:fd:63 | unknown    |        | cfg-in-sync |
+              +------+-----------+--------+-------+-------------+--------+-------------------+------------+--------+-------------+
|              | 0/4  | ethernet  | up     | down  |             | unknown| 00:04:96:d6:fd:64 | unknown    |        | cfg-in-sync |
+              +------+-----------+--------+-------+-------------+--------+-------------------+------------+--------+-------------+