dscp-map-create
Netvisor supports creating Quality of Service (QoS) maps to 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 with prioritizing traffic based on DSCP markings by using the appropriate egress CoS queues to send packets out.
Syntax dscp-map-create name name-string
name name-string |
Create a name for the DSCP map. |
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 Command introduced in Version 2.5.3.
Usage Use this command to create a DSCP map with default DSCP to priority mappings.
Examples To create a DSCP map with the name DSCP-1, use the following syntax:
CLI network-admin@switch > dscp-map-create name DSCP-1
dscp-map-delete
Netvisor 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-delete name name-string
name name-string |
Specify the name of the DSCP map. |
Access Network Administrator
History Command introduced in Version 2.5.3.
Usage Use this command to delete a DSCP map.
Examples To delete a DSCP map with the name DSCP-1, use the following syntax:
CLI network-admin@switch > dscp-map-delete name DSCP-1
dscp-map-show
Netvisor 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-show name name-string
name name-string |
Specify the name of the DSCP map. |
Access Network Administrator
History Command introduced in Version 2.5.3.
Usage Use this command to display DSCP maps.
Examples To display a DSCP map with the name DSCP-1, use the following syntax:
CLI network-admin@switch > dscp-map-show name DSCP-1
dscp-map-pri-map-modify
Netvisor 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-modify name name-string
name name-string |
Specify the name of the DSCP map. |
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 Command introduced in Version 2.5.3.
Usage Use this command to modify a DSCP map.
Examples To modify a DSCP map with the name DSCP-1, use the following syntax:
CLI network-admin@switch > dscp-map-pri-map-modify name DSCP-1 pri 5 dsmap 44
dscp-map-pri-map-show
Netvisor 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. |
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 Command introduced in Version 2.5.3.
Usage Use this command to display a DSCP map and values.
Examples To display a DSCP map with the name DSCP-1, 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 DSCP-1
switch name pri dsmap
------- ---- --- -----------
Spine1 ds2 0 none
Spine1 ds2 1 8,10,12,14
Spine1 ds2 2 16,18,20,22
Spine1 ds2 3 24,26,28,30
Spine1 ds2 4 32,34,36,38
Spine1 ds2 5 40
Spine1 ds2 6 48
Spine1 ds2 7 56