Hi, Why are you using two different USMs and MPv3s? You can use a single instance one for each of them.
Best regards, Frank On 23.03.2010 12:22, satish gummadelli wrote: > Hi, > I have a requirement to send a snmp pdu to the 2 different NMS. > Till now we have only one NMS and which is running fine with threads. > > Now after adding the second NMS .. which has its own configurations[engine > id, address and user name]. > > what we are doing is we are using only one snmp session to send the pdus. > > and trying to create different USMs and MPV3 for different NMS and it is > giving > > org.snmp4j.MessageException: Message processing model 3 returned error: > Unknown security name > at org.snmp4j.MessageDispatcherImpl.sendPdu(MessageDispatcherImpl.java:465) > > > our requirement is to use only one snmp session , and using threads we will > forward the traps to 2 different NMS systems ... > > > > -- AGENT++ http://www.agentpp.com http://www.snmp4j.com http://www.mibexplorer.com http://www.mibdesigner.com _______________________________________________ SNMP4J mailing list [email protected] http://lists.agentpp.org/mailman/listinfo/snmp4j
