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; > From: net-snmp-users-bounces@lists.sourceforge.net > [mailto:net-snmp-users-bounces@lists.sourceforge.net] On > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> From: net-snmp-users-bounces@lists.sourceforge.net
> [mailto:net-snmp-users-bounces@lists.sourceforge.net] On > Behalf Of Dave Shield > > $ 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) > > I'm beginning to wonder whether the "Sub-id" found message > might be a red herring. I'm beginning to think it's not - specifically, was this agent built with SNMPv2-MIB support? Unfortunately I don't know the exact behavior of snmpwalk. PoWah, could you please try the following: $ snmpgetnext -v 3 -u admin -l authPriv -a MD5 -A 12345678 -x DES -X 87654321 -On myhost .1.3.6.1.2.1.1 If the response doesn't start with .1.3.6.1.2.1.1 (the system group), then try again with .1.3.6.1.2.1.11 (the snmp group), finally the .1.3.6.1.6.3.1 (the snmpMIB group). If none of these have objects, then you simply don't have an SNMPv2-MIB as part of your master agent. HTH, Mike ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ 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 |