Compatibility interfaces

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:

For example, an application initially written for version 2.x of PySNMP would do:

>>> from pysnmp.compat.pysnmp2x import v2c, role, error
>>>

What follows is the documentation on various compatibility modules or references to original packages documentation:


ilya@glas.net