Page 1 of 1

SNMP settings

Posted: 04 May 2022, 05:47
by maaeel
I own F4-210, latest firmware. Trying to set up SNMP for monitoring via Telegraf (saving data to InfluxDB and visualising in Grafana) but no matter that I do in the SNMP settings on the NAS I am unableto connect to the NAS from my monitoring server and it always times out / there is no response. Please advise what is the correct configuration. Same

What is "received address" in SNMP settings? IP? email? What is it for?

sample output from my monitoring server:
(to the terramaster nas)
# snmpwalk -v 2c -c terra-priv -O e 192.168.0.xx
Timeout: No Response from 192.168.0.xx
# snmpwalk -v 1 -c terra-priv -O e 192.168.0.xx
Timeout: No Response from 192.168.0.xx


(to the monitoring server itself)
# snmpwalk -v 2c -c terra-priv -O e 192.168.0.xx
SNMPv2-MIB::sysDescr.0 = STRING: Linux xxxxxxx 4.18.0-348.12.2.el8_5.x86_64 #1 SMP Mon Jan 17 07:06:06 EST 2022 x86_64
SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (28869) 0:04:48.69

Re: SNMP settings

Posted: 04 May 2022, 11:32
by TMRyan
The content of the community is the read/write password of SNMP. By default, public is used. Have you changed it to terra-priv?
If changed, you can try

Code: Select all

snmpwalk -v 2c -c terra-priv 192.168.0.xx
If it doesn't change, you can try

Code: Select all

snmpwalk -v 2c -c public 192.168.0.xx

Re: SNMP settings

Posted: 05 May 2022, 02:26
by maaeel
It is exactly the same:
~# snmpwalk -v 2c -c terra-priv 192.168.0.xx
Timeout: No Response from 192.168.0.xx

I attched the screenshot with the config.

Re: SNMP settings

Posted: 05 May 2022, 14:37
by TMSupport
Please try to change the community to "public" to see if the configuration is successful.

Re: SNMP settings

Posted: 06 May 2022, 01:58
by maaeel
Changing the community to "public" helped. Is the changing community name feature going to be fixed?

Re: SNMP settings

Posted: 06 May 2022, 18:24
by TMSupport
The bug has been submitted to the fix list.

Re: SNMP settings

Posted: 07 May 2022, 01:43
by maaeel
TMSupport wrote: 06 May 2022, 18:24 The bug has been submitted to the fix list.
Thank you.

Re: SNMP settings

Posted: 12 Aug 2022, 04:35
by mts33
I use F2-210 and latest firmware.
Mikrotik's "TheDude" acts as SNMP server. There are two options - ver1 and ver2 SNMP requests.

SNMP v1 is working good.
SNMP v2 - not answer from TNAS.

Also please describe how to change SNMP OID

1.3.6.1.2.1.1.4.0 Terra-Master
1.3.6.1.2.1.1.6.0 ShenZhen

I have tried to edit /etc/snmd.conf but it is empty file.