Re: agent simulator development

2005-05-23 Thread Anton Persson
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

Registering a handler for the extTable in the UCD-Avis MIB object, of UCD-SNMP-MIB

2004-09-20 Thread Anton Persson
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

Source dependant processing in a handler

2004-08-24 Thread Anton Persson
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