Verifying The Marking Configuration - Cisco Nexus 7000 Series Configuration Manual

Nx-os quality of service configuration guide
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Configuring Marking
Step 2
Step 3
Step 4
Step 5
Example
This example shows how to display the policy1 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 table-map
show policy-map
Command or Action
switch(config)# policy-map [type qos]
[match-first] {qos-policy-map-name |
qos-dynamic}
switch(config-pmap-qos)# class [type qos]
{class-map-name | qos-dynamic |
class-default} [insert-before
before-class-map-name]
switch(config-pmap-c-qos)# set {cos | dscp |
discard-class | precedence | discard-class}
{cos | dscp | discard-class | precedence |
discard-class} table-map-name
switch(config-pmap-c-qos)# exit
Cisco Nexus 7000 Series NX-OS Quality of Service Configuration Guide
Verifying the Marking Configuration
Purpose
Creates or accesses the policy map named
qos-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.
Creates a reference to class-map-name, and
enters policy-map class configuration mode.
The class is added to the end of the policy map
unless insert-before is used to specify the class
to insert before. Use the class-default keyword
to select all traffic that is not currently matched
by classes in the policy map.
Sets the first packet field to the value of the
second packet field based on the mapping
values specified in the referenced
table-map-name.
Note
The table-map-name must be the
name of one of the system-defined
table maps, which are not
configurable, listed in "Using
Modular QoS CLI." You cannot use
the name of a user-defined table in
this procedure.
Returns to policy-map configuration mode.
Purpose
Displays all table maps.
Displays all policy maps.
57

Advertisement

Table of Contents
loading

Table of Contents