[SNMP4J] PDU Trap Version

Frank Fock fock at agentpp.com
Sat Aug 8 16:30:06 CEST 2015


Hi David,
The messageProcessingModel parameter of the CommandResponderEvent object provides the SNMP version directly.
Best regards
Frank

> Am 07.08.2015 um 18:17 schrieb David Ishmael <dishmael at opsvision.com>:
> 
> Hey all - What is the best way to determine the PDU version in a trap receiver using SNMP4J?  Here’s what I have and I think this works but I’m wondering if there’s a better way...
> 
> public synchronized void processPdu(CommandResponderEvent cmdRespEvent) {
>    PDU pdu = cmdRespEvent.getPDU();
>    switch(pdu.getType()) {
>        case PDU.V1TRAP:
>>            break;
> 
>        case -89: // v2c?
>>            break;
> 
>        default:  // v3?
>>    }
> }
> 
> 
> Thanks, Dave
> _______________________________________________
> SNMP4J mailing list
> SNMP4J at agentpp.org
> https://oosnmp.net/mailman/listinfo/snmp4j



More information about the SNMP4J mailing list