SNMP Monitoring

Hi,

I have below IP address configured in my server. Recently i installed SNMP in Linux 64x bit. While checking the snmp using snmpwalk i get Time out error for all IP except loopback IP(127.0.0.1).

How to make all my IPs listen to SNMP

eth0
BOOTPROTO=static
DEVICE=eth0
IPADDR=192.168.100.126
NETMASK=255.255.255.0
ONBOOT=yes

eth0:0
DEVICE=eth0:0
IPADDR=192.168.100.248
NETMASK=255.255.255.255
ONBOOT=yes

eth0:1
DEVICE=eth0:1
IPADDR=192.168.100.251
NETMASK=255.255.255.255
ONBOOT=yes

eth1
DEVICE=eth1
IPADDR=10.236.108.83
ONBOOT=no
NETMASK=255.255.255.192

Regards
Paulwintech

Hi,
you have to edit the file /etc/snmp/snmpd.conf (on a debian-system). By default the snmp-server allows only access to localhost.
Karl