User`s manual

136 Asanté IntraCore 36000 Series
The IP frame header also includes priority bits in the Type of Service (ToS) octet. The Type of Service octet
may contain three bits for IP Precedence or six bits for Differentiated Services Code Point (DSCP) service.
Note that the IP frame header can include either the IP Precedence or the DSCP priority type.
The precedence for priority mapping by this switch is IP Precedence or DSCP Priority, and then 802.1p
priority.
Command Attributes
Port – Port identifier.
Name – Name of ACL. For information on configuring ACLs, see section 6.7 Configuring Access Control
Lists.
Type – Type of ACL (IP or MAC).
Precedence – IP Precedence value. (Range: 0-7)
DSCP – Differentiated Services Code Point value. (Range: 0-63)
802.1p Priority – Class of Service value in the IEEE 802.1p priority tag. (Range: 0-7; 7 is the highest priority)
Configuring Switch Using the Web or CLI
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.
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
Console(config-if)#match access-list ip bill set dscp 0
Console(config-if)#match access-list mac mike set priority 0
Console(config-if)#end
Console#show marking
Interface ethernet 1/1
match access-list IP bill set DSCP 0
match access-list MAC a set priority 0