LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   snmpd problem (https://www.linuxquestions.org/questions/solaris-opensolaris-20/snmpd-problem-777459/)

LinuxLover 12-22-2009 09:36 AM

snmpd problem
 
I want to disable the snmpd on public community. I have disable the

Code:

svcs  svc:/application/management/snmpdx:default
STATE          STIME    FMRI
disabled        7:31:52 svc:/application/management/snmpdx:default


but still is is responding on

snmpwalk -v 1 -c public localhost



How can make disable it on public community?

kirukan 12-22-2009 10:23 AM

Do you want to disable snmpd or disallow community as public?
AS i know the way to stop the service
check the services
#svcs -l snmpd

disable the service
svcadm disable path

I think if you want to disallow public as a community name, you have to modify something in snmpd.conf file

kirukan 12-22-2009 10:31 AM

snmpdx is the default one, i think there is another snmp running. just check this following
http://all-unix.blogspot.com/2007/10...-net-snmp.html

LinuxLover 12-22-2009 12:29 PM

My real target is to disable the for public community.

But I responded on although I have changed the rocommunity etc in snmpd.conf file and snmpd service is also stop.


All times are GMT -5. The time now is 08:45 PM.