252N/A#
252N/A#
252N/A# CDDL HEADER START
252N/A#
252N/A# The contents of this file are subject to the terms of the
252N/A# Common Development and Distribution License (the "License").
252N/A# You may not use this file except in compliance with the License.
252N/A#
252N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
252N/A# or http://www.opensolaris.org/os/licensing.
252N/A# See the License for the specific language governing permissions
252N/A# and limitations under the License.
252N/A#
252N/A# When distributing Covered Code, include this CDDL HEADER in each
252N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
252N/A# If applicable, add the following below this CDDL HEADER, with the
252N/A# fields enclosed by brackets "[]" replaced with your own identifying
252N/A# information: Portions Copyright [yyyy] [name of copyright owner]
252N/A#
252N/A# CDDL HEADER END
252N/A#
252N/A# Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
252N/A#
252N/A# This distribution may include materials developed by third parties. Sun,
252N/A# Sun Microsystems, the Sun logo and Solaris are trademarks or registered
252N/A# trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
252N/A#
252N/A#
252N/A###########################################################################
252N/A#
252N/A# snmpd.conf
252N/A#
252N/A# - created by the snmpconf configuration program
252N/A#
252N/A###########################################################################
252N/A###########################################################################
252N/A# SECTION: Admins who want to disable the snmpd daemon from
252N/A# starting at boot time.
252N/A# Change DISABLE=NO to DISABLE=YES
252N/A# DO NOT DELETE
252N/A# DO NOT UNCOMMENT
252N/A#DISABLE=NO
252N/A#
252N/A# end ADMIN
252N/A###########################################################################
252N/A#
252N/A# SECTION: Access Control Setup
252N/A#
252N/A# This section defines who is allowed to talk to your running
252N/A# snmp agent.
252N/A
252N/A# rocommunity: a SNMPv1/SNMPv2c read-only access community name
252N/A# arguments: community [default|hostname|network/bits] [oid]
252N/A
252N/Arocommunity public
252N/A
252N/A##########################################################################
252N/A# SEA subagents dynamically register with the master agent via port 161,
252N/A# supplying a read-write community string on the request (e.g. 'private'
252N/A# for DMI). If the community strings used are not defined in the
252N/A# snmpd.conf file, the registration request will not be forwarded to
252N/A# the SEA master agent.
252N/A#
252N/A# rwcommunity: a SNMPv1/SNMPv2c read-write access community name
252N/A# arguments: community [default|hostname|network/bits] [oid]
252N/A#
252N/A# The following entry provides minimum access for successful
252N/A# SEA subagent registration.
252N/A#
252N/A#rwcommunity private localhost .1.3.6.1.4.1.42.2.15
252N/A
252N/A#rwcommunity private
252N/A
252N/A
252N/A###########################################################################
252N/A# SECTION: System Information Setup
252N/A#
252N/A# This section defines some of the information reported in
252N/A# the "system" mib group in the mibII tree.
252N/A
252N/A# syslocation: The [typically physical] location of the system.
252N/A# Note that setting this value here means that when trying to
252N/A# perform an snmp SET operation to the sysLocation.0 variable will make
252N/A# the agent return the "notWritable" error code. IE, including
252N/A# this token in the snmpd.conf file will disable write access to
252N/A# the variable.
252N/A# arguments: location_string
252N/A
252N/Asyslocation "System administrators office"
252N/A
252N/A# syscontact: The contact information for the administrator
252N/A# Note that setting this value here means that when trying to
252N/A# perform an snmp SET operation to the sysContact.0 variable will make
252N/A# the agent return the "notWritable" error code. IE, including
252N/A# this token in the snmpd.conf file will disable write access to
252N/A# the variable.
252N/A# arguments: contact_string
252N/A
252N/Asyscontact "System administrator"
252N/Asysservices 72
252N/A
252N/A#
252N/A# dlmods entries
252N/A# for 32bit agent
252N/A#
252N/A#dlmod seaExtensions /usr/lib/libseaExtensions.so
252N/A#
252N/A# for 64bit agent
252N/A#dlmod seaExtensions /usr/lib/amd64/libseaExtensions.so
252N/A#dlmod seaExtensions /usr/lib/sparcv9/libseaExtensions.so
252N/A
252N/A#master agentx
252N/A