cpcSessionOperStatus

CISCO-PACKET-CAPTURE-MIB · .1.3.6.1.4.1.9.9.602.1.1.2.1.2

Object

column Enumeration
Operational status of a packet capture session.
              
other      : none of the following.
inProgress : packet capture session is in progress.
completed  : number of captured frames has reached
             the value of corresponding instance of
             cpcSessionPacketLimits.
stopped    : packet capture session was administratively
             stopped.
storageFull: storage device is full.
bufferFull : storage buffer is full.

Context

MIB
CISCO-PACKET-CAPTURE-MIB
OID
.1.3.6.1.4.1.9.9.602.1.1.2.1.2
Type
column
Access
readonly
Status
current
Parent
cpcSessionConfigEntry
Groups
1

Walk 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::cpcSessionOperStatus'
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::cpcSessionOperStatus.<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::cpcSessionOperStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1other
2inProgress
3completed
4stopped
5storageFull
6bufferFull

Conformance