Cisco Cisco IOS Software Release 12.4(6)T

Seite von 34
Tag and Template
  Feature Information for Tag and Template
33
Cisco IOS Security Configuration Guide
Examples
The following is sample output from the show policy-map command. This sample output displays the 
contents of a policy map called “policy1.” In policy 1, traffic policing on the basis of a committed 
information rate (CIR) of 20 percent has been configured, and the bc and be have been specified in 
milliseconds. As part of the traffic policing configuration, optional conform, exceed, and violate actions 
have been specified.
Router# show policy-map policy1
  Policy Map policy1
    Class class1
     police cir percent 20 bc 300 ms pir percent 40 be 400 ms
       conform-action transmit 
       exceed-action drop 
       violate-action drop
The following example shows that the type control tag is to be displayed:
Router# show policy-map type control tag
Policy Map type tag temp
Class temp
Table 3
 describes the significant fields shown in the display. 
Related Commands
Feature Information for Tag and Template
 lists the release history for this feature.
Not all commands may be available in your Cisco IOS software release. For release information about a 
specific command, see the command reference documentation.
Table 3
show policy-map Field Descriptions
Field
Description
Policy Map
Name of policy map displayed.
Class
Name of class configured in policy map displayed.
police
Indicates that traffic policing on the basis of specified percentage of 
bandwidth has been enabled. The committed burst (bc) and excess burst 
(be) sizes have been specified in milliseconds (ms), and optional conform, 
exceed, and violate actions have been specified.
Command
Description
policy-map
Creates or modifies a policy map that can be attached to one or more 
interfaces to specify a service policy.
show policy-map class
Displays the configuration for the specified class of the specified 
policy map.
show policy-map interface
Displays the packet statistics of all classes that are configured for 
all service policies either on the specified interface or subinterface 
or on a specific PVC on the interface.