snmpd.comm(SFF) 19 June 1992 snmpd.comm(SFF) Name snmpd.comm - SNMP communities file Syntax /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(ADMN). The file contains lines which consist of three items: a session or com- munity name, an IP address in dot notation, and the privileges to be associated with that community and IP address pair. The privileges should be one of READ, WRITE, or NONE. NONE is used to lock out specific communities or hosts. Lines which begin with ``#'' are ignored. Files /etc/snmpd.comm Examples 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 See also snmpd(ADMN), RFC 1155, RFC 1157, RFC 1213