cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
396
Views
0
Helpful
2
Replies

QOS police per session or per class

zeca_neca
Level 1
Level 1

Hi all,

.

I have several routers connected to a central point with a wide spreed of diferent bandwitdhs

I want to limit a certain uplink BW from the central core router to each remote router for a certain application port

I have class-maps for each bandwitdh done with access-lists

My question is this:


If I do a police to limit the BW it will limit all elements to the ONE police BW or  will it limit each element that fits the class

in other words

if i have:

policy-map BLABLA

     class acl2000

          police cir 1000000

!

class-map acl2000

     match match-any 2000

!

access-list 2000 pemit ip   host 20.0.0.1    10.1.0.0 255.255.255.0

access-list 2000 pemit ip   host 20.0.0.1    10.2.0.0 255.255.255.0

access-list 2000 pemit ip   host 20.0.0.1    10.3.0.0 255.255.255.0

will i have 1000000 avaible to the sum of alll 10.X.0.0

Or

each 10.x.0.0. will have 1000000

thank you all for the help

2 Replies 2

Florin Barhala
Level 6
Level 6

Traffic policing will be done for the entire CLASS, so it means for all three ACLs lines together (same time).

Thanks a LOT

Review Cisco Networking for a $25 gift card