[bwm-tools-tech] (no subject)
Brought to you by:
nkukard
|
From: Sudip K. <sud...@he...> - 2007-01-09 05:32:41
|
Hi,
Me and my team are planning to have our bandwidth shaped in protocol
basis in the root node not for the individual client's .
For e.g
<firewall>
..
# Traffic Section
<traffic>
<flow name="root_dw" max-rate="192000" report-timeout="60"
report-format="rrd">
#NOW HERE COMES THE PROTOCOL BASIS SHAPING
<flow name="http" max-rate="89600" report-timeout="60" report-format="rrd">
**** Is THERE ANYWAY TO ADD CLIENTS OVER HERE *********
</flow>
<flow name="smtp" max-rate="51200" report-timeout="60" report-format="rrd">
</flow>
<flow name="ftp" max-rate="51200" report-timeout="60" report-format="rrd">
</flow>
</flow>
</traffic>
</firewall>
OR WE HAVE TO END UP LIKE THIS
|
|
MACHINE ONE ( ROOT NODE PROTOCOL BASIS SHAPING)
|
|
MACHINE TWO ( Simple Download and upload for client)
|
|
******** here we have two machine with bwmd daemon running in individual
machine *******
Is there any way around ?
Regards
------------
Sudip Karki.
Sys Admin
|