Both IP/IPv6 criteria and MAC criteria cannot be configured in the same SAP ingress QoS policy.
To configure service ingress policy MAC criteria, define the following:
a new entry ID value. Entries must be explicitly created. The system does not dynamically assign entries or a value.
the action to associate the forwarding class or enqueuing priority with a specific MAC criteria entry ID
a description. The description provides a brief overview of policy features.
match criteria for ingress SAP QoS policy. Optionally, specify an IP protocol to be used as an ingress SAP QoS policy match criterion.
The following displays an ingress MAC criteria configuration:
A:ALA-7>config>qos# info
...
#------------------------------------------
echo "QoS Policy Configuration"
#------------------------------------------
...
sap-ingress 101 create
...
mac-criteria
entry 10 create
description "Entry10-low prio"
match
dst-mac 04-67-ff-00-00-01 ff-ff-ff-ff-ff-ff
dot1p 7 7
exit
action fc be priority low
exit
exit
exit
#------------------------------------------
A:ALA-7>config>qos#