CISCO-PACKET-CAPTURE-MIB

File: CISCO-PACKET-CAPTURE-MIB.mib (50724 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
INET-ADDRESS-MIB SNMP-FRAMEWORK-MIB IF-MIB
CISCO-VTP-MIB CISCO-SMI

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Integer32
Unsigned32 OBJECT-GROUP MODULE-COMPLIANCE
DateAndTime RowStatus MacAddress
TEXTUAL-CONVENTION InetAddress InetAddressType
InetAddressPrefixLength SnmpAdminString ifIndex
VlanIndex ciscoMgmt

Defined Types

CiscoPacketCaptureFilterCriteria  
Filter criteria to specify if packets will be captured based on source or destination addresses. source: packets will be captured based on source address. dest : packets will be captured based on destination address.
TEXTUAL-CONVENTION    
  INTEGER source(1), dest(2)  

CpcSessionConfigEntry  
SEQUENCE    
  cpcSessionId Unsigned32
  cpcSessionOperStatus INTEGER
  cpcSessionDestFileName SnmpAdminString
  cpcSessionPacketLength Unsigned32
  cpcSessionPacketLimits Unsigned32
  cpcSessionAction INTEGER
  cpcSessionConfigStatus RowStatus
  cpcSessionPacketRateLimit Unsigned32
  cpcSessionDescr SnmpAdminString

CpcCaptureSourceIfEntry  
SEQUENCE    
  cpcCaptureSourceIfDirection INTEGER
  cpcCaptureSourceIfStatus RowStatus

CpcMacFilterEntry  
SEQUENCE    
  cpcMacFilterMacAddress MacAddress
  cpcMacFilterCriteria CiscoPacketCaptureFilterCriteria
  cpcMacFilterRowStatus RowStatus

CpcIpFilterEntry  
SEQUENCE    
  cpcIpFilterAddressType InetAddressType
  cpcIpFilterAddress InetAddress
  cpcIpFilterCriteria CiscoPacketCaptureFilterCriteria
  cpcIpFilterMask InetAddressPrefixLength
  cpcIpFilterRowStatus RowStatus

CpcPacketLengthFilterEntry  
SEQUENCE    
  cpcPacketLengthFilterMin Unsigned32
  cpcPacketLengthFilterMax Unsigned32

CpcEthertypeFilterEntry  
SEQUENCE    
  cpcEthertypeFilterValue Integer32
  cpcEthertypeFilterStatus RowStatus

CpcVlanFilterEntry  
SEQUENCE    
  cpcVlanFilterVlanIndex VlanIndex
  cpcVlanFilterRowStatus RowStatus

CpcAccessGroupFilterEntry  
SEQUENCE    
  cpcAccessGroupFilterType INTEGER
  cpcAccessGroupFilterName SnmpAdminString
  cpcAccessGroupFilterStatus RowStatus

CpcBufferConfigEntry  
SEQUENCE    
  cpcBufferType INTEGER
  cpcBufferSize Unsigned32
  cpcBufferAction INTEGER
  cpcBufferOperStatus INTEGER

CpcScheduleConfigEntry  
SEQUENCE    
  cpcScheduleStartTime DateAndTime
  cpcScheduleCapturePeriod Unsigned32

CpcSessionStatsEntry  
SEQUENCE    
  cpcSessionPacketsReceived Unsigned32
  cpcSessionPacketsCaptured Unsigned32
  cpcSessionPacketsDropped Unsigned32

Defined Values

ciscoPacketCaptureMIB 1.3.6.1.4.1.9.9.602
The MIB module for the management of packet capture feature.
MODULE-IDENTITY    

cpcMIBNotification 1.3.6.1.4.1.9.9.602.0
OBJECT IDENTIFIER    

cpcMIBObjects 1.3.6.1.4.1.9.9.602.1
OBJECT IDENTIFIER    

cpcMIBConformance 1.3.6.1.4.1.9.9.602.2
OBJECT IDENTIFIER    

cpcGenericConfig 1.3.6.1.4.1.9.9.602.1.1
OBJECT IDENTIFIER    

cpcFilterConfig 1.3.6.1.4.1.9.9.602.1.2
OBJECT IDENTIFIER    

cpcBufferConfig 1.3.6.1.4.1.9.9.602.1.3
OBJECT IDENTIFIER    

cpcScheduleConfig 1.3.6.1.4.1.9.9.602.1.4
OBJECT IDENTIFIER    

cpcSessionStats 1.3.6.1.4.1.9.9.602.1.5
OBJECT IDENTIFIER    

cpcMaxSessionAllowed 1.3.6.1.4.1.9.9.602.1.1.1
The maximum number of packet capture sessions allowed in cpcSessionConfigTable. A value of zero indicates no limitation on the number of configurable sessions.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cpcSessionConfigTable 1.3.6.1.4.1.9.9.602.1.1.2
A table of configuration to be used in the packet capture sessions. This entry may be modified if value of corresponding instance of cpcSessionConfigStatus is 'active'.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpcSessionConfigEntry

cpcSessionConfigEntry 1.3.6.1.4.1.9.9.602.1.1.2.1
An entry containing management information of a packet capture session.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpcSessionConfigEntry  

cpcSessionId 1.3.6.1.4.1.9.9.602.1.1.2.1.1
An unique number which represents a session.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

cpcSessionOperStatus 1.3.6.1.4.1.9.9.602.1.1.2.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), inProgress(2), completed(3), stopped(4), storageFull(5), bufferFull(6)  

cpcSessionDestFileName 1.3.6.1.4.1.9.9.602.1.1.2.1.3
The destination file name used to store the captured frames. Value of this object must be specified in the format of : for local location, or :/// for network location. This object may not be modified if value of the corresponding instance of cpcSessionOperStatus is 'inProgress' or the value of cpcBufferOperStatus of an instance entry with same cpcSessionId in cpcBufferConfigEntry is 'exporting'.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

cpcSessionPacketLength 1.3.6.1.4.1.9.9.602.1.1.2.1.4
The length of packet to be captured by this session. If the length of an actual packet is greater than the value of this object, the session will only capture the first number of bytes specified by this object. A value zero for this object indicates that the entire packet will be captured. This object may not be modified if value of the corresponding instance of cpcSessionOperStatus is 'inProgress'.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cpcSessionPacketLimits 1.3.6.1.4.1.9.9.602.1.1.2.1.5
The number of packets to be captured by this session. A value of zero for this object indicates that there is no limitation. When the value of this object is zero, the session remains 'inProgress' until it is administratively stopped or the storage is full. This object may not be modified if value of the corresponding instance of cpcSessionOperStatus is 'inProgress'.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cpcSessionAction 1.3.6.1.4.1.9.9.602.1.1.2.1.6
The action control for this capture session. Setting this object to 'start' causes the capture session to be started if it is not running. Setting this object to 'stop' terminates the capturing session if it is running. The value of this object will be changed to 'stop' when value of the corresponding instance of cpcSessionOperStatus leaves from 'inProgress' to other status. This object may only be set when the corresponding instance value of cpcSessionConfigStatus is 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER start(1), stop(2)  

cpcSessionConfigStatus 1.3.6.1.4.1.9.9.602.1.1.2.1.7
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cpcSessionPacketRateLimit 1.3.6.1.4.1.9.9.602.1.1.2.1.8
Rate limit for this session. Only packets within the rate may be captured. A value of zero for this object indicates that there is no rate limitation. This object may not be modified if value of the corresponding instance of cpcSessionOperStatus is 'inProgress'.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cpcSessionDescr 1.3.6.1.4.1.9.9.602.1.1.2.1.9
Provides description of this session.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

cpcSessionMaxSources 1.3.6.1.4.1.9.9.602.1.1.3
The maximum number of entries allowed in cpcCaptureSourceIfTable for a packet capture session. A value of zero indicates no limitation on the number of configurable sources.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cpcCaptureSourceIfTable 1.3.6.1.4.1.9.9.602.1.1.4
A table of interface information to be used in the packet capture session.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpcCaptureSourceIfEntry

cpcCaptureSourceIfEntry 1.3.6.1.4.1.9.9.602.1.1.4.1
An entry containing interface related management information for a packet capture session. The entry is created and deleted by using cpcCaptureSourceIfStatus object. The entry may not be modified, added or deleted when the corresponding value of cpcSessionOperStatus is 'inProgress'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpcCaptureSourceIfEntry  

cpcCaptureSourceIfDirection 1.3.6.1.4.1.9.9.602.1.1.4.1.1
The direction of traffic to be captured. rx : Only ingress traffic will be captured. tx : Only egress traffic will be captured. both: Traffic from both directions will be captured. This object may be modified if value of the corresponding instance of cpcCaptureSourceIfStatus is 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER rx(1), tx(2), both(3)  

cpcCaptureSourceIfStatus 1.3.6.1.4.1.9.9.602.1.1.4.1.2
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cpcMaxFilterAllowed 1.3.6.1.4.1.9.9.602.1.2.1
The maximum number of filters allowed in a packet capture session. Value of zero indicates that there is no limitation.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cpcMacFilterTable 1.3.6.1.4.1.9.9.602.1.2.2
A table of MAC filter information to be used in the packet capture session.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpcMacFilterEntry

cpcMacFilterEntry 1.3.6.1.4.1.9.9.602.1.2.2.1
An entry containing management information about a packet capture filter based on MAC address. The entry is created or deleted by using cpcMacFilterRowStatus object. The entry may not be modified, created or deleted when the corresponding value of cpcSessionOperStatus is 'inProgress'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpcMacFilterEntry  

cpcMacFilterMacAddress 1.3.6.1.4.1.9.9.602.1.2.2.1.1
The filtered MAC address. Incorporated with the corresponding instance value of crcMacFilterCriteria, packet capture will capture packets sending from or to the address specified by this object.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

cpcMacFilterCriteria 1.3.6.1.4.1.9.9.602.1.2.2.1.2
The filter criteria of the entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoPacketCaptureFilterCriteria  

cpcMacFilterRowStatus 1.3.6.1.4.1.9.9.602.1.2.2.1.3
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cpcIpFilterTable 1.3.6.1.4.1.9.9.602.1.2.3
A table of IP filter information to be used in the packet capture session.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpcIpFilterEntry

cpcIpFilterEntry 1.3.6.1.4.1.9.9.602.1.2.3.1
An entry containing management information if IP based packet capture filter for the packet capture session. The entry can be created or deleted by using cpcIpFilterRowStatus object. The entry may not be modified, created or deleted when value of the corresponding instance of cpcSessionOperStatus is 'inProgress'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpcIpFilterEntry  

cpcIpFilterAddressType 1.3.6.1.4.1.9.9.602.1.2.3.1.1
The type of Internet address is configured in this packet capture filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cpcIpFilterAddress 1.3.6.1.4.1.9.9.602.1.2.3.1.2
The Internet address for the filter. The type of this address is determined by the value of the cpcIpFilterAddressType object. The cpcIpFilterAddress may not be empty due to the SIZE restriction. Incorporated with the corresponding instance value of cpcIpFilterCriteria, packet capture will capture packets sending to or from the address specified by this object.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(1..64)  

cpcIpFilterCriteria 1.3.6.1.4.1.9.9.602.1.2.3.1.3
The filter criteria of the entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoPacketCaptureFilterCriteria  

cpcIpFilterMask 1.3.6.1.4.1.9.9.602.1.2.3.1.4
The prefix length value associated with the corresponding cpcIpFilterAddress. The value of zero indicates that no IP mask is associated with the corresponding cpcIpFilterAddress. This object may be modified while value of the corresponding instance of cpcIpFilterRowStatus is 'active'.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength  

cpcIpFilterRowStatus 1.3.6.1.4.1.9.9.602.1.2.3.1.5
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cpcMaxMacFilterAllowed 1.3.6.1.4.1.9.9.602.1.2.4
The maximum number of filters allowed in cpcMacFilterTable for each packet capture session. Once the number of entries in cpcMacFilterTable reaches the value of this object, if users need to create a new entry in cpcMacFilteTable, an existing entry must be removed first. Value of zero indicates that there is no limitation.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cpcMaxIpFilterAllowed 1.3.6.1.4.1.9.9.602.1.2.5
The maximum number of IP filter allowed in cpcIpFilterTable for each packet capture session. Once the number of entries in cpcIpFilterTable reaches the value of this object, if users need to create a new entry in cpcIpFilterTable, an existing entry must be removed first. Value of zero indicates that there is no limitation.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cpcPacketLengthFilterTable 1.3.6.1.4.1.9.9.602.1.2.6
A table of packet length filter configuration to be used in the packet capture sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpcPacketLengthFilterEntry

cpcPacketLengthFilterEntry 1.3.6.1.4.1.9.9.602.1.2.6.1
An entry contains management information about a packet capture filter based on packet length. A row is created for each entry in cpcSessionConfigTable. This entry may not be modified if value of the corresponding instance of cpcSessionOperStatus is 'inProgress'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpcPacketLengthFilterEntry  

cpcPacketLengthFilterMin 1.3.6.1.4.1.9.9.602.1.2.6.1.1
This object specifies the minimum length of the packet to be captured. Packets having length smaller than this value will not be captured. A zero value means there is no minimum length limit. The value of cpcPacketLengthFilterMax object should not be less than that of cpcPacketLengthFilterMin object in the same row when both values are non zero.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cpcPacketLengthFilterMax 1.3.6.1.4.1.9.9.602.1.2.6.1.2
This object specifies the maximum length of the packet to be captured. Packets having length bigger than this value will not be captured. A zero value means there is no maximum length limit. The value of cpcPacketLengthFilterMax object should not be less than that of cpcPacketLengthFilterMin object in the same row when both values are non zero.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cpcMaxEthertypeFilterAllowed 1.3.6.1.4.1.9.9.602.1.2.7
The maximum number of filters allowed in cpcEthertypeFilterTable for each packet capture session. Value of zero indicates that there is no limitation.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cpcEthertypeFilterTable 1.3.6.1.4.1.9.9.602.1.2.8
This table lists Ethertype filter configuration to be used in the packet capture sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpcEthertypeFilterEntry

cpcEthertypeFilterEntry 1.3.6.1.4.1.9.9.602.1.2.8.1
An entry contains management information about a packet capture filter based on Ethertype. This entry may not be modified if value of the corresponding instance of cpcSessionOperStatus is 'inProgress'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpcEthertypeFilterEntry  

cpcEthertypeFilterValue 1.3.6.1.4.1.9.9.602.1.2.8.1.1
The ethertype value to indicate which packet to be captured.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

cpcEthertypeFilterStatus 1.3.6.1.4.1.9.9.602.1.2.8.1.2
This object specifies the status of this conceptual row and is used to manage creation, and deletion of entries in this table. Whenever the current number of rows is equal to the value of cpcMaxEthertypeFilterAllowed, setting RowStatus of a new row to 'createAndGo' or 'createAndWait' should fail with an 'inconsistentValue' error. That is, to create another row, an existing row must be deleted via either setting its RowStatus object to 'destroy' or alternatively via the CLI.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cpcMaxVlanFilterAllowed 1.3.6.1.4.1.9.9.602.1.2.9
The maximum number of filters allowed in cpcVlanFilterTable for each packet capture session. Value of zero indicates that there is no limitation.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cpcVlanFilterTable 1.3.6.1.4.1.9.9.602.1.2.10
A table of VLAN filter information to be used in packet capture sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpcVlanFilterEntry

cpcVlanFilterEntry 1.3.6.1.4.1.9.9.602.1.2.10.1
An entry contains management information about a packet capture filter based on VLAN. The entry is created or deleted using cpcVlanFilterRowStatus object. This entry may not be modified if value of the corresponding instance of cpcSessionOperStatus is 'inProgress'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpcVlanFilterEntry  

cpcVlanFilterVlanIndex 1.3.6.1.4.1.9.9.602.1.2.10.1.1
The VLAN index value of this filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanIndex  

cpcVlanFilterRowStatus 1.3.6.1.4.1.9.9.602.1.2.10.1.2
This object specifies the status of this conceptual row and is used to manage creation, and deletion of entries in this table. Whenever the current number of rows is equal to the value of cpcMaxVlanFilterAllowed, setting RowStatus of a new row to 'createAndGo' or 'createAndWait' should fail with an 'inconsistentValue' error. That is, to create another row, an existing row must be deleted via either setting its RowStatus object to 'destroy' or alternatively via the CLI.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cpcMaxAccessGroupFilterAllowed 1.3.6.1.4.1.9.9.602.1.2.11
The maximum number of filters allowed in cpcAccessGroupFilterTable for each packet capture session. Value of zero indicates that there is no limitation.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cpcAccessGroupFilterTable 1.3.6.1.4.1.9.9.602.1.2.12
A table of Access-Group filter information to be used in packet capture sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpcAccessGroupFilterEntry

cpcAccessGroupFilterEntry 1.3.6.1.4.1.9.9.602.1.2.12.1
An entry contains management information about a packet capture filter based on Access-Group number or name. The entry is created or deleted using cpcAccessGroupFilterStatus object. This entry may not be modified if value of the corresponding instance of cpcSessionOperStatus is 'inProgress'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpcAccessGroupFilterEntry  

cpcAccessGroupFilterType 1.3.6.1.4.1.9.9.602.1.2.12.1.1
The way the ACL denoted by cpcAccessGroupFilterName is applied to the packets. hardware: hardware based software: software based.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER hardware(1), software(2)  

cpcAccessGroupFilterName 1.3.6.1.4.1.9.9.602.1.2.12.1.2
The ACL name or ACL number used in this package capture filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..99)  

cpcAccessGroupFilterStatus 1.3.6.1.4.1.9.9.602.1.2.12.1.3
This object specifies the status of this conceptual row and is used to manage creation, and deletion of entries in this table. Whenever the current number of rows is equal to the value of cpcMaxAccessGroupFilterAllowed, setting RowStatus of a new row to 'createAndGo' or 'createAndWait' should fail with an 'inconsistentValue' error. That is, to create another row, an existing row must be deleted via either setting its RowStatus object to 'destroy' or alternatively via the CLI.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cpcBufferConfigTable 1.3.6.1.4.1.9.9.602.1.3.1
A table of buffer configuration and controls for packet capture sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpcBufferConfigEntry

cpcBufferConfigEntry 1.3.6.1.4.1.9.9.602.1.3.1.1
An entry contains management information for a packet capture session's buffer. An entry is created corresponding to each entry in cpcSessionConfigTable. This entry may not be modified if value of the corresponding instance of cpcSessionOperStatus is 'inProgress'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpcBufferConfigEntry  

cpcBufferType 1.3.6.1.4.1.9.9.602.1.3.1.1.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER linear(1), circular(2)  

cpcBufferSize 1.3.6.1.4.1.9.9.602.1.3.1.1.2
Size of the buffer for a packet capture session. A value zero for this object indicates that there is no limitation.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cpcBufferAction 1.3.6.1.4.1.9.9.602.1.3.1.1.3
The action control for this packet capture session buffer. noAction: no action (do nothing). clear: clear this capture buffer. export: exporting the buffer contents to the storage specified by cpcSessionDestFileName of cpcSessionConfigEntry with the same cpcSessionId value. When the value is set to 'noAction', no operation is performed. When read, the value 'noAction' is always returned.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noAction(1), clear(2), export(3)  

cpcBufferOperStatus 1.3.6.1.4.1.9.9.602.1.3.1.1.4
Operational status of a packet capture buffer. other : none of the following. exporting : buffer is being exported to the storage denoted by cpcSessionDestFileName from cpcSessionConfigEntry indexed by the same cpcSessionId.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), exporting(2)  

cpcScheduleConfigTable 1.3.6.1.4.1.9.9.602.1.4.1
A table of schedule configuration and information for packet capture sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpcScheduleConfigEntry

cpcScheduleConfigEntry 1.3.6.1.4.1.9.9.602.1.4.1.1
An entry containing schedule configuration and information for a packet capture session. An entry is created corresponding to each entry in cpcSessionConfigTable if scheduled operation is required for a packet capture session. This entry may not be modified if value of the corresponding instance of cpcSessionOperStatus is 'inProgress'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpcScheduleConfigEntry  

cpcScheduleStartTime 1.3.6.1.4.1.9.9.602.1.4.1.1.1
The date and time this packet capture session will be started. A value of all zero with length of eight indicates either the scheduled time has expired or none is scheduled.
Status: current Access: read-write
OBJECT-TYPE    
  DateAndTime  

cpcScheduleCapturePeriod 1.3.6.1.4.1.9.9.602.1.4.1.1.2
The length of time, in seconds, that this packet capture session will be running. Value of zero indicates that there is no restriction on the capture period.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cpcSessionStatsTable 1.3.6.1.4.1.9.9.602.1.5.1
A table of statistic information for packet capture sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpcSessionStatsEntry

cpcSessionStatsEntry 1.3.6.1.4.1.9.9.602.1.5.1.1
An entry contains statistic information of a packet capture session.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpcSessionStatsEntry  

cpcSessionPacketsReceived 1.3.6.1.4.1.9.9.602.1.5.1.1.1
Indicates the number of packets received in this sessions.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cpcSessionPacketsCaptured 1.3.6.1.4.1.9.9.602.1.5.1.1.2
Indicates the number of packets captured in this session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cpcSessionPacketsDropped 1.3.6.1.4.1.9.9.602.1.5.1.1.3
Indicates the number of packets dropped in this session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cpcMIBCompliances 1.3.6.1.4.1.9.9.602.2.1
OBJECT IDENTIFIER    

cpcMIBGroups 1.3.6.1.4.1.9.9.602.2.2
OBJECT IDENTIFIER    

cpcCompliance 1.3.6.1.4.1.9.9.602.2.1.1
The compliance statement for devices that implement CISCO-PACKET-CAPTURE-MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cpcComplianceRev1 1.3.6.1.4.1.9.9.602.2.1.2
The compliance statement for devices that implement CISCO-PACKET-CAPTURE-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

cpcGenericConfigGroup 1.3.6.1.4.1.9.9.602.2.2.1
A collection of object(s) that provides the generic configuration for packet capture feature.
Status: current Access: read-only
OBJECT-GROUP    

cpcFilterConfigGroup 1.3.6.1.4.1.9.9.602.2.2.2
A collection of object(s) that provides general filter configuration for packet capture feature.
Status: current Access: read-only
OBJECT-GROUP    

cpcMacFilterConfigGroup 1.3.6.1.4.1.9.9.602.2.2.3
A collection of object(s) that provides the MAC address filter configuration for packet capture feature.
Status: current Access: read-only
OBJECT-GROUP    

cpcIpFilterConfigGroup 1.3.6.1.4.1.9.9.602.2.2.4
A collection of object(s) that provides the IP address filter configuration for packet capture feature.
Status: current Access: read-only
OBJECT-GROUP    

cpcDestFileNameConfigGroup 1.3.6.1.4.1.9.9.602.2.2.5
A collection of object(s) that provides configuration for destination file for packet capture feature.
Status: current Access: read-only
OBJECT-GROUP    

cpcPacketLengthFilterConfigGroup 1.3.6.1.4.1.9.9.602.2.2.6
A collection of object(s) that provides packet length filter configuration for packet capture feature.
Status: current Access: read-only
OBJECT-GROUP    

cpcEthertypeFilterConfigGroup 1.3.6.1.4.1.9.9.602.2.2.7
A collection of object(s) that provides Ethertype filter configuration for packet capture feature.
Status: current Access: read-only
OBJECT-GROUP    

cpcVlanFilterConfigGroup 1.3.6.1.4.1.9.9.602.2.2.8
A collection of object(s) that provides VLAN filter configuration for packet capture feature.
Status: current Access: read-only
OBJECT-GROUP    

cpcAccessGroupFilterConfigGroup 1.3.6.1.4.1.9.9.602.2.2.9
A collection of object(s) that provides Access Group filter configuration for packet capture feature.
Status: current Access: read-only
OBJECT-GROUP    

cpcBufferConfigGroup 1.3.6.1.4.1.9.9.602.2.2.10
A collection of object(s) that provides buffer configuration for packet capture feature.
Status: current Access: read-only
OBJECT-GROUP    

cpcScheduleConfigGroup 1.3.6.1.4.1.9.9.602.2.2.11
A collection of object(s) that provides schedule configuration for packet capture feature.
Status: current Access: read-only
OBJECT-GROUP    

cpcSessionStatsGroup 1.3.6.1.4.1.9.9.602.2.2.12
A collection of object(s) that provides statistic information for packet capture feature.
Status: current Access: read-only
OBJECT-GROUP    

cpcMaxMacFilterConfigGroup 1.3.6.1.4.1.9.9.602.2.2.13
A collection of object(s) that provides information on the maximum MAC address filter allowed for each packet capture session.
Status: current Access: read-only
OBJECT-GROUP    

cpcMaxIpFilterConfigGroup 1.3.6.1.4.1.9.9.602.2.2.14
A collection of object(s) that provides information on the maximum IP address filter allowed for each packet capture session.
Status: current Access: read-only
OBJECT-GROUP    

cpcSessionPacketRateLimitGroup 1.3.6.1.4.1.9.9.602.2.2.15
A collection of object(s) that provides rate limit configuration for packet capture feature.
Status: current Access: read-only
OBJECT-GROUP    

cpcSessionDescrGroup 1.3.6.1.4.1.9.9.602.2.2.16
A collection of object(s) that provides session description configuration for packet capture feature.
Status: current Access: read-only
OBJECT-GROUP