White Papers

Configure Data Center Bridging (optional)
15 Dell EMC Networking S5148F-ON Switch Configuration Guide for Dell EMC Unity, SC Series, and PS Series
iSCSI SANs | SCG3928
3.9 Create ETS policy-map for traffic-class 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
OS10(config)#
Note: The sum of the bandwidth percentages must equal 100. Monitor the LAN and SAN performance in your
environment to determine optimal bandwidth settings.
3.10 Apply service-policies and VLAN ID to selected switch edge ports
(except port-channel member ports)
OS10(config)# interface range ethernet 1/1/1-1/1/30
OS10(conf-range-eth1/1/1-1/1/30)# switchport mode trunk
OS10(conf-range-eth1/1/1-1/1/30)# switchport trunk allowed vlan <vlan-id>
OS10(conf-range-eth1/1/1-1/1/30# service-policy input type network-qos <policy-
map-name>
OS10(conf-range-eth1/1/1-1/1/30)# service-policy output type queuing <queuing-
policy-name>
OS10(conf-range-eth1/1/1-1/1/30)# ets mode on
OS10(conf-range-eth1/1/1-1/1/30)# qos-map traffic-class <queue-map-name>
OS10(conf-range-eth1/1/1-1/1/30# priority-flow-control mode on
OS10(conf-range-eth1/1/1-1/1/30# exit
3.11 Apply policies and VLAN ID on port channel and its member ports
Note: Configuring for a port channel is mandatory for PS Series, optional for SC Series, and not applicable to
Dell EMC Unity SANs.
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