1833863 Members
2048 Online
110063 Solutions
New Discussion

SNMP

 
SOLVED
Go to solution
joe_91
Super Advisor

SNMP

we are asked to do this.."Please disable SNMP OR change the read and write strings to something besides read "public" and write "private".

How would i do it in 11.11?

Thanks

Joe
3 REPLIES 3
Ignacio Javier
Regular Advisor
Solution

Re: SNMP

Patrick Wallek
Honored Contributor

Re: SNMP

You can disable SNMP by setting the /etc/rc.config.d/Snmp* files so the strings that control the starting of the daemons are 0 (zero) instead of 1.

To change the community names, you would modify the /etc/snmpd.conf file.

joe_91
Super Advisor

Re: SNMP

Thanks all