Ad Widget

Collapse

SNMPv3 Timeout

Collapse
This topic has been answered.
X
X
 
  • Time
  • Show
Clear All
new posts
  • danlogu
    Junior Member
    • Jan 2025
    • 11

    #1

    SNMPv3 Timeout

    Hello,

    For the past few weeks, I have been trying to monitor Cisco Stealthwatch using Zabbix and SNMPv3. However, every time I add any node to Zabbix (Data Node, SMC, FC, FS), I get a timeout:

    Here's what I have tried so far:
    • Tested SNMP configuration using snmpwalk for all four nodes. They all worked correctly.
    • Tested specific general SNMP OIDs on all nodes using snmpwalk and I have gotten information back, like OS and model.
    • Tested different templates and parameters inside the GUI, but they were all unsuccessful.
    • Used the command "zabbix_proxy -R snmp_cache_reload" to see if it was a problem with the engine ID.
    • Both the proxy and the stealthwatch are inside the same subnet, they are able to correctly communicate with each other.
    • Tried using SNMPv2 to create the host in Zabbix GUI and it works without any issue. However, I have to use SNMPv3 to enhace our network's security.
    Any ideas? Thanks in advance!

    Some images:
    Click image for larger version

Name:	image.png
Views:	612
Size:	31.2 KB
ID:	496966
    Click image for larger version

Name:	image.png
Views:	720
Size:	30.3 KB
ID:	496965
  • Answer selected by markfree at 23-01-2025, 23:44.
    markfree
    Senior Member
    • Apr 2019
    • 868

    Is your host's SNMPv3 interface configured with a context name?
    If you fill the context for a host that does not use it, Zabbix may fail to retrieve the data.
    Often this context is not needed and may be empty. Check that out.

    Comment

    • Blevar
      Member
      • Jan 2025
      • 68

      #2
      You could try running:
      Code:
      snmpwalk -v3 -l authPriv -u <username> -a SHA -A "<auth_password>" -x AES -X "<priv_password>" 10.10.10.191 1.3.6.1.2.1.1.1.0
      on zabbix server to check if everything is ok with connection.

      Comment

      • danlogu
        Junior Member
        • Jan 2025
        • 11

        #3
        Hello, Bievar,

        The connection is ok. We use the proxy to collect the information on that network and it is connected via VPN S2S to the server. The only one we are having troubles with is SNMPv3 of this host, as version 2 works fine.

        Comment

        • markfree
          Senior Member
          • Apr 2019
          • 868

          #4
          Is your host's SNMPv3 interface configured with a context name?
          If you fill the context for a host that does not use it, Zabbix may fail to retrieve the data.
          Often this context is not needed and may be empty. Check that out.

          Comment

          • danlogu
            Junior Member
            • Jan 2025
            • 11

            #5
            i hadn't thought of that before, but that solved the issue. Thank you so much for your help!

            Comment

            Working...