Re: [pysnmp-users] Bug in 3.3.4 snmpwalk.py?
Brought to you by:
elie
From: John P S. <sp...@is...> - 2003-08-29 15:23:43
|
A list for users of pure-Python SNMP framework <pysnmp-users.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/pysnmp-users>, <mailto:pys...@li...?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=pysnmp-users> On Mon, Aug 25, 2003 at 06:11:50AM -0700, Ilya Etingof wrote: > > > Perhaps this is another small bug in the snmpwalk.py example. > > I've fixed this bug at cvs@SF. The patch against 3.3.4 is > attached. Please, let me know if it help or not. I think it may still be broken. I just tried this with pysnmp-3.3.5, the new release: % python snmpwalk.py -v2c testhost testcommunity .1.3.6.1.2.1.1 Traceback (most recent call last): File "snmpwalk.py", line 153, in ? raise error.ProtoError(errorStatus + ' at ' + \ IndexError: list index out of range net-snmp's snmpwalk gives this error: % snmpwalk -c testcommunity -v2c testhost system Error in packet. Reason: (genError) A general failure occured |