Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »


The set interface gigabit-ethernet breakout command breaks out the 40G and 100G ports into four interfaces.

NOTE:

This command can be run only in FLEX mode.


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.

  •   10g-4x: Enables the breakout of 40GE or 100GE port into 4 x 10GE ports.
  •   25g-4x: Enables the breakout of 100GE port into 4 x 25GE ports.
  •   donot: Disables the breakout of the sub-interfaces, namely to merge the sub-interfaces into one interface. The port-name is the first sub-interface of the breakout interface, for example, xe-1/1/25.1, xe-1/1/26.1. For details about configuring port merge, see Configuring Port Breakout and Merge.

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
  • No labels