Quick Reference Guide

192 | Quality of Service
www.dell.com | support.dell.com
Figure 12-150. DiffServ Internet Access Example Network Diagram
1. Ensure DiffServ operation is enabled for the switch.
2. Create a DiffServ class of type
all for each of the departments, and name them. Define the match
criteria—VLAN ID—for the new classes.
Figure 12-151. Example of Using class-map Command
3. Create a DiffServ policy for inbound traffic named “internet_access”, adding the previously created
department classes as instances within this policy. This policy uses the
assign-queue attribute to put
Force10 #config
Force10 (Config)#diffserv
Force10 (Config)#class-map match-all finance_dept
Force10 (Config class-map)#match vlan 10
Force10 (Config class-map)#exit
Force10 (Config)#
Force10 (Config)#class-map match-all marketing_dept
Force10 (Config class-map)#match vlan 20
Force10 (Config class-map)#exit
Force10 (Config)#
Force10 (Config)#class-map match-all test_dept
Force10 (Config class-map)#match vlan 30
Force10 (Config class-map)#exit
Force10 (Config)#
Force10 (Config)#class-map match-all development_dept
Force10 (Config class-map)#match vlan 40
Force10 (Config class-map)#exit
(Force10 S50) (Config)#