Re: Help On MQC POLICE command

From: Shamin (ccie.xpert@gmail.com)
Date: Fri Feb 02 2007 - 17:59:34 ART


Thanks Sergey,

This was what i thought would be correct.

But I read in one of the earlier posts in the groups that a Be value can
only be configured in a police command if there is a violate action
specified.
If that is so then the configuration you posted, cannot have the Be value.

Am i correct or am I missing something here?

regards
shamin

On 2/2/07, Sergey Golovanov <sergey.golovanov@iementor.com> wrote:
>
>
> Shamin,
>
> MQC police commands are identical to rate-limit. Just create your three
> class-maps matching on each ACL (101, 102, 103). And then under policy-map
> you can use the same keywords:
>
> class-map ACL100
> match access-group 100
> class-map ACL101
> match access-group 101
> class-map ACL102
> match access-group 102
>
> policy-map test
> class ACL100
> police 8000 2000 2000 confirm-action drop exceed-action drop
> class ACL101
> police 128000 2000 2000 conform-action transmit exceed-action
> set-prec-transmit 0
> class ACL102
> police 256000 4000 8000 conform-action transmit exceed-action
> set-prec-transmit 0
>
> --------------------------------------------------------------------
> Sergey Golovanov, CCIEx5 (R&S/Security/Voice/Service Provider/Storage)
> "Please, don't ask me for my ccie #, there are reasons why I can't release
> it"
> ieMentor Instructor and Content Developer
> sergey.golovanov@iementor.com
> http://www.iementor.com
>
>
> > -------Original Message-------
> > From: Shamin <ccie.xpert@gmail.com>
> > Subject: Help On MQC POLICE command
> > Sent: Feb 02 '07 14:12
> >
> > Hi Friends,
> >
> > I have a Task which requires to convert the following configuration in
> > legacy CAR to MQC
> >
> >
> > Interface FastEthernet 0/0
> > rate-limit input access-group 100 8000 2000 2000 confirm-action drop
> > exceed-action drop
> > !
> > rate-limit input access-group 101 128000 2000 2000 conform-action
> > transmitexceed-action set-prec-transmit 0
> > !
> > rate-limit input access-group 102 256000 4000 8000 conform-action
> transmit
> > exceed-action set-prec-transmit 0
> >
> > access-list 100 permit icmp any any
> > access-list 101 permit udp any any
> > access-list 102 permit tcp any any
> >
> >
> > My understanding of Police command is not very good. Can anyone help me
> in
> > this with explanation as to which values will match the values above in
> the
> > policy-map MQC police command.
> >
> > Your help is highly appreciated, and will help me understand one of the
> few
> > misunderstood topic of mine
> >
> > regards
> > Shamin
> >
> > _______________________________________________________________________
> > Subscription information may be found at:
> > http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Thu Mar 01 2007 - 07:38:45 ART