alok bharti wrote: > the exact command line is:- > > ./snmpd -c /path/to/snmpd.conf -C -f
That's the problem, then. You're instructing the agent to only read the regular /path/to/snmpd.conf, not the persistent config file. Try snmpd -c /path/to/snmpd.conf,/var/net-snmp/snmpd.conf -C -f instead. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
