sysResManagementCpuResource
SYSTEM-RESOURCE-MIB ·
.1.3.6.1.4.1.52.4.1.1.12.2.1
Object
scalar mandatory
r/w
Enumeration
The desired amount of CPU bandwith reserved for management purposes. For example, in the default state (1), the device will devote all CPU bandwith to switching if necessary therefore possibly dropping management frames. If limited (2) is selected, management of the device may appear slow while under maximum switching capabilities although management will still be possible which may result in dropped frames. If full (3) is selected, management of the device is always possible and acts as if there is no switching load on the device, which may result in dropped frames.
Context
- MIB
- SYSTEM-RESOURCE-MIB
- OID
.1.3.6.1.4.1.52.4.1.1.12.2.1- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- sysResourceSwitch
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SYSTEM-RESOURCE-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SYSTEM-RESOURCE-MIB::sysResManagementCpuResource.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SYSTEM-RESOURCE-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SYSTEM-RESOURCE-MIB::sysResManagementCpuResource'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | limited |
3 | full |