[pysnmp-users] How do I get the SNMP version from a incoming trap
Brought to you by:
elie
From: Johan G. <joh...@gm...> - 2016-05-19 06:49:49
|
Hi all, I used the examples and can get SNMPv2 and SNMPv3 traps in the same receiver. I would like to print the SNMP version from the trap, but don't know how to get it. pysnmp.proto.api.verdec does this, but it needs the whole message and I don't know how to send it the whole message. Thank you, J |