Default SNMP configuration file
/etc/snmpd.conf
The snmpd.conf file provides some configuration information for the snmpd agent. The agent searches for the location of the file, in this order:
For more information, see read_main_configuration_file() in the Library Reference.
Here's an example snmpd.conf file:
## /etc/snmpd.conf: ## location of the config files: party.conf: /etc/party.conf acl.conf: /etc/acl.conf view.conf: /etc/view.conf context.conf: /etc/context.conf ## public- and private-community string (for SNMP V1): ## default is “public” and “private” public: newpublic private: newprivate ## the entry of system.sysContact and system.sysLocation: system contact: sysadmin system location: systemlocation ## system.sysName is per default determined from the hostname: system name: snmpdhost ## trap sink ipaddress (trap destination) and community string. ## authentraps contains the value of snmpEnableAuthenTraps; ## (default is `no'' == disabled). trap sink: tcp_ip trap community: public authentraps: no
snmpget, snmpgetnext, snmptest, snmptrapd, snmpwalk
/etc/acl.conf, /etc/context.conf, /etc/mib.txt, /etc/party.conf, /etc/view.conf files