remu has asked for the wisdom of the Perl Monks concerning the following question:
I'm doing some SMNP queries using the Net::SNMP package, SNMP v1 and the 'public' community to get infos from a solaris system. When I do a get_table( -baseoid => '1.3.6.1' ); I get a bunch of entries, like :
But when I try to get those exact same values, using the exact same SMNP session object used for my get_table request but by a get_request this time, I can only get some of those SMNP entries:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::SNMP, get_table works, and get_request fails : why?
by zengargoyle (Deacon) on Jan 30, 2003 at 00:45 UTC | |
|
Re: Net::SNMP, get_table works, and get_request fails : why?
by selena (Acolyte) on Jan 29, 2003 at 21:08 UTC |