I am new to Linux networking.
I am trying to configure SNMP between a Linux pc <--> Switch <--> NAS(Buffalo TS500D).
I have configured snmpd
in linux pc and enabled SNMP in NAS. When I checked the query mesasage from linux pc using command
$snmpwalk -Os -c MSTTeraStation -v 2c 169.254.213.10
I got the response as follow
$iso.3.6.1.2.1.1.1.0 = STRING: "BUFFALO TeraStation TS5200D Ver.2.81 (2015/02/17 $12:00:35)"
$iso.3.6.1.2.1.1.2.0 = OID: ccitt.1
....
....
iso.3.6.1.2.1.25.3.2.1.1.1026 = INTEGER: 1026
iso.3.6.1.2.1.25.3.2.1.1.1027 = INTEGER: 1027
Timeout: No Response from 169.254.213.10
$
When I again checked the query message I am not getting response anymore for around 10-15 minutes after that getting response as above.
I suggest install protocol analyzer e.g. wireshark to see what is really going on at the SNMP protocol level