There are a few compatibility APIs to third-party SNMP toolkits and previous, non API-level compatible, PySNMP versions.
To make use of a compatibility API, an application should either:
>>> from pysnmp.compat.pysnmp2x import v2c, role, error >>>
What follows is the documentation on various compatibility modules or references to original packages documentation: