hostControlStatus
RFC1271-MIB ·
.1.3.6.1.2.1.16.4.1.1.6
Object
The status of this hostControl entry.
If this object is not equal to valid(1), all
associated entries in the hostTable,
hostTimeTable, and the hostTopNTable shall be
deleted by the agent.
Context
- MIB
- RFC1271-MIB
- OID
.1.3.6.1.2.1.16.4.1.1.6- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- hostControlEntry
Net-SNMP examples
How SNMP and these commands workWalk 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 'RFC1271-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1271-MIB::hostControlStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RFC1271-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1271-MIB::hostControlStatus.<hostControlIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RFC1271-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RFC1271-MIB::hostControlStatus'
Syntax
- Source
- EntryStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | valid |
2 | createRequest |
3 | underCreation |
4 | invalid |