The set interface gigabit-ethernet breakout-type command can specify the breakout type as four 100G or two 200G.
NOTEs:
|
Command Syntax
set interface gigabit-ethernet <port-name> breakout-type {4*100G | 2*200G}
Parameter
Parameter | Description |
gigabit-ethernet <port-name> | Specifies the name of a 400G or 200G interface. |
breakout-type {4*100G | 2*200G} | Specifies the breakout type as four 100G or two 200G for switches supporting 400G interfaces. |
Example
Split the 400GE interface xe-1/1/26 into four 100G Ethernet interfaces.
admin@PICOS# set interface gigabit-ethernet xe-1/1/26 breakout true admin@PICOS# set interface gigabit-ethernet xe-1/1/26 breakout-type 4*100G admin@PICOS# commit Commit OK. Save done. Interface breakout setting has been changed, please reboot the system for changes to take effect! Make sure to delete all the configurations associated with the unavailable interfaces, otherwise loading startup configuration will fail. admin@PICOS# exit admin@PICOS> start shell sh admin@PICOS:~$ sudo systemctl restart picos |