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

Version 1 Next »

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 in FLEX mode.


Command Syntax
set interface gigabit-ethernet <port> breakout <value>
delete interface gigabit-ethernet <port> breakout


Parameter

  • <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.

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.


Example
• This example is to enable 40G port breakout into 4 X 10G 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

This example is to to disable the breakout of this 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