From a515422dd59089a0e5d828cf5fc2b6ee8b92eb1f Mon Sep 17 00:00:00 2001 From: elie Date: Thu, 3 Dec 2009 11:47:45 +0000 Subject: * missing SNMPTrap PDU API implemented at proto.api.v2c, RFC2576 proxy code reworked. * fix to sysUpTime OID at SNMPv2 TRAP PDU. --- examples/v1arch/asyncore/agent/ntforg/send-trap-over-ipv4-and-ipv6.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/v1arch') diff --git a/examples/v1arch/asyncore/agent/ntforg/send-trap-over-ipv4-and-ipv6.py b/examples/v1arch/asyncore/agent/ntforg/send-trap-over-ipv4-and-ipv6.py index 06797a4c..14cf9aac 100644 --- a/examples/v1arch/asyncore/agent/ntforg/send-trap-over-ipv4-and-ipv6.py +++ b/examples/v1arch/asyncore/agent/ntforg/send-trap-over-ipv4-and-ipv6.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 -- cgit v1.2.1