[SNMP4J] V2 Trap Packet Fragmentation

2012-04-16 Thread Amol Rao
Hi All: Just wanted to reach out and see if anyone encountered this situation. I am sending out an SNMP trap (~1K size) from an agent system. When manager receives the trap, its observe that its divided into multiple traps and each trap carries one variable binding - which leads to conclusion th

Re: [SNMP4J] V2 Trap Packet Fragmentation

2012-04-16 Thread Amol Rao
org.snmp4j.Snmp.notify(Snmp.java:780) Cheers, Amol On Mon, Apr 16, 2012 at 1:05 PM, Amol Rao wrote: > Hi All: >  Just wanted to reach out and see if anyone encountered this situation. > > I am sending out an SNMP trap (~1K size) from an agent system. When > manager receives the trap, its o

Re: [SNMP4J] V2 Trap Packet Fragmentation

2012-04-16 Thread Amol Rao
...any thoughts? anyone? On Mon, Apr 16, 2012 at 4:09 PM, Amol Rao wrote: > I see the following exception when trap is being sent out. Any pointers? > > > java.lang.NullPointerException >        at org.snmp4j.PDU.getBERPayloadLengthPDU(PDU.java:499) >        at org.snmp4

Re: [SNMP4J] V2 Trap Packet Fragmentation

2012-04-23 Thread Amol Rao
> A SNMP packet fragementation does not exists on UDP >> level in the way you described it (two packets with their >> own header). >> >> Best regards, >> Frank >> >> Am 17.04.2012 00:12, schrieb Amol Rao: >>> ...any thou