gumpboy84
1st March 2007, 04:21
Hi Guys,
I am trying to setup SNMP on our Debian Sarge Linux server to monitor its performance. Our company uses Whats Up to monitor items.
I have installed SNMP on the system. I can do local snmpwalk but when I try to snmpwalk from another linux box, I get nothing. These servers are on the same network and there is no firewall/ip tables running to keep them from seeing each other. I am stumped at this point.
Here is my snmpd.conf file:
com2sec local 127.0.0.1/32 public
com2sec local 10.10.10.0/24 public
group MyROGroup v1 local
group MyROGroup v2c local
group MyROGroup usm local
view all included .1 80
access MyROGroup "" any noauth exact all none none
syslocation MyLocation
syscontact Me <me@somewhere.org>
Any help would be greatly appreciated.
Thanks.
Matt G
I am trying to setup SNMP on our Debian Sarge Linux server to monitor its performance. Our company uses Whats Up to monitor items.
I have installed SNMP on the system. I can do local snmpwalk but when I try to snmpwalk from another linux box, I get nothing. These servers are on the same network and there is no firewall/ip tables running to keep them from seeing each other. I am stumped at this point.
Here is my snmpd.conf file:
com2sec local 127.0.0.1/32 public
com2sec local 10.10.10.0/24 public
group MyROGroup v1 local
group MyROGroup v2c local
group MyROGroup usm local
view all included .1 80
access MyROGroup "" any noauth exact all none none
syslocation MyLocation
syscontact Me <me@somewhere.org>
Any help would be greatly appreciated.
Thanks.
Matt G