SNMP settings

IPv4/6, Port, VPN, proxy, SSH, remote access and more.
Locked
User avatar
maaeel
Posts: 14
Joined: 04 May 2022, 04:17

SNMP settings

Post 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
User avatar
TMRyan
TerraMaster Team
Posts: 817
Joined: 01 Dec 2020, 11:50

Re: SNMP settings

Post 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
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement)
User avatar
maaeel
Posts: 14
Joined: 04 May 2022, 04:17

Re: SNMP settings

Post 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.
Attachments
SNMP config
SNMP config
User avatar
TMSupport
TerraMaster Team
Posts: 2314
Joined: 13 Dec 2019, 15:15

Re: SNMP settings

Post by TMSupport »

Please try to change the community to "public" to see if the configuration is successful.
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
maaeel
Posts: 14
Joined: 04 May 2022, 04:17

Re: SNMP settings

Post by maaeel »

Changing the community to "public" helped. Is the changing community name feature going to be fixed?
User avatar
TMSupport
TerraMaster Team
Posts: 2314
Joined: 13 Dec 2019, 15:15

Re: SNMP settings

Post by TMSupport »

The bug has been submitted to the fix list.
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
maaeel
Posts: 14
Joined: 04 May 2022, 04:17

Re: SNMP settings

Post by maaeel »

TMSupport wrote: 06 May 2022, 18:24 The bug has been submitted to the fix list.
Thank you.
User avatar
mts33
Posts: 10
Joined: 12 Aug 2022, 04:19

Re: SNMP settings

Post 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.
Locked