RE:QOS

From: gary lileikis (lileikis@yahoo.com)
Date: Mon Mar 24 2003 - 13:47:31 GMT-3


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