[c-nsp] per subnet bandwidth

Rodney Dunn rodunn at cisco.com
Wed Feb 2 09:15:30 EST 2005


Read up on MQC on CCO for policing and shaping.

ie:

class-map match-all subnet2
  match access-group 2
class-map match-all subnet1
  match access-group 1
!         
!
policy-map limit_bw
  class subnet1
   shape average 128000
  class subnet2
   shape average 256000


And apply the policy to the egress interface
or you could do the same thing and police the classes
and do it ingress or egress.


Define two ACL's 1 and 2 that match the traffic you
want to go in to each class.

Rodney



On Wed, Feb 02, 2005 at 05:04:49PM +0300, Rivo Tahina RAZAFINDRATSIFA wrote:
> Hi all,
> 
> I have a router connected to the ISP, how can I limit bandwith to specific 
> subnet on the lan, ie 192.168.1.0/25 is limited to 512k and 
> 192.168.1.128/25 can go up to 1024k for example?
> 
> Kind regards.
> 
> _______________________________________________
> cisco-nsp mailing list  cisco-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/


More information about the cisco-nsp mailing list