Solaris 8: SNMP get request to a host

From: Sabrina Lautier (slautier@amadeus.net)
Date: Wed May 04 2005 - 05:02:16 EDT


Dear admin,

The network team informed me that the Solaris 8 host (host1) is making SNMP
get request to a Solaris 9 host (host2) using a null community.
They ask me to stop this snmp traffic but I'm still looking for a way to do
it.

I found absolutely no trace of host2 in snmpd configuration files which by
the way are moreover the default ones.
Could you please help me figuring this out ?

Thx a lot for your help.
Sabrina

host1> ps -ef | grep snmp
    root 317 1 0 Jun 30 ? 0:14 /usr/lib/snmp/snmpdx -y -c
/etc/snmp/conf
    root 335 1 0 Jun 30 ? 0:00 /usr/lib/dmi/snmpXdmid -s
ncesmc

host1> cat /etc/snmp/conf/snmp.conf
# See below for file format and supported keywords

sysdescr Sun SNMP Agent, Sun-Blade-100
syscontact System administrator
sysLocation System administrators office
#
system-group-read-community public
#system-group-write-community private
#
read-community ncesrvs
#write-community private
#
trap localhost
trap-community SNMP-trap
#
#kernel-file /vmunix
#
#managers lvs golden
managers localhost

host1> cat /etc/snmp/conf/snmpdx.acl
# Copyright 12/11/96 Sun Microsystems, Inc. All Rights Reserved.
#pragma ident "@(#)snmpdx.acl 1.5 96/12/11 Sun Microsystems"

#
# Configuration file of an SNMP agent
#

##################
# access control #
##################

# The list of community names needed for read/write access
# to the entire MIB.
# If the list is empty, the only valid community name is "public"
# and its access type is read-only

acl = {
        {
                communities = public, private
                access = read-write
                managers = *
        }

}
...
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:30:38 EDT