please take me off your mailing list


From:  [EMAIL PROTECTED]
Reply-To:  [email protected]
To:  [email protected]
Subject:  CCIE_RS Digest, Vol 15, Issue 4
Date:  Thu, 19 Apr 2007 12:29:06 -0400
>Send CCIE_RS mailing list submissions to
> [email protected]
>
>To subscribe or unsubscribe via the World Wide Web, visit
> http://onlinestudylist.com/mailman/listinfo/ccie_rs
>or, via email, send a message with subject or body 'help' to
> [EMAIL PROTECTED]
>
>You can reach the person managing the list at
> [EMAIL PROTECTED]
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of CCIE_RS digest..."
>
>
>Today's Topics:
>
>    1. Re: CCIE_RS Digest, Vol 15, Issue 2 (kirsch)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Thu, 19 Apr 2007 08:17:21 -0700
>From: "kirsch" <[EMAIL PROTECTED]>
>Subject: Re: [OSL | CCIE_RS] CCIE_RS Digest, Vol 15, Issue 2
>To: "'Ibrahim Yassir'" <[EMAIL PROTECTED]>
>Cc: [email protected]
>Message-ID: <[EMAIL PROTECTED]>
>Content-Type: text/plain; charset="us-ascii"
>
>Ibrahim,
>The traffic policing works under the "token bucket" principle. the
>number after the police 64000 is 8000 (burst normal) and there is also a
>(burst maximum) after that. the optional keywords of conform-action and
>exceed action are after that. I read the 8000 as the maximum burst per
>interval. As you said below which is 1/8th the poiced rate.
>
>-Greg
>
>-----Original Message-----
>From: Ibrahim Yassir [mailto:[EMAIL PROTECTED]
>Sent: Thursday, April 19, 2007 1:01 AM
>To: kirsch
>Cc: [email protected]
>Subject: RE: [OSL | CCIE_RS] CCIE_RS Digest, Vol 15, Issue 2
>
>
>
>Hi Greg,
>
>Thank you for responding.
>
>So, your example:
>
>SW2(config-pmap-c)#police 64000 8000 exceed-action drop
>
>You're only allowing for 64 Kbit/s and no more. The 8 Kbit/s is what you
>allow to be sent/received in a 1/8th of one second.
>
>That would mean if the configuration is changed to:
>
>SW2(config-pmap-c)#police 64000 16000 exceed-action drop
>
>You're still allowing for only 64 Kbit/s, but are you allowing for 16
>Kbit/s to be sent/received in a 1/8th of one second (that's more than 64
>Kbit/s)? Or are you only changing the time interval so only 4 Kbit can
>be sent/received in 1/16th of
>
>
>
>Regards
>
>/Yassir Ibrahim
>
>
>
>-----Original Message-----
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] On Behalf Of kirsch
>Sent: den 18 april 2007 17:41
>To: [email protected]
>Subject: Re: [OSL | CCIE_RS] CCIE_RS Digest, Vol 15, Issue 2
>
>Ibrahim,
>
>For thew 3550 I think you can apply that under the class of a policy
>
>map. I used class default here. The policy maps are not the same as the
>
>routers. The default burst size I believe is 1/8th the police rate, but
>
>can be changed higher.
>
>SW2(config-pmap)#class class-default
>
>SW2(config-pmap-c)#?
>
>QoS policy-map class configuration commands:
>
>   exit            Exit from QoS class action configuration mode
>
>   no              Negate or set default values of a command
>
>   police          Police
>
>   service-policy  Configure QoS Service Policy
>
>   set             Set QoS values
>
>   trust           Set trust value for the class
>
>   <cr>
>
>SW2(config-pmap-c)#police ?
>
>   <8000-1000000000>  Bits per second
>
>   aggregate          Choose aggregate policer for current class
>
>SW2(config-pmap-c)#police 64000 8000 exceed-action drop
>
>-Greg
>
>-----Original Message-----
>
>From: [EMAIL PROTECTED]
>
>[mailto:[EMAIL PROTECTED] On Behalf Of
>
>[EMAIL PROTECTED]
>
>Sent: Wednesday, April 18, 2007 9:00 AM
>
>To: [email protected]
>
>Subject: CCIE_RS Digest, Vol 15, Issue 2
>
>
>Send CCIE_RS mailing list submissions to
>
>         [email protected]
>
>To subscribe or unsubscribe via the World Wide Web, visit
>
>         http://onlinestudylist.com/mailman/listinfo/ccie_rs
>
>or, via email, send a message with subject or body 'help' to
>
>         [EMAIL PROTECTED]
>
>You can reach the person managing the list at
>
>         [EMAIL PROTECTED]
>
>When replying, please edit your Subject line so it is more specific than
>
>"Re: Contents of CCIE_RS digest..."
>
>
>Today's Topics:
>
>    1. CCIE request (max santiago)
>
>    2. QOS, Policing on a 3550 (Ibrahim Yassir)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>
>Date: Tue, 17 Apr 2007 18:18:13 -0500
>
>From: "max santiago" <[EMAIL PROTECTED]>
>
>Subject: [OSL | CCIE_RS] CCIE request
>
>To: [email protected]
>
>Message-ID:
>
>         <[EMAIL PROTECTED]>
>
>Content-Type: text/plain; charset="iso-8859-1"
>
>Hi, Please add this e-mail to the study list.
>
>Thanks,
>
>Max
>
>-------------- next part --------------
>
>An HTML attachment was scrubbed...
>
>URL:
>
>http://onlinestudylist.com/pipermail/ccie_rs/attachments/20070417/1b01b0
>
>64/attachment-0001.html
>
>------------------------------
>
>Message: 2
>
>Date: Wed, 18 Apr 2007 14:04:23 +0200
>
>From: "Ibrahim Yassir" <[EMAIL PROTECTED]>
>
>Subject: [OSL | CCIE_RS] QOS, Policing on a 3550
>
>To: <[email protected]>
>
>Message-ID:
>
>
>
><[EMAIL PROTECTED]>
>
>Content-Type: text/plain; charset="us-ascii"
>
>Hello people from the list.
>
>
>
>I'm a bit confused about policing in a 3550.
>
>As there is no rate-limit command under the interface configuration,
>
>I'll have to enable mls qos and configure a policy-map, no problem
>
>there.
>
>
>
>The confusing thing is that I have to configure the normal burst and
>
>there is no excess burst. So what is normal burst here? Does it have
>
>anything to do with Tc (time interval, 1/8 by default) or is it just how
>
>many extra Kbit have a chance to get thru if there is space?
>
>
>
>Thanks in advanced
>
>
>
>Regards
>
>Yassir Ibrahim
>
>
>
>
>
>
>
>-------------- next part --------------
>
>An HTML attachment was scrubbed...
>
>URL:
>
>http://onlinestudylist.com/pipermail/ccie_rs/attachments/20070418/4e9432
>
>56/attachment-0001.html
>
>End of CCIE_RS Digest, Vol 15, Issue 2
>
>**************************************
>
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: http://onlinestudylist.com/pipermail/ccie_rs/attachments/20070419/c29f8682/attachment.html
>
>End of CCIE_RS Digest, Vol 15, Issue 4
>**************************************


Txt a lot? Get Messenger FREE on your mobile.

Reply via email to