hostState

VERTIV-ONEVIEW-MIB · .1.3.6.1.4.1.21239.43.1.1.3

Object

column Enumeration
Host state:
1 = idle
2 = discovered
3 = host is responsive, but malfunctioning
4 = host is unresponsive
5 = state could not be determined

Context

MIB
VERTIV-ONEVIEW-MIB
OID
.1.3.6.1.4.1.21239.43.1.1.3
Type
column
Access
readonly
Status
current
Parent
hostEntry

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 'VERTIV-ONEVIEW-MIB' -M '/opt/observium/mibs/geist:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VERTIV-ONEVIEW-MIB::hostState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'VERTIV-ONEVIEW-MIB' -M '/opt/observium/mibs/geist:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VERTIV-ONEVIEW-MIB::hostState.<hostIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'VERTIV-ONEVIEW-MIB' -M '/opt/observium/mibs/geist:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'VERTIV-ONEVIEW-MIB::hostState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1idle
2discovered
3partiallyUnavailable
4unresponsive
5unknown