efa inventory device interface list-breakout

Lists breakout ports, including the application state that indicates if the configuration on the device is in sync or has drifted (refreshed or deleted) with respect to EFA.

Syntax

efa inventory device interface list-breakout [ --ip device-ip ]

Parameters

--ip device-ip
Comma-separated range of device IP addresses. Example: 10.1.1.13,10.1.1.50,10.1.1.101.

Examples

The following example shows the list breakout for devices on a specific IP.

$ efa inventory device interface list-breakout --ip 10.20.246.18 
+--------------+--------+-----------------+ 
|  IP Address  |  Name  |    AppState     | 
+--------------+--------+-----------------+ 
| 10.20.246.18 | 0/52:1 | cfg-refreshed   | 
+              +--------+-----------------+ 
|              | 0/52:2 | cfg-refreshed   | 
+              +--------+-----------------+ 
|              | 0/52:3 | cfg-refreshed   | 
+              +--------+-----------------+ 
|              | 0/52:4 | cfg-refreshed   | 
+              +--------+-----------------+ 
|              | 0/53:1 | cfg-in-sync     | 
+              +--------+-----------------+ 
|              | 0/53:2 | cfg-in-sync     | 
+              +--------+-----------------+ 
|              | 0/53:3 | cfg-in-sync     | 
+              +--------+-----------------+ 
|              | 0/53:4 | cfg-in-sync     | 
+--------------+--------+-----------------+