RE: QOS

From: Brian Dennis (brian@labforge.com)
Date: Mon Mar 24 2003 - 19:07:51 GMT-3


Rack4R1#sho ver | inc IOS
IOS (tm) C2600 Software (C2600-JK2O3S-M), Version 12.1(5)T9, RELEASE
SOFTWARE (fc1)
Rack4R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Rack4R1(config)#int e0/0
Rack4R1(config-if)#rate-limit ?
  input Rate limit on input
  output Rate limit on output

You might have been referring to the release note when CAR was first
introduced.

Brian Dennis, CCIE #2210 (R&S/ISP Dial/Security)
brian@labforge.com

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
cebuano
Sent: Monday, March 24, 2003 12:24 PM
To: ccielab@groupstudy.com
Subject: RE: QOS

Hi all,
Does the current equipment list on the lab support CAR? I thought
someone on this list mentioned that this is only seen at the 7000
series and higher. Correct me if I'm wrong. AFAIK, the 3550 only
supports CIR.

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
gary lileikis
Sent: Monday, March 24, 2003 11:48 AM
To: ccielab@groupstudy.com
Subject: RE:QOS

How about this?

class-map match-all domain
  match access-group 105
class-map match-all telnet
  match protocol telnet
class-map match-all dlsw
  match protocol dlsw
class-map match-all ftp
  match protocol ftp

policy-map mypolicy
  class telnet
   bandwidth percent 9
   queue-limit 100
  class domain
   bandwidth percent 13
   queue-limit 100
  class ftp
   bandwidth percent 26
   queue-limit 20
  class dlsw
   bandwidth percent 43
   queue-limit 20
  class class-default
   bandwidth percent 9
   queue-limit 20

access-list 105 permit udp any any eq domain

interface Serial0/1
 bandwidth 128
 encapsulation frame-relay
 max-reserved-bandwidth 100
 service-policy output mypolicy

Gary Lileikis

-----Original Message-----
From: Abdul Waheed Ghaffar
[mailto:a_w_ghaffar@hotmail.com]
Sent: Monday, March 24, 2003 8:04 AM
To: ccielab@groupstudy.com
Subject: QOS

Hi group,

I need to convert following CQ into CBWFQ
# queue-list 1 protocol tcp 1 telnet byte-count 1000
limit 100
# queue-list 1 protocol udp 2 domain limit 100
# queue-list 1 protocol tcp 3 ftp byte-count 3000
# queue-list 1 protocol dlsw 4 byte-count 5000
# queue-list 1 default 16 byte-count 1000
# interface serial 0/1
# custom-queue-list 1

can any body giude me...the serial interface is
frame-relay encapsulated
...will i map the service on physical interface or
under class-map
frame-relay?

thanks in advance



This archive was generated by hypermail 2.1.4 : Sat Apr 05 2003 - 08:51:43 GMT-3