On Thu, Dec 03, 2009 at 08:56:54PM -0800, Michael Robinson wrote: > http://www.net-snmp.org > > I want to use it to catch and log snmp messages from my > Linksys WAP11 version 2.6 wireless access point.
I haven't worked much with SNMP traps (they don't do much that I've found useful), but you might start with pulling SNMP data. A good start would be "snmpwalk -v2c -c public <router address>" You might also try "snmptable -v2c -c public <router address> IF" Good luck, Aaron _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
