![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/6/4e/64e8f639-62e0-4ca0-91a3-b48525929a2d/64e8f639-62e0-4ca0-91a3-b48525929a2d-bg13.png)
Configuring Modular Quality of Service Congestion Management on Cisco IOS XR Software
Configuration Examples for Configuring QoS Congestion Management on Cisco IOS XR Software
QC-47
Cisco IOS XR Modular Quality of Service Configuration Guide
Configuration Examples for Configuring QoS Congestion
Management on Cisco IOS XR Software
This section provides the following configuration examples:
• Traffic Shaping for an Input Interface on Cisco IOS XR Software: Example, page QC-47
• Traffic Policing for a Bundled Interface on Cisco IOS XR Software: Example, page QC-48
Traffic Shaping for an Input Interface on Cisco IOS XR Software: Example
The following example shows how to configure a policy map on an input interface:
policy-map p2
class voip
shape average percent 20
!
interface bundle-pos 1
service-policy input p2
commit
Step 9
end
or
commit
Example:
RP/0/RP0/CPU0:router(config-if)# end
or
RP/0/RP0/CPU0:router(config-if)# commit
Saves configuration changes.
• When you issue the end command, the system prompts
you to commit changes:
Uncommitted changes found, commit them before
exiting(yes/no/cancel)?
[cancel]:
–
Entering yes saves configuration changes to the
running configuration file, exits the configuration
session, and returns the router to EXEC mode.
–
Entering no exits the configuration session and
returns the router to EXEC mode without
committing the configuration changes.
–
Entering cancel leaves the router in the current
configuration session without exiting or
committing the configuration changes.
• Use the commit command to save the configuration
changes to the running configuration file and remain
within the configuration session.
Step 10
show policy-map interface type instance [input
| output]
Example:
RP/0/RP0/CPU0:router# show policy-map interface
POS 0/2/0/0
(Optional) Displays policy configuration information for all
classes configured for all service policies on the specified
interface.
Command or Action Purpose