2-692
Catalyst 3750 Switch Command Reference
OL-8552-07
Chapter 2 Catalyst 3750 Switch Cisco IOS Commands
show policy-map
show policy-map
Use the
show policy-map
user EXEC command to display quality of service (QoS) policy maps, which
define classification criteria for incoming traffic. Policy maps can include policers that specify the
bandwidth limitations and the action to take if the limits are exceeded.
show policy-map
[
policy-map-name
[
class
class-map-name
]] [ | {
begin
|
exclude
|
include
}
expression
]
Syntax Description
Note
Though visible in the command-line help string, the
control-plane
and
interface
keywords are not
supported, and the statistics shown in the display should be ignored.
Command Modes
User EXEC
Command History
Usage Guidelines
Expressions are case sensitive. For example, if you enter
| exclude output
, the lines that contain
output
do not appear, but the lines that contain
Output
appear.
Examples
This is an example of output from the
show policy-map
command:
Switch>
show policy-map
Policy Map videowizard_policy2
class videowizard_10-10-10-10
set dscp 34
police 100000000 2000000 exceed-action drop
Policy Map mypolicy
class dscp5
set dscp 6
policy-map-name
(Optional) Display the specified policy-map name.
class
class-map-name
(Optional) Display QoS policy actions for a individual class.
| begin
(Optional) Display begins with the line that matches the
expression
.
| exclude
(Optional) Display excludes lines that match the
expression
.
| include
(Optional) Display includes lines that match the specified
expression
.
expression
Expression in the output to use as a reference point.
Release
Modification
12.1(11)AX
This command was introduced.