ltmNodeAddrMonitorStatus

F5-BIGIP-LOCAL-MIB · .1.3.6.1.4.1.3375.2.2.4.1.2.1.7

Object

column Enumeration
The hierarchical load balance state for the specified node address, including parent status. 
unchecked - enabled node that is not monitored;
checking  - initial state until monitor reports;
inband    - the tmm has marked the node up;
forcedUp - forced up manually;
up        - enabled node when its monitors succeed;
addrDown   - node address monitor fails or forced down;
down        - enabled node when its monitors fail;
forcedDown  - node forced down manually;
maint       - in maintenance mode;
iruleDown   - an iRule has marked the node down;
inbandDown  - the tmm has marked the node down;
downManualResume - the node is down and must be manually enabled;
fqdnChecking - initial fqdn node state until monitor reports;
fqdnDown    - enabled fqdn node when its monitors fail;
fqdnUp      - enabled fqdn node when its monitors succeed;
fqdnUpNoAddress - no dns records returned for fqdn node;

Context

MIB
F5-BIGIP-LOCAL-MIB
OID
.1.3.6.1.4.1.3375.2.2.4.1.2.1.7
Type
column
Access
readonly
Status
current
Parent
ltmNodeAddrEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'F5-BIGIP-LOCAL-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'F5-BIGIP-LOCAL-MIB::ltmNodeAddrMonitorStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'F5-BIGIP-LOCAL-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'F5-BIGIP-LOCAL-MIB::ltmNodeAddrMonitorStatus.<ltmNodeAddrName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'F5-BIGIP-LOCAL-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'F5-BIGIP-LOCAL-MIB::ltmNodeAddrMonitorStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0unchecked
1checking
2inband
3forcedUp
4up
18addrDown
19down
20forcedDown
21maint
22iruleDown
23inbandDown
24downManualResume
26fqdnChecking
27fqdnDown
28fqdnUp
29fqdnUpNoAddress

Conformance