Re: [SNMP4J] Usm_Stats_Not_In_Time_Window problem in SNMP4j

2010-11-08 Thread Jigar Shah
Hi, I have generated Report UsmStatsNotInTimeWindow from agent side to manager side. Can u pls answer some of my doubts 1) When I will get Report on manager side, Which API will be used at manager side (Which method will be called)  ?? 2) If I want to handle this report explicitly, which

[SNMP4J] VLANs

2010-11-08 Thread Chaim Turkel - HQ
I need to add support for Vlans. In the case the machine has multiple nic's I needs to option to send the snmp packit via the correct nic and cannot use the default gateway, How can I do this? Chaim Turkel Network Management Systems Gilat Network Systems Tel: +972-3-929-3142 IMPORTANT - This

Re: [SNMP4J] VLANs

2010-11-08 Thread jaikar gupta
Dear Chaim, My suggestion would be. Put the IP Address in some property file. then do the following ResourceBundle msgBundle = ResourceBundle.getBundle(propertyFile_PATH); String nic_ip=msgBundle.getString(SPECIFIED_NIC_IP); InetAddress inetAddress= InetAddress.getByName(nic_ip); UdpAddress