On 30 March 2012 16:12, Najouh <[email protected]> wrote: > /etc/snmp/snmp.conf: line 8: Warning: Unknown token: smuxsocket. > /etc/snmp/snmp.conf: line 9: Warning: Unknown token: rocommunity. > /etc/snmp/snmp.conf: line 10: Warning: Unknown token: com2sec.
[etc] As DavidH has indicated, those directives refer to the configuration of the agent, and belong in 'snmpd.conf' (note the 'd') The file 'snmp.conf' (without the 'd') is used to control the behaviour of client applications, and in most cases is not actually needed. When present, it would typically specify things like the default version of SNMP to use, perhaps some of the authentication parameters (username, community name, etc), and/or the location of MIB files. See the man pages 'snmp.conf(5)' for a list of what should go in the client-side configuration, and 'snmpd.conf(5)' for directives relating to the agent. Dave ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
