24-52
Cisco ASR 901 Series Aggregation Services Router Software Configuration Guide
OL-23826-09
Chapter 24 Configuring QoS
Configuring Quality of Service (QoS)

Creating a Named Access List

To create a standard or extended named access list, perform the following tasks:
Restrictions
Extended ACLs with extended options like DSCP, fragments, option, precedence, time-range, ToS, and
TTL are not supported. Only ACLs with source and destination IP addresses are supported.
SUMMARY STEPS
1. enable
2. configure terminal
3. ip access-list {standard | extended} name
4. permit {source [source-wildcard] | any} log
5. exit
6. class-map class-map-name
7. match access-group name access-group-name
DETAILED STEPS
Command Purpose
Step 1 enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step 2 configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3 ip access-list {standard | extended}
name
Example:
Router(config)# ip access-list
standard acl-std
or
Router(config)# ip access-list
extended acl-std
Define a standard or extended IP access list using a name.
standard—Specifies a standard IP access list.
extended—Specifies an extended IP access list.
name—Name of the IP access list or object-group ACL. Names
cannot contain a space or quotation mark, and must begin with
an alphabetic character to prevent ambiguity with numbered
access lists.