RE: QoS: FRTS & CBWFQ

From: Cameron, John (johcamer@cisco.com)
Date: Sat Feb 15 2003 - 16:50:41 GMT-3


-----Original Message-----
From: Cameron, John
Sent: Saturday, February 15, 2003 2:25 PM
To: 'khalid_ameen@rayaintegration.com'; chenry@reuna.cl;
sagevadi@yahoo.co.uk; ccielab@groupstudy.com
Subject: RE: QoS: FRTS & CBWFQ

Wouldn't this be a simpliar way to do this?

interface Serial1.0
frame-relay traffic-shaping
frame-relay class qos-ip-dlsw <<<<< Sorry... this should be TEST
!
map-class frame-relay TEST
 frame-relay traffic-rate 9600 19600
 no frame-relay adaptive-shaping
 frame-relay custom-queue-list 1
!
!
queue-list 1 protocol dlsw 0
queue-list 1 protocol ip 1
queue-list 1 queue 0 byte-count 3000
queue-list 1 queue 1 byte-count 3000

Thanks,
JDC

-----Original Message-----
From: khalid_ameen@rayaintegration.com
[mailto:khalid_ameen@rayaintegration.com]
Sent: Friday, February 14, 2003 10:30 AM
To: chenry@reuna.cl; sagevadi@yahoo.co.uk; ccielab@groupstudy.com
Subject: Re: QoS: FRTS & CBWFQ

your configuration will not get the required bandwidth in the byte-count
plus the access-list is missing the tcp
correct me if i am wrong!!

map-class frame-relay qos-ip-dlsw
 frame-relay traffic-rate 9600 19200
 frame-relay custom-queue-list 1
 no frame-relay adaptive-shaping

queue-list 1 protocol ip 1 list 100
queue-list 1 protocol ip 2 list 110
queue-list 1 queue 1 byte-count 2048
queue-list 1 queue 2 byte-count 1024

access-list 100 permit ip any any
access-list 110 permit tcp any eq 2065 any
access-list 110 permit tcp any any eq 2065
access-list 110 permit tcp any any eq 1981
access-list 110 permit tcp any any eq 1982
access-list 110 permit tcp any any eq 1983

interface Serial5/1/1
frame-relay traffic-shaping
frame-relay class qos-ip-dlsw

Sage Vadi wrote:
>
> All,
>
> Q) On R1 configure the QoS default for the frame-relay
> network to have a comitted information rate of 9600bps
> and a burst size of 19200bps. Configure DLSW traffic
> with 50% of the traffic followed by IP with 50%, apply
> this to the map class in the step above.
>
> My Config:
>
> interface Serial5/1/1
> service-policy output DLSW&IP
> frame-relay class qos
>
> class-map dlswTraff
> match access-group 150
> class-map ipTraff
> match access-group 1
>
> policy-map DLSW&IP
> class dlswTraff
> bandwidth 50
> class ipTraff
> bandwidth 50
>
> map-class frame-relay qos
> frame-relay bc 19200
> frame-relay mincir 9600
> no frame-relay adaptive-shaping
>
> access-list 1 permit any
> access-list 150 permit tcp any eq 2065 any
>
> Q) Does this seem to be correct config?
>
> __________________________________________________
> Do You Yahoo!?
> Everything you'll ever need on one web page
> from News and Sport to Email and Music Charts
> http://uk.my.yahoo.com

-- 
Cristian E. Henry
REUNA

E-mail: chenry@reuna.cl Fono: 56-2-3370336

-------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ .



This archive was generated by hypermail 2.1.4 : Sat Mar 01 2003 - 11:06:24 GMT-3