snmpd.conf(4) — FILE FORMATS
NAME
snmpd.conf - SNMP configuration file
SYNOPSIS
/etc/snmp.d/snmpd.conf
DESCRIPTION
/etc/snmp.d/snmpd.conf is used to configure some portions of the MIB being supported by snmpd(1M). The file contains lines which consist of a keyword and a value to be associated with the MIB element corresponding to that keyword. The keywords are treated as case insensitive. Lines which begin with ’#’ are ignored.
Currently, two initializers are supported. They are used to initialize the sysDescr and sysObjectID elements of the system group of the MIB. The keywords associated with these elements are DESCR and OBJID, respectively.
EXAMPLE
descr=Generic SNMPD Version 1.1
objid=UTK_UNIX_agent.1.1
FILES
/etc/snmp.d/snmpd.conf
SEE ALSO
snmpd(1M)
RFC 1065, RFC 1066