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

The rfc1157.TrapMixIn 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 passed list to comply the following format:

[enterprise-oid [agent-address [trap-type [specific-type [uptime [variables-binding ]]]]]]

The cliUcdSetArgs method does not return any unprocessed list items.


ilya@glas.net