rcCpuCachePacketBufferStatus
SWITCH-CCP-MIB ·
.1.3.6.1.4.1.8886.6.1.55.1.12
Object
scalar Enumeration
Indicates the status of the buffer in the ccp module. 1 indicates the module does not malloc the memory. 2 indicates the module has malloced the memory ,and the memory is not full. 3 indicates the module has malloced the memory,and the memory is full.
Context
- MIB
- SWITCH-CCP-MIB
- OID
.1.3.6.1.4.1.8886.6.1.55.1.12- 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::rcCpuCachePacketBufferStatus.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::rcCpuCachePacketBufferStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | not-malloc |
2 | not-full |
3 | full |