Hi Sam,
I've developed roughly the same thing as you intend to develop. So I
think I can help you. The principle idea here is to use
ip aliases/virtua interfaces, one for each agent, and to sort incomming
requests depending on which interface they arrive on.
For this to work I had to patch Ne
t code for this already. However, my function,
although it seems to have been registered by snmpd during startup, is
never called as it seems.
Kind regards, Anton Persson, Aptilo Networks AB
---
This SF.Net email is sponsored by: YOU BE THE J
emon reply differently
depending on which IP-alias a snmp request is sent to. Anyway, we have
written a large handler for our MIB that reads information from a
database. How can I get information about the destination IP used in the
incomming SNMP-request, from inside our handler?
/Ant