White Papers
Switch command-line configuration (OS 9.x)
11 Dell EMC Networking S4048-ON and S4048T-ON Switch Configuration Guide for Dell EMC SC Series and Dell PS Series SANs | SCG1026
Option 2: Enable multiple ports at once using the range parameter.
DellEMC#configure
DellEMC(conf)#interface range tengigabitethernet 1/1–1/48
DellEMC(conf -if-range-te-1/1-48)#switchport
2.1.7 Enable Jumbo frames
DellEMC(conf -if-range-te-1/1-48)#mtu 9216
2.1.8 Configure flow control
DellEMC(conf -if-range-te-1/1-48)#flowcontrol rx on tx off
2.1.9 Configure spanning tree on edge ports
DellEMC(conf-if-range-te-1/1-48)#spanning-tree rstp edge-port
DellEMC(conf-if-range-te-1/1-48)#no shutdown
DellEMC(conf-if-range-te-1/1-48)#exit
DellEMC(conf)#protocol spanning-tree rstp
DellEMC(conf-rstp)#no disable
DellEMC(conf-rstp)#exit
2.1.10 Configure port channel for LAG
Note: This section is mandatory for PS Series SANs and optional for SC Series SANs.
The following commands create a port channel or link aggregation used as an interconnect between two
switches.
DellEMC(conf)#interface Port-channel 1
DellEMC(conf-if-po-1)#mtu 9216
DellEMC(conf-if-po-1)#switchport
DellEMC(conf-if-po-1)#no shutdown
DellEMC(conf-if-po-1)#exit
The following commands assign 40 Gb QSFP ports to the port channel.
DellEMC(conf)#interface range fortyGigE 1/49-1/50
DellEMC(conf-if-range-fo-1/49-1/50)#mtu 9216
DellEMC(conf-if-range-fo-1/49-1/50)#flowcontrol rx on tx off
DellEMC(conf-if-range-fo-1/49-1/50)#port-channel-protocol lacp
DellEMC(conf-if-range-fo-1/49-1/50-lacp)#port-channel 1 mode active
DellEMC(conf-if-range-fo-1/49-1/50-lacp)#exit
DellEMC(conf-if-range-fo-1/49-1/50)#no shutdown
DellEMC(conf-if-range-fo-1/49-1/50)#end
2.1.11 Save configuration
DellEMC#copy running-config startup-config