05-17-2011 07:50 AM - edited 03-06-2019 05:05 PM
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
05-17-2011 08:19 AM
Traffic policing will be done for the entire CLASS, so it means for all three ACLs lines together (same time).
05-17-2011 09:06 AM
Thanks a LOT
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide