/etc/snmpd.conf

SNMP agent docs

Name:

/etc/snmpd.conf

Description:

The snmpd.conf file provides some configuration information for the snmpd agent. The agent will first check the environment variable SNMPCONFIGFILE for the location of the file. If the environment variable doesn't exist, it looks in the default path of /etc/snmpd.conf.

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

See also:

snmpget, snmpgetnext, snmptest, snmptrapd, snmpwalk

/etc/acl.conf file, /etc/context.conf file, /etc/mib.txt file, /etc/party.conf file, /etc/view.conf file