CISCO-ENTITY-QFP-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-ENTITY-QFP-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
 ciscoEntityQfpMIB 1.3.6.1.4.1.9.9.715
This MIB module defines managed objects that facilitate the management of Quantum Flow Processors (QFP), which are listed in the ENTITY-MIB (RFC 4133) entPhysicalTable as an entPhysicalClass of 'cpu'. The Quantum Flow Processors (QFP) technology is an architecture family developed by Cisco, which has fully integrated and programmable networking chip set that controls different functions of a system such as packet forwarding. This module contains objects to monitor various QFP statistics such as system, utilization, memory, etc. The utilization statistics can be used for future capacity planning. The calculation of this statistics may vary by devices which host QFPs, hence the user must refer to the specific device document of interest for the exact method of calculation. The utilization statistics have the following terminology. o Input - Communication channel where packets arrive on the QFP. o Output - Communication channel where packets leave the QFP. o Priority - A classification applied to packets indicating they should be treated with greater urgency. o Non-Priority - A classification applied to packets indicating they should be treated with lesser urgency. o Processing Load - The percentage of time over some interval that the QFP has spent forwarding packets, relative to the total time spent both forwarding packets and being idle.
         ciscoEntityQfpMIBNotifs 1.3.6.1.4.1.9.9.715.0
             ceqfpMemoryResRisingThreshNotif 1.3.6.1.4.1.9.9.715.0.1
A notification indicating that the QFP memory usage is rising the threshold on this memory resource. This notification will be sent, whenever the QFP memory usage (ceqfpMemoryResInUse) is equal to or above the rising threshold (ceqfpMemoryResRisingThreshold). An agent may throttle the generation of consecutive ceqfpMemoryResRisingThreshNotif notification so that there is at least a five second (suggested default) gap between notification of this type.
             ceqfpMemoryResFallingThreshNotif 1.3.6.1.4.1.9.9.715.0.2
A notification indicating that the QFP memory usage is equal to or below the falling threshold on this memory resource. This notification will be sent, whenever the QFP memory usage (ceqfpMemoryResInUse) is equal to or below the falling threshold (ceqfpMemoryResFallingThreshold). An agent may throttle the generation of consecutive ceqfpMemoryResFallingThreshNotif notification so that there is at least a five second (suggested default) gap between notification of this type.
             ceqfpThroughputNotif 1.3.6.1.4.1.9.9.715.0.3
A notification indicating that the average throughput rate for the configured interval has exceeded the threshold or reached maximum bandwidth allowed. This notification will be sent, whenever the ceqfpThroughputLevel object has the value warning(2) or exceed(3). The condition for trap generation will be checked in every ceqfpThroughputInterval. ceqfpThroughputNotif with ceqfpThrougputLevel as warning(2) indicates that average throughput rate has crossed the configured threshold. ceqfpThroughputNotif with ceqfpThrougputLevel as exceed(3) indicates that average throughput rate has reached maximum licensed bandwidth.
         ciscoEntityQfpMIBObjects 1.3.6.1.4.1.9.9.715.1
             ciscoEntityQfp 1.3.6.1.4.1.9.9.715.1.1
                 ceqfpSystemTable 1.3.6.1.4.1.9.9.715.1.1.1 no-access
This table maintains the QFP system information for each QFP physical entity. An agent creates a conceptual row to this table corresponding to a QFP physical entity upon detection of a physical entity supporting the QFP system information. An agent destroys a conceptual row from this table corresponding to a QFP physical entity upon removal of the QFP host physical entity.
                     ceqfpSystemEntry 1.3.6.1.4.1.9.9.715.1.1.1.1 no-access
A conceptual row in the ceqfpSystemTable. There is an entry in this table for each QFP entity, as defined by a value of entPhysicalIndex.
                         ceqfpSystemTrafficDirection 1.3.6.1.4.1.9.9.715.1.1.1.1.1 integer read-only
This object represents the traffic direction that this QFP is assigned to process. The enumerated values are described below. none (1) - The QFP is not assigned to processes any traffic yet ingress (2) - The QFP processes inbound traffic egress (3) - The QFP processes outbound traffic both (4) - The QFP processes both inbound and outbound traffic Enumeration: 'both': 4, 'none': 1, 'egress': 3, 'ingress': 2.
                         ceqfpSystemState 1.3.6.1.4.1.9.9.715.1.1.1.1.2 integer read-only
This object represents the current QFP state. The enumerated values are described below. unknown (1) - The state of the QFP is unknown reset (2) - The QFP is reset init (3) - The QFP is being initialized active (4) - The QFP is active in a system with redundant QFP activeSolo (5) - The QFP is active and there is no redundant QFP in the system standby (6) - The QFP is standby in a redundant system. hotStandby (7) - The QFP is standby and synchronized with active, so that a switchover in this state will preserve state of the active. Stateful datapath features are synchronized between the active QFP and standby QFP Enumeration: 'reset': 2, 'standby': 6, 'unknown': 1, 'init': 3, 'activeSolo': 5, 'active': 4, 'hotStandby': 7.
                         ceqfpNumberSystemLoads 1.3.6.1.4.1.9.9.715.1.1.1.1.3 counter32 read-only
This object represents the number of times the QFP is loaded, since the QFP host is up.
                         ceqfpSystemLastLoadTime 1.3.6.1.4.1.9.9.715.1.1.1.1.4 dateandtime read-only
This object represents the QFP last load time.
                 ceqfpFiveSecondUtilAlgo 1.3.6.1.4.1.9.9.715.1.1.2 integer read-only
This objects represents the method used to calculate 5 Second interval utilization data. The enumerated values are described below. unknown (1) - The calculation method is unknown fiveSecSample (2) - The value is calculated based on the last 5 second sampling period of utilization data. Enumeration: 'fiveSecSample': 2, 'unknown': 1.
                 ceqfpOneMinuteUtilAlgo 1.3.6.1.4.1.9.9.715.1.1.3 integer read-only
This objects represents the method used to calculate 1 Minute interval utilization data. The enumerated values are described below. unknown (1) - The calculation method is unknown fiveSecSMA (2) - The value is calculated using Simple Moving Average of last 12 five seconds utilization data. Enumeration: 'unknown': 1, 'fiveSecSMA': 2.
                 ceqfpFiveMinutesUtilAlgo 1.3.6.1.4.1.9.9.715.1.1.4 integer read-only
This objects represents the method used to calculate 5 Minutes interval utilization data. The enumerated values are described below. unknown (1) - The calculation method is unknown fiveSecSMA (2) - The value is calculated using Simple Moving Average of last 60 five seconds utilization data. Enumeration: 'unknown': 1, 'fiveSecSMA': 2.
                 ceqfpSixtyMinutesUtilAlgo 1.3.6.1.4.1.9.9.715.1.1.5 integer read-only
This objects represents the method used to calculate 60 Minutes interval utilization data. The enumerated values are described below. unknown (1) - The calculation method is unknown fiveSecSMA (1) - The value is calculated using Simple Moving Average of last 720 five seconds utilization data. Enumeration: 'unknown': 1, 'fiveSecSMA': 2.
                 ceqfpUtilizationTable 1.3.6.1.4.1.9.9.715.1.1.6 no-access
This table maintains the utilization statistics collected by each QFP physical entity at various time interval such as last 5 seconds, 1 minute, etc. An agent creates a conceptual row to this table corresponding to a QFP physical entity for a time interval upon detection of a physical entity supporting the utilization statistics for a time interval. The agent destroys a conceptual row from this table corresponding to a QFP physical entity for a time interval upon removal of the QFP host physical entity or it does not receive the utilization statistics update for a certain time period. The time period to wait before deleting an entry from this table would be the discretion of the supporting device.
                     ceqfpUtilizationEntry 1.3.6.1.4.1.9.9.715.1.1.6.1 no-access
A conceptual row in the ceqfpUtilizationTable. There is an entry in this table for each QFP entity by a value of entPhysicalIndex and the supported time interval by a value of ceqfpUtilTimeInterval. The method of utilization data calculation for each interval period can be identified through the respective interval scalar objects. For example the utilizaiton data calculation method for 'fiveSecond' interval can be identified by ceqfpFiveSecondUtilAlgo.
                         ceqfpUtilTimeInterval 1.3.6.1.4.1.9.9.715.1.1.6.1.1 ciscoqfptimeinterval no-access
This object identifies the time interval for which the utilization statistics being collected. The interval values can be 5 second, 1 minute, etc. as specified in the CiscoQfpTimeInterval.
                         ceqfpUtilInputPriorityPktRate 1.3.6.1.4.1.9.9.715.1.1.6.1.2 ciscoqfppacketrate read-only
This object represents the QFP input channel priority packet rate during this interval.
                         ceqfpUtilInputPriorityBitRate 1.3.6.1.4.1.9.9.715.1.1.6.1.3 ciscoqfpbitrate read-only
This object represents the QFP input channel priority bit rate during this interval.
                         ceqfpUtilInputNonPriorityPktRate 1.3.6.1.4.1.9.9.715.1.1.6.1.4 ciscoqfppacketrate read-only
This object represents the QFP input channel non-priority packet rate during this interval.
                         ceqfpUtilInputNonPriorityBitRate 1.3.6.1.4.1.9.9.715.1.1.6.1.5 ciscoqfpbitrate read-only
This object represents the QFP input channel non-priority bit rate during this interval.
                         ceqfpUtilInputTotalPktRate 1.3.6.1.4.1.9.9.715.1.1.6.1.6 ciscoqfppacketrate read-only
This object represents the QFP input channel total packet rate during this interval, which includes both priority and non-priority input packet rate.
                         ceqfpUtilInputTotalBitRate 1.3.6.1.4.1.9.9.715.1.1.6.1.7 ciscoqfpbitrate read-only
This object represents the QFP input channel total bit rate during this interval, which includes both priority and non-priority input bit rate.
                         ceqfpUtilOutputPriorityPktRate 1.3.6.1.4.1.9.9.715.1.1.6.1.8 ciscoqfppacketrate read-only
This object represents the QFP output channel priority packet rate during this interval.
                         ceqfpUtilOutputPriorityBitRate 1.3.6.1.4.1.9.9.715.1.1.6.1.9 ciscoqfpbitrate read-only
This object represents the QFP output channel priority bit rate during this interval.
                         ceqfpUtilOutputNonPriorityPktRate 1.3.6.1.4.1.9.9.715.1.1.6.1.10 ciscoqfppacketrate read-only
This object represents the QFP output channel non-priority packet rate during this interval.
                         ceqfpUtilOutputNonPriorityBitRate 1.3.6.1.4.1.9.9.715.1.1.6.1.11 ciscoqfpbitrate read-only
This object represents the QFP output channel non-priority bit rate during this interval.
                         ceqfpUtilOutputTotalPktRate 1.3.6.1.4.1.9.9.715.1.1.6.1.12 ciscoqfppacketrate read-only
This object represents the QFP output channel total packet rate during this interval, which includes both priority and non-priority output packet rate.
                         ceqfpUtilOutputTotalBitRate 1.3.6.1.4.1.9.9.715.1.1.6.1.13 ciscoqfpbitrate read-only
This object represents the QFP output channel total bit rate during this interval, which includes both priority and non-priority bit rate.
                         ceqfpUtilProcessingLoad 1.3.6.1.4.1.9.9.715.1.1.6.1.14 gauge32 read-only
This object represents the QFP processing load during this interval.
                 ceqfpMemoryResourceTable 1.3.6.1.4.1.9.9.715.1.1.7 no-access
This table maintains the memory resources statistics for each QFP physical entity. An agent creates a conceptual row to this table corresponding to a QFP physical entity and its supported memory resource type upon detection of a physical entity supporting the memory resource statistics for a memory resource type. An agent destroys a conceptual row from this table corresponding to a QFP physical entity and its supported memory resource type upon removal of the QFP host physical entity or it does not receive memory resource statistics update for a certain time period. The time period to wait before deleting an entry from this table would be the discretion of the supporting device.
                     ceqfpMemoryResourceEntry 1.3.6.1.4.1.9.9.715.1.1.7.1 no-access
A conceptual row in the ceqfpMemoryResourceTable. There is an entry in this table for each QFP entity by a value of entPhysicalIndex and the supported memory resource type by a value of ceqfpMemoryResType.
                         ceqfpMemoryResType 1.3.6.1.4.1.9.9.715.1.1.7.1.1 ciscoqfpmemoryresource no-access
This object indicates the type of the memory resource used by the QFP. This object is one of the indices to uniquely identify the QFP memory resource type.
                         ceqfpMemoryResTotal 1.3.6.1.4.1.9.9.715.1.1.7.1.2 gauge32 read-only
This object represents total memory available on this memory resource.
                         ceqfpMemoryResInUse 1.3.6.1.4.1.9.9.715.1.1.7.1.3 gauge32 read-only
This object represents the memory which is currently under use on this memory resource.
                         ceqfpMemoryResFree 1.3.6.1.4.1.9.9.715.1.1.7.1.4 gauge32 read-only
This object represents the memory which is currently free on this memory resource.
                         ceqfpMemoryResLowFreeWatermark 1.3.6.1.4.1.9.9.715.1.1.7.1.5 gauge32 read-only
This object represents lowest free water mark on this memory resource.
                         ceqfpMemoryResRisingThreshold 1.3.6.1.4.1.9.9.715.1.1.7.1.6 unsigned32 read-write
This object represents the rising threshold value for this memory resource. A value of zero means that the rising threshold is not supported for this memory resource. The value of this object can not be set to lower than or equal to ceqfpMemoryResFallingThreshold. A rising (ceqfpMemoryResRisingThreshNotif) notification will be generated, whenever the memory resource usage (ceqfpMemoryHCResInUse) is equal to or greater than this value. After a rising notification is generated, another such notification will not be generated until the ceqfpMemoryResInUse falls below this value and reaches the ceqfpMemoryResFallingThreshold.
                         ceqfpMemoryResFallingThreshold 1.3.6.1.4.1.9.9.715.1.1.7.1.7 unsigned32 read-write
This object represents the falling threshold value for this memory resource. A value of zero means that the falling threshold is not supported for this memory resource. The value of this object can not be set to higher than or equal to ceqfpMemoryResRisingThreshold. A falling (ceqfpMemoryResRisingThreshNotif) notification will be generated, whenever the memory resource usage (ceqfpMemoryHCResInUse) is equal to or lesser than this value. After a falling notification is generated, another such notification will not be generated until the ceqfpMemoryResInUse rises above this value and reaches the ceqfpMemoryResRisingThreshold.
                         ceqfpMemoryResTotalOvrflw 1.3.6.1.4.1.9.9.715.1.1.7.1.8 gauge32 read-only
This object represents the upper 32-bit of ceqfpMemoryResTotal. This object needs to be supported only when the value of ceqfpMemoryResTotal exceeds 32-bit, otherwise this object value would be set to 0.
                         ceqfpMemoryHCResTotal 1.3.6.1.4.1.9.9.715.1.1.7.1.9 counterbasedgauge64 read-only
This object is a 64-bit version of ceqfpMemoryResTotal.
                         ceqfpMemoryResInUseOvrflw 1.3.6.1.4.1.9.9.715.1.1.7.1.10 gauge32 read-only
This object represents the upper 32-bit of ceqfpMemoryResInUse. This object needs to be supported only when the value of ceqfpMemoryResInUse exceeds 32-bit, otherwise this object value would be set to 0.
                         ceqfpMemoryHCResInUse 1.3.6.1.4.1.9.9.715.1.1.7.1.11 counterbasedgauge64 read-only
This object is a 64-bit version of ceqfpMemoryInRes.
                         ceqfpMemoryResFreeOvrflw 1.3.6.1.4.1.9.9.715.1.1.7.1.12 gauge32 read-only
This object represents the upper 32-bit of ceqfpMemoryResFree. This object needs to be supported only when the value of ceqfpMemoryResFree exceeds 32-bit, otherwise this object value would be set to 0.
                         ceqfpMemoryHCResFree 1.3.6.1.4.1.9.9.715.1.1.7.1.13 counterbasedgauge64 read-only
This object is a 64-bit version of ceqfpMemoryResFree.
                         ceqfpMemoryResLowFreeWatermarkOvrflw 1.3.6.1.4.1.9.9.715.1.1.7.1.14 gauge32 read-only
This object represents the upper 32-bit of ceqfpMemoryResLowFreeWatermark. This object needs to be supported only when the value of ceqfpMemoryResLowFreeWatermark exceeds 32-bit, otherwise this object value would be set to 0.
                         ceqfpMemoryHCResLowFreeWatermark 1.3.6.1.4.1.9.9.715.1.1.7.1.15 counterbasedgauge64 read-only
This object is a 64-bit version of ceqfpMemoryResLowFreeWatermark.
                 ceqfpThroughputTable 1.3.6.1.4.1.9.9.715.1.1.8 no-access
This table maintains the throughput information for each QFP physical entity. An agent creates a conceptual row to this table corresponding to a QFP physical entity upon detection of a physical entity supporting the QFP throughput information. An agent destroys a conceptual row from this table corresponding to a QFP physical entity upon removal of the QFP host physical entity.
                     ceqfpThroughputEntry 1.3.6.1.4.1.9.9.715.1.1.8.1 no-access
A conceptual row in the ceqfpThroughputTable. There is an entry in this table for each QFP entity, as defined by a value of entPhysicalIndex.
                         ceqfpThroughputLicensedBW 1.3.6.1.4.1.9.9.715.1.1.8.1.1 counter64 read-only
This object represents the bandwidth for installed throughput license.
                         ceqfpThroughputLevel 1.3.6.1.4.1.9.9.715.1.1.8.1.2 integer read-only
This object represents the current throughput level for installed throughput license. normal (1) - Throughput usage is normal warning (2) - Throughput usage has crossed the configured threshold limit exceed (3) - Throughput usage has exceeded the total licensed bandwidth Enumeration: 'exceed': 3, 'warning': 2, 'normal': 1.
                         ceqfpThroughputInterval 1.3.6.1.4.1.9.9.715.1.1.8.1.3 integer32 read-write
The object represents the configured time interval at which the ceqfpThroughputLevel is checked.
                         ceqfpThroughputThreshold 1.3.6.1.4.1.9.9.715.1.1.8.1.4 integer32 read-write
The object represents the configured throughput threshold.
                         ceqfpThroughputAvgRate 1.3.6.1.4.1.9.9.715.1.1.8.1.5 counter64 read-only
The object represents the average throughput rate in the interval ceqfpThroughputInterval.
             ciscoEntityQfpNotif 1.3.6.1.4.1.9.9.715.1.2
                 ceqfpMemoryResThreshNotifEnabled 1.3.6.1.4.1.9.9.715.1.2.1 truthvalue read-write
This object controls memory resource rising and falling threshold notification. When this object contains a value 'true', then generation of memory resource threshold notification is enabled. If this object contains a value 'false', then generation of memory resource threshold notification is disabled.
                 ceqfpMemoryResCurrentRisingThresh 1.3.6.1.4.1.9.9.715.1.2.2 unsigned32 no-access
This object represents the current rising threshold value, which triggers the rising threshold notification (ceqfpMemoryResRisingThreshNotif).
                 ceqfpMemoryResCurrentFallingThresh 1.3.6.1.4.1.9.9.715.1.2.3 unsigned32 no-access
This object represents the current falling threshold value, which triggers the falling threshold notification (ceqfpMemoryResFallingThreshNotif).
                 ceqfpThroughputNotifEnabled 1.3.6.1.4.1.9.9.715.1.2.4 truthvalue read-write
This object controls throughput rate notification. When this object contains a value 'true', then generation of ceqfpThroughputNotif is enabled. If this object contains a value 'false', then generation of ceqfpThroughputNotif is disabled.
         ciscoEntityQfpMIBConform 1.3.6.1.4.1.9.9.715.2
             ciscoEntityQfpMIBCompliances 1.3.6.1.4.1.9.9.715.2.1
                 ciscoEntityQfpMIBComplianceRev1 1.3.6.1.4.1.9.9.715.2.1.1
The compliance statement for CISCO-ENTITY-QFP-MIB
                 ciscoEntityQfpMIBComplianceRev2 1.3.6.1.4.1.9.9.715.2.1.2
The compliance statement for CISCO-ENTITY-QFP-MIB. This compliance module deprecates ciscoEntityQfpMIBComplianceRev1.
             ciscoEntityQfpMIBGroups 1.3.6.1.4.1.9.9.715.2.2
                 ciscoEntityQfpSystemGroup 1.3.6.1.4.1.9.9.715.2.2.1
This group contains collection of QFP system information.
                 ciscoEntityQfpUtilizationAlgoGroup 1.3.6.1.4.1.9.9.715.2.2.2
This group contains collection of QFP utilization algorithm objects.
                 ciscoEntityQfpUtilizationGroup 1.3.6.1.4.1.9.9.715.2.2.3
This group contains collection of QFP utilization information.
                 ciscoEntityQfpMemoryResourceGroup 1.3.6.1.4.1.9.9.715.2.2.4
This group contains collection of QFP memory resource information.
                 ciscoEntityQfpNotifGroup 1.3.6.1.4.1.9.9.715.2.2.5
This group contains collection of QFP notifications.
                 ciscoEntityQfpMemoryResNotifGroup 1.3.6.1.4.1.9.9.715.2.2.6
This group contains memory resource notification control objects.
                 ciscoEntityQfpMemoryResourceOvrflwGroup 1.3.6.1.4.1.9.9.715.2.2.7
This group contains collection of upper 32-bit QFP memory resource information.
                 ciscoEntityQfpMemoryHCResourceGroup 1.3.6.1.4.1.9.9.715.2.2.8
This group contains collection of high capacity(HC) objects of QFP memory resource information.
                 ceqfpThroughputGroup 1.3.6.1.4.1.9.9.715.2.2.9
This group contains collection of throughput rate information.