This is a discussion on Re: OID description within the SNMP Users forums, part of the Networking and Network Related category; 2008/5/10 Palec <pali.spacek@gmail.com>: > + snmpwalk -M+/home/maestro/.snmp/mibs -m WIFI-MIB.... ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
2008/5/10 Palec <pali.spacek@gmail.com>:
> + snmpwalk -M+/home/maestro/.snmp/mibs -m WIFI-MIB.... You might want to use "-m +WIFI-MIB", which will load this MIB file in *addition* to the standard set (rather than just this one plus any explicit dependencies). > Maybe bug is that I can't locate OID in 1,3,6,1,4,1,8072 only > 1,3,6,1,2,1,12 works. Sorry - I don't understand the question. ..1.3.6.1.2.1.12 was used for the early evolution of the IF-MIB, way back in 1991. I'm not sure how it's relevant to this WIFI-MIB? > snmpwalk .... -v2c -c clovek localhost:5910 Please remember that if you want to retrieve values from the enterprises tree (or anything outside mib-2), then you must explicitly specify the starting point for snmpwalk. Try snmpwalk .... -v2c -c clovek localhost:5910 .1.3.6.1.4.1.8072 See the FAQ entry Why can't I see values in the <INSERT ENTERPRISE HERE> tree? http://www.net-snmp.org/wiki/index.p...pplications_06 for details Dave ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757...un.com/javaone _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |