Specifications
2-498
Cisco ME 3400 Ethernet Access Switch Command Reference
OL-9640-07
Chapter 2 Cisco ME 3400 Ethernet Access 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 and outgoing traffic and the actions to be performed on the
classified traffic.
show policy-map [policy-map-name | interface [interface-id] [input | output] [class class-name]]
{begin | exclude | include} expression]
Syntax Description
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
police 100000000 2000000 exceed-action drop
Policy Map mypolicy
class dscp5
policy-map-name (Optional) Display the specified policy-map name.
class class-map-name (Optional) Display QoS policy actions for an individual class.
interface [interface-id]
[input | output]
(Optional) Display information and statistics about policy maps applied to
all ports or the specified port. If you specify a port, you can specify
additional keywords.The keywords have these meanings:
• interface-id—Display information about policy maps on the specified
physical interface.
• input—Display information about input policy maps on the switch or
applied to the specified port.
• output—Display the information about output policy-maps on the
switch or applied to the specified port.
class class-name (Optional) Display policy-map statistics for an 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.2(25)EX This command was introduced.