White Papers

Switch command-line configuration (OS 9.x)
12 Dell EMC Networking S4048-ON and S4048T-ON Switch Configuration Guide for Dell EMC SC Series and Dell PS Series SANs | SCG1026
2.1.12 Reload switch
DellEMC#reload
System configuration has been modified. Save? [yes/no]:yes
Proceed with reload [confirm yes/no]:yes
2.1.13 Configure additional switch
Repeat the commands from section 2.1 to configure the second switch.
Note: The preceding procedure places all switch ports in the default VLAN. If you prefer to place ports in a
non-default VLAN, refer to the documentation for your switch.
2.2 Configure Data Center Bridging (optional)
Use the following commands to enable Data Center Bridging (DCB) mode on the switch.
Note: You must complete the Dell EMC recommended switch configuration steps in section 2.1 before
configuring the switch for DCB mode.
2.2.1 Disable 802.3x flowcontrol on SFP+ ports
DellEMC#configure
DellEMC(conf)#interface range tengigabitethernet 1/11/48
DellEMC(conf-if-range-te-1/1-48)#no flowcontrol rx on tx off
DellEMC(conf-if-range-te-1/1-48)#exit
2.2.2 Disable 802.3x flowcontrol on QSFP ports
DellEMC(conf)#interface range fortyGigE 1/49-1/50
DellEMC(conf-if-range-fo-1/49-1/50)#no flowcontrol rx on tx off
DellEMC(conf-if-range-fo-1/49-1/50)#exit
2.2.3 Create tagged VLAN for all ports and port-channels
DellEMC(conf)#interface vlan <vlan-id>
Note: You must supply a VLAN ID. The valid range is 2-4093.
Dell (conf-if-vl-vlan-id*)#tagged tengigabitethernet 1/11/48
Dell (conf-if-vl-vlan-id*)#mtu 9216
Dell (conf-if-vl-vlan-id*)#tagged port-channel 1
Dell (conf-if-vl-vlan-id*)#no shutdown
Dell (conf-if-vl-vlan-id*)#exit