Forum Discussion
Marc_Jones_4616
Nimbostratus
Nov 17, 2008Viewing individual Pool Members in Solarwinds
Hi
I was wondering if anyone knows, how to monitor the status on a individual pool member through Solarwinds?
I have a OID of 1.3.6.1.4.1.3375.2.2.5.6.2.1.5, which shows...
mkahler_108475
Oct 26, 2010Historic F5 Account
The OID, 1.3.6.1.4.1.3375.2.2.5.6.2.1.5, translates to the F5 MIB, F5-BIGIP-LOCAL-MIB::ltmPoolMbrStatusAvailState. This is a table of pool members. In order to look at individual pool members, you need to convert the ASCII name of the pool member to ASCII equivalents. If you have localhost enabled on the F5 device, you can perform an snmpwalk on the MIB to find the ASCII equivalent and the OID. Here is an example:
snmpwalk -v 2c -c public 127.0.0.1 ltmPoolMbrStatusAvailState
F5-BIGIP-LOCAL-MIB::ltmPoolMbrStatusAvailState."smbtest".ipv4."10.0.0.150".23 = INTEGER: green(1)
By using the -On ( that is Capitol-o ) switch on snmpwalk, you can see the OID numbers:
snmpwalk -On -v 2c -c public 127.0.0.1 ltmPoolMbrStatusAvailState
.1.3.6.1.4.1.3375.2.2.5.6.2.1.5.7.115.109.98.116.101.115.116.1.4.10.0.0.150.23 = INTEGER: green(1)
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects