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; --- Dave Shield <D.T.Shield@liverpool.ac.uk> wrote: > On 13/11/2007, Mike Ayers <mike_ayers@...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
--- Dave Shield <D.T.Shield@liverpool.ac.uk> wrote:
> 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 > > Starting snmp daemon (service snmpd start) at myhost has some error messages at the log: # cat /var/log/snmpd.log netsnmp_assert !"registration != duplicate" failed agent_registry.c:535 netsnmp_subtree_load() netsnmp_assert !"registration != duplicate" failed agent_registry.c:535 netsnmp_subtree_load() netsnmp_assert !"registration != duplicate" failed agent_registry.c:535 netsnmp_subtree_load() NET-SNMP version 5.4.1 The same snmp application fail at myhost but pass at tulip: $ snmpwalk -v 3 -u admin -l authPriv -a MD5 -A 12345678 -x DES -X 87654321 myhost sysUpTime snmpwalk: Timeout (Sub-id not found: (top) -> sysUpTime) $ snmpwalk -v 3 -u admin -l authPriv -a MD5 -A 12345678 -x DES -X 87654321 tulip sysUpTime DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (19789700) 2 days, 6:58:17.00 Connect with friends from any web browser - no download required. Try the new Yahoo! Canada Messenger for the Web BETA at http://ca.messenger.yahoo.com/webmessengerpromo.php ------------------------------------------------------------------------- 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 |