72
Default level
2: System level
Parameters
import-value-list
: List of input values.
export-value
: Output value.
all
: Deletes all the mappings in the priority mapping table.
Description
Use the
import
command to configure a mapping from one or multiple input values to an output value.
Use the
undo import
command to restore the specified or all mappings to the default mappings.
Related commands:
display qos map-table
.
Examples
# Configure the 802.1p-to-drop priority mapping table to map 802.1p priority values 4 and 5 to drop
precedence 1.
<Sysname> system-view
[Sysname] qos map-table dot1p-dp
[Sysname-maptbl-dot1p-dp] import 4 5 export 1
qos map-table
Syntax
qos map-table
{
dot1p-dp
|
dot1p-exp
|
dot1p-lp
|
dscp-dot1p
|
dscp-dp
|
dscp-dscp
|
exp-dot1p
|
exp-dp
}
View
System view
Default level
2: System level
Parameters
dot1p-dp
: 802.1p-to-drop priority mapping table.
dot1p-exp
: 802.1p-to-EXP priority mapping table.
dot1p-lp
: 802.1p-to-local priority mapping table.
dscp-dot1p
: DSCP-to-802.1p priority mapping table.
dscp-dp
: DSCP-to-drop priority mapping table.
dscp-dscp
: DSCP-to-DSCP priority mapping table.
exp-dot1p
: EXP-to-802.1p priority mapping table.
exp-dp
: EXP-to-drop priority mapping table.
Description
Use the
qos map-table
command to enter the specified priority mapping table view.
Related commands:
display qos map-table
.