Policing Question

From: JB (jellyboy@gmail.com)
Date: Sat Oct 21 2006 - 06:40:30 ART


Hi All, I am trying to understand one of the function in policing,
mainly the differenct between the following commands:

 class ICMP->BB2-3
   police 16000

sh policy-map int fa0/0.1
 Class-map: ICMP->BB2-3 (match-all)
      0 packets, 0 bytes
      5 minute offered rate 0 bps, drop rate 0 bps
      Match: protocol icmp
      police:
          cir 16000 bps, bc 1500 bytes
        conformed 0 packets, 0 bytes; actions:
          transmit
        exceeded 0 packets, 0 bytes; actions:
          drop
        conformed 0 bps, exceed 0 bps

and

 class ICMP->BB2-3
   police cir 16000

sh policy-map int fa0/0.1
    Class-map: ICMP->BB2-3 (match-all)
      0 packets, 0 bytes
      5 minute offered rate 0 bps, drop rate 0 bps
      Match: protocol icmp
      police:
          cir 16000 bps, bc 1500 bytes
        conformed 0 packets, 0 bytes; actions:
          transmit
        exceeded 0 packets, 0 bytes; actions:
          drop
        conformed 0 bps, exceed 0 bps

As far as I can see the outputs are both the same. If there are any
differences, I would like to be enlightened.

Cheers,

JB



This archive was generated by hypermail 2.1.4 : Wed Nov 01 2006 - 07:29:06 ART