Hi all,
I am using adventnet SNMP API.
Multiple Host + Multiple SNMP request with Different request ID
- Using Single 'SnmpRequestServer' instance.
- creating single 'RequestEvent' and 'ResultListener' for each 'Host'.
- re-config the 'SnmpRequestServer' for an each 'Host' with 'RequestEvent' [multiple re-configuration of 'SnmpRequestServer' with the same config. details for all Host]
so by doing the above i get multiple SNMP request[with Different Request ID] for all Host configured with multiple RequestEvent and multiple 'ResultListener'.
Multiple Host + Multiple SNMP request with Same request ID
- Using Single 'SnmpRequestServer' instance.
- creating single 'RequestEvent' for all Host and multiple 'ResultListener' for each 'Host'.
- one-time config of 'SnmpRequestServer' instance
so by doing the above i get multiple SNMP request[with same Request ID] for all Host configured with Single RequestEvent and multiple 'ResultListener'.
- which one of the above is best and optimized one?
- is there any better way to send multiple SNMP request for a single SnmpRequestServer?.
Multiple Host ------------------->
SnmpRequestServer [V3 Config] ---------> multiple SNMP Request
Single RequestEvent--------->
- is there any SNMP API in adventnet that will send multiple SNMP request with 'one-time' config. of 'SnmpRequestServer' object ?
Regards,
Kannan D V