User manual

C
LASS
OF
S
ERVICE
C
ONFIGURATION
3-181
Web – Click Priority, ACL Marker. Select a port and an ACL rule. To
specify a ToS priority, mark the Precedence/DSCP check box, select
Precedence or DSCP from the scroll-down box, and enter a priority. To
specify an 802.1p priority, mark the 802.1p Priority check box, and enter a
priority. Then click Add.
Figure 3-80 Changing Priorities Based on ACL Rules
CLI – This example changes the DSCP priority for packets matching an
IP ACL rule, and the 802.1p priority for packets matching a MAC ACL
rule.
Console(config)#interface ethernet 1/1 4-168
Console(config-if)#match access-list ip bill set dscp 0 4-133
Console(config-if)#match access-list mac mike set priority 0 4-147
Console(config-if)#end
Console#show marking 4-134
Interface ethernet 1/1
match access-list ip bill set dscp 0
match access-list mac mike set
Console#