CISCO-PACKET-CAPTURE-MIB
- Registered at
- 1.3.6.1.4.1.9.9.602
- Last updated
- 2008-07-07 00:00
- Organization
- Cisco System, Inc.
- Revisions
- 2008-07-07 00:00, 2007-01-03 00:00
- Namespace
- cisco
- Source file
CISCO-PACKET-CAPTURE-MIB- Digest
sha256:1b0ada9207555f53dc17eb99ffc482ce2631ac8c871f7441130657056a175d97
Description
The MIB module for the management of packet capture feature.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-lan-switch-snmp@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| CISCO-VTP-MIB | VlanIndex |
| IF-MIB | ifIndex |
| INET-ADDRESS-MIB | InetAddress, InetAddressPrefixLength, InetAddressType |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DateAndTime, DisplayString, MacAddress, RowStatus, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-PACKET-CAPTURE-MIB CISCO-SMI CISCO-TC CISCO-VTP-MIB IANAifType-MIB IF-MIB INET-ADDRESS-MIB RMON-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| CiscoPacketCaptureFilterCriteria TEXTUAL-CONVENTION 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. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| cpcMIBNotification OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.602.0 | |||
| cpcMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.602.1 | |||
| cpcGenericConfig OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.602.1.1 | |||
| cpcMaxSessionAllowed OBJECT-TYPE The maximum number of packet capture sessions allowed in cpcSessionConfigTable. A value of zero indicates no limitation on the number of configurable sessions. | 1.3.6.1.4.1.9.9.602.1.1.1 | Unsigned32 | read-only | current |
| cpcSessionConfigTable OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.9.602.1.1.2 | not-accessible | current | |
| cpcSessionConfigEntry OBJECT-TYPE An entry containing management information of a packet capture session. | 1.3.6.1.4.1.9.9.602.1.1.2.1 | not-accessible | current | |
| cpcSessionId OBJECT-TYPE An unique number which represents a session. | 1.3.6.1.4.1.9.9.602.1.1.2.1.1 | Unsigned32 (1..4294967295) | not-accessible | current |
| cpcSessionOperStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.602.1.1.2.1.2 | INTEGER {other(1), inProgress(2), completed(3), stopped(4), storageFull(5), bufferFull(6)} | read-only | current |
| cpcSessionDestFileName OBJECT-TYPE The destination file name used to store the captured frames. Value of this object must be specified in the format of <device>:<filename> for local location, or <protocol>://<server>/<filename> 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'. | 1.3.6.1.4.1.9.9.602.1.1.2.1.3 | SnmpAdminString | read-create | current |
| cpcSessionPacketLength OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.9.602.1.1.2.1.4 | Unsigned32 | read-create | current |
| cpcSessionPacketLimits OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.9.602.1.1.2.1.5 | Unsigned32 | read-create | current |
| cpcSessionAction OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.9.602.1.1.2.1.6 | INTEGER {start(1), stop(2)} | read-create | current |
| cpcSessionConfigStatus OBJECT-TYPE The status of this conceptual row. | 1.3.6.1.4.1.9.9.602.1.1.2.1.7 | RowStatus | read-create | current |
| cpcSessionPacketRateLimit OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.9.602.1.1.2.1.8 | Unsigned32 | read-create | current |
| cpcSessionDescr OBJECT-TYPE Provides description of this session. | 1.3.6.1.4.1.9.9.602.1.1.2.1.9 | SnmpAdminString | read-create | current |
| cpcSessionMaxSources OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.602.1.1.3 | Unsigned32 | read-only | current |
| cpcCaptureSourceIfTable OBJECT-TYPE A table of interface information to be used in the packet capture session. | 1.3.6.1.4.1.9.9.602.1.1.4 | not-accessible | current | |
| cpcCaptureSourceIfEntry OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.9.602.1.1.4.1 | not-accessible | current | |
| cpcCaptureSourceIfDirection OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.9.602.1.1.4.1.1 | INTEGER {rx(1), tx(2), both(3)} | read-create | current |
| cpcCaptureSourceIfStatus OBJECT-TYPE The status of this conceptual row. | 1.3.6.1.4.1.9.9.602.1.1.4.1.2 | RowStatus | read-create | current |
| cpcFilterConfig OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.602.1.2 | |||
| cpcMaxFilterAllowed OBJECT-TYPE The maximum number of filters allowed in a packet capture session. Value of zero indicates that there is no limitation. | 1.3.6.1.4.1.9.9.602.1.2.1 | Unsigned32 | read-only | current |
| cpcMacFilterTable OBJECT-TYPE A table of MAC filter information to be used in the packet capture session. | 1.3.6.1.4.1.9.9.602.1.2.2 | not-accessible | current | |
| cpcMacFilterEntry OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.9.602.1.2.2.1 | not-accessible | current | |
| cpcMacFilterMacAddress OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.602.1.2.2.1.1 | MacAddress | not-accessible | current |
| cpcMacFilterCriteria OBJECT-TYPE The filter criteria of the entry. | 1.3.6.1.4.1.9.9.602.1.2.2.1.2 | CiscoPacketCaptureFilterCriteria | not-accessible | current |
| cpcMacFilterRowStatus OBJECT-TYPE The status of this conceptual row. | 1.3.6.1.4.1.9.9.602.1.2.2.1.3 | RowStatus | read-create | current |
| cpcIpFilterTable OBJECT-TYPE A table of IP filter information to be used in the packet capture session. | 1.3.6.1.4.1.9.9.602.1.2.3 | not-accessible | current | |
| cpcIpFilterEntry OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.9.602.1.2.3.1 | not-accessible | current | |
| cpcIpFilterAddressType OBJECT-TYPE The type of Internet address is configured in this packet capture filter. | 1.3.6.1.4.1.9.9.602.1.2.3.1.1 | InetAddressType | not-accessible | current |
| cpcIpFilterAddress OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.602.1.2.3.1.2 | InetAddress (SIZE(1..64)) | not-accessible | current |
| cpcIpFilterCriteria OBJECT-TYPE The filter criteria of the entry. | 1.3.6.1.4.1.9.9.602.1.2.3.1.3 | CiscoPacketCaptureFilterCriteria | not-accessible | current |
| cpcIpFilterMask OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.9.602.1.2.3.1.4 | InetAddressPrefixLength | read-create | current |
| cpcIpFilterRowStatus OBJECT-TYPE The status of this conceptual row. | 1.3.6.1.4.1.9.9.602.1.2.3.1.5 | RowStatus | read-create | current |
| cpcMaxMacFilterAllowed OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.602.1.2.4 | Unsigned32 | read-only | current |
| cpcMaxIpFilterAllowed OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.602.1.2.5 | Unsigned32 | read-only | current |
| cpcPacketLengthFilterTable OBJECT-TYPE A table of packet length filter configuration to be used in the packet capture sessions. | 1.3.6.1.4.1.9.9.602.1.2.6 | not-accessible | current | |
| cpcPacketLengthFilterEntry OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.9.602.1.2.6.1 | not-accessible | current | |
| cpcPacketLengthFilterMin OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.602.1.2.6.1.1 | Unsigned32 | read-write | current |
| cpcPacketLengthFilterMax OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.602.1.2.6.1.2 | Unsigned32 | read-write | current |
| cpcMaxEthertypeFilterAllowed OBJECT-TYPE The maximum number of filters allowed in cpcEthertypeFilterTable for each packet capture session. Value of zero indicates that there is no limitation. | 1.3.6.1.4.1.9.9.602.1.2.7 | Unsigned32 | read-only | current |
| cpcEthertypeFilterTable OBJECT-TYPE This table lists Ethertype filter configuration to be used in the packet capture sessions. | 1.3.6.1.4.1.9.9.602.1.2.8 | not-accessible | current | |
| cpcEthertypeFilterEntry OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.9.602.1.2.8.1 | not-accessible | current | |
| cpcEthertypeFilterValue OBJECT-TYPE The ethertype value to indicate which packet to be captured. | 1.3.6.1.4.1.9.9.602.1.2.8.1.1 | Integer32 (0..65535) | not-accessible | current |
| cpcEthertypeFilterStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.602.1.2.8.1.2 | RowStatus | read-create | current |
| cpcMaxVlanFilterAllowed OBJECT-TYPE The maximum number of filters allowed in cpcVlanFilterTable for each packet capture session. Value of zero indicates that there is no limitation. | 1.3.6.1.4.1.9.9.602.1.2.9 | Unsigned32 | read-only | current |
| cpcVlanFilterTable OBJECT-TYPE A table of VLAN filter information to be used in packet capture sessions. | 1.3.6.1.4.1.9.9.602.1.2.10 | not-accessible | current | |
| cpcVlanFilterEntry OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.9.602.1.2.10.1 | not-accessible | current | |
| cpcVlanFilterVlanIndex OBJECT-TYPE The VLAN index value of this filter. | 1.3.6.1.4.1.9.9.602.1.2.10.1.1 | VlanIndex | not-accessible | current |
| cpcVlanFilterRowStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.602.1.2.10.1.2 | RowStatus | read-create | current |
| cpcMaxAccessGroupFilterAllowed OBJECT-TYPE The maximum number of filters allowed in cpcAccessGroupFilterTable for each packet capture session. Value of zero indicates that there is no limitation. | 1.3.6.1.4.1.9.9.602.1.2.11 | Unsigned32 | read-only | current |
| cpcAccessGroupFilterTable OBJECT-TYPE A table of Access-Group filter information to be used in packet capture sessions. | 1.3.6.1.4.1.9.9.602.1.2.12 | not-accessible | current | |
| cpcAccessGroupFilterEntry OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.9.602.1.2.12.1 | not-accessible | current | |
| cpcAccessGroupFilterType OBJECT-TYPE The way the ACL denoted by cpcAccessGroupFilterName is applied to the packets. hardware: hardware based software: software based. | 1.3.6.1.4.1.9.9.602.1.2.12.1.1 | INTEGER {hardware(1), software(2)} | not-accessible | current |
| cpcAccessGroupFilterName OBJECT-TYPE The ACL name or ACL number used in this package capture filter. | 1.3.6.1.4.1.9.9.602.1.2.12.1.2 | SnmpAdminString (SIZE(1..99)) | not-accessible | current |
| cpcAccessGroupFilterStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.602.1.2.12.1.3 | RowStatus | read-create | current |
| cpcBufferConfig OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.602.1.3 | |||
| cpcBufferConfigTable OBJECT-TYPE A table of buffer configuration and controls for packet capture sessions. | 1.3.6.1.4.1.9.9.602.1.3.1 | not-accessible | current | |
| cpcBufferConfigEntry OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.9.602.1.3.1.1 | not-accessible | current | |
| cpcBufferType OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.602.1.3.1.1.1 | INTEGER {linear(1), circular(2)} | read-write | current |
| cpcBufferSize OBJECT-TYPE Size of the buffer for a packet capture session. A value zero for this object indicates that there is no limitation. | 1.3.6.1.4.1.9.9.602.1.3.1.1.2 | Unsigned32 | read-write | current |
| cpcBufferAction OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.602.1.3.1.1.3 | INTEGER {noAction(1), clear(2), export(3)} | read-write | current |
| cpcBufferOperStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.602.1.3.1.1.4 | INTEGER {other(1), exporting(2)} | read-only | current |
| cpcScheduleConfig OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.602.1.4 | |||
| cpcScheduleConfigTable OBJECT-TYPE A table of schedule configuration and information for packet capture sessions. | 1.3.6.1.4.1.9.9.602.1.4.1 | not-accessible | current | |
| cpcScheduleConfigEntry OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.9.602.1.4.1.1 | not-accessible | current | |
| cpcScheduleStartTime OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.602.1.4.1.1.1 | DateAndTime | read-write | current |
| cpcScheduleCapturePeriod OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.602.1.4.1.1.2 | Unsigned32 | read-write | current |
| cpcSessionStats OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.602.1.5 | |||
| cpcSessionStatsTable OBJECT-TYPE A table of statistic information for packet capture sessions. | 1.3.6.1.4.1.9.9.602.1.5.1 | not-accessible | current | |
| cpcSessionStatsEntry OBJECT-TYPE An entry contains statistic information of a packet capture session. | 1.3.6.1.4.1.9.9.602.1.5.1.1 | not-accessible | current | |
| cpcSessionPacketsReceived OBJECT-TYPE Indicates the number of packets received in this sessions. | 1.3.6.1.4.1.9.9.602.1.5.1.1.1 | Unsigned32 | read-only | current |
| cpcSessionPacketsCaptured OBJECT-TYPE Indicates the number of packets captured in this session. | 1.3.6.1.4.1.9.9.602.1.5.1.1.2 | Unsigned32 | read-only | current |
| cpcSessionPacketsDropped OBJECT-TYPE Indicates the number of packets dropped in this session. | 1.3.6.1.4.1.9.9.602.1.5.1.1.3 | Unsigned32 | read-only | current |
| cpcMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.602.2 | |||
| cpcMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.602.2.1 | |||
| cpcMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.602.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| cpcCompliance MODULE-COMPLIANCE The compliance statement for devices that implement CISCO-PACKET-CAPTURE-MIB. | 1.3.6.1.4.1.9.9.602.2.1.1 | deprecated |
| cpcComplianceRev1 MODULE-COMPLIANCE The compliance statement for devices that implement CISCO-PACKET-CAPTURE-MIB. | 1.3.6.1.4.1.9.9.602.2.1.2 | current |
| cpcGenericConfigGroup OBJECT-GROUP A collection of object(s) that provides the generic configuration for packet capture feature. | 1.3.6.1.4.1.9.9.602.2.2.1 | current |
| cpcFilterConfigGroup OBJECT-GROUP A collection of object(s) that provides general filter configuration for packet capture feature. | 1.3.6.1.4.1.9.9.602.2.2.2 | current |
| cpcMacFilterConfigGroup OBJECT-GROUP A collection of object(s) that provides the MAC address filter configuration for packet capture feature. | 1.3.6.1.4.1.9.9.602.2.2.3 | current |
| cpcIpFilterConfigGroup OBJECT-GROUP A collection of object(s) that provides the IP address filter configuration for packet capture feature. | 1.3.6.1.4.1.9.9.602.2.2.4 | current |
| cpcDestFileNameConfigGroup OBJECT-GROUP A collection of object(s) that provides configuration for destination file for packet capture feature. | 1.3.6.1.4.1.9.9.602.2.2.5 | current |
| cpcPacketLengthFilterConfigGroup OBJECT-GROUP A collection of object(s) that provides packet length filter configuration for packet capture feature. | 1.3.6.1.4.1.9.9.602.2.2.6 | current |
| cpcEthertypeFilterConfigGroup OBJECT-GROUP A collection of object(s) that provides Ethertype filter configuration for packet capture feature. | 1.3.6.1.4.1.9.9.602.2.2.7 | current |
| cpcVlanFilterConfigGroup OBJECT-GROUP A collection of object(s) that provides VLAN filter configuration for packet capture feature. | 1.3.6.1.4.1.9.9.602.2.2.8 | current |
| cpcAccessGroupFilterConfigGroup OBJECT-GROUP A collection of object(s) that provides Access Group filter configuration for packet capture feature. | 1.3.6.1.4.1.9.9.602.2.2.9 | current |
| cpcBufferConfigGroup OBJECT-GROUP A collection of object(s) that provides buffer configuration for packet capture feature. | 1.3.6.1.4.1.9.9.602.2.2.10 | current |
| cpcScheduleConfigGroup OBJECT-GROUP A collection of object(s) that provides schedule configuration for packet capture feature. | 1.3.6.1.4.1.9.9.602.2.2.11 | current |
| cpcSessionStatsGroup OBJECT-GROUP A collection of object(s) that provides statistic information for packet capture feature. | 1.3.6.1.4.1.9.9.602.2.2.12 | current |
| cpcMaxMacFilterConfigGroup OBJECT-GROUP A collection of object(s) that provides information on the maximum MAC address filter allowed for each packet capture session. | 1.3.6.1.4.1.9.9.602.2.2.13 | current |
| cpcMaxIpFilterConfigGroup OBJECT-GROUP A collection of object(s) that provides information on the maximum IP address filter allowed for each packet capture session. | 1.3.6.1.4.1.9.9.602.2.2.14 | current |
| cpcSessionPacketRateLimitGroup OBJECT-GROUP A collection of object(s) that provides rate limit configuration for packet capture feature. | 1.3.6.1.4.1.9.9.602.2.2.15 | current |
| cpcSessionDescrGroup OBJECT-GROUP A collection of object(s) that provides session description configuration for packet capture feature. | 1.3.6.1.4.1.9.9.602.2.2.16 | current |