Configure Physical Port Speed

You can configure the speed for receiving and transmitting data on a physical port.

In SLX-OS, you can use the show interface ethernet command to see the speed of the Ethernet interfaces on your device.

Run the efa inventory device interface set-speed command.
# efa inventory device interface set-speed --ip 10.x.x.x --if-type eth 
--if-name 0/31,0/32 --speed 10Gbps

Port Speed Updated Successfully
+----+------+----------------+------------+
| ID | Name | Interface Type | Port Speed |
+----+------+----------------+------------+
| 51 | 0/32 | ethernet       | 10Gbps     |
+----+------+----------------+------------+
| 15 | 0/31 | ethernet       | 10Gbps     |
+----+------+----------------+------------+
Interface Details
--- Time Elapsed: 18.0329535s ---
This example sets the speed to 10 Gbps for two ports.