The pysnmp.proto.cli.ucd.rfc1157 module implements a set of mix-in classes that provide PDU objects initialization from command-line arguments.
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.
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.
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.