SNMP

Hi,

I am trying to enable snmp and all is working when running snmpwalk locally on SUSE Linux Enterprise Server 11 SP2
Config in /etc/snmp/snmpd.conf is correct.
Firewall port 161 & 162 UPD & TCP are open.
When running “snmpwalk -v 1 -c public 192.168.0.1” locally it walks through snmp successfully, however when I run the same command form a remote Linux server I receive: Timeout: No Response from “192.168.0.1”

Any ideas will be appreciated.

Hi
Maybe try -v2c rather than -v1? I’m assuming you can ssh to the system running snmp, if so use tcpdump and filter on the ports and udp traffic to ensure it’s actually arriving. If not then something in between is filtering out the udp traffic or dropping it if it’s a busy network.