Thanks for the link but does it do provide exact bandwidth provision or it merely restricts the bandwidth actually my client requires dedicated bandwidth so if anyone has had such a experience please share it .
So, are you saying you have a bunch of people behind this router, and you want to guarantee that this one person always has 256 up and 512 down, while the others get whatever is left over?
i have not used it this way before... but i think this would work. youll have to try it out.
so in the policies.. the bandwidth statement will reserve whatever number you put there... and the police statements will not allow it to exceed.
you can see the policy counters by running the command
sh pol int fa0/0 (whichever interface its applied to)
class-map match-any 512k_Customer
match access-group (access-list that allows customer subnet)
class-map match-any 256k_Customer
match access-group (access-list that allows customer subnet)!
policy-map 512K
class 512k_Customer
bandwidth 512
police cir 512000
conform-action transmit
exceed-action drop
policy-map 256K
class 256k_Customer
bandwidth 256
police cir 256000
conform-action transmit
exceed-action drop
int fa0/0 (whatever your client interface is)
description 256 up and 512 down
service-policy input 256k
service-policy output 512k
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.