Specifications
2-164
Cisco IOS Command Reference for Cisco Aironet Access Points and Bridges
0L-24115-01
Chapter 2 Cisco IOS Commands for Access Points and Bridges
match (class-map configuration)
match (class-map configuration)
Use the match class-map configuration command to define the match criteria to classify traffic. Use the
no form of this command to remove the match criteria.
[no] match {access-group acl-index-or-name |
ip [dscp dscp-list | precedence precedence-list] |
vlan vlan-id}
Syntax Description
Note Though visible in the command-line help strings, the any, class-map, destination-address,
input-interface, mpls, not, protocol, and source-address keywords are not supported.
Defaults This command has no defaults.
Command Modes Class-map configuration
Command History
Usage Guidelines Use the class-map global configuration command to enter the class-map configuration mode. The match
command in the class-map configuration mode is used to specify which fields in the incoming packets
are examined to classify the packets. Only the IP access group or the MAC access group matching to the
Ether Type/Len are supported.
You can use the match ip dscp dscp-list command only in a policy map that is attached to an egress
interface.
Only one match command per class map is supported.
access-group
acl-index-or-name
Specifies the number or name of an IP standard or extended access control
list (ACL) or MAC ACL. For an IP standard ACL, the ACL index ranges are
1 to 99 and 1300 to 1999. For an IP extended ACL, the ACL index ranges
are100 to 199 and 2000 to 2699.
ip dscp dscp-list Specifies a list of up to eight IP Differentiated Services Code Point (DSCP)
values to match against incoming packets. Separate each value with a space.
The range is 0 to 63.
ip precedence
precedence-list
Specifies a list of up to eight IP-precedence values to match against incoming
packets. Separate each value with a space. The range is 0 to 7.
vlan vlan-id Specifies the virtual LAN identification number. Valid IDs are from 1 to
4095; do not enter leading zeros.
Release Modification
12.2(4)JA This command was introduced.