summaryrefslogtreecommitdiff
path: root/examples/v3arch/agent/ntforg/trap-v2c-with-objects.py
Commit message (Collapse)AuthorAgeFilesLines
* - original asynsock transport and AsyncsockDispatcher renamed intoelie2015-07-051-1/+1
| | | | | | asyncore and AsyncoreDispatcher respectively to provide better hint to fellow devs on the underlying transport being used - backward compatibility preserved through dummy asynsock symbols
* Major overhaul related to PySMI integration and Standard SNMP Applicationselie2015-05-311-52/+31
| | | | | | | | | API redesign: * MibVariable becomes ObjectIdentity and moves to pysnmp.smi.rfc1902 * ObjectType and NotificationType classes resempling corresponding MIB MACROs implemented * SNMP Standard Applications and examples modified to support ObjectType and NotificationType parameters
* converted to the latest API that supports more data to be usedelie2014-06-171-5/+9
|
* config.addSocketTransport() helper renamed into config.addTransport()elie2013-06-011-1/+1
| | | | | | and improved by automatically instantiating compatible TransportDispatcher making it dispatcher-agnostic. As an additional bonus, application may not call registerTransportDispatcher() as it would be called by addTransport().
* Fix and significant logic rework of snmpCommunityTable to make it workingelie2013-05-051-1/+1
| | | | | | in both Generator and Responder modes and better follow RFC2576 requirements on sequential entries lookup and selection. As a side effect, untagged snmpCommunityTable entries will *not* match tagged snmpTargetAddrTable entries and vice versa.
* debugging removedelie2012-12-151-3/+0
|
* typoelie2012-12-131-1/+1
|
* SNMPv3 native Notification Originator examples extended to coverelie2012-11-281-0/+124
many use cases