From: Brown, Patrick (NSOC-OCF} (PBrown4@chartercom.com)
Date: Mon Mar 24 2003 - 14:25:48 GMT-3
access-list 100 permit tcp any any eq 23
access-list 101 permit udp any any eq domain
access-list 102 permit tcp any any range ftp-data ftp
access-list 103 permit tcp any any eq 2065(1981...?)
or
class telnet
match protocol telnet
class domain
match protocol domain
class ftp
match protocol ftp
class dlsw
match protocol dlsw
policy map traffic
class telnet
bandwidth percent 1
queue-limit 100
class domain
bandwidth percent 2
queue-limit 100
class ftp
bandwidth percent 3
class dlsw
bandwidth percent 5
class class-default
bandwidth percent 1
int serial 0/1
service-policy out traffic
This is my take on it, somebody correct me if I am wrong.
Thanks,
Patrick B
-----Original Message-----
From: Abdul Waheed Ghaffar [mailto:a_w_ghaffar@hotmail.com]
Sent: Monday, March 24, 2003 7: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