We can configure port breakout for all 40GE or 100GE interfaces, also we can configure port breakout for part of the 40GE or 100GE interfaces of the switch, the two procedures are different.
Configuring Port Breakout for All Interfaces
We can configure qe-interface-mode to SFP mode to breakout all 40GE or 100GE interfaces.
Step1 Configure qe-interface-mode as SFP mode.
admin@XorPlus# set interface qe-interface-mode SFP
NOTE:
|
Step2 Restart PICOS to make the setting take effect.
admin@XorPlus:~$ sudo /etc/init.d/picos restart
Step3 Verify the configuration.
l run run show interface qe-interface-mode to check the qe-interface-mode.
admin@XorPlus# run show interface qe-interface-mode
qe-interface-mode:SFP
l After system startup, run run show interface brief command to view the interface information. We can see that all 40GE and 100GE ports have been split.
admin@XorPlus# run show interface brief
Interface Management Status Flow Control Duplex Speed Description
---------- ---------- ------ ------------ ------ ------- ------------------------------
te-1/1/1 Enabled Down Disabled Full Auto
te-1/1/2 Enabled Down Disabled Full Auto
te-1/1/3 Enabled Up Disabled Full 10Gb/s
te-1/1/4 Enabled Up Disabled Full 10Gb/s
te-1/1/5 Enabled Up Disabled Full 10Gb/s
te-1/1/6 Enabled Up Disabled Full 10Gb/s
te-1/1/7 Enabled Up Disabled Full 10Gb/s
te-1/1/8 Enabled Up Disabled Full 10Gb/s
te-1/1/9 Enabled Up Disabled Full 10Gb/s
te-1/1/10 Enabled Up Disabled Full 10Gb/s
te-1/1/11 Enabled Up Disabled Full 10Gb/s
te-1/1/12 Enabled Up Disabled Full 10Gb/s
te-1/1/13 Enabled Up Disabled Full 10Gb/s
te-1/1/14 Enabled Up Disabled Full 10Gb/s
te-1/1/15 Enabled Up Disabled Full 10Gb/s
te-1/1/16 Enabled Up Disabled Full 10Gb/s
te-1/1/17 Enabled Up Disabled Full 10Gb/s
te-1/1/18 Enabled Up Disabled Full 10Gb/s
te-1/1/19 Enabled Up Disabled Full 10Gb/s
te-1/1/20 Enabled Up Disabled Full 10Gb/s
te-1/1/21 Enabled Up Disabled Full 10Gb/s
te-1/1/22 Enabled Up Disabled Full 10Gb/s
te-1/1/23 Enabled Up Disabled Full 10Gb/s
te-1/1/24 Enabled Up Disabled Full 10Gb/s
qe-1/1/25.1 Enabled Up Disabled Full 10Gb/s
qe-1/1/25.2 Enabled Up Disabled Full 10Gb/s
qe-1/1/25.3 Enabled Up Disabled Full 10Gb/s
qe-1/1/25.4 Enabled Up Disabled Full 10Gb/s
qe-1/1/26.1 Enabled Down Disabled Full Auto
qe-1/1/26.2 Enabled Down Disabled Full Auto
qe-1/1/26.3 Enabled Down Disabled Full Auto
qe-1/1/26.4 Enabled Down Disabled Full Auto
qe-1/1/27.1 Enabled Up Disabled Full 10Gb/s
qe-1/1/27.2 Enabled Up Disabled Full 10Gb/s
qe-1/1/27.3 Enabled Up Disabled Full 10Gb/s
qe-1/1/27.4 Enabled Up Disabled Full 10Gb/s
qe-1/1/28.1 Enabled Up Disabled Full 10Gb/s
qe-1/1/28.2 Enabled Up Disabled Full 10Gb/s
qe-1/1/28.3 Enabled Up Disabled Full 10Gb/s
qe-1/1/28.4 Enabled Up Disabled Full 10Gb/s
qe-1/1/29.1 Enabled Down Disabled Full Auto
qe-1/1/29.2 Enabled Down Disabled Full Auto
qe-1/1/29.3 Enabled Down Disabled Full Auto
qe-1/1/29.4 Enabled Down Disabled Full Auto
qe-1/1/30.1 Enabled Up Disabled Full 10Gb/s
qe-1/1/30.2 Enabled Up Disabled Full 10Gb/s
qe-1/1/30.3 Enabled Up Disabled Full 10Gb/s
qe-1/1/30.4 Enabled Up Disabled Full 10Gb/s
te-1/1/31 Enabled Up Disabled Full 10Gb/s
te-1/1/32 Enabled Up Disabled Full 10Gb/s
te-1/1/33 Enabled Up Disabled Full 10Gb/s
te-1/1/34 Enabled Up Disabled Full 10Gb/s
te-1/1/35 Enabled Up Disabled Full 10Gb/s
te-1/1/36 Enabled Up Disabled Full 10Gb/s
te-1/1/37 Enabled Up Disabled Full 10Gb/s
te-1/1/38 Enabled Up Disabled Full 10Gb/s
te-1/1/39 Enabled Up Disabled Full 10Gb/s
te-1/1/40 Enabled Up Disabled Full 10Gb/s
te-1/1/41 Enabled Up Disabled Full 10Gb/s
te-1/1/42 Enabled Up Disabled Full 10Gb/s
te-1/1/43 Enabled Up Disabled Full 10Gb/s
te-1/1/44 Enabled Up Disabled Full 10Gb/s
te-1/1/45 Enabled Up Disabled Full 10Gb/s
te-1/1/46 Enabled Up Disabled Full 10Gb/s
te-1/1/47 Enabled Up Disabled Full 10Gb/s
te-1/1/48 Enabled Up Disabled Full 10Gb/s
te-1/1/49 Enabled Up Disabled Full 10Gb/s
te-1/1/50 Enabled Up Disabled Full 10Gb/s
te-1/1/51 Enabled Up Disabled Full 10Gb/s
te-1/1/52 Enabled Up Disabled Full 10Gb/s
te-1/1/53 Enabled Up Disabled Full 10Gb/s
te-1/1/54 Enabled Up Disabled Full 10Gb/s
1.1.1.2 Configuring Port Breakout for Part of the Interfaces
We can change qe-interface-mode from QSFP to FLEX mode, then breakout part of the 40GE or 100GE interfaces under FLEX mode as required.
Step1 Change qe-interface-mode from QSFP to FLEX mode.
a) Change qe-interface-mode from QSFP to FLEX mode.
admin@XorPlus# set interface qe-interface-mode FLEX
NOTE: If the current qe-interface-mode is SFP mode, you need to change the port mode to QSFP mode first. |
b) Restart PICOS to make the setting take effect.
admin@XorPlus$ sudo /etc/init.d/picos restart
Step2 In flexible mode, split the port as required.
a) Split the port as required.
set interface gigabit-ethernet <port-name> breakout <10g-4x | 25g-4x | donot>
NOTE: l This command can only be run in FLEX mode. l The 40GE interface can be split into four 10 Gigabit Ethernet sub-interfaces. The 100GE can be split into four 25 Gigabit Ethernet sub-interfaces or split into four 10 Gigabit Ethernet sub-interfaces. |
b) Restart PICOS to make the setting take effect.
admin@XorPlus$ sudo /etc/init.d/picos restart
Step3 Verify the configuration.
l Use run show interface qe-interface-mode command to check the qe-interface-mode.
admin@XorPlus# run show interface qe-interface-mode
qe-interface-mode:FLEX
l After system startup, run run show interface brief command to view the interface information.
[TY1]修改,使用3.1 systemd