SNMPD.COMM(4) — INTERACTIVE SNMP
NAME
snmpd.comm - SNMP communities file
SYNOPSIS
/etc/snmpd.comm
DESCRIPTION
The file, /etc/snmpd.comm, contains the definitions for the communities which will be supported by the SNMP agent/server daemon, snmpd(1M). The file contains lines which consist of three items: a session or community name, an IP address in dot notation, and the priviledges to be associated with that communitiy and IP address pair. The priviledges should be one of READ, WRITE, or NONE. NONE is used to lock out specific communities or hosts. Lines which begin with ’#’ are ignored.
EXAMPLE
test1 128.212.64.99 READ
test2 128.212.64.15 WRITE
test3 128.212.64.15 READ
test4 0.0.0.0 READ
public 0.0.0.0 READ
interop 0.0.0.0 READ
FILES
/etc/snmpd.comm
SEE ALSO
snmpd(1M), RFC 1066, RFC 1067
Release 1.0 — 11/17/89