Hi, I am working on an SNMP agent application using SNMP4J.
I would like to support multiple V3 notification recipients, potentially, with identical user name. Here is an example of a special case, I have two notification recipients: V3 notification recipient Ip : 192.168.33.33 / 162 engineId : engineId33 username : bob Auth Protocol : MD5 AuthPass : MD5Pass Priv Protocol : AES PrivPass: AESPass V3 notification recipient Ip : 192.168.33.34 / 162 engineId : engineId34 username : bob Auth Protocol : MD5 AuthPass : MD5Pass Priv Protocol : DES PrivPass: DESPass Here since the privacy credential is different, I can not reuse same UsmUser objects. I wonder if the SNMP4J support this kind of use case. Thanks. Vivi _______________________________________________ SNMP4J mailing list [email protected] http://lists.agentpp.org/mailman/listinfo/snmp4j
