[c-nsp] Policer on c4503

Doug McIntyre merlyn at Geeks.ORG
Sun Jan 31 10:39:23 EST 2010


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. 




More information about the cisco-nsp mailing list