2008/5/27 <[EMAIL PROTECTED]>: > When i use comand snmpwalk,there were often appear the informations: > > iso.3.6.1.4.1.55555.1.1.7.1.0 = No more variables left in this MIB View > (It is past the end of the MIB tree)
That's normal behaviour for SNMP - when you reach the end of the MIB tree, this is the message that will be returned by the agent. I'm slightly surprised that you're getting this message with this particular OID, since there ought to be more information under the .1.3.6.1.6 tree. It may be that you've got an overly restricted access control view, that blocks everything following the 55555 subtree. But you'll always get this message at some point. That's simply how SNMP works. Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
