a context support addition to perl module NetSNMP::agent

2014-06-23 Thread Hamid Alaei V.
) 503a504 char *context; 523a525 RETVAL-contextName = strdup(context); PS: let me khow if I should do something else rather than suggesting updates in this mailing list Thanks, Hamid Alaei V

The best way to write snmp proxy with cache

2014-06-09 Thread Hamid Alaei V.
I want to write an snmp proxy with cache to a network device D that works in this way: - it snmpwalk device D every m minutes and stores the results in a local database. - when someone sends a read snmp request, it finds and returns the response by querying the database. -(optionaly) when