From: Dennis Laganiere (dennisl@xxxxxxxxxxxxxxxxxxx)
Date: Wed Jun 05 2002 - 21:16:22 GMT-3
There seems to be a problem with the internal logic. Please tell me how I
got this wrong... Here's how I would rephrase the question:
Configure the frame-relay between R3 and R2 to allocate:
50% of the bandwidth to IP (1024 bytes)
25% to DLSW (512 bytes)
25% to IPX (256 bytes)
Use a maximum queue size of 2000.
With custom queuing you use number of bytes of a total, so forgetting the
parts in parenthesis, I would use:
R3(config)# queue-list 1 protocol ip 1
R3(config)# queue-list 1 protocol dlsw 2
R3(config)# queue-list 1 protocol ipx 3
R3(config)# queue-list 1 queue 1 byte-count 2000
R3(config)# queue-list 1 queue 2 byte-count 1000
R3(config)# queue-list 1 queue 3 byte-count 1000
R3(config)# interface serial 0
R3(config-if)# custom-queue-list 1
By the way, that also excludes a default queue to catch the spurious
traffic...
Let me know what I didn't understand...
--- Dennis
-----Original Message-----
From: Alex [mailto:afayn@yahoo.com]
Sent: Wednesday, June 05, 2002 4:39 PM
To: ccielab@groupstudy.com
Subject: Challenge bite count for Custom Queuing
Please help to come up with the bite count for custom queue to
accommodate the following scenario
Configure the frame-relay between R3 and R2 to allocate 50% of the
bandwidth to IP 25% to DLSW and 25% to IPX DLSW packet size is 512 bytes
IP is 1024 bytes and IPX is 256 bytes. Use a maximum queue size of 2000.
Regards,
Alex
This archive was generated by hypermail 2.1.4 : Tue Jul 02 2002 - 08:12:25 GMT-3