Command-line interface to SNMP v.2c message objects

The pysnmp.proto.cli.ucd.v2c module implements a set of mix-in classes that provide command-line interface to SNMP v.2c message.

class GetRequestMixIn()
class GetNextRequestMixIn()
class SetRequestMixIn()
class InformRequestMixIn()
class SnmpV2TrapMixIn()
class ReportMixIn()
class GetBulkRequestMixIn()

These are the mix-ins for their complementary classes. They define a few methods (see below) composing an implementation of command-line intrface to SNMP message objects.

Methods of the above classes may raise exceptions based on error.ProtoCliUcdError base class.


Subsections


ilya@glas.net