How to group four 10G ports to 40G port or breakout 40G port to four 10G ports on ECS5520-18X ? Follow
The ECS5520-18X has sixteen 10G SFP+ ports and two 40G QSFP+ uplink ports. The 10G/40G ports can be configured as a single port connected with 10G SFP+/40G QSFP+ fiber cable, 10G/40G DAC (direct attach) cable, or breakout cable that connects a 40G port to four 10G ports; 10G port can also group four ports to a single 40G port. It's flexible for the user to configure it.
Configuration (Support CLI/WEB GUI/SNMP)
This example shows the default 40G and 10G port settings on ECS5520-18X.
Console#show hardware profile portmode
40G 10G Config Oper
Interfaces Interfaces Mode Mode
---------- ---------- ------ ------
1/1 1/1-4 - 4x10g
1/5 1/5-8 - 4x10g
1/9 1/9-12 - 4x10g
1/13 1/13-16 - 4x10g
1/17 1/19-22 - 1x40g
1/18 1/23-26 - 1x40g
<A> CLI Command
- Configure port settings for 1x40G or 4x10G operation.
[CLI format]
hardware profile portmode ethernet 1/port { 1x40g | 4x10g | reset }
Warning: This command will not take effect until reload.
1x40g - Configures the port as a single 40G port.
4x10g - Configures the port as four 10G ports.
reset - Configures port mode to the default setting.
<A-1> Group four 10G ports to a single 40G port.
Eth1/1-4 will group to a single 40G port (Eth1/1).
Console#hardware profile portmode ethernet 1/1 1x40g
Warning: This command will not take effect until reload.
Console#reload
System will be restarted. Continue <y/n>? y
Console#show hardware profile portmode
40G 10G Config Oper
Interfaces Interfaces Mode Mode
---------- ---------- ------ ------
1/1 1/1-4 1x40g 1x40g
1/5 1/5-8 - 4x10g
1/9 1/9-12 - 4x10g
1/13 1/13-16 - 4x10g
1/17 1/19-22 - 1x40g
1/18 1/23-26 - 1x40g
Console#show interfaces brief
Interface Name Status PVID Pri Speed/Duplex Type Trunk
--------- ----------------- --------- ---- --- ------------- ------------ -----
Eth 1/ 1 Up 1 0 40Gfull 40GBASE QSFP None
Eth 1/ 5 Down 1 0 10Gfull 10GBASE SFP+ None
Eth 1/ 6 Down 1 0 10Gfull 10GBASE SFP+ None
<A-2> Breakout a single 40G port to four 10G ports.
Eth1/17 will breakout to four 10G ports (Eth1/19-22).
Console#hardware profile portmode ethernet 1/17 4x10g
Warning: This command will not take effect until reload.
Console#reload
System will be restarted. Continue <y/n>? y
Console#show hardware profile portmode
40G 10G Config Oper
Interfaces Interfaces Mode Mode
---------- ---------- ------ ------
1/1 1/1-4 - 4x10g
1/5 1/5-8 - 4x10g
1/9 1/9-12 - 4x10g
1/13 1/13-16 - 4x10g
1/17 1/19-22 4x10g 4x10g
1/18 1/23-26 - 1x40g
Console#show interfaces brief
Interface Name Status PVID Pri Speed/Duplex Type Trunk
--------- ----------------- --------- ---- --- ------------- ------------ -----
...Omit
Eth 1/16 Down 1 0 10Gfull 10GBASE SFP+ None
Eth 1/18 Down 1 0 40Gfull 40GBASE QSFP None
Eth 1/19 Up 1 0 10Gfull 10GBASE SFP+ None
Eth 1/20 Up 1 0 10Gfull 10GBASE SFP+ None
Eth 1/21 Up 1 0 10Gfull 10GBASE SFP+ None
Eth 1/22 Up 1 0 10Gfull 10GBASE SFP+ None
<A-3> Configure port mode to the default setting.
Console#hardware profile portmode ethernet 1/1 reset
Warning: This command will not take effect until reload.
Console#hardware profile portmode ethernet 1/17 reset
Warning: This command will not take effect until reload.
Console#reload
System will be restarted. Continue <y/n>? y
Console#show hardware profile portmode
40G 10G Config Oper
Interfaces Interfaces Mode Mode
---------- ---------- ------ ------
1/1 1/1-4 - 4x10g
1/5 1/5-8 - 4x10g
1/9 1/9-12 - 4x10g
1/13 1/13-16 - 4x10g
1/17 1/19-22 - 1x40g
1/18 1/23-26 - 1x40g
<B> WEB GUI
- Configure port settings for 1x40G or 4x10G operation.
[WEB GUI]
Interface -> Port -> Hardware Profile -> Config Mode -> Apply
<B-1> Group four 10G ports to a single 40G port.
Eth1/1-4 will group to a single 40G port (Eth1/1).
<B-2> Breakout a single 40G port to four 10G ports.
Eth1/17 will breakout to four 10G ports (Eth1/19-22).
<C> SNMP
- Configure port settings for 1x40G or 4x10G operation.
[SNMPSET command format]
snmpwalk -v 2c -c private {switch ip} {hardwarePortModeOper}.{hardwarePortModeIfIndex}
snmpset -v 2c -c private {switch ip} {hardwarePortModeConfig}.{hardwarePortModeIfIndex} {integer} {value}
For hardwarePortModeOper, OID 1.3.6.1.4.1.259.10.1.51.1.2.16.1.1.2
The Hardware profile operational port mode. This setting is used to identify the active state of port mode.
The value mode4x10g(2) means the port operates a single 10G port.
The value mode1x40g(3) means the port operates a single 40G port.
For hardwarePortModeConfig, OID 1.3.6.1.4.1.259.10.1.51.1.2.16.1.1.3
This is used to configure hardware profile port mode settings. This action will reflect after the restart.
Set mode4x10g(2) to breakout a single 40G port to four 10G ports.
Set mode1x40g(3) to group four 10G ports to a single 40G port.
For hardwarePortModeIfIndex: The port interface of hardwarePortModeIfIndex.
The ifIndex value of the port or trunk.
<C-1> Group four 10G ports to a single 40G port.
C:\>snmpwalk -v 2c -c private 188.188.10.109 1.3.6.1.4.1.259.10.1.51.1.2.16.1.1.2.1
SNMPv2-SMI::enterprises.259.10.1.51.1.2.16.1.1.2.1 = INTEGER: 2
C:\>snmpset -v 2c -c private 188.188.10.109 1.3.6.1.4.1.259.10.1.51.1.2.16.1.1.3.1 i 3
SNMPv2-SMI::enterprises.259.10.1.51.1.2.16.1.1.3.1 = INTEGER: 3
Eth1/1-4 will group to a single 40G port (Eth1/1).
<C-2> Breakout a single 40G port to four 10G ports.
C:\>snmpwalk -v 2c -c private 188.188.10.109 1.3.6.1.4.1.259.10.1.51.1.2.16.1.1.2.17
SNMPv2-SMI::enterprises.259.10.1.51.1.2.16.1.1.2.17 = INTEGER: 3
C:\>snmpset -v 2c -c private 188.188.10.109 1.3.6.1.4.1.259.10.1.51.1.2.16.1.1.3.17 i 2
SNMPv2-SMI::enterprises.259.10.1.51.1.2.16.1.1.3.17 = INTEGER: 2
Eth1/17 will breakout to four 10G ports (Eth1/19-22).
Comments
0 comments
Please sign in to leave a comment.