Re: [SNMP4J] VLANs

2010-11-08 Thread jaikar gupta
udp=new UdpAddress(inetAddress,0); TransportMapping transport = new DefaultUdpTransportMapping(udp); Snmp snmp = new Snmp(transport); Thanks Regards keepFaith, Jaikar Gupta On Tue, Nov 9, 2010 at 12:38 PM, Chaim Turkel - HQ cha...@gilat.com wrote: I need to add support for Vlans

Re: [SNMP4J] A Simple Trap Receiver using snmp4j

2010-08-17 Thread jaikar gupta
Hi, I had also the same problem, i had uses the the same methodology, but when i change the TRAP_ADRESS to 0.0.0.0/162, the it starts receiving TRAPS. try this may this will help you. Thanks Regards Jaikar Gupta On Tue, Aug 17, 2010 at 2:06 PM, Tsiyona tsiy...@gmail.com wrote: Hello, I

[SNMP4J] SNMP Traps V1 V2

2010-05-31 Thread jaikar gupta
/down info, port no etc. Thanks Regards Jaikar Gupta ___ SNMP4J mailing list SNMP4J@agentpp.org http://lists.agentpp.org/mailman/listinfo/snmp4j

Re: [SNMP4J] TRAP source IP on manager side

2010-05-28 Thread jaikar gupta
One can get it by using below code in public void processPdu(CommandResponderEvent e) method:- UdpAddress udpHostAdress = (UdpAddress) e.getStateReference().getAddress(); Thanks Regards Jaikar Gupta On Sat, May 29, 2010 at 10:48 AM, Prakash Kolandaivelu visitprakashin...@gmail.com wrote

[SNMP4J] geting the IP address and sender OID of trap sending equipment

2010-05-20 Thread jaikar gupta
Hello Friends, I would like to know, how i can get the IP address and sender OID of trap sending equipment in processPdu method. Thanks Regards Jaikar Gupta ___ SNMP4J mailing list SNMP4J@agentpp.org http://lists.agentpp.org/mailman/listinfo/snmp4j

Re: [SNMP4J] geting the IP address and sender OID of trap sending equipment

2010-05-20 Thread jaikar gupta
Hello Aidan Diffey * * *Thanks for the quick response.* * *Thanks Regards Jaikar Gupta On Thu, May 20, 2010 at 3:27 PM, Aidan Diffey aidan.dif...@googlemail.comwrote: The processPdu method takes a CommandResponderEvent object. Using this, you can do UdpAddress udpHostAdress