Walking all OIDs from base OID using walkCmd using pysnmp-lextudio
I’m new to pysnmp(-lextudio) and have zero experience with asyncio as well. I’m trying to walk all OIDs from a base OID (ciscoSmartLicMIB – .1.3.6.1.4.1.9.9.831). Apparently the old way to do this was to use nextCmd
with lexicographicMode=False
, but that’s been changed in pysnmp-lextudio, and the new method is to use walkCmd. I’ve been unable to get even the simple example in the docs to work, however.