From: Tom Young (gitsyoung@yahoo.co.jp)
Date: Wed May 07 2003 - 06:19:18 GMT-3
Hi, I read a sample, the question is
All traffic leaving router R6's S0 interface that connects
to router R8 should configured as follows:
DLSW traffic should get 50% of the bandwidth
IP traffic should get 25% of the bandwidth
IPX traffic should get 15% of the bandwidth
All other traffic should get the remaining 10%
The answer is
queue-list 1 protocol dlsw 0
queue-list 1 protocol ip 1
queue-list 1 protocol ipx 2
queue-list 1 default 3
queue-list 1 queue 0 byte-count 7500
queue-list 1 queue 1 byte-count 3750
queue-list 1 queue 2 byte-count 2250
The sum of queue-list is 15000(include 10% default
traffic), but the bandwith of serial interface should be
1500kbps, Not the 15000. So the queue-list should as below
, I think.
queue-list 1 queue 0 byte-count 750
queue-list 1 queue 1 byte-count 375
queue-list 1 queue 2 byte-count 225
Right ?
Thanks alot
This archive was generated by hypermail 2.1.4 : Mon Jun 02 2003 - 15:13:38 GMT-3