MIB Viewer

CISCO-RTP-METRICS-MIB

61 objects
This MIB module defines objects that describe the quality metrics of RTP streams, similar to those described by an RTCP Receiver Report packet [RFC3550]. GLOSSARY ============ Expected Packets - this value is formally defined as the extended last sequence number received less the initial sequence number received. An extended last sequence number is a 32-bit value, where the most significant 16-bit word indicates the number of sequence number cycles, and the least significant 16-bit word indicates the highest sequence number received. 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. Inter-Arrival Jitter - an estimate of the statistical variance of the RTP data packet inter-arrival time. The inter-arrival jitter, J, is formally defined to be the mean deviation (smoothed absolute value) of the difference, D, in packet spacing at the flow monitor compared to the sender for a pair of packets. This is equivalent to the difference in the relative transit time for two packets; the relative transit time is the difference between a packet's RTP timestamp and the device's clock at the time of arrival (measured in the same units): D(i,j) = (Rj - Ri) - (Sj - Si) = (Rj - Sj) - (Ri - Si) where Si is the RTP timestamp from packet i, and Ri is the time of arrival in RTP timestamp units for packet i. The inter-arrival jitter SHOULD be calculated continuously for each RTP data packet received from source SSRCn, using this equation to compute difference for each packet and the previous packet (in order of arrival, not necessarily in sequence). |D(i-1,i)| - J(i-1) J(i) = J(i-1) + 16 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. Loss Distance - the difference between the sequence numbers delimiting the start of two consecutive loss intervals. Consider the following sequence of RTP data packets: 111111 111222 2233 33333 444 444 5 123456x890123xxxx8901xxx56789x123xx678x0 ^ ^ ^ ^ ^ ^ | | | | | | LI1 LI2 LI3 LI4 LI5 LI6 Loss Interval | Loss Distance ===============+=============== 1 | 2 | 7 3 | 8 4 | 8 5 | 4 6 | 5 Loss Fraction - the fraction of RTP data packets from source SSRCn lost during a measurement interval, expressed as a fixed-point number: Li Fi = Ei where Fi is the loss fraction for measurement interval i, Li is the lost packets during measurement interval i, and Ei is the expected packets during measurement interval i. Observe that the number of packets lost includes packets that are late or duplicates, and hence this number can can have a theoretical theoretical value between negative infinity and one. The cumulative loss fraction is the fraction of RTP data packets from source SSRCn lost over the duration monitoring the flow: n sum [Li] i=1 Fn = n sum [Ei] i=1 where Fn is the cumulative loss fraction over n measurement intervals. Loss Interval - an interval in which consecutive packet losses were experienced. Consider the following sequence of RTP data packets: 111111 111222 2233 33333 444 444 5 123456x890123xxxx8901xxx56789x123xx678x0 ^ ^ ^ ^ ^ ^ | | | | | | LI1 LI2 LI3 LI4 LI5 LI6 LI1 through LI6 indicate the start of loss intervals observed in this sequence. Loss Interval Duration - the number of packets lost in a loss interval. Consider the following sequence of RTP data packets: 111111 111222 2233 33333 444 444 5 123456x890123xxxx8901xxx56789x123xx678x0 ^ ^ ^ ^ ^ ^ | | | | | | LI1 LI2 LI3 LI4 LI5 LI6 Loss Interval | Duration ===============+========== 1 | 1 2 | 4 3 | 3 4 | 1 5 | 2 6 | 1 Lost Packets - this value is formally defined as the number of packets expected less the number of packets actually received, where the number of packets received includes those which are late or duplicates. SSRCn - the SSRC identifier of the source. 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. Transit Time - the latency from the insertion into the network to the flow monitor. This value can be computed by taking the difference between a packet's RTP timestamp and the device's clock at the time of arrival (measured in the same units). REFERENCES ============== [RFC3550] H. Schlzrinne, S. Casner, R. Frederick, V. Jacobson, 'RTP: A Transport Protocol for Real-Time Applications', RFC-3550, July 2003.
OIDNameAccessStatusDescription
1.3.6.1.4.1.9.9.703IdentityciscoRtpMetricsMIBThis MIB module defines objects that describe the quality metrics of RTP streams, similar to those described by an RTCP Receiver Report packet [RFC3550]. GLOSS…
1.3.6.1.4.1.9.9.703.0NodeciscoRtpMetricsMIBNotifs
1.3.6.1.4.1.9.9.703.1NodeciscoRtpMetricsMIBObjects
1.3.6.1.4.1.9.9.703.1.1NodecfmRtpMetrics
1.3.6.1.4.1.9.9.703.1.1.1TablecfmRtpMetricsTablenot-accessiblecurrentThis table contains aggregate data maintained by a flow monitor for traffic flows for which it is computing RTP metrics. This table has an sparse dependent rel…
1.3.6.1.4.1.9.9.703.1.1.1.1RowcfmRtpMetricsEntrynot-accessiblecurrentAn entry describes cumulative and aggregate RTP metrics for a single traffic flow. The devices creates a row in the cfmRtpMetricsTable when a flow monitor star…
1.3.6.1.4.1.9.9.703.1.1.1.1.1ColumncfmRtpMetricsValidread-onlycurrentThis object indicates which metrics are valid for the traffic flow: 'expectedPkts' If this bit is set to '1', then the corresponding instance of cfmRtpMetricsE…
1.3.6.1.4.1.9.9.703.1.1.1.1.2ColumncfmRtpMetricsExpectedPktsread-onlycurrentThis object indicates the number of RTP packets expected for the traffic flow.
1.3.6.1.4.1.9.9.703.1.1.1.1.3ColumncfmRtpMetricsLostPktsread-onlycurrentThis object indicates the number of RTP packets lost for the traffic flow.
1.3.6.1.4.1.9.9.703.1.1.1.1.4ColumncfmRtpMetricsFracScaleread-onlycurrentThis object indicates the scaling factor for the corresponding instance of cfmRtpMetricsFrac.
1.3.6.1.4.1.9.9.703.1.1.1.1.5ColumncfmRtpMetricsFracPrecisionread-onlycurrentThis object indicates the precision for the corresponding instance of cfmRtpmetricsFrac.
1.3.6.1.4.1.9.9.703.1.1.1.1.6ColumncfmRtpMetricsFracread-onlycurrentThis object indicates the loss fraction for traffic flow.
1.3.6.1.4.1.9.9.703.1.1.1.1.7ColumncfmRtpMetricsLIsread-onlycurrentThis object indicates the number of loss intervals for the traffic flow.
1.3.6.1.4.1.9.9.703.1.1.1.1.8ColumncfmRtpMetricsAvgLDScaleread-onlycurrentThis object indicates the scaling factor for the corresponding instance of cfmRtpMetricsAvgLD.
1.3.6.1.4.1.9.9.703.1.1.1.1.9ColumncfmRtpMetricsAvgLDPrecisionread-onlycurrentThis object indicates the precision for the corresponding instance of cfmRtpMetricsAvgLD.
1.3.6.1.4.1.9.9.703.1.1.1.1.10ColumncfmRtpMetricsAvgLDread-onlycurrentThis object indicates the average loss duration for the traffic flow.
1.3.6.1.4.1.9.9.703.1.1.1.1.11ColumncfmRtpMetricsAvgLossDistanceread-onlycurrentThis object indicates the average loss distance for the traffic flow.
1.3.6.1.4.1.9.9.703.1.1.1.1.12ColumncfmRtpMetricsJitterScaleread-onlycurrentThis object indicates the scaling factor for the corresponding instance of cfmRtpMetricsJitter.
1.3.6.1.4.1.9.9.703.1.1.1.1.13ColumncfmRtpMetricsJitterPrecisionread-onlycurrentThis object indicates the precision for the corresponding instance of cfmRtpMetricsJitter.
1.3.6.1.4.1.9.9.703.1.1.1.1.14ColumncfmRtpMetricsJitterread-onlycurrentThis object indicates the inter-arrival jitter for the traffic flow.
1.3.6.1.4.1.9.9.703.1.1.2ScalarcfmRtpMetricsTableChangedread-onlycurrentThis object indicates the value of sysUpTime the last time the device created/destroyed a row in the cfmRtpMetricsTable.
1.3.6.1.4.1.9.9.703.1.1.3TablecfmRtpMetricsIntTablenot-accessiblecurrentThis table contains historic RTP metrics for the traffic flows monitored by each of the flow monitors supported by the device. This table has an sparse depende…
1.3.6.1.4.1.9.9.703.1.1.3.1RowcfmRtpMetricsIntEntrynot-accessiblecurrentAn entry describes RTP metrics collected for a previous measurement interval for a corresponding traffic flow.
1.3.6.1.4.1.9.9.703.1.1.3.1.1ColumncfmRtpMetricsIntValidread-onlycurrentThis object indicates which metrics are valid for the measurement interval: 'expectedPkts' If this bit is set to '1', then the corresponding instance of cfmRtp…
1.3.6.1.4.1.9.9.703.1.1.3.1.2ColumncfmRtpMetricsIntExpectedPktsread-onlycurrentThis object indicates the number of RTP packets expected for the traffic flow during the measurement interval.
1.3.6.1.4.1.9.9.703.1.1.3.1.3ColumncfmRtpMetricsIntLostPktsread-onlycurrentThis object indicates the number of RTP packets lost for the traffic flow during the measurement interval.
1.3.6.1.4.1.9.9.703.1.1.3.1.4ColumncfmRtpMetricsIntFracScaleread-onlycurrentThis object indicates the scaling factor for the corresponding instance of cfmRtpMetricsIntFrac.
1.3.6.1.4.1.9.9.703.1.1.3.1.5ColumncfmRtpMetricsIntFracPrecisionread-onlycurrentThis object indicates the precision for the corresponding instance of cfmRtpmetricsIntFrac.
1.3.6.1.4.1.9.9.703.1.1.3.1.6ColumncfmRtpMetricsIntFracread-onlycurrentThis object indicates the loss fraction for traffic flow during the measurement interval.
1.3.6.1.4.1.9.9.703.1.1.3.1.7ColumncfmRtpMetricsIntLIsread-onlycurrentThis object indicates the number of loss intervals for the traffic flow during the measurement interval.
1.3.6.1.4.1.9.9.703.1.1.3.1.8ColumncfmRtpMetricsIntAvgLDScaleread-onlycurrentThis object indicates the scaling factor for the corresponding instance of cfmRtpMetricsIntAvgLD.
1.3.6.1.4.1.9.9.703.1.1.3.1.9ColumncfmRtpMetricsIntAvgLDPrecisionread-onlycurrentThis object indicates the precision for the corresponding instance of cfmRtpMetricsIntAvgLD.
1.3.6.1.4.1.9.9.703.1.1.3.1.10ColumncfmRtpMetricsIntAvgLDread-onlycurrentThis object indicates the average loss duration for the traffic flow during the measurement interval.
1.3.6.1.4.1.9.9.703.1.1.3.1.11ColumncfmRtpMetricsIntAvgLossDistanceread-onlycurrentThis object indicates the average loss distance for the traffic flow during the measurement interval.
1.3.6.1.4.1.9.9.703.1.1.3.1.12ColumncfmRtpMetricsIntJitterScaleread-onlycurrentThis object indicates the scaling factor for the corresponding instance of cfmRtpMetricsIntJitter.
1.3.6.1.4.1.9.9.703.1.1.3.1.13ColumncfmRtpMetricsIntJitterPrecisionread-onlycurrentThis object indicates the precision for the corresponding instance of cfmRtpMetricsIntJitter.
1.3.6.1.4.1.9.9.703.1.1.3.1.14ColumncfmRtpMetricsIntJitterread-onlycurrentThis object indicates the maximum inter-arrival jitter for the traffic flow during the measurement interval.
1.3.6.1.4.1.9.9.703.1.1.3.1.15ColumncfmRtpMetricsIntTransitScaleread-onlycurrentThis object indicates the scaling factor for the corresponding instance of cfmRtpMetricsIntTransit.
1.3.6.1.4.1.9.9.703.1.1.3.1.16ColumncfmRtpMetricsIntTransitPrecisionread-onlycurrentThis object indicates the precision for the corresponding instance of cfmRtpMetricsIntTransit.
1.3.6.1.4.1.9.9.703.1.1.3.1.17ColumncfmRtpMetricsIntTransitread-onlycurrentThis object indicates the max-min transit time for the traffic flow during the measurement interval. The max-min transit is the difference between the maximum …
1.3.6.1.4.1.9.9.703.2NodeciscoRtpMetricsMIBConform
1.3.6.1.4.1.9.9.703.2.1NodeciscoRtpMetricsMIBCompliances
1.3.6.1.4.1.9.9.703.2.1.1ComplianceciscoRtpMetricsCompliance01currentThis compliance statement specifies the minimal requirements an implementation must meet in order to claim full compliance with the definition of the CISCO-RTP…
1.3.6.1.4.1.9.9.703.2.2NodeciscoRtpMetricsMIBGroups
1.3.6.1.4.1.9.9.703.2.2.1GroupcfmRtpMetricsGroupcurrentThis group contains objects that describe RTP metrics.
1.3.6.1.4.1.9.9.703.3NodeciscoRtpMetricsMIBIds
1.3.6.1.4.1.9.9.703.3.1NodecfmRtpMonitoredElements
1.3.6.1.4.1.9.9.703.3.1.1IdentitycfmeRtpSsrcMismatchcurrentThis object identifier represents the monitored element describing the condition that arises when a flow monitor detects a RTP SSRC mismatch for a traffic flow…
1.3.6.1.4.1.9.9.703.3.1.2IdentitycfmeRtpCumulativeLostPktscurrentThis object identifier represents the monitored element describing the cumulative number of lost RTP data packets for a traffic flow (cfmRtpMetricsLostPkts).
1.3.6.1.4.1.9.9.703.3.1.3IdentitycfmeRtpCumulativeLossFractioncurrentThis object identifier represents the monitored element describing the cumulative RTP loss fraction for a traffic flow (cfmRtpMetricsFrac).
1.3.6.1.4.1.9.9.703.3.1.4IdentitycfmeRtpCumulativeLossIntervalscurrentThis object identifier represents the monitored element describing the cumulative number of RTP loss intervals for a traffic flow (cfmRtpMetricsLIs).
1.3.6.1.4.1.9.9.703.3.1.5IdentitycfmeRtpCumulativeAvgLossDurationcurrentThis object identifier represents the monitored element describing the average duration of a RTP loss interval for a traffic flow (cfmRtpMetricsAvgLD).
1.3.6.1.4.1.9.9.703.3.1.6IdentitycfmeRtpCumulativeAvgLossDistancecurrentThis object identifier represents the monitored element describing the average RTP loss distance for a traffic flow (cfmRtpMetricsAvgLossDistance).
1.3.6.1.4.1.9.9.703.3.1.7IdentitycfmeRtpCumulativeJittercurrentThis object identifier represents the monitored element describing the average inter-arrival jitter of RTP data packets for a traffic flow (cfmRtpMetricsJitter…
1.3.6.1.4.1.9.9.703.3.1.8IdentitycfmeRtpLostPktscurrentThis object identifier represents the monitored element describing the number of lost RTP data packets for a traffic flow during the last measurement interval …
1.3.6.1.4.1.9.9.703.3.1.9IdentitycfmeRtpLossFractioncurrentThis object identifier represents the monitored element describing the RTP loss fraction for a traffic flow during the last measurement interval (cfmRtpMetrics…
1.3.6.1.4.1.9.9.703.3.1.10IdentitycfmeRtpLossIntervalscurrentThis object identifier represents the monitored element describing the number of RTP loss intervals for a traffic flow during the last measurement interval (cf…
1.3.6.1.4.1.9.9.703.3.1.11IdentitycfmeRtpAvgLossDurationcurrentThis object identifier represents the monitored element describing the average duration of a RTP loss interval for a traffic flow during the last measurement i…
1.3.6.1.4.1.9.9.703.3.1.12IdentitycfmeRtpAvgLossDistancecurrentThis object identifier represents the monitored element describing the average RTP loss distance for a traffic flow during the last measurement interval (cfmRt…
1.3.6.1.4.1.9.9.703.3.1.13IdentitycfmeRtpMaxJittercurrentThis object identifier represents the monitored element describing the maximum inter-arrival jitter of RTP data packets for a traffic flow during the last meas…
1.3.6.1.4.1.9.9.703.3.1.14IdentitycfmeRtpMaxMinTransitcurrentThis object identifier represents the monitored element describing the max-min transit time of the RTP data packets for a traffic flow during the last measurem…