Hi all,

UPDATE:
Turned out the policer was fine. Just a small tweak on the ACL got it to work. Otherwise grateful for all the help

Richard

On 1/31/2010 6:39 PM, Doug McIntyre wrote:
On Fri, Jan 29, 2010 at 10:42:27AM +0300, Mikisa Richard wrote:
Hi all,

Any ideas why the Policer policy below does not work. Intention is for
me to lock down traffic to 3Mbps both ways on interface g3/11.

!!
class-map match-all ROKE-LIMIT
    match access-group name ROKE-SLAP
!
policy-map POLICY-ROKE
    class ROKE-LIMIT
   police 3000000 bps 30000 byte conform-action transmit exceed-action drop
!
interface GigabitEthernet3/11
   description link to ROKE
   no switchport
   ip address x.x.x.x
   service-policy input POLICY-ROKE
   service-policy output POLICY-ROKE

Looks like the correct thing, assuming the access-group traffic is
being matched.

Do you have 'qos' enabled? Its off by default on the 4500.

Just a simple 'qos' as a config option in this platform.


_______________________________________________
cisco-nsp mailing list  [email protected]
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

_______________________________________________
cisco-nsp mailing list  [email protected]
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

Reply via email to