Forum Discussion
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
- Lidev
Nacreous
Hi,
Have you try to restart the SNMP daemon ? there's a bug on the snmp request on 15.1.2
https://cdn.f5.com/product/bugtracker/ID936125.html
restart sys service snmpd
Regards
- F5_LB_Eng
Cirrostratus
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.
- brianjmartin
Nimbostratus
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.
- ARPrasanna
Nimbostratus
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
}
}
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com