The MPLS-OPS Archive

Cell Relay Retreat>MPLS-OPS Archive>month:2003-Jan> msg00067



[Date Prev][Date Next][Thread Prev][Thread Next]  
  [Date Index][Thread Index][Author Index][Subject Index]

Re: QoS

  • From: "Eddy Tedjasaputra" <eddyt@sistelindo.com>
  • Date: Thu, 16 Jan 2003 16:43:04 -0800
  • Cc: mpls-ops@mplsrc.com
  • Resent-Date: Thu, 16 Jan 2003 21:28:05 -0500
  • To: "Gopal@Yahoo" <gnaganab@yahoo.com>
  • X-MIMETrack: Serialize by Router on notes/Sistelindo Mitralintas/ID(Release 5.0.8 |June18, 2001) at 01/17/2003 07:42:54 AM,Serialize complete at 01/17/2003 07:42:54 AM
  • X-Virus-Scanned: by ISG Firewall 2.0


Hi Gopal,

What we're trying to limit is the 'incoming traffic'.
Following your suggestion..
Point 1), means classify traffic on the incoming inteface of PE3,
Point 2), means apply qos on the outgoing interface of PE1 and PE2
My question is how can PE3 know that  a specific traffic destined to CustA have to use a certain qos
as the traffic is not reach PE1 (where the qos defined) yet.

Thanks, Eddy


"Gopal@Yahoo" <gnaganab

16/01/2003 14:54

       
        To:        Eddy Tedjasaputra <eddyt@sistelindo.com>, mpls-ops@mplsrc.com
        cc:        
        Subject:        Re: [MPLS-OPS]: QoS



Eddy,
when you talk about 'traffic' be specific as to which
direction. let's say: incoming-traffic = traffic
coming from Internet; out-going traffic = traffic
going to Internet.

Internet-----PE3-YourCloud--PE1------cust-A
                         \-PE2------cust-b

basic rules: 1)classify traffic on the incoming edge
interface
2)apply qos on the outgoing interfaces on all edge
routers. (if you design well no need to apply qos on
the core routers. if yours is not, then apply qos on
out intf of the core rtrs also)

Now, if you have any questions, pls ask.

rgds,
GOpal

PS: you applied policing which limits traffic. it
won't guarantee.

--- Eddy Tedjasaputra <eddyt@sistelindo.com> wrote:
> Hello everybody,
>
> I'm setting up the following configuration.
> An MPLS cloud with 3 PEs :
>    PE1 is connected to CPE A (customer A)
>    PE2 is connected to CPE B (customer B)
>    PE3 (Internet Gateway) is connected to an
> Internet router
>
>
>
>
>
> I tried to use a policy map below to guarantee the
> b/w (32K) is available
> to Cust A during congestion period.
> This policymap is applied on the incoming interface
> of PE3 (interface X)
> >>>
> policymap Test
> class CustA
>      police cir 32000 bc 4000 pir 128000 be 4000
> conform-action transmit
> exceed-action set-prec-transmit 2 violate-action
> drop
> >>>
> Can someone please advise me the best way how to
> guarantee a minimum
> thruput (ie. CIR) for every customer when
> a CONGESTION is occured between Internet G/W and
> Internet router ?
>
> Appreciate for any comments.
> Thanks, Eddy
>


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com



  • Follow-Ups:
    • Re: QoS
      • From: "Gopal@Yahoo" <gnaganab@yahoo.com>