Verifying The Marking Configuration; Configuration Examples For Marking - Cisco Nexus 9000 Series Configuration Manual

Nexus 9000 series data center switches
Hide thumbs Also See for Nexus 9000 Series:
Table of Contents

Advertisement

Configuring Marking
Command or Action
Example:
switch(config-pmap-qos)# class class-default
switch(config-pmap-c-qos)#
Step 10
set dscp-value
Example:
switch(config-pmap-c-qos)# set dscp af22
switch(config-pmap-c-qos)#
Step 11
exit
Example:
switch(config-pmap-c-qos)# exit
switch(config-pmap-qos)#
Step 12
interface ethernet slot/port
Example:
switch(config)# interface ethernet 1/1
switch(config-if)#
Step 13
service-policy [type qos] {input | output}
{policy-map-name} [no-stats]
Example:
switch(config-if)# service-policy input
policy1
This example shows how to display the policy-map configuration:
switch# show policy-map policy1

Verifying the Marking Configuration

To display the marking configuration information, perform one of the following tasks:
Command
show policy-map

Configuration Examples for Marking

The following example shows how to configure marking:
configure terminal
policy-map type qos untrust_dcsp
class class-default
Purpose
before. Use the class-default keyword to select all traffic that is
not currently matched by classes in the policy map.
Sets the DSCP value to dscp-value. Valid values are listed in the
Standard DSCP Values table in the Configuring DSCP Marking
section.
Returns to policy-map configuration mode.
Enters interface mode to configure the Ethernet interface.
Adds policy-map-name to the input packets of the interface. You
can attach only one input policy and one output policy to an
interface.
Cisco Nexus 9000 Series NX-OS Quality of Service Configuration Guide, Release 7.x

Verifying the Marking Configuration

Purpose
Displays all policy maps.
81

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents