-
null
D Commands
This chapter describes the Cisco NX-OS quality of service (QoS) commands that begin with D.
description
To add a description to a class map, policy map, or table map, use the description command. To remove the description, use the no form of this command.
description text
no description text
Syntax Description
text |
Description for the class map, policy map, or table map. The description can be a maximum of 200 alphanumeric characters. |
Command Default
None
Command Modes
Class map type network qos configuration
Class map type qos configuration
Class map type queuing configuration
Policy map type network qos configuration
Policy map type qos configuration
Policy map type queuing configuration
Command History
|
|
5.2(1)N1(1) |
This command was introduced. |
Examples
This example shows how to add a description to a qos class map:
switch(
config)#
class-map my_class1
switch(config-cmap-qos)# description This class map filters packets that matches an ACL
switch(config-cmap-qos)#
Related Commands
|
|
---|---|
class-map |
Creates or modifies a class map. |
policy-map |
Creates or modifies a policy map. |
show class-map |
Displays class maps. |
show policy-map |
Displays policy maps. |