Networking Forums

Networking Forums > Wireless Networking > Wireless Internet > Measuring wireless users bandwidth

Reply
Thread Tools Display Modes

Measuring wireless users bandwidth

 
 
kierankelly@backpacker.com
Guest
Posts: n/a

 
      10-04-2005, 02:02 PM
Is there a free or very cheap method of measuring wireless users
bandwidth usage? Ive got an 8 Meg connection with a Netgear DG834G
modem and 5 access points throughout the building. I have a windows
SBS2003 server but the wireless users are not on the domain but on an
freely accessible side of the network.
I dont have enough users to justify buying the products I've seen so
far.
Thanks
Kieran

 
Reply With Quote
 
 
 
 
Jeff Liebermann
Guest
Posts: n/a

 
      10-04-2005, 05:32 PM
On 4 Oct 2005 07:02:35 -0700, (E-Mail Removed) wrote:

>Is there a free or very cheap method of measuring wireless users
>bandwidth usage? Ive got an 8 Meg connection with a Netgear DG834G
>modem and 5 access points throughout the building. I have a windows
>SBS2003 server but the wireless users are not on the domain but on an
>freely accessible side of the network.
>I dont have enough users to justify buying the products I've seen so
>far.


Any reason why you didn't bother specifying the model numbers of your
5 access points?

Two reasons why it's not going to happen with the DG834G.
1. It does not support SNMP which is used for almost all traffic
graphing programs (MRTG, RRDTool)
2. It's a combined DSL and wireless router. You would need access to
the connection between the DSL modem and the router section in order
to sniff the internet traffic.

If you want to do this, get a wireless router, or wireless access
points that support SNMP. This incidentally, is one reason why I
recommend buying seperate boxes for modem, router, and wireless.

See:
http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
http://people.ee.ethz.ch/~oetiker/webtools/mrtg/
for SNMP graphing tools.

Here's an example of wireless traffic monitoring at a university:
http://www.uwo.ca/its/network/backbo...ss.uwo.ca.html
Click on the graphs for history.
--
Jeff Liebermann (E-Mail Removed)
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558
 
Reply With Quote
 
frankdowling1@yahoo.com
Guest
Posts: n/a

 
      10-05-2005, 01:44 PM

Is there is a similar program that will work with a Linksys with WRT54G
router with Sveasoft firmware and using Windows XP as an OS ?

Jeff Liebermann wrote:
> On 4 Oct 2005 07:02:35 -0700, (E-Mail Removed) wrote:
>
> >Is there a free or very cheap method of measuring wireless users
> >bandwidth usage? Ive got an 8 Meg connection with a Netgear DG834G
> >modem and 5 access points throughout the building. I have a windows
> >SBS2003 server but the wireless users are not on the domain but on an
> >freely accessible side of the network.
> >I dont have enough users to justify buying the products I've seen so
> >far.

>
> Any reason why you didn't bother specifying the model numbers of your
> 5 access points?
>
> Two reasons why it's not going to happen with the DG834G.
> 1. It does not support SNMP which is used for almost all traffic
> graphing programs (MRTG, RRDTool)
> 2. It's a combined DSL and wireless router. You would need access to
> the connection between the DSL modem and the router section in order
> to sniff the internet traffic.
>
> If you want to do this, get a wireless router, or wireless access
> points that support SNMP. This incidentally, is one reason why I
> recommend buying seperate boxes for modem, router, and wireless.
>
> See:
> http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
> http://people.ee.ethz.ch/~oetiker/webtools/mrtg/
> for SNMP graphing tools.
>
> Here's an example of wireless traffic monitoring at a university:
> http://www.uwo.ca/its/network/backbo...ss.uwo.ca.html
> Click on the graphs for history.
> --
> Jeff Liebermann (E-Mail Removed)
> 150 Felker St #D http://www.LearnByDestroying.com
> Santa Cruz CA 95060 http://802.11junk.com
> Skype: JeffLiebermann AE6KS 831-336-2558


 
Reply With Quote
 
Jeff Liebermann
Guest
Posts: n/a

 
      10-05-2005, 03:18 PM
On 5 Oct 2005 06:44:33 -0700, "(E-Mail Removed)"
<(E-Mail Removed)> wrote:

>Is there is a similar program that will work with a Linksys with WRT54G
>router with Sveasoft firmware and using Windows XP as an OS ?


Sure. Any SNMP MIB browser will work for extracting numbers from any
SNMP enabled device includeing the WRT54G with Sveasoft firmware.
Sveasoft includes parts of NET-SNMP (see http://www.net-snmp.org). The
problem is how to enable and configure SNMP in the router. I've been
meaning to scribble a web page on how to do it for MRTG and RRDTool.

Meanwhile, if you want to Learn by Destroying, find and download GetIF
2.3.1 which is a MIB browser. Enable SNMP on the Administration page.
Leave the read password as "public" and the write password as
"private". Point GetIF 2.3.1 at the IP address of the WRT54G and see
if you can get it to display a MIB tree (huge list of OID's and
values). If you get that far, I can fill in the rest of the
destructions quite easily.

--
Jeff Liebermann (E-Mail Removed)
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558
 
Reply With Quote
 
kierankelly@backpacker.com
Guest
Posts: n/a

 
      10-06-2005, 09:32 PM
All my access points are D-Link DWL-900AP+
I do have in a box a D-Link DI-804HV. I could use that perhaps and
disable the wireless on the DG834G?
Thanks for your response.

Kieran

 
Reply With Quote
 
Jeff Liebermann
Guest
Posts: n/a

 
      10-06-2005, 11:02 PM
On 6 Oct 2005 14:32:38 -0700, (E-Mail Removed) wrote:

>All my access points are D-Link DWL-900AP+
>I do have in a box a D-Link DI-804HV. I could use that perhaps and
>disable the wireless on the DG834G?


Yep. The DWL-900AP+ has SNMP. You'll need it to identify the OID's
and run a MIB browser. You'll also need IEEE802dot11-MIB. Digging...

http://www.LearnByDestroying.com/cru...02dot11-MIB.my
http://www.LearnByDestroying.com/crud/DWL900APMIB.mib

1. Download and install GetIF 2.3.1 from:
http://www.wtcs.org/snmp4tpc/getif.htm

2. Copy the above MIB files to the directory:
C:\PROGRAM FILES\GETIF 2.3.1\MIBS\

3. Erase the file
C:\PROGRAM FILES\GETIF 2.3.1\.index
Running the program will recreate the index file if it's missing.
Every time you add a MIB database to the MIBS directory, erase the
files.

4. Run GetIF and point the IP address as the DWL-900AP+
Hit start and browse the MIB tree. Lots of OID's and numbers to play
with.

GetIF will NOT draw pretty graphs and record traffic and use history
like MRTG and RRDTool. However, it's a fairly easy program to use to
browse the MIB tree with SNMP to see what's available.

--
Jeff Liebermann 150 Felker St #D Santa Cruz CA 95060
831.336.2558 voice
http://www.LearnByDestroying.com AE6KS
http://802.11junk.com Skype: JeffLiebermann
(E-Mail Removed) (E-Mail Removed)

 
Reply With Quote
 
Jeff Liebermann
Guest
Posts: n/a

 
      10-08-2005, 01:29 PM
On Thu, 06 Oct 2005 23:02:21 GMT, Jeff Liebermann
<(E-Mail Removed)> wrote:

>On 6 Oct 2005 14:32:38 -0700, (E-Mail Removed) wrote:
>
>>All my access points are D-Link DWL-900AP+
>>I do have in a box a D-Link DI-804HV. I could use that perhaps and
>>disable the wireless on the DG834G?

>
>Yep. The DWL-900AP+ has SNMP. You'll need it to identify the OID's
>and run a MIB browser. You'll also need IEEE802dot11-MIB. Digging...
>
>http://www.LearnByDestroying.com/cru...02dot11-MIB.my
>http://www.LearnByDestroying.com/crud/DWL900APMIB.mib

(...)

Here's another idea. I was blundering around the web and found:
http://dd-wrt.gruftie.com/dd-wrtv2/index.php?link=rflow
which is a program that generates traffic reports on multiple WRT54G
access points using SNMP. If the program uses the usual ifInOctets,
ifOutOctets, and such, then it should work with the DWL-900AP+ SNMP. I
still prefer the graphs from MRTG and RRDTool, but this looks like an
easier program to install and use. I haven't tried it yet.


--
Jeff Liebermann (E-Mail Removed)
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
filtering users by mac address and limiting bandwidth to each mac. w.kinderman@gmail.com Linux Networking 1 11-11-2004 11:52 AM
Bandwidth/Simultaneous Users Question Jacobs Scooter Wireless Internet 3 10-06-2004 05:04 AM
Measuring bandwidth usage Mark Allison Broadband 3 09-22-2004 02:26 PM
Measuring bandwidth usage Alan Windows Networking 5 07-15-2004 01:01 AM
website bandwidth measuring. Larry Clark Linux Networking 4 10-26-2003 02:59 AM



1 2 3 4 5 6 7 8 9 10 11