On Wed, 26 May 2004 12:13:58 -0400 vicky wrote: VL> I'm running an agent embedded in an external application, i.e. something VL> like a snmpd of my own. However, I got Warnings about the config file when VL> I fire up my agent, complaining about "Unknown token: syslocation, Unknown VL> token: syscontact, Unknown token: rwcommunity ..... VL> VL> Doen anyone know what I missed ?
You didn't initialize the mibs that implement those tokens. At the very least, you'll want to call init_vacm() and init_usmUser(). -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ Net-snmp-users mailing list [EMAIL PROTECTED] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
