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

The pysnmp.proto.cli.ucd.rfc1905 module implements a set of mix-in classes that provide PDU objects initialization from command-line arguments.

class GetRequestPduMixIn()
class GetNextRequestPduMixIn()
class InformRequestPduMixIn()
class ReportPduMixIn()
class GetBulkRequestPduMixIn()

These are the mix-ins for their complementary classes. They define a few methods (see below) composing command-line interface to SNMP v.2c GetRequestPdu, GetNextRequestPdu, SetRequestPdu, InformRequestPdu, ReportPdu, SnmpV2TrapPdu and GetBulkRequestPdu objects.

class SetRequestPduMixIn()

This is the mix-in for its complementary class. It defines a few methods (see below) composing command-line interface to SNMP v.2c SetRequestPdu object.

class SnmpV2TrapPduMixIn()

This is the mix-in for its complementary class. It defines a few methods (see below) composing command-line interface to SNMP v.2c SnmpV2TrapPdu object.

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


Subsections


ilya@glas.net