summaryrefslogtreecommitdiff
path: root/examples/v1arch
diff options
context:
space:
mode:
authorelie <elie>2009-12-03 11:47:45 +0000
committerelie <elie>2009-12-03 11:47:45 +0000
commitd49440bff1641c3a8d2696ccdcdc1d8479fa1177 (patch)
treea4b78a24f96013f718dcd1e57692b215b8570e7f /examples/v1arch
parentcaadb063bde53a9db6b0685261fd564a8171351b (diff)
downloadpysnmp-d49440bff1641c3a8d2696ccdcdc1d8479fa1177.tar.gz
* missing SNMPTrap PDU API implemented at proto.api.v2c, RFC2576 proxy
code reworked. * fix to sysUpTime OID at SNMPv2 TRAP PDU.
Diffstat (limited to 'examples/v1arch')
-rw-r--r--examples/v1arch/agent/ntforg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/v1arch/agent/ntforg.py b/examples/v1arch/agent/ntforg.py
index 06797a4..14cf9aa 100644
--- a/examples/v1arch/agent/ntforg.py
+++ b/examples/v1arch/agent/ntforg.py
@@ -5,7 +5,7 @@ from pyasn1.codec.ber import encoder
from pysnmp.proto import api
# Protocol version to use
-verID = api.protoVersion1
+verID = api.protoVersion2c
pMod = api.protoModules[verID]
# Build PDU