DES-7200 Configuration Guide Chapter 2 QoS Configuration
2-22
2.4 QoS Configuration
Examples
2.4.1 Classified Packets-based
Rate Limit
2.4.2 Configuration Requirements
Various departments are interconnected through Ethernet switches in the Intranet,
where the finance department is connected through G0/2. For some reason, it is
required to limit the maximum outgoing traffic from the salary query server to no more
than 512Kbps. The ones exceeding the limit will be dropped.
2.4.3 Topology View
2.4.4 Configuration Procedure
Note
Below shows only the configuration commands associated with QoS
ACL.
# Enter the global configuration mode.
DES-7200# configure
Enter configuration commands, one per line. End with CNTL?Z
# Define a standard ACL named salary_acl.
DES-7200(config)# ip access-list standard salary_acl
# Define a rule to permit the traffic from the salary server.
DES-7200(config-std-nacl)# permit host 192.168.217.223
# Exit to the global configuration mode.
DES-7200(config-std-nacl)# exit
# Create a class map named salaryclass and enter the class-map configuration mode.