Methods of SNMP v.2c Trap PDU mix-in objects

The rfc1905.SnmpV2TrapPduMixIn 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:

[uptime [trap-oid [variables-binding ]]]

The cliUcdSetArgs method does not return any unprocessed list items.


ilya@glas.net