48
Description
Use the
remark dot1p
command to configure an 802.1p priority marking action or configure the
inner-to-outer tag priority copying action.
Use the
undo remark dot1p
command to delete the action.
The
remark dot1p
8021p
command and the
remark dot1p customer-dot1p-trust
command override
each other, whichever is configured the last.
Related commands:
qos policy
,
traffic behavior
, and
classifier behavior
.
Examples
# Configure traffic behavior
database
to mark matching traffic with 802.1p 2.
<Sysname> system-view
[Sysname] traffic behavior database
[Sysname-behavior-database] remark dot1p 2
# Configure the inner-to-outer tag priority copying action in traffic behavior
database
.
<Sysname> system-view
[Sysname] traffic behavior database
[Sysname-behavior-database] remark dot1p customer-dot1p-trust
remark drop-precedence
Syntax
remark drop-precedence
drop-precedence-value
undo remark drop-precedence
View
Traffic behavior view
Default level
2: System level
Parameters
drop-precedence-value
: Drop precedence to be marked for packets. The value range is 0 to 2: 0 for
green packets, 1 for yellow packets, and 2 for red packets. The switch preferentially drops packets with
the highest drop precedence.
Description
Use the
remark drop-precedence
command to configure a drop precedence marking action.
Use the
undo remark drop-precedence
command to delete the action.
Related commands:
qos policy
,
traffic behavior
, and
classifier behavior
.
Examples
# Configure traffic behavior
database
to mark matching traffic with drop precedence 2.
<Sysname> system-view
[Sysname] traffic behavior database
[Sysname-behavior-database] remark drop-precedence 2