White Papers
Switch command-line configuration (OS 10.x)
18 Dell EMC Networking S4048-ON and S4048T-ON Switch Configuration Guide for Dell EMC SC Series and Dell PS Series SANs | SCG1026
3.2.5 Create PFC dot1p traffic class
The following commands configure a network QoS class map and match the iSCSI traffic class.
OS10(config)# class-map type network-qos <iSCSI-class-map-name>
OS10 (config-cmap-nqos)# match qos-group 4
OS10 (config-cmap-nqos)# exit
3.2.6 Configure network QoS policy map
OS10(config)# policy-map type network-qos <policy-map-name>
OS10(config-pmap-network-qos)# class <iSCSI-class-map-name>
OS10 (config-pmap-c-nqos)# pause
OS10 (config-pmap-c-nqos)# pfc-cos 4
OS10 (config-pmap-c-nqos)# exit
OS10(config-pmap-network-qos)# exit
OS10(config)# policy-map type application <qos-policy-map-name>
OS10(config-pmap-application)# class class-iscsi
OS10 (config-pmap-c-app)# set qos-group 4
OS10 (config-pmap-c-app)# set cos 4
OS10 (config-pmap-c-app)# exit
OS10(config-pmap-application)# exit
3.2.7 Configure ETS policies
OS10(config)# qos-map traffic-class <queue-map-name>
OS10(config-qos-map)# queue 0 qos-group 0-3,5-7
OS10(config-qos-map)# queue 4 qos-group 4
OS10(config-qos-map)# exit
OS10(config)# class-map type queuing <LAN-traffic-map-name>
OS10(config-cmap-queuing)# match queue 0
OS10(config-cmap-queuing)# exit
OS10(config)# class-map type queuing <iSCSI-traffic-map-name>
OS10(config-cmap-queuing)# match queue 4
OS10(config-cmap-queuing)# exit
3.2.8 Create ETS policy-map for bandwidth allocations
OS10(config)# policy-map type queuing <queuing-policy-name>
OS10(config-pmap-queuing)# class <LAN-traffic-map-name>
OS10(config-pmap-c-que)# bandwidth percent <bandwidth-percentage>
OS10(config-pmap-c-que)# exit
OS10(config-pmap-queuing)# class <iSCSI-traffic-map-name>
OS10(config-pmap-c-que)# bandwidth percent <bandwidth-percentage>
OS10(config-pmap-c-que)# exit
OS10(config-pmap-queuing)# exit
Note: The sum of the bandwidth-percentages must be equal to 100. Monitor the LAN and SAN performance
in your environment to determine optimal bandwidth settings.