|
Home > Archive > CCIE > February 2003 > qos (cbfwfq?)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Adorik 2003-02-03, 5:21 am |
| hi folks,
i have a isdn line and i would like to grant a specific bandwidht for a port (lets say 80) how would you do that? can you supply a example?
ciao
Adorik | |
|
| Adorik,
I guess its either you use custom queueing, rate-limit, or traffic-shape..
Lets say you want to limit your web traffic to only 56k of the total bandwidth,
custo-queue configurationw ould be similar to this,
queue-list 1 protocol ip 1 tcp www
queue-list 1 default 2
queue-list 1 queue 1 byte-count 56000
then apply the queue-list to the interface using "custom-queue-list" command.
or use traffic-shape, like this,
access-list 100 permit tcp any any eq www
and on the interface,
traffic-shape group 100 56000 | |
| Adorik 2003-02-03, 8:04 am |
| hi,
i want it that way
lets say i have service www and ftp
if there is ftp traffic i want it limited to 50kb/s and 50kb/s for www
if there is no ftp traffic i want it all for ftp or www
ciao
adorik | |
|
| I think what I understand is that you have to assign 50k to www that should be burstable to 100k, same for FTP and all other traffic will take the 28k left?
Well, you can do that in different ways, but the simplest would be using traffic-shape as preceded, assign your CIR to be 50000 and the sustained burstable would be 50000 and 0 for the Be..
Try that out for www, and as for the ftp, try 50000 cir and 0 bc and be. | |
| Adorik 2003-02-03, 8:27 am |
| hi,
that sounds nice 
ciao
adorik | |
|
|
|
|
|