The set interface gigabit-ethernet breakout command breaks out the 40G and 100G ports into four interfaces.
NOTE:
|
Command Syntax
set interface gigabit-ethernet <port-name> breakout <10g-4x | 25g-4x | donot>
Parameter
Parameter | Description |
gigabit-ethernet <port-name> | Specifies the port name of 40G or 100G port. |
breakout <10g-4x | 25g-4x | donot> | Specifies the breakout mode. The value could be 10g-4x, 25g-4x or donot.
|
Example
- Breakout 40GE port into 4 x 10GE ports.
admin@XorPlus# set interface gigabit-ethernet xe-1/1/53.1 breakout 10g-4x admin@XorPlus# co Commit OK. Save done. Interface breakout setting changes, please reboot system to make it effective! MAKE SURE to delete all the configurations associated to the unavailable interfaces, Otherwise loading startup configure will FAIL. admin@XorPlus# exit admin@XorPlus> request system reboot
- Merge the sub-interfaces into one interface.
admin@XorPlus# set interface gigabit-ethernet xe-1/1/53.1 breakout donot admin@XorPlus# co Commit OK. Save done. Interface breakout setting changes, please reboot system to make it effective! MAKE SURE to delete all the configurations associated to the unavailable interfaces, Otherwise loading startup configure will FAIL. admin@XorPlus# exit admin@XorPlus> request system reboot