oacSysCpuUsedCoreType
OBS ✓
ONEACCESS-SYS-MIB ·
.1.3.6.1.4.1.13191.10.3.3.1.2.3.1.2
Object
column OASysCoreType
Type of the core
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Processors
Explore Observium network monitoring
Context
- MIB
- ONEACCESS-SYS-MIB
- OID
.1.3.6.1.4.1.13191.10.3.3.1.2.3.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- oacSysCpuUsedCoresEntry
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 'ONEACCESS-SYS-MIB' -M '/opt/observium/mibs/oneaccess:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ONEACCESS-SYS-MIB::oacSysCpuUsedCoreType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ONEACCESS-SYS-MIB' -M '/opt/observium/mibs/oneaccess:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ONEACCESS-SYS-MIB::oacSysCpuUsedCoreType.<oacSysCpuUsedIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ONEACCESS-SYS-MIB' -M '/opt/observium/mibs/oneaccess:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ONEACCESS-SYS-MIB::oacSysCpuUsedCoreType'
Syntax
- Source
- OASysCoreType
- Base type
Enumeration
Type Description
The object specify the type of Core usage
Values & Constraints
Type Values
0 | controlplane |
1 | dataforwarding |
2 | application |
3 | mixed |