Command-line interface to SNMP v.1 PDU objects

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

class GetRequestPduMixIn()
class GetNextRequestPduMixIn()

These are the mix-ins for their complementary classes. They define a few methods (see below) composing command-line interface to SNMP v.1 GetRequestPdu and GetNextRequestPdu 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.1 SetRequestPdu object.

class TrapPduMixIn()

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

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


Subsections


ilya@glas.net