Service ingress MAC match criteria

About this task

To configure service ingress policy MAC criteria, perform the following.

Procedure

  1. Define a new entry ID value. Entries must be explicitly created; the system does not dynamically assign entries or a value.
  2. Associate the FC with a specific MAC criteria entry ID.
  3. Define a description. The description provides a brief overview of policy features.
    Example

    The following is a sample ingress MAC criteria configuration output.

    A:ALA-7>config>qos# info
    ...
    #------------------------------------------
    echo "QoS Policy Configuration"
    #------------------------------------------
    ...
            sap-ingress 101 create
    ...
                mac-criteria
                    entry 10 create
                        description "Entry10"
                        match
                            dst-mac 04-67-ff-00-00-01 ff-ff-ff-ff-ff-ff
                            dot1p 7 7
                        exit
                        action fc be
                    exit
                exit
            exit
    #------------------------------------------
    A:ALA-7>config>qos#