Configuring Dscp Port Marking - Cisco Nexus 9000 Series Configuration Manual

Nx-os quality of service configuration, release 7.x
Hide thumbs Also See for Nexus 9000 Series:
Table of Contents

Advertisement

Configuring DSCP Port Marking

switch(config-pmap-c-qos)# set qos-group 1
switch(config-pmap-qos)# class class-default
Configuring DSCP Port Marking
You can set the DSCP value for each class of traffic defined in a specified ingress policy map.
The default behavior of the device is to preserve the DSCP value or to trust DSCP. To make the port untrusted,
change the DSCP value. Unless you configure a QoS policy and attach that policy to specified interfaces, the
DSCP value is preserved.
Note
• You can attach only one policy type qos map to each interface in each direction.
• The DSCP value is trust on the Layer 3 port of a Cisco NX-OS device.
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12. interface ethernet slot/port
13. service-policy [type qos] {input | output} {policy-map-name} [no-stats]
DETAILED STEPS
Command or Action
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
policy-map [type qos] [match-first] [policy-map-name]
Example:
switch(config)# policy-map policy1
switch(config-pmap-qos)#
Cisco Nexus 9000 Series NX-OS Quality of Service Configuration Guide, Release 7.x
82
configure terminal
policy-map [type qos] [match-first] [policy-map-name]
class [type qos] {class-name | class-default} [insert-before before-class-name]
set dscp-value
exit
class [type qos] {class-name | class-default} [insert-before before-class-name]
set dscp-value
exit
class [type qos] {class-name | class-default} [insert-before before-class-name]
set dscp-value
exit
Purpose
Enters global configuration mode.
Creates or accesses the policy map named
policy-map-name and then enters policy-map mode. The
policy-map name can contain alphabetic, hyphen, or
underscore characters, is case sensitive, and can be up to
40 characters.
Configuring Marking

Advertisement

Table of Contents
loading

Table of Contents