|

SAMPLE
snmpd.conf FILE:
[For a Linux (Red
Hat 7.0) Installation...File
edits are in RED]
# Copyright
1994 Sun Microsystems, Inc. All Rights Reserved.
# Copyright 1993 Sun Microsystems, Inc. All
Rights Reserved.
# @(#)snmpd.conf 2.16 07 Jul
1994 (c) 1991 SMI
#############################
# File Format:
# Each entry consists of a keyword followed by a
parameter string,
# terminated by a newline. The keyword
must begin in the first
# position. The parameters are separated
from the keyword (and from
# one another) by whitespace. All text
following (and including) a '#'
# character is ignored. Case in keywords
is ignored, but case in
# parameter strings is NOT ignored.
# Supported Keywords:
# sysdescr
String to use for sysDescr.
# syscontact
String to use for sysContact.
# syslocation
String to use for sysLocation.
#
# system-group-read-community
Community name needed for read access
#
to the system group.
# system-group-write-community
Community name needed for write access
#
to the system group.
# read-community Community
name needed for read access
#
to the entire MIB.
# write-community Community
name needed for write access
#
to the entire MIB (implies read access).
#
# trap
Host names where traps should be sent.
#
A maximum of 5 hosts may be listed.
# trap-community Community
name to be used in traps.
#
# kernel-file
Filename to use for kernel symbols.
#
# managers
Hosts that can send SNMP queries.
#
Only five hosts may be listed on any one line.
#
This keyword may be repeated for a total of 32
hosts.
system-group-read-community
public
system-group-write-community
public
read-community
public
write-community
public
trap
localhost.localdomain
trap-community
public
managers
localhost.localdomain
|