Forum Discussion

F5_LB_Eng's avatar
F5_LB_Eng
Icon for Cirrostratus rankCirrostratus
Nov 27, 2020

SNMP walk is not workin after update to 15.1.2

Hi,

 

i have upgraded to 15.1.2 . after upgrade snmpwalk is not working from standby to active device.

 

its work fine with version 14.1.x .

 

while testing i have added allowed list IP also.

 

error :

 

Timeout: No Response from x.x.x.x

15 Replies

  • yes i restarted snmpd service...still not working i tried same command in version 14 and version 15.1.0 its works fine.. only on version 15.1.1 and 15.1.2 is not working.

    • Lidev's avatar
      Lidev
      Icon for MVP rankMVP

      Can you give me you snmpwalk command for syntax check ?

  • Did you ever come to a resolution on this issue. We are facing this exact same issue. The only difference being that ours our brand new i5800s on 15.1.3. All SNMP config/allowed addresses/community config is good. works from localhost but not on the mgmt ip

     

    Note: the local attempt works on 127.0.0.1, but not on the mgmt IP when testing locally, leading me to believe that the daemon is not listening appropriately to connections from that interface.

  • Hi Brian,

     

    its bug ID969737 - snmp requests to the management address receive no response from the BIGIP if v2-traps are used

    https://cdn.f5.com/product/bugtracker/ID969737.html

     

    to fix you can used the below one

    you can move v2-traps configuration to traps then it will work.

     

    v2-traps {

           /Common/IAS_PREPROD_1 {

               community SNMPTRAPLAB

               host 104.28.131.21

           }

           /Common/IAS_PREPROD_2 {

               community SNMPTRAPLAB

               host 104.28.131.22

           }

           /Common/IAS_SAMPLICATE {

               community SNMPTRAPLAB

               host 101.96.128.22

           }

       }

     

    to

     

     traps {

           /Common/IAS_PREPROD_1 {

               community SNMPTRAPLAB

               host 104.28.131.21

           }

           /Common/IAS_PREPROD_2 {

               community SNMPTRAPLAB

               host 104.28.131.22

           }

           /Common/IASS_SAMPLICATE {

               community SNMPTRAPLAB

               host 101.96.128.22

           }

       }