SNMP basic setup for 10.6 (Mac)

Permanently deleted user -

Open a terminal

Get Super User access.

Navigate to /etc/snmp

Change the name of the sample  snmpd.conf file to something like snmpd.old

Create a new snmpd.conf file and put the following in there:

         rocommunity <your community string here>

So if you use the default public as your community string, you should put:

         rocommunity public

Then in the terminal use this command to turn on snmp and set it to turn on at every reboot from now on:

         launchctl load -w /System/Library/LaunchDaemons/org.net-snmp.snmpd.plist

 

http://forums.intermapper.com/viewtopic.php?p=3016

 

Have more questions? Submit a request

0 Comments

Article is closed for comments.