CISCO-IP-CBR-METRICS-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-IP-CBR-METRICS-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
 ciscoIpCbrMetricsMIB 1.3.6.1.4.1.9.9.697
This MIB module defines objects that describe the a set of metrics used to measure the quality of a IP CBR traffic flow. An IP CBR traffic flow consists of a stream of IP datagrams sent from one application to another with a constant packet rate or bit rate. GLOSSARY ============ CBR - Constant Bit Rate. Delay Factor - the maximum observed value of the flow rate imbalance over a measurement interval. DF - Delay Factor. Flow Monitor - a hardware or software entity that classifies traffic flows, collects flow data, and periodically computes flow metrics. Flow Metric - a measurement that reflects the quality of a traffic flow. Measurement Interval - the length of time over which a flow monitor collects data related to a traffic flow, after which the flow monitor computes flow metrics using the collected data. Media Rate - the effective bit rate of the media content carried by a traffic flow. Media Rate Variation - a measure of loss (in bytes): N RT - sum [Si] i=1 MRV = --------------- RT where R is the nominal media rate, T is the measurement interval, Si is the size of packet[i] received during the measurement interval, and N is the number of media packets received during the measurement interval. MR - Media Rate. MRV - Media Rate Variation. Traffic Flow - a unidirectional stream of packets conforming to a classifier. For example, packets having a particular source IP address, destination IP address, protocol type, source port number, and destination port number. VB - Virtual Buffer. Virtual Buffer - a virtual buffer is a construct used to simulate a real buffer used by a media application for the purpose of storing media packets until the the application can render their content.
         ciscoIpCbrMetricsMIBNotifs 1.3.6.1.4.1.9.9.697.0
         ciscoIpCbrMetricsMIBObjects 1.3.6.1.4.1.9.9.697.1
             cfmIpCbrMetrics 1.3.6.1.4.1.9.9.697.1.1
                 cfmIpCbrMetricsTable 1.3.6.1.4.1.9.9.697.1.1.1 no-access
This table contains aggregate data maintained by a flow monitor for traffic flows for which it is computing IP CBR metrics. This table has an sparse dependent relationship on the cfmFlowMetricsTable (defined by the CISCO-FLOW-MONITOR-MIB), containing a row for each row in the cfmFlowMetricsTable having a corresponding instance of cfmFlowMetricsCollected with the 'ipCbr' bit set to one.
                     cfmIpCbrMetricsEntry 1.3.6.1.4.1.9.9.697.1.1.1.1 no-access
An entry describes cumulative and aggregate IP CBR metrics for a single traffic flow. The devices creates a row in the cfmIpCbrMetricsTable when a flow monitor starts monitoring a traffic flow and has been configured to compute IP CBR metrics for the same traffic flow. Likewise, the device destroys a row in the cfmIpCbrMetricsMetricsTable when the corresponding flow monitor has ceased monitoring the traffic flow (e.g., when a traffic flow has timed out).
                         cfmIpCbrMetricsCfgRateType 1.3.6.1.4.1.9.9.697.1.1.1.1.1 flowcfgratetype read-only
This object indicates how the corresponding flow monitor computes the DF for the traffic flow.
                         cfmIpCbrMetricsCfgBitRate 1.3.6.1.4.1.9.9.697.1.1.1.1.2 flowbitrateunits read-only
This object indicates the units for the corresponding instance of cfmIpCbrMetricsCfgRate. The value of this column only has relevance if the corresponding instance of cfmIpCbrMetricsCfgRateType is 'ipBitRate' or 'mediaRate'.
                         cfmIpCbrMetricsCfgRate 1.3.6.1.4.1.9.9.697.1.1.1.1.3 unsigned32 read-only
This object indicates the configured bit rate used by the flow monitor to compute the DF for the traffic flow. The value of this column only has relevance if the corresponding instance of cfmIpCbrMetricsCfgRateType is 'ipBitRate' or 'mediaRate'.
                         cfmIpCbrMetricsCfgMediaPktSize 1.3.6.1.4.1.9.9.697.1.1.1.1.4 unsigned32 read-only
This object indicates the configured media packet size used by the flow monitor to compute the DF for the traffic flow. The value of this column only has relevance if the corresponding instance of cfmIpCbrMetricsCfgRateType is 'mediaRate'.
                         cfmIpCbrMetricsValid 1.3.6.1.4.1.9.9.697.1.1.1.1.5 bits read-only
This object indicates which metrics are valid for the traffic flow: 'lostPkts' If this bit is set to '1', then the corresponding instance of cfmIpCbrMetricsLostPkts is valid. 'mediaRateVariation' If this bit is set to '1', then the corresponding instances of cfmIpCbrMetricsMlrScale, cfmIpCbrMetricsMlrPrecision, and cfmIpCbrMetricsMlr are valid. Bits: 'lostPkts': 0, 'mediaRateVariation': 1.
                         cfmIpCbrMetricsLostPkts 1.3.6.1.4.1.9.9.697.1.1.1.1.6 counter64 read-only
This object indicates the number of packets lost for the traffic flow. The value of this column is valid if and only if the 'lostPkts' bit in the corresponding instance of cfmMdiMetricsValid is set to '1'.
                         cfmIpCbrMetricsMrvScale 1.3.6.1.4.1.9.9.697.1.1.1.1.7 flowmetricscale read-only
This object indicates the scale factor for the corresponding instance of cfmIpCbrMetricsMrv. The value of this column is valid if and only if the 'mediaRateVariation' bit in the corresponding instance of cfmMdiMetricsValid is set to '1'.
                         cfmIpCbrMetricsMrvPrecision 1.3.6.1.4.1.9.9.697.1.1.1.1.8 flowmetricprecision read-only
This object indicates the precision for the corresponding instance of cfmIpCbrMetricsMrv. The value of this column is valid if and only if the 'mediaRateVariation' bit in the corresponding instance of cfmMdiMetricsValid is set to '1'.
                         cfmIpCbrMetricsMrv 1.3.6.1.4.1.9.9.697.1.1.1.1.9 flowmetricvalue read-only
This object indicates the MRV for the traffic flow since the flow monitor started collecting data for the traffic flow. The value of this column is valid if and only if the 'mediaRateVariation' bit in the corresponding instance of cfmMdiMetricsValid is set to '1'.
                 cfmIpCbrMetricsTableChanged 1.3.6.1.4.1.9.9.697.1.1.2 timestamp read-only
This object indicates the value of sysUpTime the last time the device created/destroyed a row in the cfmIpCbrMetricsTable.
                 cfmIpCbrMetricsIntTable 1.3.6.1.4.1.9.9.697.1.1.3 no-access
This table contains historic IP CBR metrics for the traffic flows monitored by each of the flow monitors supported by the device. This table has an sparse dependent relationship on the cfmFlowMetricsIntTable (defined by the CISCO-FLOW-MONITOR-MIB), containing a row for each row in the cfmFlowMetricsIntTable having a corresponding instance of cfmFlowMetricsCollected with the 'ipCbr' bit set to one.
                     cfmIpCbrMetricsIntEntry 1.3.6.1.4.1.9.9.697.1.1.3.1 no-access
An entry describes IP CBR metrics collected for a previous measurement interval for a corresponding traffic flow.
                         cfmIpCbrMetricsIntValid 1.3.6.1.4.1.9.9.697.1.1.3.1.1 bits read-only
This object indicates which metrics are valid for the measurement interval: 'lostPkts' If this bit is set to '1', then the corresponding instance of cfmIpCbrMetricsIntLostPkts is valid. 'vbMin' If this bit is set to '1', then the corresponding instance of cfmIpCbrMetricsIntVbMin is valid. 'vbMax' If this bit is set to '1', then the corresponding instance of cfmIpCbrMetricsIntVbMax is valid. 'mediaRate' If this bit is set to '1', then the corresponding instances of cfmIpCbrMetricsIntMrUnits and cfmIpCbrMetricsIntMr are valid. 'delayFactor' If this bit is set to '1', then the corresponding instances of cfmIpCbrMetricsIntDfScale, cfmIpCbrMetricsIntDfPrecision, and cfmIpCbrMetricsIntDf are valid. 'mediaRateVariation' If this bit is set to '1', then the corresponding instances of cfmIpCbrMetricsIntMrvScale, cfmIpCbrMetricsIntMrvPrecision, and cfmIpCbrMetricsIntMrv are valid. Bits: 'vbMin': 1, 'mediaRateVariation': 5, 'delayFactor': 4, 'vbMax': 2, 'lostPkts': 0, 'mediaRate': 3.
                         cfmIpCbrMetricsIntLostPkts 1.3.6.1.4.1.9.9.697.1.1.3.1.2 reportintervalcount read-only
This object indicates the number of lost packets for the traffic flow during the measurement interval. The value of this column is valid if and only if the 'lostPkts' bit in the corresponding instance of cfmIpCbrMetricsIntValid is set to '1'.
                         cfmIpCbrMetricsIntVbMin 1.3.6.1.4.1.9.9.697.1.1.3.1.3 reportintervalcount read-only
This object indicates the minimum virtual buffer size computed for the traffic flow over the course of the measurement interval. The value of this column is valid if and only if the 'vbMin' bit in the corresponding instance of cfmIpCbrMetricsIntValid is set to '1'.
                         cfmIpCbrMetricsIntVbMax 1.3.6.1.4.1.9.9.697.1.1.3.1.4 reportintervalcount read-only
This object indicates the maximum virtual buffer size computed for the traffic flow over the course of the measurement interval. The value of this column is valid if and only if the 'vbMax' bit in the corresponding instance of cfmIpCbrMetricsIntValid is set to '1'.
                         cfmIpCbrMetricsIntMrUnits 1.3.6.1.4.1.9.9.697.1.1.3.1.5 flowbitrateunits read-only
This object indicates the units for the corresponding instance of cfmIpCbrMetricsMr. The value of this column is valid if and only if the 'mediaRate' bit in the corresponding instance of cfmIpCbrMetricsIntValid is set to '1'.
                         cfmIpCbrMetricsIntMr 1.3.6.1.4.1.9.9.697.1.1.3.1.6 reportintervalcount read-only
This object indicates the media rate used by the flow monitor to compute the DF for the traffic flow. If the corresponding instance of cfmIpCbrMetricsCfgRateType is 'auto', then the value of this column indicates the MR for the traffic flow during the measurement interval. Otherwise, the value of this column reflects the configured MR. The value of this column is valid if and only if the 'mediaRate' bit in the corresponding instance of cfmIpCbrMetricsIntValid is set to '1'.
                         cfmIpCbrMetricsIntDfScale 1.3.6.1.4.1.9.9.697.1.1.3.1.7 flowmetricscale read-only
This object indicates the scaling factor for the corresponding instance of cfmIpCbrMetricsIntDf. The value of this column is valid if and only if the 'delayFactor' bit in the corresponding instance of cfmIpCbrMetricsIntValid is set to '1'.
                         cfmIpCbrMetricsIntDfPrecision 1.3.6.1.4.1.9.9.697.1.1.3.1.8 flowmetricprecision read-only
This object indicates the precision for the corresponding instance of cfmIpCbrMetricsIntDf. The value of this column is valid if and only if the 'delayFactor' bit in the corresponding instance of cfmIpCbrMetricsIntValid is set to '1'.
                         cfmIpCbrMetricsIntDf 1.3.6.1.4.1.9.9.697.1.1.3.1.9 flowmetricvalue read-only
This object indicates the DF for the traffic flow during the measurement interval. The value of this column is valid if and only if the 'delayFactor' bit in the corresponding instance of cfmIpCbrMetricsIntValid is set to '1'.
                         cfmIpCbrMetricsIntMrvScale 1.3.6.1.4.1.9.9.697.1.1.3.1.10 flowmetricscale read-only
This object indicates the scaling factor for the corresponding instance of cfmIpCbrMetricsIntMrv. The value of this column is valid if and only if the 'mediaRateVariation' bit in the corresponding instance of cfmIpCbrMetricsIntValid is set to '1'.
                         cfmIpCbrMetricsIntMrvPrecision 1.3.6.1.4.1.9.9.697.1.1.3.1.11 flowmetricprecision read-only
This object indicates the precision for for the corresponding instance of cfmIpCbrMetricsIntMrv. The value of this column is valid if and only if the 'mediaRateVariation' bit in the corresponding instance of cfmIpCbrMetricsIntValid is set to '1'.
                         cfmIpCbrMetricsIntMrv 1.3.6.1.4.1.9.9.697.1.1.3.1.12 flowmetricvalue read-only
This object indicates the MRV for the traffic flow during the measurement interval. The value of this column is valid if and only if the 'mediaRateVariation' bit in the corresponding instance of cfmIpCbrMetricsIntValid is set to '1'.
         ciscoIpCbrMetricsMIBConform 1.3.6.1.4.1.9.9.697.2
             ciscoIpCbrMetricsMIBCompliances 1.3.6.1.4.1.9.9.697.2.1
                 ciscoIpCbrMetricsCompliance01 1.3.6.1.4.1.9.9.697.2.1.1
This compliance statement specifies the minimal requirements an implementation must meet in order to claim full compliance with the definition of the CISCO-IP-CBR-METRICS-MIB.
             ciscoIpCbrMetricsMIBGroups 1.3.6.1.4.1.9.9.697.2.2
                 cfmIpCbrMetricsGroup 1.3.6.1.4.1.9.9.697.2.2.1
This group contains objects that describe IP CBR metrics.
         ciscoIpCbrMetricsMIBIds 1.3.6.1.4.1.9.9.697.3
             cfmIpCbrMonitoredElements 1.3.6.1.4.1.9.9.697.3.1
                 cfmeIpCbrCumulativeLostPkts 1.3.6.1.4.1.9.9.697.3.1.1
This object identifier represents the monitored element describing the cumulative number of lost packets for a traffic flow (cfmIpCbrMetricsLostPkts). This obect identifier can be used as a value for cfmConditionMonitoredElement.
                 cfmeIpCbrCumulativeMrv 1.3.6.1.4.1.9.9.697.3.1.2
This object identifier represents the monitored element describing the cumulative MRV for a traffic flow (cfmIpCbrMetricsMrv). This obect identifier can be used as a value for cfmConditionMonitoredElement.
                 cfmeIpCbrLostPkts 1.3.6.1.4.1.9.9.697.3.1.3
This object identifier represents the monitored element describing the number of packets lost for a traffic flow during the last measurement interval (cfmIpCbrMetricsIntLostPkts). This obect identifier can be used as a value for cfmConditionMonitoredElement.
                 cfmeIpCbrDf 1.3.6.1.4.1.9.9.697.3.1.4
This object identifier represents the monitored element describing the DF for a traffic flow during the last measurement interval (cfmIpCbrMetricsIntDf). This obect identifier can be used as a value for cfmConditionMonitoredElement.
                 cfmeIpCbrMrv 1.3.6.1.4.1.9.9.697.3.1.5
This object identifier represents the monitored element describing the MRV for a traffic flow during the last measurement interval (cfmIpCbrMetricsIntMrv). This obect identifier can be used as a value for cfmConditionMonitoredElement.