EasyManuals Logo
Home>Cisco>Network Router>cBR 8

Cisco cBR 8 Configuration Guide

Cisco cBR 8
156 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #32 background imageLoading...
Page #32 background image
class-map class2
match access-group 102
end
Creating a Policy Map
In the following example, we define a traffic policy (policy1) containing the QoS features that we will apply
to two classes: class1 and class2. The match criteria for these classes were previously defined in Creating a
Traffic Class, on page 21).
For class1, the policy includes a bandwidth allocation request and a maximum packet count limit for the queue
reserved for that class. For class2, the policy specifies only a bandwidth allocation request.
policy-map policy1
class class1
bandwidth 3000
queue-limit 30
exit
class class2
bandwidth 2000
end
Example: Attaching a Traffic Policy to an Interface
The following example shows how to attach an existing traffic policy to an interface. After you define a traffic
policy with the policy-map command, you can attach it to one or more interfaces by using the service-policy
command in interface configuration mode. Although you can assign the same traffic policy to multiple
interfaces, each interface can have only one traffic policy attached in the input direction and only one traffic
policy attached in the output direction.
Router(config)# interface TengigabitEthernet 4/1/0
Router(config-if)# service-policy output policy1
Router(config-if)# exit
Router(config)# interface TengigabitEthernet 4/1/0
Router(config-if)# service-policy output policy1
Router(config-if)# end
Using the match not Command
Use the match not command to specify a QoS policy value that is not used as a match criterion. All other
values of that QoS policy become successful match criteria. For instance, if you issue the match not qos-group
4 command in QoS class-map configuration mode, the specified class will accept all QoS group values except
4 as successful match criteria.
In the following traffic class, all protocols except IP are considered successful match criteria:
class-map noip
match not protocol ip
end
Cisco cBR Series Converged Broadband Routers Quality of Services Configuration Guide for Cisco IOS XE
Fuji 16.7.x
22
Modular Quality of Service Command-Line Interface QoS
Creating a Policy Map

Table of Contents

Other manuals for Cisco cBR 8

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Cisco cBR 8 and is the answer not in the manual?

Cisco cBR 8 Specifications

General IconGeneral
BrandCisco
ModelcBR 8
CategoryNetwork Router
LanguageEnglish

Related product manuals