efa inventory device interface list
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 EFA or has drifted (refreshed or deleted).
Syntax
Parameters
- --ip ip-addr
- Specifies the IP address of the device for which you want to see a list of interfaces. For example: 10.1.1.13,10.1.1.50,10.1.1.101.
- --type { physical | loopback | ve | po | all }
- Specifies the type of interfaces on the
devices. The default is
physical
. - --admin-state { up | down | all }
- Specifies the administrative state of
interfaces of the device. The default is
all
. - --oper-state { up | down | all }
- Specifies the operational state (line
protocol) of interfaces of the device. The default is
all
. - --rme list
- Lists redundant management-enabled
interface. The default is
all
.
Examples
The following example shows a portion of typical output for the command.
$ efa inventory device interface list --ip 10.20.62.145 +--------------+------+----------------+--------------+------------- | DeviceIP | Name | Interface Type | Admin Status | Oper Status | +--------------+------+----------------+--------------+-------------+ | 10.20.62.145 | 0/1 | ethernet | up | up | + +------+----------------+--------------+-------------+ | | 0/2 | ethernet | up | down | + +------+----------------+--------------+-------------+ | | 0/3 | ethernet | up | down | + +------+----------------+--------------+-------------+ Interface Details --- Time Elapsed: 79.1761ms ---