This is a discussion on Re: snmpwalk: Timeout (Sub-id not found: (top) -> sysUpTime) within the SNMP Users forums, part of the Networking and Network Related category; On 13/11/2007, Mike Ayers <mike_ayers@tvworks.com> wrote: > The key is "(Sub-id not ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 13/11/2007, Mike Ayers <mike_ayers@tvworks.com> wrote:
> The key is "(Sub-id not found: (top) -> sysUpTime)", which means > that the program does not understand the meaning of "sysUpTime". Indeed. (Hence my questions about MIB files). > I get the same result: > > <SNIP> > $ snmptranslate -Le sysUpTime > sysUpTime: Unknown Object Identifier (Sub-id not found: (top) -> sysUpTime) Please remember that snmptranslate is the only tool that does not use "random lookup" by default. Try snmptranslate -IR sysUpTime If that works, then I'd expect snmpget .... sysUpTime.0 to be able to translate this into a numeric OID, and at least get as far as sending the request (even if the remote agent might not respond). My suspicion is that PoWah has a configuration where none of the tools are picking up the MIB files at all. Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ 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 |