Forum Discussion
SNMP oid for a particular pool/pool member?
I am trying to figure out how I can obtain the oid of a particular pool member or pool for SNMP alerts.
.1.3.6.1.4.1.3375.2.2.5.3.2.1.11 gives me all of my pools and pool members.
I am looking to do email alerts for only 1 pool through user_alert.conf.
3 Replies
- patonbike
Cirrus
Hi Thank you, this will alert for all pool members which is incredibly noisy. I just want to do pool members of a particular pool. Is that possible?
- JG
Cumulonimbus
Do:
# snmpwalk -v 2c -c public -On localhost .1.3.6.1.4.1.3375.2.2.5.3.2.1.11
to get a list of all your pool members status. From the list find the OID of the specific pool member you are interested in. You can verify the OID by running the following command, e.g.:
# snmptranslate -m F5-BIGIP-LOCAL-MIB <long oid string>
Use the OID in "user_alert.conf" file as described in the above linked article to set up your custom alert.
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