summaryrefslogtreecommitdiff
path: root/examples/v3arch/manager
Commit message (Collapse)AuthorAgeFilesLines
* minor fixeselie2013-11-101-0/+3
|
* Execution Observer facility implemented to give app an inside viewelie2013-11-096-23/+271
| | | | | | | | of SNMP engine inner workings. This is thought to be a generic framework for viewing (and modifying) various internal states of pysnmp engine. Previously introduced non-RFC APIs (like getting peer's transport endpoint) will be gradually migrated to this new framework.
* examples adjusted to work with fixed-EngineID SNMP simulatorelie2013-09-303-7/+8
|
* fix to snmptrap c/lelie2013-09-291-1/+1
|
* query existing OIDelie2013-09-231-3/+3
|
* config.addSocketTransport() helper renamed into config.addTransport()elie2013-06-0116-18/+18
| | | | | | 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().
* the contextEngineId parameter of config.addV3User() renamed intoelie2013-05-181-6/+6
| | | | securityEngineId as it's semantically correct
* most of Command Generator examples re-pointed to a live SNMP Agentelie2013-05-0512-42/+42
| | | | at demo.snmplabs.com to ease experimentation and adoption
* typo in snmptrapelie2013-03-161-1/+1
|
* no need to catch errorStatus == 2 when not using SNMPv1elie2013-03-162-6/+2
|
* cosmeticselie2013-03-161-1/+1
|
* cosmetic fix to printout the exact OID as pointed out by errorIndexelie2013-03-1513-13/+13
|
* some more cosmetic changeselie2013-03-1513-26/+26
|
* cosmetic changes to Native API's GET/SET example scriptselie2013-03-157-21/+21
|
* another USM user added to make this script working with the client oneselie2013-01-051-0/+16
|
* contents moved to individual fileselie2012-12-191-139/+0
|
* typoelie2012-12-141-1/+1
|
* typoelie2012-12-101-1/+1
|
* one more fixelie2012-12-091-1/+1
|
* minor editingelie2012-12-0911-11/+0
|
* SNMPv3 native API examples extended to cover many use caseselie2012-12-0920-597/+1266
|
* SNMPv3 TRAP users addedelie2012-11-021-1/+19
|
* built-in debugger now supports negating debugging categorieselie2012-07-231-1/+1
|
* comments updatedelie2012-07-191-3/+3
|
* examples reworked to include more available options and clarityelie2012-07-195-140/+572
|
* major overhawl aimed at Python 2.4 through 3.2 compatibilityelie2011-11-065-16/+20
|
* minor fixes to pretty printerelie2011-03-171-2/+3
|
* * getVarBindTable() does not filter SNMP exception values anymoreelie2010-11-142-23/+13
| | | | | * getVarBindTable() of v1 API now returns Null instead of None * GETNEXT/GETBULK apps now track EOM condition automatically
* fix to use errorIndex only when it is set (to non-zero)elie2010-11-141-3/+6
|
* pretty print contextEngineIdelie2010-07-071-1/+1
|
* SNMPv1 response may contain noSuchName error *and* SNMPv2c exception,elie2010-05-041-1/+3
| | | | | so we ignore noSuchName errorStatus and process noSuchObject/noSuchInstance exception
* pass stateReference to NotificationReceiver app and let it browseelie2009-05-221-2/+4
| | | | request details (transport details at the moment) using stateReference
* added support for AES cipher (rfc3826)elie2007-07-091-0/+1
|
* optionally enable stdout debuggingelie2007-02-141-0/+4
|
* SnmpEngineId should be passed in binary formelie2006-12-151-1/+2
|
* Header comment updatedelie2005-11-045-1/+5
|
* use SNMPv3 by defaultelie2005-10-261-2/+2
|
* format outputelie2005-10-263-3/+3
|
* prettyOut() -> prettyPrint()elie2005-10-145-11/+11
|
* * port number fixedelie2005-10-121-3/+8
| | | | * receiver func prints pretty
* table management funcs may return None cell valselie2005-10-122-3/+9
|
* initial revisionelie2005-10-111-0/+37
|
* re-formatted a littleelie2005-10-063-9/+15
|
* adjusted to changed addV3User() APIelie2005-10-061-1/+5
|
* pretty print results and errorselie2005-08-164-8/+8
|
* adjucted to changed config.addV3User() APIelie2005-08-153-3/+9
|
* converted to transport dispatcher's "jobs" facilityelie2005-07-254-66/+59
|
* top-level application classes renamed for clarityelie2005-07-124-4/+4
|
* comments cleaned upelie2005-06-281-2/+2
|
* adjusted to recent APIelie2005-06-221-2/+8
|