Results 1 to 1 of 1
Hello,
I installed net-snmp (via yum) onto my VOIP server. I want to allow my cacti server (different server) to read the default stats from my VOIP server. I used ...
- 01-20-2011 #1Just Joined!
- Join Date
- Jan 2011
- Posts
- 1
[SOLVED]Net-SNMP Configuration
Hello,
I installed net-snmp (via yum) onto my VOIP server. I want to allow my cacti server (different server) to read the default stats from my VOIP server. I used the command snmpconf and set up the very basic settings including allowing any host to read snmp and any OID. I want to use SNMP2c. I get this set up, insure snmpd is running but cannot poll any information. Could any one offer advice on why I am not able to poll snmp data from a different server?
uname -a 2.6.20-1.2320.fc5smp
------------------------------------------------------------------------------------------------------
UPDATE: Problem Solved. I had things configured properly with net-snmp. Had to insert IPTables Rule. DOH!
-A RH-Firewall-1-INPUT -p udp -s "IP" -m udp --dport 161 -j ACCEPT
------------------------------------------------------------------------------------------------------
Update: When running the command snmpwalk -v 2c -c public localhost system I get the following message: Timeout: No response from localhost
I then check to see if snmpd is running via /etc/init.d/snmpd status
Return Information shows: snmpd (pid 6900) is running...
------------------------------------------------------------------------------------------------------Last edited by psnyder1985; 01-20-2011 at 07:14 PM. Reason: SOLVED


Reply With Quote