CISCO-PACKET-CAPTURE-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-PACKET-CAPTURE-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoPacketCaptureMIB 1.3.6.1.4.1.9.9.602
The MIB module for the management of packet capture feature.
         cpcMIBNotification 1.3.6.1.4.1.9.9.602.0
         cpcMIBObjects 1.3.6.1.4.1.9.9.602.1
             cpcGenericConfig 1.3.6.1.4.1.9.9.602.1.1
                 cpcMaxSessionAllowed 1.3.6.1.4.1.9.9.602.1.1.1 unsigned32 read-only
The maximum number of packet capture sessions allowed in cpcSessionConfigTable. A value of zero indicates no limitation on the number of configurable sessions.
                 cpcSessionConfigTable 1.3.6.1.4.1.9.9.602.1.1.2 no-access
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'.
                     cpcSessionConfigEntry 1.3.6.1.4.1.9.9.602.1.1.2.1 no-access
An entry containing management information of a packet capture session.
                         cpcSessionId 1.3.6.1.4.1.9.9.602.1.1.2.1.1 unsigned32 no-access
An unique number which represents a session.
                         cpcSessionOperStatus 1.3.6.1.4.1.9.9.602.1.1.2.1.2 integer read-only
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. Enumeration: 'storageFull': 5, 'completed': 3, 'other': 1, 'stopped': 4, 'inProgress': 2, 'bufferFull': 6.
                         cpcSessionDestFileName 1.3.6.1.4.1.9.9.602.1.1.2.1.3 snmpadminstring read-only
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'.
                         cpcSessionPacketLength 1.3.6.1.4.1.9.9.602.1.1.2.1.4 unsigned32 read-only
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'.
                         cpcSessionPacketLimits 1.3.6.1.4.1.9.9.602.1.1.2.1.5 unsigned32 read-only
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'.
                         cpcSessionAction 1.3.6.1.4.1.9.9.602.1.1.2.1.6 integer read-only
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'. Enumeration: 'start': 1, 'stop': 2.
                         cpcSessionConfigStatus 1.3.6.1.4.1.9.9.602.1.1.2.1.7 rowstatus read-only
The status of this conceptual row.
                         cpcSessionPacketRateLimit 1.3.6.1.4.1.9.9.602.1.1.2.1.8 unsigned32 read-only
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'.
                         cpcSessionDescr 1.3.6.1.4.1.9.9.602.1.1.2.1.9 snmpadminstring read-only
Provides description of this session.
                 cpcSessionMaxSources 1.3.6.1.4.1.9.9.602.1.1.3 unsigned32 read-only
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.
                 cpcCaptureSourceIfTable 1.3.6.1.4.1.9.9.602.1.1.4 no-access
A table of interface information to be used in the packet capture session.
                     cpcCaptureSourceIfEntry 1.3.6.1.4.1.9.9.602.1.1.4.1 no-access
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'.
                         cpcCaptureSourceIfDirection 1.3.6.1.4.1.9.9.602.1.1.4.1.1 integer read-only
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'. Enumeration: 'both': 3, 'rx': 1, 'tx': 2.
                         cpcCaptureSourceIfStatus 1.3.6.1.4.1.9.9.602.1.1.4.1.2 rowstatus read-only
The status of this conceptual row.
             cpcFilterConfig 1.3.6.1.4.1.9.9.602.1.2
                 cpcMaxFilterAllowed 1.3.6.1.4.1.9.9.602.1.2.1 unsigned32 read-only
The maximum number of filters allowed in a packet capture session. Value of zero indicates that there is no limitation.
                 cpcMacFilterTable 1.3.6.1.4.1.9.9.602.1.2.2 no-access
A table of MAC filter information to be used in the packet capture session.
                     cpcMacFilterEntry 1.3.6.1.4.1.9.9.602.1.2.2.1 no-access
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'.
                         cpcMacFilterMacAddress 1.3.6.1.4.1.9.9.602.1.2.2.1.1 macaddress no-access
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.
                         cpcMacFilterCriteria 1.3.6.1.4.1.9.9.602.1.2.2.1.2 ciscopacketcapturefiltercriteria no-access
The filter criteria of the entry.
                         cpcMacFilterRowStatus 1.3.6.1.4.1.9.9.602.1.2.2.1.3 rowstatus read-only
The status of this conceptual row.
                 cpcIpFilterTable 1.3.6.1.4.1.9.9.602.1.2.3 no-access
A table of IP filter information to be used in the packet capture session.
                     cpcIpFilterEntry 1.3.6.1.4.1.9.9.602.1.2.3.1 no-access
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'.
                         cpcIpFilterAddressType 1.3.6.1.4.1.9.9.602.1.2.3.1.1 inetaddresstype no-access
The type of Internet address is configured in this packet capture filter.
                         cpcIpFilterAddress 1.3.6.1.4.1.9.9.602.1.2.3.1.2 inetaddress no-access
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.
                         cpcIpFilterCriteria 1.3.6.1.4.1.9.9.602.1.2.3.1.3 ciscopacketcapturefiltercriteria no-access
The filter criteria of the entry.
                         cpcIpFilterMask 1.3.6.1.4.1.9.9.602.1.2.3.1.4 inetaddressprefixlength read-only
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'.
                         cpcIpFilterRowStatus 1.3.6.1.4.1.9.9.602.1.2.3.1.5 rowstatus read-only
The status of this conceptual row.
                 cpcMaxMacFilterAllowed 1.3.6.1.4.1.9.9.602.1.2.4 unsigned32 read-only
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.
                 cpcMaxIpFilterAllowed 1.3.6.1.4.1.9.9.602.1.2.5 unsigned32 read-only
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.
                 cpcPacketLengthFilterTable 1.3.6.1.4.1.9.9.602.1.2.6 no-access
A table of packet length filter configuration to be used in the packet capture sessions.
                     cpcPacketLengthFilterEntry 1.3.6.1.4.1.9.9.602.1.2.6.1 no-access
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'.
                         cpcPacketLengthFilterMin 1.3.6.1.4.1.9.9.602.1.2.6.1.1 unsigned32 read-write
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.
                         cpcPacketLengthFilterMax 1.3.6.1.4.1.9.9.602.1.2.6.1.2 unsigned32 read-write
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.
                 cpcMaxEthertypeFilterAllowed 1.3.6.1.4.1.9.9.602.1.2.7 unsigned32 read-only
The maximum number of filters allowed in cpcEthertypeFilterTable for each packet capture session. Value of zero indicates that there is no limitation.
                 cpcEthertypeFilterTable 1.3.6.1.4.1.9.9.602.1.2.8 no-access
This table lists Ethertype filter configuration to be used in the packet capture sessions.
                     cpcEthertypeFilterEntry 1.3.6.1.4.1.9.9.602.1.2.8.1 no-access
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'.
                         cpcEthertypeFilterValue 1.3.6.1.4.1.9.9.602.1.2.8.1.1 integer32 no-access
The ethertype value to indicate which packet to be captured.
                         cpcEthertypeFilterStatus 1.3.6.1.4.1.9.9.602.1.2.8.1.2 rowstatus read-only
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.
                 cpcMaxVlanFilterAllowed 1.3.6.1.4.1.9.9.602.1.2.9 unsigned32 read-only
The maximum number of filters allowed in cpcVlanFilterTable for each packet capture session. Value of zero indicates that there is no limitation.
                 cpcVlanFilterTable 1.3.6.1.4.1.9.9.602.1.2.10 no-access
A table of VLAN filter information to be used in packet capture sessions.
                       cpcVlanFilterEntry 1.3.6.1.4.1.9.9.602.1.2.10.1 no-access
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'.
                           cpcVlanFilterVlanIndex 1.3.6.1.4.1.9.9.602.1.2.10.1.1 vlanindex no-access
The VLAN index value of this filter.
                           cpcVlanFilterRowStatus 1.3.6.1.4.1.9.9.602.1.2.10.1.2 rowstatus read-only
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.
                 cpcMaxAccessGroupFilterAllowed 1.3.6.1.4.1.9.9.602.1.2.11 unsigned32 read-only
The maximum number of filters allowed in cpcAccessGroupFilterTable for each packet capture session. Value of zero indicates that there is no limitation.
                 cpcAccessGroupFilterTable 1.3.6.1.4.1.9.9.602.1.2.12 no-access
A table of Access-Group filter information to be used in packet capture sessions.
                       cpcAccessGroupFilterEntry 1.3.6.1.4.1.9.9.602.1.2.12.1 no-access
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'.
                           cpcAccessGroupFilterType 1.3.6.1.4.1.9.9.602.1.2.12.1.1 integer no-access
The way the ACL denoted by cpcAccessGroupFilterName is applied to the packets. hardware: hardware based software: software based. Enumeration: 'hardware': 1, 'software': 2.
                           cpcAccessGroupFilterName 1.3.6.1.4.1.9.9.602.1.2.12.1.2 snmpadminstring no-access
The ACL name or ACL number used in this package capture filter.
                           cpcAccessGroupFilterStatus 1.3.6.1.4.1.9.9.602.1.2.12.1.3 rowstatus read-only
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.
             cpcBufferConfig 1.3.6.1.4.1.9.9.602.1.3
                 cpcBufferConfigTable 1.3.6.1.4.1.9.9.602.1.3.1 no-access
A table of buffer configuration and controls for packet capture sessions.
                     cpcBufferConfigEntry 1.3.6.1.4.1.9.9.602.1.3.1.1 no-access
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'.
                         cpcBufferType 1.3.6.1.4.1.9.9.602.1.3.1.1.1 integer read-write
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. Enumeration: 'linear': 1, 'circular': 2.
                         cpcBufferSize 1.3.6.1.4.1.9.9.602.1.3.1.1.2 unsigned32 read-write
Size of the buffer for a packet capture session. A value zero for this object indicates that there is no limitation.
                         cpcBufferAction 1.3.6.1.4.1.9.9.602.1.3.1.1.3 integer read-write
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. Enumeration: 'clear': 2, 'export': 3, 'noAction': 1.
                         cpcBufferOperStatus 1.3.6.1.4.1.9.9.602.1.3.1.1.4 integer read-only
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. Enumeration: 'other': 1, 'exporting': 2.
             cpcScheduleConfig 1.3.6.1.4.1.9.9.602.1.4
                 cpcScheduleConfigTable 1.3.6.1.4.1.9.9.602.1.4.1 no-access
A table of schedule configuration and information for packet capture sessions.
                     cpcScheduleConfigEntry 1.3.6.1.4.1.9.9.602.1.4.1.1 no-access
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'.
                         cpcScheduleStartTime 1.3.6.1.4.1.9.9.602.1.4.1.1.1 dateandtime read-write
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.
                         cpcScheduleCapturePeriod 1.3.6.1.4.1.9.9.602.1.4.1.1.2 unsigned32 read-write
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.
             cpcSessionStats 1.3.6.1.4.1.9.9.602.1.5
                 cpcSessionStatsTable 1.3.6.1.4.1.9.9.602.1.5.1 no-access
A table of statistic information for packet capture sessions.
                     cpcSessionStatsEntry 1.3.6.1.4.1.9.9.602.1.5.1.1 no-access
An entry contains statistic information of a packet capture session.
                         cpcSessionPacketsReceived 1.3.6.1.4.1.9.9.602.1.5.1.1.1 unsigned32 read-only
Indicates the number of packets received in this sessions.
                         cpcSessionPacketsCaptured 1.3.6.1.4.1.9.9.602.1.5.1.1.2 unsigned32 read-only
Indicates the number of packets captured in this session.
                         cpcSessionPacketsDropped 1.3.6.1.4.1.9.9.602.1.5.1.1.3 unsigned32 read-only
Indicates the number of packets dropped in this session.
         cpcMIBConformance 1.3.6.1.4.1.9.9.602.2
             cpcMIBCompliances 1.3.6.1.4.1.9.9.602.2.1
                 cpcCompliance 1.3.6.1.4.1.9.9.602.2.1.1
The compliance statement for devices that implement CISCO-PACKET-CAPTURE-MIB.
                 cpcComplianceRev1 1.3.6.1.4.1.9.9.602.2.1.2
The compliance statement for devices that implement CISCO-PACKET-CAPTURE-MIB.
             cpcMIBGroups 1.3.6.1.4.1.9.9.602.2.2
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.
                 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.