Skip to main content
Muahammed
New Member
October 6, 2018
Question

Timeout on snmpwalk

  • October 6, 2018
  • 1 reply
  • 6242 views

Hello,   I've noticed a strange problem on  FortiOS 5.4.8, FortiGate 80D.

The SNMP is enabled and correctly configured. On my LAN interface, the SNMP is enabled, but I can't run a snmpwalk at all(timeout)

 

FW01 # diagnose snmpd: updating cache: idx_cache snmpd: trap request mem_low(0000000000000066) -> queue 1 in 0, 0 interval snmpd: queue is 0 entries long. snmpd: queueing trap 8000000000000002@1035799 (1035799) snmpd: queue is 1 entries long. snmpd: dequeueing trap 8000000000000002@1035799 (1035799) snmpd: sending to hosts: mem_low(102) snmpd: _trap4_prep:538 connect 169.254.0.1:162 vd=2 (type 3) errno=101 (Network is unreachable) snmpd: trap request mem_low(0000000000000066) -> queue 1 in 0, 0 interval snmpd: queue is 0 entries long. snmpd: queueing trap 8000000000000002@1037399 (1037399) snmpd: queue is 1 entries long. snmpd: dequeueing trap 8000000000000002@1037399 (1037399) snmpd: sending to hosts: mem_low(102) snmpd: _trap4_prep:538 connect 169.254.0.1:162 vd=2 (type 3) errno=101 (Network is unreachable)

 

if somebody know how to solve this issue or have an idea? pls advice me   Thanks.

 

    1 reply

    HaTiMuX
    New Member
    June 17, 2020

    Hi,

     

    Make sure the SNMP Agent is enabled:

    config system snmp sysinfo set status enable end

     

    Also verify your trusted hosts and the configuration of your community:

    https://kb.fortinet.com/kb/documentLink.do?externalID=FD45755

     

    emnoc
    New Member
    June 17, 2020

    To add ensure allowaccess from cli or webUI has snmp allowed, if this is not added your snmp will fail and timeout.

     

     

    e.g

     

      config sys interface 

         edit wan1

               set allowaccess ssh https snmp

         end

     

    Ken Felix