rcCpuCachePacketStatus
SWITCH-CCP-MIB ·
.1.3.6.1.4.1.8886.6.1.55.1.13
Object
scalar Enumeration
The status of the cpu cache packets module. Idle(1) indicates there is neither upload operation nor collect operation now. Uploading(2) indicates that now packets are being uploaded. Collecting(3) indicates that now packets are being collected.
Context
- MIB
- SWITCH-CCP-MIB
- OID
.1.3.6.1.4.1.8886.6.1.55.1.13- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- rcCpuCachePacket
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 'SWITCH-CCP-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-CCP-MIB::rcCpuCachePacketStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SWITCH-CCP-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SWITCH-CCP-MIB::rcCpuCachePacketStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | uploading |
3 | collecting |