RE: QoS sample configuration

From: Scott Morris (swm@xxxxxxxxxx)
Date: Mon Jun 10 2002 - 10:15:01 GMT-3


   
I think that example takes the "managed unfairness" of QoS to a whole
new level. :) You are allowing the opportunity to reserve 100% of your
bandwidth, thus screwing the "class default" of everything not matching
your voip-rtp, contol or web traffic.

Yup, that's a sample, but I wouldn't recommend reserving 100% of your
bandwidth in real life!

Other samples are available on CCO in the Technologies pages under
CBWFQ.

Scott

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
West, Jeff
Sent: Monday, June 10, 2002 8:46 AM
To: 'William Wong Kun Sing'; 'Groupstudy'
Subject: RE: QoS sample configuration

Here is a sample config:

class-map match-all VoIP-RTP
  match access-group name voip <-- set up access lists to match the
traffic you need class-map match-all control
  match access-group 101
class-map match-all web
  match access-group name web
!
!
policy-map VoIP
  class control
   bandwidth percent 5
  class web
   bandwidth percent 20
   random-detect
  class VoIP-RTP
    priority percent 75
  class class-default
   fair-queue
   random-detect

Then make the multilink:

interface mulit1
 bandwidth 64
 ip address 10.30.10.2 255.255.255.0
 encapsulation ppp
 ip tcp header-compression iphc-format
 no ip mroute-cache
 max-reserved-bandwidth 100
 service-policy output VoIP
 no cdp enable
 ppp multilink
 ppp multilink fragment-delay 10
 ppp multilink interleave
 ip rtp header-compression iphc-format

Finally, apply it to your outgoing interface

Jeff West
TeleCommunication Systems, Inc.
(813) 831-6353 x118 Voice

-----Original Message-----
From: William Wong Kun Sing [mailto:wong_kunsing@solsis-eso.com.my]
Sent: Monday, June 10, 2002 7:17 AM
To: 'Groupstudy'
Subject: QoS sample configuration

Hi guys

Can somebody give me some sample configuration for the below QoS method?
Let say I want to give 50% of the bandwidth to the FTP traffic even
during the congestion.

1. LLQ
2. CBWFQ
3. WFQ

As I'm new to the QoS but I heard that there are a lots of the QoS
questions in the ccie lab. But my lab is on the next tuesday.

Please help me as soon as possible.

Thanks.

Best regards,

William



This archive was generated by hypermail 2.1.4 : Tue Jul 02 2002 - 08:12:30 GMT-3