Methods of SNMP v.1 SetRequest PDU mix-in objects

The rfc1157.SetRequestMixIn mix-in class defines the following methods:

cliUcdSetArgs(args)

Initialize SNMP message object from command line parameters args. The args argument must be a list of strings. This method expects SNMP PDU variables-bindings passed in the following format:

<< Object-Identifier Tag Value> [...]>

where:

The cliUcdSetArgs method does not return any unprocessed list items.


ilya@glas.net