Deployment Guide

Quality of Service (QoS) | 1225
match mac dot1p
c e s
Configure a match criterion for a class map, based on a dot1p value.
Syntax
match mac dot1p {dot1p-list}
Parameters
Defaults
No default values or behavior
Command Modes
CLASS-MAP
Command
History
Usage
Information
You must enter the class-map command in order to access this command. Once the class map is
identified, you can configure the match criteria.
Related
Commands
match mac vlan
c e s
Configure a match criterion for a class map based on a VLAN ID.
Syntax
match mac vlan {vlan-id | vlan-list | vlan-range | mixed-vlan-list}
Parameters
Defaults
None
Command Modes
CLASS-MAP
Command
History
dot1p-list
Enter a dot1p value.
Range: 0–7
Version 8.2.1.0 Available on the C-Series and S-Series.
Version 7.5.1.0 Added support for DSCP Marking option
Version 7.4.1.0 Introduced
class-map Identify the class map.
vlan-id
Enter the VLAN ID. Valid VLAN IDs are from 1 to 4094
vlan-list
S25 and S50 only: Enter two or more VLAN IDs separated by a comma:
vlan-id,vlan-id,vlan-id,...
For example: match mac vlan 2,4,6
There is no space between VLAN IDs and the comma.
vlan-range
S25 and S50 only: Enter a range VLAN IDs separated by a dash (-):
vlan-id-vlan-id
For example: match mac vlan 3-5
There is no space between VLAN IDs and the comma.
mixed-vlan-list
S25 and S50 only: Enter single VLAN IDs and VLAN ranges in any order:
vlan-id,vlan-range,vlan-id...
For example: match mac vlan 1,3-5,8
Version 8.4.2.4 Support for multiple VLAN IDs as match criteria was introduced on the S25 and S50.
Version 8.2.0.1 Introduced.