netsnmp Table implementation with two indexes

2012-03-12 Thread vishnu kumat
I have two indexes - object index - ip address the request comes like this 1.2.3.4.23.x.x.*100100100.172.10.45.123* 100100100 is interface index 172.10.45.123 is ip address But when next time this request comes, the interface index is changing(say 100200100). so, how to handle this int

Regarding configuring snmptrapd

2012-03-12 Thread Lohith S
Hi All, I have a requirement of configuring the snmptrapd to forward the notification to another notification receiver and log the same. But in the site I find no information regarding that. Can you please help me with this.? Your help will be highly appreciated at this point of time. Regards, Loh

run the example-demon as master agent

2012-03-12 Thread Gina Gorgogianni
Hello all, I'm a new user of net snmp and I'm trying to use it to make a c++ program expose some of its variables. I have put my c++ code in the example-demon.c file provided in the rootkit of the official page and is works fine when I run it as a subagent and I use the snmpd as a master agent. M