efa inventory device interface unset-breakout

Reverts the breakout of multiple ports back to the original configuration.

Syntax

efa inventory device interface unset-breakout [--ip device-ip | --if-type eth | --if-name if-list ]

Parameters

--ip device-ip
Specifies a comma-separated list of device IP addresses. Example: 10.1.1.13,10.1.1.50,10.1.1.101.
--if-type eth
Specifies that the interface type is Ethernet, which is the default setting.
--if-name if-list
Specifies a comma-separated list of interface names. Example: 0/50-52,0/45.

Usage Guidelines

In SLX-OS, you can use the show running-config hardware command to see whether breakout mode is configured for a device.

When you run this command, the breakout interfaces are deconfigured and deleted. The original Ethernet interface in the default configuration is created automatically.

The configuration you set is persisted.

DRC and idempotency are supported.

Examples

This example removes breakout mode on one device.

efa inventory device interface unset-breakout --ip 10.24.80.158 
--if-name 0/1-3 
+--------------+--------------+----------------+----------------+---------+
|   DeviceIP   | Interface ID | Interface Name | Interface Type | Result  |
+--------------+--------------+----------------+----------------+---------+
| 10.24.80.158 | 171          | 0/2            | ethernet       | Success |
+              +--------------+----------------+----------------+---------+
|              | 175          | 0/3            | ethernet       | Success |
+              +--------------+----------------+----------------+---------+
|              | 182          | 0/1            | ethernet       | Success |
+--------------+--------------+----------------+----------------+---------+
Interface Details

This example attempts to remove breakout mode on two devices, however one IP address is invalid.

efa inventory device interface unset-breakout --ip 10.24.80.158,10.10.10.10 
--if-name 0/6-9
+--------------+--------------+----------------+----------------+---------+-----------
|   DeviceIP   | Interface ID | Interface Name | Interface Type | Result  |    Reason 
+--------------+--------------+----------------+----------------+---------+-----------
| 10.10.10.10  |              |                |                | Failed  |Device does
|              |              |                |                |         |not exist
                                                                           with IP: 
                                                                           10.10.10.10
+--------------+--------------+----------------+----------------+---------+-----------
| 10.24.80.158 | 229          | 0/6            | ethernet       | Success |          
+              +--------------+----------------+----------------+---------+-----------
|              | 227          | 0/7            | ethernet       | Success |           
+              +--------------+----------------+----------------+---------+-----------
|              | 228          | 0/8            | ethernet       | Success |           
+              +--------------+----------------+----------------+---------+-----------
|              | 230          | 0/9            | ethernet       | Success |           
+--------------+--------------+----------------+----------------+---------+-----------
Interface Details
--- Time Elapsed: 1m6.5402944s ---

This example removes breakout mode on multiple devices.

efa inventory device interface unset-breakout 
--ip 10.24.80.158,10.24.80.159 --if-name 0/9-12
+--------------+--------------+----------------+----------------+---------+
|   DeviceIP   | Interface ID | Interface Name | Interface Type | Result  |
+--------------+--------------+----------------+----------------+---------+
| 10.24.80.158 | 248          | 0/10           | ethernet       | Success |
+              +--------------+----------------+----------------+---------+
|              | 250          | 0/11           | ethernet       | Success |
+              +--------------+----------------+----------------+---------+
|              | 249          | 0/12           | ethernet       | Success |
+              +--------------+----------------+----------------+---------+
|              | 247          | 0/9            | ethernet       | Success |
+--------------+--------------+----------------+----------------+---------+
| 10.24.80.159 | 252          | 0/10           | ethernet       | Success |
+              +--------------+----------------+----------------+---------+
|              | 254          | 0/11           | ethernet       | Success |
+              +--------------+----------------+----------------+---------+
|              | 253          | 0/12           | ethernet       | Success |
+              +--------------+----------------+----------------+---------+
|              | 251          | 0/9            | ethernet       | Success |
+--------------+--------------+----------------+----------------+---------+
Interface Details
--- Time Elapsed: 1m52.8562333s ---

This example removes breakout mode for the specified fabric name.

efa inventory device interface unset-breakout --if-name 0/19-20  
--fabric fabric1
+--------------+--------------+----------------+----------------+---------+
|   DeviceIP   | Interface ID | Interface Name | Interface Type | Result  |
+--------------+--------------+----------------+----------------+---------+
| 10.24.80.159 | 279          | 0/19           | ethernet       | Success |
+              +--------------+----------------+----------------+---------+
|              | 280          | 0/20           | ethernet       | Success |
+--------------+--------------+----------------+----------------+---------+
| 10.24.80.158 | 281          | 0/19           | ethernet       | Success |
+              +--------------+----------------+----------------+---------+
|              | 282          | 0/20           | ethernet       | Success |
+--------------+--------------+----------------+----------------+---------+
Interface Details
--- Time Elapsed: 1m19.226463s ---