hpicfNtpServerNameResolveStatus

HP-ICF-NTP-MIB · .1.3.6.1.4.1.11.2.14.11.5.1.121.1.8.1.6

Object

column Enumeration
This object indicates the NTP Server name resolution status.
The definition of each possible value as follows:
notattempted(0)     - DNS resolution is not
                      attempted for the NTP server name.
active(1)           - DNS resolution succeeded for the NTP server
                      name and the NTP server is active.
dnsunknownhost(2)   - DNS resolution failed with unknown host 
                      for the NTP server name.
dnsnotresponding(3) - DNS server is not responding for 
                      the NTP server name.
dnsfailed(4)        - DNS resolution failed for the NTP server name. 
notactive(5)        - DNS resolution succeeded for the NTP server
                      name but the NTP server is not active.

Context

MIB
HP-ICF-NTP-MIB
OID
.1.3.6.1.4.1.11.2.14.11.5.1.121.1.8.1.6
Type
column
Access
readonly
Status
current
Parent
hpicfNtpInetServerNameEntry
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 'HP-ICF-NTP-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-ICF-NTP-MIB::hpicfNtpServerNameResolveStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HP-ICF-NTP-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-ICF-NTP-MIB::hpicfNtpServerNameResolveStatus.<hpicfNtpServerNameIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HP-ICF-NTP-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HP-ICF-NTP-MIB::hpicfNtpServerNameResolveStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0notattempted
1active
2dnsunknownhost
3dnsnotresponding
4dnsfailed
5notactive

Conformance