in reply to Best module(s) for SNMP?
If, this is a development effort to monitor or modify device parameters with dependencies on various factors - this needs programming, and Net::SNMP, though not the friendliest, is very powerful.
You could try SNMP::Simple, although the author recommends against it being a starting point. If you just ineed Interface info, Net::SNMP::Interfaces works great.
On request, I'm willing to share code that uses SNMP (perL) for monitoring switches, getting ARP info, and diagnose Spanning-tree issues.
"For every complex problem, there is a simple answer ... and it is wrong." --H.L. Mencken
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Best module(s) for SNMP?
by splinky (Hermit) on Feb 10, 2006 at 06:22 UTC | |
by gam3 (Curate) on Feb 10, 2006 at 18:49 UTC |