LINK="#0000bb" VLINK="#551a8b" ALINK="#ff0000">

Compatibility interfaces

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:

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