09-Jun-2022 01:51 - edited 10-Jun-2022 00:52
I am basically trying to suppress traps when a pool name contains DIID, FIID, or PID, this could applear anywhere in the pool name.
I have followed the principals set out in https://support.f5.com/csp/article/K53142338
However the config below in /config/user_alert.conf does not appear to work, I suspect it's because I am not specifying the regex correctly, any help would be appreciated.
alert BIGIP_MCPD_MCPDERR_POOL_MEMBER_MON_STATUS "(FIID|DIID|PID)" {
# snmptrap OID=".1.3.6.1.4.1.3375.2.4.0.10"
}
Julian
10-Jun-2022 00:37 - edited 10-Jun-2022 21:32
See this may be help you https://community.f5.com/t5/technical-forum/snmp-traps-for-a-specific-pool/td-p/83494 MyBalanceNow
10-Jun-2022 00:52
Felix,
Thanks for replying but the link you suggested only had a question, there was no solution, unless i'm missing something.
Julian