Hi Chuck, If you can do it with Java Sockets, then you can do it with SNMP4J too. Thus, it should be no problem. Just use the DefaultUdpTransportMapping instance for each local address. When sending a message you need to specify the transport mapping instance to be used then.
Best regards, Frank Am 15.12.2012 00:02, schrieb Chuck Black: > Does anybody know if it is possible to send SNMP requests from multiple IP > addresses on a single system, through a single NIC? In other words, the > physical link to my system is actually trunked (link aggregation), and I > have multiple static IP addresses configured on my system through this one > NIC (interface card). And I want to send SNMP requests out, using my > different source IP addresses on different requests. > > I believe you can do this if you are using the normal Java socket class, > and so I'm hoping that you can do this through the SNMP APIs as well. I'm > brand new to using snmp4j and don't have any other developers handy to ask, > so if you know the answer or have any ideas and could let me know, that'd > be great. > > Thanks! > --- chuck black > _______________________________________________ > SNMP4J mailing list > [email protected] > http://lists.agentpp.org/mailman/listinfo/snmp4j -- --- AGENT++ Maximilian-Kolbe-Str. 10 73257 Koengen, Germany https://agentpp.com Phone: +49 7024 8688230 Fax: +49 7024 8688231 _______________________________________________ SNMP4J mailing list [email protected] http://lists.agentpp.org/mailman/listinfo/snmp4j
