cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1267
Views
0
Helpful
1
Replies

policy map/ class map/ service policy for IOS xr

lkadlik
Level 1
Level 1

Hi,

 

I need to create a policy map and class map/service policy to limit the amount of bandwidth that can be used on one interface both in and out.

 

I need the cap for the bandwidth to traverse this circuit to ne 10 Meg.

 

the IOS xr version we are using is 4.3.4

 

I was hoping someone could help me out by giving me a configuration example I could follow.

 

Thank you.

 

 

1 Reply 1

xthuijs
Cisco Employee
Cisco Employee

for instance like this:

policy-map police-in

class class-default

police rate 10 mpbs <optionally set burst>

 

policy-map shape-out-parent

class class-default

shape 10 mpbs <optional burst config>

service-policy shape-out-child

 

policy-map shape-out-child

class class-default

queue-limit 10 packets

 

int g 0/0/0/0

service-policy police-in in

service-policy shape-out-parent out

 

also have a look at CL 2013/2014 (orlando/sanfran) ID 2904 for more QOS details

and the support forum article of "asr9000 quality of service architecture"

xander