Quality of Service
145
match srcip 172.16.20.0 255.255.255.0
exit
class-map match-all test_dept
match srcip 172.16.30.0 255.255.255.0
exit
class-map match-all development_dept
match srcip 172.16.40.0 255.255.255.0
exit
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 each
department's traffic on a different egress queue. This is how the DiffServ inbound policy connects to the
CoS queue settings established below.
policy-map internet_access in
class finance_dept
assign-queue 1
exit
class marketing_dept
assign-queue 2
exit
class test_dept
assign-queue 3
exit
class development_dept
assign-queue 4
exit
exit
Attach the defined policy to interfaces 1/g1 through 1/g4 in the inbound direction
interface ethernet 1/g1
service-policy in internet_access
exit
interface ethernet 1/g2
service-policy in internet_access
exit
interface ethernet 1/g3
service-policy in internet_access
exit
interface ethernet 1/g4
service-policy in internet_access
exit
Summary of Contents for POWERCONNECT 6200 SERIES
Page 28: ...28 System Configuration ...
Page 72: ...72 Switching Configuration ...
Page 134: ...134 Device Security ...
Page 147: ...Quality of Service 147 Figure 7 4 DiffServ VoIP Example Network Diagram ...
Page 160: ...160 Multicast ...
Page 176: ...176 Utility ...