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

Bandwidth Restriction On IP

luqman_khalid
Level 1
Level 1
2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

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

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

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