LINK="#0000bb" VLINK="#551a8b" ALINK="#ff0000">
The PySNMP package does not define its own high-level interface to SNMP functionality at the moment but attempts to support a few from existing ones.
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: