cpcBufferType
CISCO-PACKET-CAPTURE-MIB ·
.1.3.6.1.4.1.9.9.602.1.3.1.1.1
Object
column r/w
Enumeration
Type of the buffer for a packet capture session.
linear : captured packets will be kept in the buffer one after the
other. If there is no available space in the buffer, packet
capture session will stop and value of the corresponding
instance of cpcSessionOperStatus is set to 'bufferFull'.
circular: If there is no space to store a captured packet completely,
the oldest packet in the buffer will be overwritten.
Context
- MIB
- CISCO-PACKET-CAPTURE-MIB
- OID
.1.3.6.1.4.1.9.9.602.1.3.1.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cpcBufferConfigEntry
- Groups
- 1
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 'CISCO-PACKET-CAPTURE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-PACKET-CAPTURE-MIB::cpcBufferType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-PACKET-CAPTURE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-PACKET-CAPTURE-MIB::cpcBufferType.<cpcSessionId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-PACKET-CAPTURE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-PACKET-CAPTURE-MIB::cpcBufferType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | linear |
2 | circular |
Conformance
Member of