dscp-map-pri-map-show
NetVisor OS supports creating Quality of Service (QoS) maps that configure hardware based mapping of Differentiated Services Code Point (DSCP) value in a received IP header to a Cost of Service (CoS) priority. This helps in prioritizing traffic based on DSCP markings by using the appropriate egress CoS queues to send packets out.
Syntax dscp-map-pri-map-show
name name-string |
Specify the name of the DSCP map. |
Specify the following pri-map arguments: |
|
pri number |
Specify a CoS priority from 0 to 7. |
dsmap number-list |
Specify a DSCP value(s)as a single value, comma separated list, or a number range. |
Defaults
CoS Priority Value |
Default DSCP Values |
0 |
None |
1 |
8,10,12,14 |
2 |
16,18,20,22 |
3 |
24,26,28,30 |
4 |
32,34,36,38 |
5 |
40 |
6 |
48 |
7 |
56 |
Access Network Administrator
History
Version 2.5.3 |
Command introduced. |
Usage Use this command to display a DSCP map, and values.
Examples To display a DSCP map with the name default, use the following syntax:
Informational Note: The dscp-map-pri-map-show displays output only if there are maps configured.
CLI (network-admin@switch) > dscp-map-pri-map-show
name pri dsmap
------- --- -----------
default 0 none
default 1 8,10,12,14
default 2 16,18,20,22
default 3 24,26,28,30
default 4 32,34,36,38
default 5 40
default 6 48
default 7 56