6 | | * [https://pysnmp.readthedocs.io/en/latest/quick-start.html, 1] [br] |
7 | | * [https://github.com/etingof/pysnmp/tree/release-4.4.10/examples/v3arch/asyncore/agent/cmdrsp, 2] [[br]] |
| 6 | * [https://pysnmp.readthedocs.io/en/latest/quick-start.html, 1] |
| 7 | * [https://github.com/etingof/pysnmp/tree/release-4.4.10/examples/v3arch/asyncore/agent/cmdrsp, 2] |
| 8 | |
| 9 | We use example in observe-request-processing.py and test with |
| 10 | {{{ |
| 11 | #!sb |
| 12 | [krit@mini tmp]$ snmpwalk -v3 -u usr-md5-des -l authPriv -A authkey1 -X privkey1 localhost .1.3.6 |
| 13 | }}} |