CISCO-MEDIA-METRICS-MIB

File: CISCO-MEDIA-METRICS-MIB.mib (23103 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
CISCO-FLOW-MONITOR-MIB CISCO-REPORT-INTERVAL-TC-MIB CISCO-FLOW-MONITOR-TC-MIB
CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter64
Gauge32 MODULE-COMPLIANCE OBJECT-GROUP
TimeStamp cfmFlowMonitorId cfmFlowId
cfmFlowMetricsIntNumber ReportIntervalCount FlowBitRateUnits
ciscoMgmt

Defined Types

CfmMediaMetricsEntry  
SEQUENCE    
  cfmMediaMetricsValid BITS
  cfmMediaMetricsPkts Counter64
  cfmMediaMetricsOctets Counter64
  cfmMediaMetricsBitRateUnits FlowBitRateUnits
  cfmMediaMetricsBitRate Gauge32
  cfmMediaMetricsPktRate Gauge32
  cfmMediaMetricsStreamBitRateUnits FlowBitRateUnits
  cfmMediaMetricsStreamBitRate Gauge32
  cfmMediaMetricsStreamBitRateMaxUnits FlowBitRateUnits
  cfmMediaMetricsStreamBitRateMax Gauge32
  cfmMediaMetricsStreamBitRateMinUnits FlowBitRateUnits
  cfmMediaMetricsStreamBitRateMin Gauge32

CfmMediaMetricsIntEntry  
SEQUENCE    
  cfmMediaMetricsIntValid BITS
  cfmMediaMetricsIntPkts ReportIntervalCount
  cfmMediaMetricsIntOctets ReportIntervalCount
  cfmMediaMetricsIntBitRateUnits FlowBitRateUnits
  cfmMediaMetricsIntBitRate ReportIntervalCount
  cfmMediaMetricsIntPktRate ReportIntervalCount
  cfmMediaMetricsIntStreamBitRateUnits FlowBitRateUnits
  cfmMediaMetricsIntStreamBitRate ReportIntervalCount
  cfmMediaMetricsIntStreamBitRateMaxUnits FlowBitRateUnits
  cfmMediaMetricsIntStreamBitRateMax Gauge32
  cfmMediaMetricsIntStreamBitRateMinUnits FlowBitRateUnits
  cfmMediaMetricsIntStreamBitRateMin Gauge32

Defined Values

ciscoMediaMetricsMIB 1.3.6.1.4.1.9.9.771
This MIB module defines objects that describe the quality metrics of Media streams. GLOSSARY ============ 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. 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. Traffic Flow Stream - when the monitor identifies multiple individual traffic flows based on the flow classificiation, the monitor aggregates the flows and represents them as a single entry in the cfmFlowTable. The individual traffic flows contributing to the metrics are called as individual traffic flow stream. The metrics for the traffic flow with multiple streams contributing, are determined either by aggregating metrics of all individual streams, for example, cumulative bit rate is computed by cumulative bits of all streams divided by total duration, or by selecting the metric for one of the individual stream, for example, maximum bit rate of an individual stream.
MODULE-IDENTITY    

ciscoMediaMetricsMIBNotifs 1.3.6.1.4.1.9.9.771.0
OBJECT IDENTIFIER    

ciscoMediaMetricsMIBObjects 1.3.6.1.4.1.9.9.771.1
OBJECT IDENTIFIER    

ciscoMediaMetricsMIBConform 1.3.6.1.4.1.9.9.771.2
OBJECT IDENTIFIER    

ciscoMediaMetricsMIBIds 1.3.6.1.4.1.9.9.771.3
OBJECT IDENTIFIER    

ciscoMediaMetricsMIBCompliances 1.3.6.1.4.1.9.9.771.2.1
OBJECT IDENTIFIER    

cfmMediaMetrics 1.3.6.1.4.1.9.9.771.1.1
OBJECT IDENTIFIER    

cfmMediaMetricsTable 1.3.6.1.4.1.9.9.771.1.1.1
This table contains aggregate data maintained by a flow monitor for traffic flows for which it is computing Media 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 'media' bit set to one.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfmMediaMetricsEntry

cfmMediaMetricsEntry 1.3.6.1.4.1.9.9.771.1.1.1.1
An entry describes cumulative and aggregate Media metrics for a single traffic flow. The devices creates a row in the cfmMediaMetricsTable when a flow monitor starts monitoring a traffic flow and has been configured to compute Media metrics for the same traffic flow. Likewise, the device destroys a row in the cfmMediaMetricsTable when the corresponding flow monitor has ceased monitoring the traffic flow (e.g., when a traffic flow has timed out).
Status: current Access: not-accessible
OBJECT-TYPE    
  CfmMediaMetricsEntry  

cfmMediaMetricsValid 1.3.6.1.4.1.9.9.771.1.1.1.1.1
This object indicates which metrics are valid for the traffic flow: 'pkts' If this bit is set to '1', then the corresponding instance of cfmMediaMetricsPkts is valid. 'octets' If this bit is set to '1', then the corresponding instance of cfmMediaMetricsOctets is valid. 'bitRate' If this bit is set to '1', then the corresponding instances of cfmMediaMetricsBitRateUnits and cfmMediaMetricsBitRate are valid. 'pktRate' If this bit is set to '1', then the corresponding instance of cfmMediaMetricsPktRate is valid. 'streamBitRate' If this bit is set to '1', then the corresponding instances of cfmMediaMetricsStreamBitRateUnits and cfmMediaMetricsStreamBitRate are valid. 'streamBitRateMax' If this bit is set to '1', then the corresponding instances of cfmMediaMetricsStreamBitRateMaxUnits and cfmMediaMetricsStreamBitRateMax are valid. 'streamBitRateMin' If this bit is set to '1', then the corresponding instances of cfmMediaMetricsStreamBitRateMinUnits and cfmMediaMetricsStreamBitRateMin are valid.
Status: current Access: read-only
OBJECT-TYPE    
  BITS pkts(0), octets(1), bitRate(2), pktRate(3), streamBitRate(4), streamBitRateMax(5), streamBitRateMin(6)  

cfmMediaMetricsPkts 1.3.6.1.4.1.9.9.771.1.1.1.1.2
This object indicates the total number of packets, containing media payload, processed by the corresponding flow monitor for the corresponding traffic flow.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfmMediaMetricsOctets 1.3.6.1.4.1.9.9.771.1.1.1.1.3
This object indicates the total number of octets representing media payload, processed by the corresponding flow monitor for the corresponding traffic flow.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfmMediaMetricsBitRateUnits 1.3.6.1.4.1.9.9.771.1.1.1.1.4
This object indicates the units for the corresponding instance of cfmMediaMetricsBitRate.
Status: current Access: read-only
OBJECT-TYPE    
  FlowBitRateUnits  

cfmMediaMetricsBitRate 1.3.6.1.4.1.9.9.771.1.1.1.1.5
This object indicates the average bit rate at which the corresponding flow monitor is processing data, containing media payload, for the corresponding traffic flow. This value is cumulative over the lifetime of the traffic flow.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cfmMediaMetricsPktRate 1.3.6.1.4.1.9.9.771.1.1.1.1.6
This object indicates the average packet rate at which the corresponding flow monitor is processing data, containing media payload, for the corresponding traffic flow. This value is cumulative over the lifetime of the traffic flow.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cfmMediaMetricsStreamBitRateUnits 1.3.6.1.4.1.9.9.771.1.1.1.1.7
This object indicates the units for the corresponding instance of cfmMediaMetricsStreamBitRate.
Status: current Access: read-only
OBJECT-TYPE    
  FlowBitRateUnits  

cfmMediaMetricsStreamBitRate 1.3.6.1.4.1.9.9.771.1.1.1.1.8
This object indicates the average of media bit rates of all the individual streams contributing to the traffic flow. This object is computed by dividing the average media bit rate, indicated by 'cfmMediaMetricsBitRate', by the number of streams which have contributed to the metrics over the lifetime of the traffic flow.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cfmMediaMetricsStreamBitRateMaxUnits 1.3.6.1.4.1.9.9.771.1.1.1.1.9
This object indicates the units for the corresponding instance of cfmMediaMetricsStreamBitRateMax.
Status: current Access: read-only
OBJECT-TYPE    
  FlowBitRateUnits  

cfmMediaMetricsStreamBitRateMax 1.3.6.1.4.1.9.9.771.1.1.1.1.10
This object indicates the maximum media bit rate observed, among the individual streams, that have contributed to the metrics over the lifetime of the traffic flow.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cfmMediaMetricsStreamBitRateMinUnits 1.3.6.1.4.1.9.9.771.1.1.1.1.11
This object indicates the units for the corresponding instance of cfmMediaMetricsStreamBitRateMin.
Status: current Access: read-only
OBJECT-TYPE    
  FlowBitRateUnits  

cfmMediaMetricsStreamBitRateMin 1.3.6.1.4.1.9.9.771.1.1.1.1.12
This object indicates the minimum media bit rate observed, among the individual streams, that have contributed to the metrics over the lifetime of the traffic flow.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cfmMediaMetricsTableChanged 1.3.6.1.4.1.9.9.771.1.1.2
This object indicates the value of sysUpTime the last time the device created/destroyed a row in the cfmMediaMetricsTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cfmMediaMetricsIntTable 1.3.6.1.4.1.9.9.771.1.1.3
This table contains historic Media 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 'media' bit set to one.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfmMediaMetricsIntEntry

cfmMediaMetricsIntEntry 1.3.6.1.4.1.9.9.771.1.1.3.1
An entry describes Media metrics collected for a previous measurement interval for a corresponding traffic flow.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfmMediaMetricsIntEntry  

cfmMediaMetricsIntValid 1.3.6.1.4.1.9.9.771.1.1.3.1.1
This object indicates which metrics are valid for the measurement interval: 'pkts' If this bit is set to '1', then the corresponding instance of cfmMediaMetricsIntPkts is valid. 'octets' If this bit is set to '1', then the corresponding instance of cfmMediaMetricsIntOctets is valid. 'bitRate' If this bit is set to '1', then the corresponding instances of cfmMediaMetricsIntBitRateUnits and cfmMediaMetricsIntBitRate are valid. 'pktRate' If this bit is set to '1', then the corresponding instance of cfmMediaMetricsIntPktRate is valid. 'streamBitRate' If this bit is set to '1', then the corresponding instances of cfmMediaMetricsIntStreamBitRateUnits and cfmMediaMetricsIntStreamBitRate are valid. 'streamBitRateMax' If this bit is set to '1', then the corresponding instances of cfmMediaMetricsIntStreamBitRateMaxUnits and cfmMediaMetricsIntStreamBitRateMax are valid. 'streamBitRateMin' If this bit is set to '1', then the corresponding instances of cfmMediaMetricsIntStreamBitRateMinUnits and cfmMediaMetricsIntStreamBitRateMin are valid.
Status: current Access: read-only
OBJECT-TYPE    
  BITS pkts(0), octets(1), bitRate(2), pktRate(3), streamBitRate(4), streamBitRateMax(5), streamBitRateMin(6)  

cfmMediaMetricsIntPkts 1.3.6.1.4.1.9.9.771.1.1.3.1.2
This object indicates the total number of packets, containing media payload, processed by the corresponding flow monitor for the corresponding traffic flow during the measurement interval.
Status: current Access: read-only
OBJECT-TYPE    
  ReportIntervalCount  

cfmMediaMetricsIntOctets 1.3.6.1.4.1.9.9.771.1.1.3.1.3
This object indicates the total number of octets contained by the packets, representing media payload, processed by the corresponding flow monitor for the corresponding traffic flow during the measurement interval.
Status: current Access: read-only
OBJECT-TYPE    
  ReportIntervalCount  

cfmMediaMetricsIntBitRateUnits 1.3.6.1.4.1.9.9.771.1.1.3.1.4
This object indicates the units for the corresponding instance of cfmMediaMetricsIntBitRate.
Status: current Access: read-only
OBJECT-TYPE    
  FlowBitRateUnits  

cfmMediaMetricsIntBitRate 1.3.6.1.4.1.9.9.771.1.1.3.1.5
This object indicates the average bit rate at which the corresponding flow monitor processed data, containing media payload, for the corresponding traffic flow during the measurement interval.
Status: current Access: read-only
OBJECT-TYPE    
  ReportIntervalCount  

cfmMediaMetricsIntPktRate 1.3.6.1.4.1.9.9.771.1.1.3.1.6
This object indicates the average packet rate at which the corresponding flow monitor processed data, containing media payload, for the corresponding traffic flow during the measurement interval.
Status: current Access: read-only
OBJECT-TYPE    
  ReportIntervalCount  

cfmMediaMetricsIntStreamBitRateUnits 1.3.6.1.4.1.9.9.771.1.1.3.1.7
This object indicates the units for the corresponding instance of cfmMediaMetricsIntStreamBitRate.
Status: current Access: read-only
OBJECT-TYPE    
  FlowBitRateUnits  

cfmMediaMetricsIntStreamBitRate 1.3.6.1.4.1.9.9.771.1.1.3.1.8
This object indicates the average of media bit rates of all the individual streams which contributed to the traffic flow during measurement interval.
Status: current Access: read-only
OBJECT-TYPE    
  ReportIntervalCount  

cfmMediaMetricsIntStreamBitRateMaxUnits 1.3.6.1.4.1.9.9.771.1.1.3.1.9
This object indicates the units for the corresponding instance of cfmMediaMetricsIntStreamBitRateMax.
Status: current Access: read-only
OBJECT-TYPE    
  FlowBitRateUnits  

cfmMediaMetricsIntStreamBitRateMax 1.3.6.1.4.1.9.9.771.1.1.3.1.10
This object indicates the maximum media bit rate observed, among the individual streams, which contributed to the traffic flow during the measurement interval.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cfmMediaMetricsIntStreamBitRateMinUnits 1.3.6.1.4.1.9.9.771.1.1.3.1.11
This object indicates the units for the corresponding instance of cfmMediaMetricsIntStreamBitRateMin.
Status: current Access: read-only
OBJECT-TYPE    
  FlowBitRateUnits  

cfmMediaMetricsIntStreamBitRateMin 1.3.6.1.4.1.9.9.771.1.1.3.1.12
This object indicates the minimum media bit rate observed, among the individual streams, which contributed to the traffic flow during the measurement interval.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

ciscoMediaMetricsMIBGroups 1.3.6.1.4.1.9.9.771.2.2
OBJECT IDENTIFIER    

ciscoMediaMetricsMIBCompliance01 1.3.6.1.4.1.9.9.771.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-MEDIA-METRICS-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoMediaMetricsGroup 1.3.6.1.4.1.9.9.771.2.2.1
This group contains objects that describe Media metrics.
Status: current Access: read-only
OBJECT-GROUP