Networking Forums

Networking Forums > Computer Networking > Linux Networking > SNMP on Wireless Access Point Linksys WRT54G

Reply
Thread Tools Display Modes

SNMP on Wireless Access Point Linksys WRT54G

 
 
dclemen
Guest
Posts: n/a

 
      11-23-2004, 05:33 PM
Hi, I'm new to linux networking, so sorry if a don't understand something.

I have a Linksys WRT54G Wireless Access Point. It has a linux firmware
(Satori 4.0 from www.sveasoft.com). Well, it support SNMP, and I read
that this is a protocol to monitorize network conection.

I want to monitorize users bandwidth, displaying "current bandwidth",
"total bandwith", and others. Can I get this with SNMP?.

Firmware support SNMP, but I will have to install a SNMP client in my PC
that really is who get me all data?

By other way, we (wifi comunity) have problems with routers routing.
They (linksys) loss routes and have to set it manually. We thing Wifi
conection fail and then "set" the route as no valid, delete it and don't
try it again. Can SNMP help me to detect this kind of problem?.

Thanks for replies. I hope can learn a lot of in this forum. I always
use linux, but only as desktop without network/internet conection.

Bye
 
Reply With Quote
 
 
 
 
HisNameWasRobertPaulson
Guest
Posts: n/a

 
      11-23-2004, 05:59 PM
SNMP is most likely already setup on the Linksys, but you should configure a
different community name, for security sake. If you want to monitor this
from a WinBlows machine, use PRTG - it's by far the BEST SNMP client out
there and is free for stuff like this. http://www.paessler.com/prtg
As far as your routing is concerned, I'm not sure what you mean, but SNMP
has nothing to do with routing.

"dclemen" <(E-Mail Removed)> wrote in message
news:cnvvoj$akp$(E-Mail Removed)...
> Hi, I'm new to linux networking, so sorry if a don't understand something.
>
> I have a Linksys WRT54G Wireless Access Point. It has a linux firmware
> (Satori 4.0 from www.sveasoft.com). Well, it support SNMP, and I read
> that this is a protocol to monitorize network conection.
>
> I want to monitorize users bandwidth, displaying "current bandwidth",
> "total bandwith", and others. Can I get this with SNMP?.
>
> Firmware support SNMP, but I will have to install a SNMP client in my PC
> that really is who get me all data?
>
> By other way, we (wifi comunity) have problems with routers routing.
> They (linksys) loss routes and have to set it manually. We thing Wifi
> conection fail and then "set" the route as no valid, delete it and don't
> try it again. Can SNMP help me to detect this kind of problem?.
>
> Thanks for replies. I hope can learn a lot of in this forum. I always
> use linux, but only as desktop without network/internet conection.
>
> Bye



 
Reply With Quote
 
Neil Cherry
Guest
Posts: n/a

 
      11-23-2004, 06:47 PM
On Tue, 23 Nov 2004 19:33:44 +0100, dclemen wrote:

> I have a Linksys WRT54G Wireless Access Point. It has a linux firmware
> (Satori 4.0 from www.sveasoft.com). Well, it support SNMP, and I read
> that this is a protocol to monitorize network conection.
>
> I want to monitorize users bandwidth, displaying "current bandwidth",
> "total bandwith", and others. Can I get this with SNMP?.


I don't think you can pull the stats down to individual users. Also, I
thought Alchemy was the first release with SNMP support?

> Firmware support SNMP, but I will have to install a SNMP client in my PC
> that really is who get me all data?


Correct.

> By other way, we (wifi comunity) have problems with routers routing.
> They (linksys) loss routes and have to set it manually. We thing Wifi
> conection fail and then "set" the route as no valid, delete it and don't
> try it again. Can SNMP help me to detect this kind of problem?.


Best place to ask these questions are at:

http://www.sveasoft.com/modules/phpBB2/index.php

You can use SNMP to pull back the routes but you will need something
else to check those routes.

--
Linux Home Automation Neil Cherry (E-Mail Removed)
http://home.comcast.net/~ncherry/ (Text only)
http://hcs.sourceforge.net/ (HCS II)
http://linuxha.blogspot.com/ My HA Blog
 
Reply With Quote
 
Alex Harsch
Guest
Posts: n/a

 
      11-24-2004, 07:25 AM
Hi,
>Well, it support SNMP, and I read
> that this is a protocol to monitorize network conection.

SNMP is propably not started by default on the router (not safe). So try to
scan port 161 to see if it is up.
> I want to monitorize users bandwidth, displaying "current bandwidth",
> "total bandwith", and others. Can I get this with SNMP?.

Yes, use an MIB browser. An snmp-walk through the MIB-2 should give you a
feeling, what parameters are stored here. Bandwidth is for sure.
> Firmware support SNMP, but I will have to install a SNMP client in my PC
> that really is who get me all data?

Yes
> By other way, we (wifi comunity) have problems with routers routing.
> They (linksys) loss routes and have to set it manually. We thing Wifi
> conection fail and then "set" the route as no valid, delete it and don't
> try it again. Can SNMP help me to detect this kind of problem?.

You can configure SNMP traps, that can inform you, when there are changes in
the routing table.
I think you can even configure the routing table with SNMP, but you
definetly should not. The SNMP communitiy string (password) is always sent
in plain text, so it is no problem for people in your network to figure it
out. Don't forget to change the community strings, they are always set to
'public' for read access and 'private' for write access.

With kind regards, Alex


 
Reply With Quote
 
dclemen
Guest
Posts: n/a

 
      11-24-2004, 07:46 AM
>If you want to monitor this from a WinBlows machine, use PRTG - it's by
>far the BEST SNMP client out there and is free for stuff like this.


I have a Linux client, Suse 9.1. Which client should I use?

>Best place to ask these questions are at:
>http://www.sveasoft.com/modules/phpBB2/index.php


Yes I usuallly ask here. But can write in WRT54G forum, cause it is not
free. I wrote in Spanish forum.

>You can configure SNMP traps, that can inform you, when there are
>changes in the routing table.

This will be cool!!

Thanks all, its time to probe!!
 
Reply With Quote
 
Alex Harsch
Guest
Posts: n/a

 
      11-24-2004, 08:06 AM
dclemen wrote:

> >If you want to monitor this from a WinBlows machine, use PRTG - it's by
> >far the BEST SNMP client out there and is free for stuff like this.

>
> I have a Linux client, Suse 9.1. Which client should I use?
>
> >Best place to ask these questions are at:
> >http://www.sveasoft.com/modules/phpBB2/index.php

>
> Yes I usuallly ask here. But can write in WRT54G forum, cause it is not
> free. I wrote in Spanish forum.
>
> >You can configure SNMP traps, that can inform you, when there are
> >changes in the routing table.

> This will be cool!!
>
> Thanks all, its time to probe!!

Hi,

in package "net-snmp", you have a command line tool. You will sure find a
front end for it, if you need it. On my system, it is installed by default.

Alex
 
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
Problems with setting linksys wrt54g as access point Burninator Network Routers 0 01-02-2008 04:57 PM
Turn Linksys WRT54G into access point kevinpublic@excite.com Wireless Internet 10 02-18-2006 07:42 AM
Capturing MAC Addresses from an Access Point with SNMP aodhan@terran.net Wireless Internet 3 08-01-2005 08:26 PM
use Linksys WRT54G as access point off of Firebox Edge? Bryce Wireless Internet 3 07-17-2005 06:17 PM
Linksys WRT54G and SNMP logging gz Wireless Internet 0 02-24-2005 06:20 PM



1 2 3 4 5 6 7 8 9 10 11