[pysnmp-users] snmpwalk.py example behavior
Brought to you by:
elie
From: Aaron G. <aar...@gm...> - 2005-10-19 21:14:07
|
A list for users of pure-Python SNMP framework <pysnmp-users.lists.sourceforge.net> List-Post: <mailto:pys...@li...> List-Help: <mailto:pys...@li...?subject=help> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/pysnmp-users>, <mailto:pys...@li...?subject=subscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum=pysnmp-users> If I do an snmpwalk on OID 1.3.6.1.2.1.15.3.1.2 (cisco BGP session status) in net-snmp, the walk stops at .2 and doesn't increment to .3, .4, etc. Yet the example program continues on (nearly) infinitely. I don't quite understand why, or how to change the behavior. Yes, I realize it's just an example (-: Please cc me as I'm not (yet) subscribed to the list. regards, aaron.glenn |