HP VPN Firewall Appliances Network Management Command Reference
244
{ You can configure up to eight DSCP values in one command line. If multiple identical DSCP
values are specified, the system considers them as one. If a packet matches one of the defined
DSCP values, it matches the if-match clause.
{ To delete a criterion that matches DSCP values, the specified DSCP values must be identical with
those defined in the criterion (the sequence can be different).
5. Defining a criterion to match 802.1p priority in customer VLAN tags
{ You can configure multiple 802.1p priority match criteria for a class. All the defined 802.1p
values are automatically arranged in ascending order.
{ You can configure up to eight 802.1p priority values in one command line. If the same 802.1p
priority value is specified multiple times, the system considers them as one. If a packet matches
one of the defined 802.1p priority values, it matches the if-match clause.
{ To delete a criterion that matches 802.1p priority values, the specified 802.1p priority values in
the command must be identical with those defined in the criterion (the sequence can be
different).
6. Defining a criterion to match IP precedence values
{ You can configure multiple IP precedence match criteria for a class. The defined IP precedence
values are automatically arranged in ascending order.
{ You can configure up to eight IP precedence values in one command line. If the same IP
precedence is specified multiple times, the system considers them as one. If a packet matches
one of the defined IP precedence values, it matches the if-match clause.
{ To delete a criterion that matches IP precedence values, the specified IP precedence values in
the command must be identical with those defined in the criterion (the sequence can be
different).
7. Defining a criterion to match local precedence values
{ You can configure multiple local precedence match criteria for a class. The defined local
precedence values are automatically arranged in ascending order.
{ You can configure up to eight local precedence values in one command line. If the same local
precedence value is specified multiple times, the system considers them as one. If a packet
matches one of the defined local precedence values, it matches the if-match clause.
{ To delete a criterion that matches local precedence values, the specified local precedence
values must be identical with those defined in the match criterion (the sequence can be
different).
Examples
# Define a match criterion for class class1 to match the packets with 0050-ba27-bed3 as their destination
MAC address.
<Sysname> system-view
[Sysname] traffic classifier class1
[Sysname-classifier-class1] if-match destination-mac 0050-ba27-bed3
# Define a match criterion for class class2 to match the packets with 0050-ba27-bed2 as their source
MAC address.
<Sysname> system-view
[Sysname] traffic classifier class2
[Sysname-classifier-class2] if-match source-mac 0050-ba27-bed2
# Define a match criterion for class class1 to match the packets with a customer network 802.1p priority
of 3.