Document No. 10-300077, Issue 2 25-25
80-Series QoS

* Note: You must use the CLI to set up ACLs for QoS. Do not attempt

to use the IP Access Contr ol Web page in the Web Agent to set

up ACLs for QoS.

Examples: Standard ACL Rules
<dest-ip-addr> The destination IP address of the subnet that
you want to assign a priority to.
<dest-wildcard> The inverse of a network mask. Enter a 32-bit
number in four-part, dotted decimal format.
Place ones in the bit positions that you want to
mask.
This parameter specifies a range of IP
address. For example, to specify all IP
addresses in the 10.10.70 subnet, enter
10.10.70.0 0.0.0.255.
any A destination of 0.0.0.0 and a destination-
wildcard of 255.255.255.255
host <dest-ip-addr> The destination IP address that you want to
assign a priority to.
[{lt <port> | eq <port> | gt
<port> | range <port>
<port>}]
A destination port or range of destination
ports that pass data between two hosts or
switches using the Transmission Control
Protocol (TCP) or the User Datagram
Protocol (UDP).
[established] Permits TCP connections to be established
that match the rule.

Table 25-14. Keywords, Arguments, and Options

Keyword, Argument or

Option Definition
3 of 3

Table 25-15. Examples: Standard ACL Rules

To... Enter...

• Use the DSCP in the packet to
classify all traffic that has a source
IP address in the 10.10.60 subnet.
• Mask the three least significant bits
of the DSCP.
access-list MyAccessList1 4 permit
use-diffserv mask 10.10.60.0
0.0.0.255
Assign a priority of 7 to all traffic that
has a source IP address in the 10.10.70
subnet.
access-list MyAccessList1 5 permit
use-priority 7 10.10.70.0 0.0.0.255
1 of 2