[nsp] QoS(PQ) and rate-limit in same interface

David Curran dm at nuvox.net
Fri Feb 20 13:20:07 EST 2004


What version of IOS are you running?  Have you tried using the MQC to
configure this?  I believe you would get your desired effect.

Something like

class-map class1
 match access-group 105

class-map class2
 match protocol ip

policy-map policy 1
 class class1
  police 256000 8000 8000 conform-action transmit
 class class2
  priority out percent 50

interface f0/0
 service-policy policy-map

This is the best doc for it:

http://cisco.com/en/US/products/sw/iosswrel/ps1835/products_configuration_gu
ide_chapter09186a00800bd909.html#89799


-----Original Message-----
From: cisco-nsp-bounces at puck.nether.net
[mailto:cisco-nsp-bounces at puck.nether.net]On Behalf Of Glynn S. Condez
Sent: Friday, February 20, 2004 5:50 AM
To: cisco-nsp at puck.nether.net
Subject: [nsp] QoS(PQ) and rate-limit in same interface


Hi all,

I would like to set a bandwith limit on a specific IP address using
rate-limit and access-list. Is it possible to combine with QoS(PQ) on that
particular IP address on a single FastEthernet interface? what should be the
possible effect on this?

Here's a sample configuration that I want to implement. kindly correct
please.

fastethernet0/0
rate-limit input access-group 100 256000 8000 8000 conform-action transmit
exceed-action drop
priority-group 1

access-list 100 permit ip any host 192.168.10.10
access-list 10 permit 192.168.10.10 0.0.0.0

priority-list 1 protocol ip high list 10
priority-list 1 default normal

Thanks in advance

//Glynn

_______________________________________________
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