Overview
16-10
Usage Guidelines
Use the mark option to specify the type of service (tos) and priority value. The tos value is marked in the IP
header and the 802.1p priority value is marked in the dot1q frame.
Whenever the interface receives the packet, its content is checked against all the ACE’s in the ACL. It is marked
based on the ACL configuration.
Example
The example below marks the dot1p priority value to 6 for all 802.1q tagged traffic from VLAN interface 5.
RFS7000(config-ext-macl)#mark 8021p 6 any any vlan 5 type 8021q
RFS7000(config-ext-macl)#
The example below marks the tos field to 254 for all IP traffic coming from the source MAC address.
RFS7000(config-ext-macl)#mark tos 254 host 00:33:44:55:66:77 any type ip
RFS7000(config-ext-macl)#