06-23-2020 05:49 AM
06-23-2020 06:26 AM
Not sure missed whole content, if you looking to restriction bandwidth per IP
Look at the below example :
access-list 101 permit ip any a.a.a.a 255.255.255.X
class-map subnet-a
match access-group 101
policy-map subnets
class-map subnet-a
bandwidth percent 33
exit
policy-map physical
class class-default
police 30000000 conform-action transmit exceed-action drop
service-policy subnets
exit
int fa0/1
service-policy output physical
exit
06-24-2020 01:44 AM
My question is can we apply Class group in Policy-map physical, or two class maps on one Interface of Router.
policy-map physical
class class-default (what is purpose of this command)
police 30000000 conform-action transmit exceed-action drop
service-policy subnets
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