Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This command is only used in FLEX mode. According to need, users can break out a 40G or 100G port to 10G*4 or 25G*4 ports 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>      40G or 100G port can be broken out to be 10Gx4 or 25Gx4 ports.
  • 10g-4x     Enables the breakout of 40G or 100G port into 4 X 10G ports.
  • 25g-4x     Enables the breakout of 100G port into 4 X 25G ports.
  • donot       Disable the breakout of this interface.
Note

MAKE SURE to delete all the configurations associated to the unavailable interfaces, Otherwise loading startup configure will FAIL. Please remember to make your configuration copy before restarting picos.

...

 <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.
Code Block
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.

...

Code Block
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

...