[c-nsp] Policer on c4503

Mikisa Richard rmikisa at gmail.com
Fri Jan 29 02:42:27 EST 2010


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

Regards
Richard





More information about the cisco-nsp mailing list