Net-SNMP

Alphax

Registered
Hi..

I'm trying to get Net snmp running on my MBP under snow leopard.
I've first downloaded the binaries from sourceforge and used make install to install it. But it didnt work (ie i couldnt load the snmp-daemon).

Then I found this link and tried to follow it. But its a bit over my head. I've used macports to install (sudo port install Net-SNMP) and used snmpconf -g basic_setup to try set it up. Copied the snmpd.conf file to /Users/username/.snmp/

When i try to load it via "sudo launchctl start org.net-snmp.snmpd.plist"
I get this error: launchctl start error: No such process.

And this command "snmpwalk -v 1 -c public localhost .1.3.6.1.2.1.1.1.0"
gets this error:
MIB search path: /Users/Alpha_x/.snmp/mibs:/opt/local/share/snmp/mibs
Cannot find module (SNMPv2-SMI): At line 6 in /opt/local/share/snmp/mibs/SNMPv2-MIB.txt
Cannot find module (SNMPv2-TC): At line 9 in /opt/local/share/snmp/mibs/SNMPv2-MIB.txt
Cannot find module (SNMPv2-MIB): At line 1 in (none)
Cannot find module (IANAifType-MIB): At line 13 in /opt/local/share/snmp/mibs/IF-MIB.txt
Cannot find module (IF-MIB): At line 1 in (none)
Cannot find module (INET-ADDRESS-MIB): At line 15 in /opt/local/share/snmp/mibs/IP-MIB.txt
Cannot find module (IP-MIB): At line 1 in (none)
Cannot find module (TCP-MIB): At line 1 in (none)
Cannot find module (UDP-MIB): At line 1 in (none)
Cannot find module (SNMP-FRAMEWORK-MIB): At line 11 in /opt/local/share/snmp/mibs/SNMP-VIEW-BASED-ACM-MIB.txt
Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 1 in (none)
Cannot find module (SNMP-TARGET-MIB): At line 18 in /opt/local/share/snmp/mibs/SNMP-COMMUNITY-MIB.txt
Cannot find module (SNMP-COMMUNITY-MIB): At line 1 in (none)
Timeout: No Response from localhost
 
Back
Top