cpqSmMonItemInnateStatus
CPQSRVMN-MIB ·
.1.3.6.1.4.1.232.4.2.3.6.1.6
Object
column mandatory
Enumeration
This field indicates if the Server Manager board is responsible for monitoring the value of this monitored item or if an external operating system agent is acquiring the value and placing the data on the Server Manager board.
Context
- MIB
- CPQSRVMN-MIB
- OID
.1.3.6.1.4.1.232.4.2.3.6.1.6- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqSmMonItemEntry
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 'CPQSRVMN-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSRVMN-MIB::cpqSmMonItemInnateStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQSRVMN-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSRVMN-MIB::cpqSmMonItemInnateStatus.<cpqSmMonItemObjIndex>.<cpqSmMonItemInstIndex>.<cpqSmMonItemIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQSRVMN-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQSRVMN-MIB::cpqSmMonItemInnateStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | externallyManaged |
3 | innate |