White Papers

Switch command-line configuration (OS 10.x)
19 Dell EMC Networking S4048-ON and S4048T-ON Switch Configuration Guide for Dell EMC SC Series and Dell PS Series SANs | SCG1026
3.2.9 Apply policies and VLAN ID to all switch edge ports (except port-channel
member ports)
OS10(config)# interface range ethernet 1/1/1-1/1/48
OS10(conf-range-eth1/1/1-1/1/48)# switchport mode trunk
OS10(conf-range-eth1/1/1-1/1/48)# switchport trunk allowed vlan <vlan-id>
OS10(conf-range-eth1/1/1-1/1/48)# service-policy input type network-qos <policy-
map-name>
OS10(conf-range-eth1/1/1-1/1/48)# service-policy output type queuing <queuing-
policy-name>
OS10(conf-range-eth1/1/1-1/1/48)# ets mode on
OS10(conf-range-eth1/1/1-1/1/48)# qos-map traffic-class <queue-map-name>
OS10(conf-range-eth1/1/1-1/1/48)# priority-flow-control mode on
OS10(conf-range-eth1/1/1-1/1/48)# exit
3.2.10 Apply policies and VLAN ID on port-channel and its member ports
OS10(config)# interface port-channel 1
OS10(conf-if-po-1)# switchport mode trunk
OS10(conf-if-po-1)# switchport trunk allowed vlan <vlan-id>
OS10(conf-if-po-1)# no shutdown
OS10(conf-if-po-1)# exit
This configuration guide uses ports 1/1/49 and 1/1/50 as port-channel member ports which are configured
using following commands.
OS10(config)# interface range ethernet 1/1/49-1/1/50
OS10(conf-range-eth1/1/49-1/1/50)# service-policy input type network-qos
<policy-map-name>
OS10(conf-range-eth1/1/49-1/1/50)# service-policy output type queuing <queuing-
policy-name>
OS10(conf-range-eth1/1/49-1/1/50)# ets mode on
OS10(conf-range-eth1/1/49-1/1/50)# qos-map traffic-class <queue-map-name>
OS10(conf-range-eth1/1/49-1/1/50)# priority-flow-control mode on
OS10(conf-range-eth1/1/49-1/1/50)# exit
3.2.11 Set system QoS policies
OS10(config)# system qos
OS10(config-sys-qos)# service-policy input type qos <trust-policy-map-name>
OS10(config-sys-qos)# service-policy type application <qos-policy-map-name>
OS10(config-sys-qos)# ets mode on
OS10(config-sys-qos)# exit
3.2.12 Enable DCB
OS10(config)# dcbx enable
OS10(config)# exit