Forum Discussion
Jay_Wilson_2460
Jan 25, 2016Nimbostratus
Polling Pool Member Status via SNMP?
Hello...
I've been working thru the documentation at https://devcentral.f5.com/questions/bigip-snmp-pool-members-info. I can successfully query the pool member status OIDs after using snmptransl...
IanB
Jan 26, 2016Employee
I now have new information, so re-writing this answer.
The OID you're querying (ltmPoolMemberMonitorState) shows the status of the monitor, not of the pool member itself. Polling this simply tells you that the monitor is enabled.
snmpwalk -v2c -c public localhost F5-BIGIP-LOCAL-MIB::ltmPoolMemberMonitorState
F5-BIGIP-LOCAL-MIB::ltmPoolMemberMonitorState."/Common/swimming"."/Common/8.8.8.8".80 = INTEGER: up(4)
To get the status of the pool member, you need to read ltmPoolMemberSessionStatus:
snmpwalk -v2c -c public localhost F5-BIGIP-LOCAL-MIB::ltmPoolMemberSessionStatus
F5-BIGIP-LOCAL-MIB::ltmPoolMemberSessionStatus."/Common/swimming"."/Common/8.8.8.8".80 = INTEGER: disabled(4)
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