CISCO-MEDIATRACE-MIB
- Registered at
- 1.3.6.1.4.1.9.9.800
- Last updated
- 2012-08-23 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2012-08-23 00:00
- Namespace
- cisco
- Source file
CISCO-MEDIATRACE-MIB- Digest
sha256:dbd3766e1d13b37fbe81f4ec493310e973d9c85485452aa736e472d7be9549ca
Description
Mediatrace helps to isolate and troubleshoot network degradation problems by enabling a network administrator to discover an Internet Protocol (IP) flow's path, dynamically enable monitoring capabilities on the nodes along the path, and collect information on a hop-by-hop basis. This information includes, among other things, flow statistics, and utilization information for incoming and outgoing interfaces, CPUs, and memory, as well as any changes to IP routes. This information can be retrieved by configuring Cisco Mediatrace to start a recurring monitoring session at a specific time and on specific days. The session can be configured to specify which metrics to collect, and how frequently they are collected. The hops along the path are automatically discovered as part of the operation. This module defines a MIB for the features of configuring Mediatrace sessions and obtain statistics data for a particular hop at a specific time. INITIATOR/RESPONDER ==================== At the top level, this MIB module describes the initiator and responder roles for the device. The scalar objects corresponding to each role are used to enable and set parameters like maximum sessions supported, IP address used for enabling the initiator,etc. Some of the scalar objects are used to obtain information about a particular role for the device. At a time the device supports a single initiator and/or single responder. The following scalar objects are used for enabling the initiator, +---------> cMTInitiatorEnable +---------> cMTInitiatorSourceInterface +---------> cMTInitiatorSourceAddressType +---------> cMTInitiatorSourceAddress +---------> cMTInitiatorMaxSessions In addition to the above objects, the following objects are used for obtaining information about the initiator role on the device, +---------> cMTInitiatorSoftwareVersionMajor +---------> cMTInitiatorSoftwareVersionMinor +---------> cMTInitiatorProtocolVersionMajor +---------> cMTInitiatorProtocolVersionMinor +---------> cMTInitiatorConfiguredSessions +---------> cMTInitiatorPendingSessions +---------> cMTInitiatorInactiveSessions +---------> cMTInitiatorActiveSessions The following scalar objects are used for enabling the responder, +---------> cMTResponderEnable +---------> cMTResponderMaxSessions In addition to the above objects, the following object is used for obtaining information about the responder role on the device, +---------> cMTResponderActiveSessions CONTROL TABLES =============== At the next level, this MIB module describes the entities - path specifier, flow specifier, session params and profile. This section also includes the session and scheduling entities. Each row in the cMTSessionTable corresponds to a single session. The session is a container and hence the path specifier, flow specifier, session params and profile objects for each session point to the corresponding entities in the cMTPathSpecifierTable, cMTFlowSpecifierTable, cMTSessionParamsTable, cMTMediaMonitorProfileTable and cMTSystemProfileTable tables. o cMTPathSpecifierTable - describes path specifiers. o cMTFlowSpecifierTable - describes flow specifiers. o cMTSessionParamsTable - describes session params entities. o cMTMediaMonitorProfileTable - describes media monitor profile. o cMTSystemProfileTable - describes system profiles. The cMTSessionTable has a sparse dependent relationship with each of these tables, as there exist situations when data from those tables may not be used for a particular session, including : 1) The session using system profile does not need flow specifier. 2) The session using media monitor profile may not need optional flow specifier. 3) The session may only use one of the two profiles, system or media monitor. o cMTSessionTable - describes sessions. o cMTScheduleTable - describes scheduling entities for the sessions. The cMTScheduleTable has sparse dependent relationship on the cMTSessionTable, as there exist situations when the a session is not available for scheduling, including - a session is created but is not yet scheduled. +----------------------+ | cMTPathSpecifierTable| | | +-----------------------------+ | cMTPathSpecifierName = ps1 | +-----------------------------+ | | +-----------------------------+ | cMTPathSpecifierName = ps2 | +-----------------------------+ : : : : +-----------------------------+ | cMTPathSpecifierName = ps6 | +-----------------------------+ | | +----------------------+ +----------------------+ | cMTFlowSpecifierTable| | | +-----------------------------+ | cMTFlowSpecifierName = fs1 | +-----------------------------+ | | +-----------------------------+ | cMTFlowSpecifierName = fs2 | +-----------------------------+ : : : : +-----------------------------+ | cMTFlowSpecifierName = fs6 | +-----------------------------+ | | +----------------------+ +-------------------------+ +----------------------+ | cMTSessionTable | | cMTSessionParamsTable| | | | | +-------------------------------------+ +--------------------------+ | cMTSessionNumber = 1 | |cMTSessionParamsName = sp1| | +---------------------------------+ | +--------------------------+ | |cMTSessionPathSpecifierName = ps1| | | | | +---------------------------------+ | +--------------------------+ | | |cMTSessionParamsName = sp2| | +---------------------------------+ | +--------------------------+ | |cMTSessionParamName = sp1 | | : : | +---------------------------------+ | : : | | +--------------------------+ | +---------------------------------+ | |cMTSessionParamsName = sp5| | |cMTSessionProfileName = rtp1 | | +--------------------------+ | +---------------------------------+ | | | | | +-----------------------+ | +---------------------------------+ | | |cMTSessionFlowSpecifierName = fs1| | | +---------------------------------+ | | | | +---------------------------------+ | | |cMTSessionTraceRouteEnabled = T | | | +---------------------------------+ | | | +-------------------------------------+ | | | | +-------------------------------------+ | cMTSessionNumber = 2 | | +---------------------------------+ | +---------------------------+ | |cMTSessionPathSpecifierName = ps2| | |cMTMediaMonitorProfileTable| | +---------------------------------+ | | | | | +-----------------------------+ | +---------------------------------+ | |cMTMediaMonitorProfileName | | |cMTSessionParamName = sp5 | | | =rtp1 | | +---------------------------------+ | +-----------------------------+ | | | | | +---------------------------------+ | +-----------------------------+ | |cMTSessionProfileName = intf1 | | |cMTMediaMonitorProfileName | | +---------------------------------+ | | =rtp1 | | | +-----------------------------+ | +---------------------------------+ | : : | |cMTSessionTraceRouteEnabled = T | | : : | +---------------------------------+ | +-----------------------------+ | | |cMTMediaMonitorProfileName | +-------------------------------------+ | =tcp1 | : : +-----------------------------+ : : | | +-------------------------------------+ +---------------------------+ | cMTSessionNumber = 10 | | +---------------------------------+ | | |cMTSessionPathSpecifierName = ps1| | | +---------------------------------+ | | | | +---------------------------------+ | | |cMTSessionParamName = sp1 | | | +---------------------------------+ | | | | +---------------------------------+ | | |cMTSessionProfileName = tcp1 | | | +---------------------------------+ | | | | +---------------------------------+ | | |cMTSessionTraceRouteEnabled = T | | | +---------------------------------+ | | | +-------------------------------------+ | | | | +-------------------------+ +----------------------+ | cMTSystemProfileTable| | | +-----------------------------+ | cMTSystemProfileName = intf1| +-----------------------------+ | | +-----------------------------+ | cMTSystemProfileName = cpu1 | +-----------------------------+ : : : : +-----------------------------+ | cMTSystemProfileName = intf2| +-----------------------------+ | | +----------------------+ DEFINITIONS =============== Mediatrace Initiator - This is the entity that supports creation of periodic sessions using global session id. Initiator can send request, collects the responses to those request and processes them for reporting. Henceforth, it will be referred as initiator. Mediatrace Responder - This is the entity that queries local database and features to obtain information based on the request sent by the Initiator as part of a session. The collected information is sent as response to the initiator to match the session. Henceforth, it will be referred as responder. Meta-data - Meta information about the flow not contained in the data packet. Examples of such information are global session id, multi party session id, type of application that is generating this flow e.g., telepresence. Meta-data global session identifier - it is one of the meta-data attributes which uniquely identifies a flow globally and is used to query the meta-data database for obtaining the corresponding 5-tuple (destination address, destination port, source address, source port and IP protocol) for path specifier or flow specifier. Path - This specifies the route taken by the Mediatrace request for a particular session. This can be specified in terms of single or multiple 5-tuple parameters - destination address, destination port, source address, source port and IP protocol. Gateway address and VLAN are required in cases where the path starts from network element without IP address. This is specified using path specifier entity. Path Specifier - The path specifier is generally specified using complete or partial 5-tuple (destination address, destination port, source address, source port and IP protocol) for Layer 3 initiator. Gateway and VLAN ID are required for a Layer 2 initiator. It can also use the meta-data Global session Id to specify the 5-tuple. A single row corresponds to a path specifier which is created or destroyed when a path specifier is added or removed. Each path specifier entry is uniquely identified by cMTPathSpecifierName. Examples of a path specifier are as follows, path-specifier (ps1)+-------> destination address (10.10.10.2) +-------> destination port (12344) +-------> source address (10.10.12.2) +-------> source port (12567) +-------> IP protocol (UDP) +-------> gateway (10.10.11.2) +-------> VLAN ID (601) path-specifier (ps2)+-------> meta-data global identifier (345123456) 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. This is specified using a flow specifier entity. Flow Specifier - The flow specifier is generally specified using complete or partial 5-tuple (destination address, destination port, source address, source port and IP protocol). It can also use the meta-data Global session Id to specify the 5-tuple. A single row corresponds to a flow specifier which is created or destroyed when a flow specifier is added or removed. Each flow specifier entry is uniquely identified by cMTFlowSpecifierName. Examples of a flow specifier is as follows, flow-specifier (fs1)+-------> destination address(10.11.10.2) +-------> destination port (12344) +-------> source address (10.11.12.2) +-------> source port (12567) +-------> IP protocol (UDP) flow-specifier (fs2)+-------> meta-data global identifier (345123456) Metric - It defines a measurement that reflects the quality of a traffic flow or a resource on a hop or along the path e.g. number of packets for a flow, memory utilization on a hop, number of dropped packets on an interface, etc. Metric-list - It defines logical grouping of related metrics e.g. Metric-list CPU has 1% and 2% CPU utilization metric, Metric-list interface has ingress interface speed, egress interface speed, etc. Profile - It defines the set of metric-lists to be collected from the devices along the path. It can also include additional parameters which are required for collecting the metric e.g., sampling interval (also referred as monitor interval), etc. A Profile can include a set of related metric-lists along with related configuration parameters. The metrics could be the media monitoring (also referred as performance monitoring) metrics such as jitter, packet loss, bit rate etc., or system resource utilization metrics or interface counters. Two profiles, System profile and Media Monitoring (Performance Monitoring) Profile are supported. The different profiles, metric-lists and metrics are listed below, +-----> Profile +---> Metric-list +--------> one min CPU utilization | System | CPU | | | +--------> five min CPU utilization | | | +---> Metric-list +-----> memory utilization Memory | | | +---> Metric-list +------> octets input at ingress | Interface | | +------> octets output at egress | |------> packets received with error | | at ingress | +------> packets with error at egress | +------> packets discarded at ingress | +------> packets discarded at egress | +------> ingress interface speed | +------> egress interface speed | +--> Profile +--> Metric-list +--> Common +--> loss of Media Monitor | TCP | IP | measurement confidence | | metrics | | | +--> media stop event occurred | | +--> IP packet drop count | | +--> IP byte count | | +--> IP byte rate | | +--> IP DSCP | | +--> IP TTL | | +--> IP protocol | | +---> media byte | | count | | | +--> TCP +--> TCP connect round trip | specific | delay | metrics | | +--> TCP lost event count | +--> Metric-list +--> Common +--> loss of measurement RTP | IP | confidence | metrics | | +--> media stop event occurred | +--> IP packet drop count | +--> IP byte count | +--> IP byte rate | +--> IP DSCP | +--> IP TTL | +--> IP protocol | +---> media byte count | +--> RTP +--> RTP inter arrival jitter specific | delay metrics | +--> RTP packets lost +--> RTP packets expected +--> RTP packets lost event | count +---> RTP loss percent Examples of the profiles are as follows, profile system - metric-list interface (sys1) profile media-monitor - metric-list rtp (rtp1) +-------> monitor interval (60 seconds) Session parameter Profile - These correspond to the various parameters related to session such as frequency of data collection, timeout for request, etc. These are specified using the session params entity. This is the entity that executes via a conceptual session/schedule control row and populates a conceptual statistics row. Example session parameter profile is as follows, Session-params (sp1)+-------> response timeout (10 seconds) +-------> frequency (60 seconds) +-------> history data sets (2) +-------> route change reaction time (10 seconds) +-------> inactivity timeout (180 seconds) Session - The session is a grouping of various configurable entities such as profiles, session parameters and path specifiers. Flow specifier is optional and required for media monitor profile only. Once these parameters for a mediatrace session are defined through these entities, they are combined into a mediatrace session. Example of sessions are as follows, session (1) +--------> path-specifier (ps1) +--------> session-params (sp1) +--------> profile system (sys1) metric-list interface session (2) +--------> path-specifier (ps1) +--------> session-params (sp2) +--------> profile media-monitor (rtp1) | metric-list rtp +--------> flow-specifier (fs1) A session cycles through various states in its lifetime. The different states are, Active state : A session is said to be in active state when it is requesting and collecting data from the responders. Inactive state : A session becomes inactive when it is either stopped by unscheduling or life expires. In this state it will no longer collect or request data. Pending state: A session is in pending state when the session is created but not yet scheduled to be active. Based on the state and history of a session it can be classified as configured or scheduled session. Configured session : A session which is created and is in pending or inactive state is called a configured session. It can also be a newly created session which has not been scheduled (made active) yet. Scheduled session : A session which is in active state or pending state which is already requesting and collecting data or has set a time in future to start requesting or collecting data. Responder: The responder is in active state when it is able to process the requests from the initiator, collect the data locally and send the Response back to the initiator. Reachability Address: It is the address of the interface on a responder which is used to send the response to the initiator. Statistics row - This conceptual row is indexed based on the session index, session life index, bucket number and hop information (Hop address type and Hop address). This identifies the statistics for a particular session with specific life, at a particular time and for a specific hop.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-mediatrace@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-FLOW-MONITOR-TC-MIB | FlowMetricValue |
| CISCO-SMI | ciscoMgmt |
| IF-MIB | InterfaceIndexOrZero |
| INET-ADDRESS-MIB | InetAddress, InetAddressType, InetPortNumber |
| Q-BRIDGE-MIB | VlanId |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Counter64, Gauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TimeStamp, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
BRIDGE-MIB CISCO-FLOW-MONITOR-TC-MIB CISCO-MEDIATRACE-MIB CISCO-SMI IANAifType-MIB IF-MIB INET-ADDRESS-MIB P-BRIDGE-MIB Q-BRIDGE-MIB RFC1158-MIB RFC1271-MIB RMON-MIB RMON2-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC TOKEN-RING-RMON-MIB
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| CiscoMediatraceDiscoveryProtocol TEXTUAL-CONVENTION Represents different types of protocols used by Mediatrace to discover the path based on the path specifier. | current | |||
| CiscoMediatraceSupportProtocol TEXTUAL-CONVENTION Represents different types of layer 3 protocols supported by by Mediatrace for path and flow specification. Currently two protocols - TCP and UDP are supported. | current | |||
| CiscoNTPTimeStamp TEXTUAL-CONVENTION CiscoNTP timestamps are represented as a 64-bit unsigned fixed-point number, in seconds relative to 00:00 on 1 January 1900. The integer part is in the first 32 bits and the fraction part is in the last 32 bits. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoMediatraceMIBNotifs OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.800.0 | |||
| ciscoMediatraceMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.800.1 | |||
| cMTCtrl OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.800.1.1 | |||
| cMTInitiatorEnable OBJECT-TYPE This object specifies the whether the Mediatrace initiator is enabled on the network element. | 1.3.6.1.4.1.9.9.800.1.1.2 | TruthValue | read-write | current |
| cMTInitiatorSourceInterface OBJECT-TYPE This object specifies the interface whose IP or IPv6 address will be used as initiator address. The Initiator address is used by layer 2 mediatrace responder to unicast the response message to initiator. This address is also reachability address for mediatrace hop 0. The value of this object should be set to ifIndex value of the desired interface from the ifTable. | 1.3.6.1.4.1.9.9.800.1.1.3 | InterfaceIndexOrZero | read-write | current |
| cMTInitiatorSourceAddressType OBJECT-TYPE Address type (IP or IPv6) of the initiator address specified in cMTInitiatorSourceAddress object. The value should be set to unknown (0) if source interface object is non zero. | 1.3.6.1.4.1.9.9.800.1.1.4 | InetAddressType | read-write | current |
| cMTInitiatorSourceAddress OBJECT-TYPE This object specifies the IP address used by the initiator when obtaining the reachability address from a downstream responder. | 1.3.6.1.4.1.9.9.800.1.1.5 | InetAddress | read-write | current |
| cMTInitiatorMaxSessions OBJECT-TYPE This object specifies the maximum number of mediatrace sessions that can be active simultaneously on the initiator. | 1.3.6.1.4.1.9.9.800.1.1.6 | Unsigned32 | read-write | current |
| cMTInitiatorSoftwareVersionMajor OBJECT-TYPE This object indicates the major version number of Mediatrace application. | 1.3.6.1.4.1.9.9.800.1.1.7 | Unsigned32 | read-only | current |
| cMTInitiatorSoftwareVersionMinor OBJECT-TYPE This object indicates the minor version number of Mediatrace application. | 1.3.6.1.4.1.9.9.800.1.1.8 | Unsigned32 | read-only | current |
| cMTInitiatorProtocolVersionMajor OBJECT-TYPE This object indicates the major version number of Mediatrace protocol. | 1.3.6.1.4.1.9.9.800.1.1.9 | Unsigned32 | read-only | current |
| cMTInitiatorProtocolVersionMinor OBJECT-TYPE This object indicates the minor version number of Mediatrace protocol. | 1.3.6.1.4.1.9.9.800.1.1.10 | Unsigned32 | read-only | current |
| cMTInitiatorConfiguredSessions OBJECT-TYPE This object indicates number of mediatrace sessions configured. The session may or may not be active. | 1.3.6.1.4.1.9.9.800.1.1.11 | Gauge32 | read-only | current |
| cMTInitiatorPendingSessions OBJECT-TYPE This object indicates the current number of sessions in pending state on the initiator. | 1.3.6.1.4.1.9.9.800.1.1.12 | Gauge32 | read-only | current |
| cMTInitiatorInactiveSessions OBJECT-TYPE This object indicates the current number of sessions in inactive state on the initiator. | 1.3.6.1.4.1.9.9.800.1.1.13 | Gauge32 | read-only | current |
| cMTInitiatorActiveSessions OBJECT-TYPE This object indicates the current number of sessions in active state on the initiator. | 1.3.6.1.4.1.9.9.800.1.1.14 | Gauge32 | read-only | current |
| cMTResponderEnable OBJECT-TYPE This object specifies the whether the Mediatrace responder is enabled. If set to 'true' the responder will be enabled. If set to false then mediatrace responder process will be stopped and the device will no longer be discovered as mediatrace capable hop along the flow path. | 1.3.6.1.4.1.9.9.800.1.1.15 | TruthValue | read-write | current |
| cMTResponderMaxSessions OBJECT-TYPE This object specifies the maximum number of sessions that a responder can accept from initiator. | 1.3.6.1.4.1.9.9.800.1.1.16 | Unsigned32 | read-write | current |
| cMTResponderActiveSessions OBJECT-TYPE This object indicates the current number of sessions that are in active state on the responder. | 1.3.6.1.4.1.9.9.800.1.1.17 | Gauge32 | read-only | current |
| cMTFlowSpecifierTable OBJECT-TYPE This table lists the flow specifiers contained by the device. | 1.3.6.1.4.1.9.9.800.1.1.18 | not-accessible | current | |
| cMTFlowSpecifierEntry OBJECT-TYPE An entry represents a flow specifier which can be associated with a Mediatrace session contained by the cMTSessionTable. Each entry is uniquely identified by name specified by cMTFlowSpecifierName object. A row created in this table will be shown in 'show running' command and it will not be saved into non-volatile memory. | 1.3.6.1.4.1.9.9.800.1.1.18.1 | not-accessible | current | |
| cMTFlowSpecifierName OBJECT-TYPE A unique identifier for the flow specifier. | 1.3.6.1.4.1.9.9.800.1.1.18.1.1 | SnmpAdminString | not-accessible | current |
| cMTFlowSpecifierRowStatus OBJECT-TYPE This object specifies the status of the flow specifier. Only CreateAndGo and active status is supported. The following columns must be valid before activating the flow specifier: - cMTFlowSpecifierDestAddrType and cMTFlowSpecifierDestAddr OR - cMTFlowSpecifierMetadataGlobalId All other objects can assume default values. Once the flow specifier is activated no column can be modified. Setting this object to 'delete' will destroy the flow specifier. The flow specifier can be deleted only if it is not attached to any session. | 1.3.6.1.4.1.9.9.800.1.1.18.1.2 | RowStatus | read-create | current |
| cMTFlowSpecifierMetadataGlobalId OBJECT-TYPE This object specifies the meta-data Global ID of the flow specifier. Maximum of 24 characters can be specified for this field. | 1.3.6.1.4.1.9.9.800.1.1.18.1.3 | SnmpAdminString | read-create | current |
| cMTFlowSpecifierDestAddrType OBJECT-TYPE This object specifies the type of IP address specified by the corresponding instance of cMTFlowSpecifierDestAddr. | 1.3.6.1.4.1.9.9.800.1.1.18.1.4 | InetAddressType | read-create | current |
| cMTFlowSpecifierDestAddr OBJECT-TYPE Address of the destination of the flow to be monitored. | 1.3.6.1.4.1.9.9.800.1.1.18.1.5 | InetAddress | read-create | current |
| cMTFlowSpecifierDestPort OBJECT-TYPE This object specifies the destination port for the flow. | 1.3.6.1.4.1.9.9.800.1.1.18.1.6 | InetPortNumber | read-create | current |
| cMTFlowSpecifierSourceAddrType OBJECT-TYPE This object specifies the type of IP address specified by the corresponding instance of cMTFlowSpecifierSourceAddr. | 1.3.6.1.4.1.9.9.800.1.1.18.1.7 | InetAddressType | read-create | current |
| cMTFlowSpecifierSourceAddr OBJECT-TYPE This object specifies the source address for the flow to be monitored. | 1.3.6.1.4.1.9.9.800.1.1.18.1.8 | InetAddress | read-create | current |
| cMTFlowSpecifierSourcePort OBJECT-TYPE This object specifies the source port for the flow. | 1.3.6.1.4.1.9.9.800.1.1.18.1.9 | InetPortNumber | read-create | current |
| cMTFlowSpecifierIpProtocol OBJECT-TYPE This is transport protocol type for the flow. Flow of this type between specified source and and destination will be monitored. | 1.3.6.1.4.1.9.9.800.1.1.18.1.10 | CiscoMediatraceSupportProtocol | read-create | current |
| cMTPathSpecifierTable OBJECT-TYPE This table lists the path specifiers contained by the device. | 1.3.6.1.4.1.9.9.800.1.1.19 | not-accessible | current | |
| cMTPathSpecifierEntry OBJECT-TYPE This entry defines path specifier that can be used in mediatrace session. Each entry is uniquely identified by name specified by cMTPathSpecifierName object. A row created in this table will be shown in 'show running' command and it will not be saved into non-volatile memory. | 1.3.6.1.4.1.9.9.800.1.1.19.1 | not-accessible | current | |
| cMTPathSpecifierName OBJECT-TYPE A unique identifier for the path specifier. | 1.3.6.1.4.1.9.9.800.1.1.19.1.1 | SnmpAdminString | not-accessible | current |
| cMTPathSpecifierRowStatus OBJECT-TYPE This object specifies the status of the path specifier. Only CreateAndGo and active status is supported. The following columns must be valid before activating the path specifier: - cMTPathSpecifierDestAddrType and cMTPathSpecifierDestAddr OR - cMTPathSpecifierMetadataGlobalId All other objects can assume default values. Once the path specifier is activated no column can be modified. Setting this object to 'delete' will destroy the path specifier. The path specifier can be deleted only if it is not attached to any session. | 1.3.6.1.4.1.9.9.800.1.1.19.1.2 | RowStatus | read-create | current |
| cMTPathSpecifierMetadataGlobalId OBJECT-TYPE Metadata global session id can be used as path specifier. This object should be populated when this is desired. Mediatrace software will query the Metadata database for five tuple to be used for establishing the path. | 1.3.6.1.4.1.9.9.800.1.1.19.1.3 | SnmpAdminString | read-create | current |
| cMTPathSpecifierDestAddrType OBJECT-TYPE This object specifies the type of IP address specified by the corresponding instance of cMTPathSpecifierDestAddr. | 1.3.6.1.4.1.9.9.800.1.1.19.1.4 | InetAddressType | read-create | current |
| cMTPathSpecifierDestAddr OBJECT-TYPE This object specifies the destination address for the path specifier. | 1.3.6.1.4.1.9.9.800.1.1.19.1.5 | InetAddress | read-create | current |
| cMTPathSpecifierDestPort OBJECT-TYPE This object specifies the destination port for the path specifier. | 1.3.6.1.4.1.9.9.800.1.1.19.1.6 | InetPortNumber | read-create | current |
| cMTPathSpecifierSourceAddrType OBJECT-TYPE This object specifies the type of IP address specified by the corresponding instance of cMTFlowSpecifierSourceAddr. | 1.3.6.1.4.1.9.9.800.1.1.19.1.7 | InetAddressType | read-create | current |
| cMTPathSpecifierSourceAddr OBJECT-TYPE This object specifies the source address for the path specifier. | 1.3.6.1.4.1.9.9.800.1.1.19.1.8 | InetAddress | read-create | current |
| cMTPathSpecifierSourcePort OBJECT-TYPE This object specifies the source port for the path specifier. | 1.3.6.1.4.1.9.9.800.1.1.19.1.9 | InetPortNumber | read-create | current |
| cMTPathSpecifierProtocolForDiscovery OBJECT-TYPE This object specifies the protocol used for path discovery on Mediatrace. Currently, only RSVP is used by default. | 1.3.6.1.4.1.9.9.800.1.1.19.1.10 | CiscoMediatraceDiscoveryProtocol | read-create | current |
| cMTPathSpecifierGatewayAddrType OBJECT-TYPE This object specifies the type of IP address specified by the corresponding instance of cMTPathSpecifierGatewayAddr. | 1.3.6.1.4.1.9.9.800.1.1.19.1.11 | InetAddressType | read-create | current |
| cMTPathSpecifierGatewayAddr OBJECT-TYPE When the mediatrace session is originated on layer-2 switch the address of gateway is required to establish the session. This object specifies address of this gateway. | 1.3.6.1.4.1.9.9.800.1.1.19.1.12 | InetAddress | read-create | current |
| cMTPathSpecifierGatewayVlanId OBJECT-TYPE This object specifies the Vlan ID associated with the gateway for path specifier. | 1.3.6.1.4.1.9.9.800.1.1.19.1.13 | VlanId (1..4094) | read-create | current |
| cMTPathSpecifierIpProtocol OBJECT-TYPE This object specifies which metrics are monitored for a path specifier. Currently, only TCP and UDP are supported. | 1.3.6.1.4.1.9.9.800.1.1.19.1.14 | CiscoMediatraceSupportProtocol | read-create | current |
| cMTSessionParamsTable OBJECT-TYPE This table is collection of session parameter profiles. | 1.3.6.1.4.1.9.9.800.1.1.20 | not-accessible | current | |
| cMTSessionParamsEntry OBJECT-TYPE An entry represents session parameters that can be associated with a Mediatrace session contained by the cMTSessionTable. Each entry is uniquely identified by name specified by cMTSessionParamsName object. A row created in this table will be shown in 'show running' command and it will not be saved into non-volatile memory. | 1.3.6.1.4.1.9.9.800.1.1.20.1 | not-accessible | current | |
| cMTSessionParamsName OBJECT-TYPE This object specifies the name of this set of session parameters. | 1.3.6.1.4.1.9.9.800.1.1.20.1.1 | SnmpAdminString | not-accessible | current |
| cMTSessionParamsRowStatus OBJECT-TYPE This object specifies the status of the session parameters. Only CreateAndGo and active status is supported. In order for this object to become active cMTSessionParamsName must be defined. The value of cMTSessionParamsInactivityTimeout needs to be at least 3 times of the value of cMTSessionParamsFrequency. All other objects assume the default value. Once the session parameters is activated no column can be modified. Setting this object to 'delete' will destroy the session parameters. The session parameters can be deleted only if it is not attached to any session. | 1.3.6.1.4.1.9.9.800.1.1.20.1.2 | RowStatus | read-create | current |
| cMTSessionParamsResponseTimeout OBJECT-TYPE This object specifies the amount of time a session should wait for the responses after sending out a Mediatrace request. The initiator will discard any responses to a particular request after this timeout. | 1.3.6.1.4.1.9.9.800.1.1.20.1.3 | Unsigned32 (1..65535) | read-create | current |
| cMTSessionParamsFrequency OBJECT-TYPE Duration between two successive data fetch requests. | 1.3.6.1.4.1.9.9.800.1.1.20.1.4 | Unsigned32 (10..3600) | read-create | current |
| cMTSessionParamsInactivityTimeout OBJECT-TYPE This object specifies the interval that the responder wait without any requests from the initiator before removing a particular session. The inactivity timeout needs to be at least 3 times of the session frequency. | 1.3.6.1.4.1.9.9.800.1.1.20.1.5 | Unsigned32 (1..10800) | read-create | current |
| cMTSessionParamsHistoryBuckets OBJECT-TYPE This object specifies the number of buckets of statistics retained. Each bucket will contain complete set of metrics collected for all hops in one iteration. | 1.3.6.1.4.1.9.9.800.1.1.20.1.6 | Unsigned32 (1..10) | read-create | current |
| cMTSessionParamsRouteChangeReactiontime OBJECT-TYPE This object specifies the amount of time the initiator should wait after receiving the first route change, before reacting to further route change notifications. Range is from 0 to 60. | 1.3.6.1.4.1.9.9.800.1.1.20.1.7 | Unsigned32 (0..60) | read-create | current |
| cMTMediaMonitorProfileTable OBJECT-TYPE This table lists the media monitor profiles configured on the device. | 1.3.6.1.4.1.9.9.800.1.1.21 | not-accessible | current | |
| cMTMediaMonitorProfileEntry OBJECT-TYPE An entry represents a media monitor profile that can be associated with a Mediatrace session contained by the cMTSessionTable. The entry is uniquely identified by cMTMediaMonitorProfileName. A row created in this table will be shown in 'show running' command and it will not be saved into non-volatile memory. | 1.3.6.1.4.1.9.9.800.1.1.21.1 | not-accessible | current | |
| cMTMediaMonitorProfileName OBJECT-TYPE This object specifies the name of the Mediatrace media monitor profile. | 1.3.6.1.4.1.9.9.800.1.1.21.1.1 | SnmpAdminString | not-accessible | current |
| cMTMediaMonitorProfileRowStatus OBJECT-TYPE This object specifies the status of the media monitor profile. Only CreateAndGo and active status is supported. In order for this object to become active cMTMediaMonitorProfileName must be defined. All other objects assume the default value. Once the media monitor profile is activated no column can be modified. Setting this object to 'delete' will destroy the media monitor. The media monitor profile can be deleted only if it is not attached to any session. | 1.3.6.1.4.1.9.9.800.1.1.21.1.2 | RowStatus | read-create | current |
| cMTMediaMonitorProfileMetric OBJECT-TYPE This object specifies the type of metrics group to be collected in addition to basic IP metrics. Specify value as RTP if metrics from 'Metric-List RTP' are desired and 'TCP' if metrics in 'Metric-List TCP' is desired. | 1.3.6.1.4.1.9.9.800.1.1.21.1.3 | INTEGER {rtp(1), tcp(2)} | read-create | current |
| cMTMediaMonitorProfileInterval OBJECT-TYPE This object specifies the sampling interval for the media monitor profile. | 1.3.6.1.4.1.9.9.800.1.1.21.1.4 | Unsigned32 (10..120) | read-create | current |
| cMTMediaMonitorProfileRtpMaxDropout OBJECT-TYPE This object specifies the maximum number of dropouts allowed when sampling RTP monitoring metrics. | 1.3.6.1.4.1.9.9.800.1.1.21.1.5 | Unsigned32 (1..20) | read-create | current |
| cMTMediaMonitorProfileRtpMaxReorder OBJECT-TYPE This object specifies the maximum number of reorders allowed when sampling RTP monitoring metrics. | 1.3.6.1.4.1.9.9.800.1.1.21.1.6 | Unsigned32 (1..20) | read-create | current |
| cMTMediaMonitorProfileRtpMinimalSequential OBJECT-TYPE This object specifies the minimum number of sequental packets required to identify a stream as being an RTP flow. | 1.3.6.1.4.1.9.9.800.1.1.21.1.7 | Unsigned32 (2..10) | read-create | current |
| cMTSystemProfileTable OBJECT-TYPE This table lists the system profiles configured on the device. | 1.3.6.1.4.1.9.9.800.1.1.22 | not-accessible | current | |
| cMTSystemProfileEntry OBJECT-TYPE An entry represents a system profile that can be associated with a Mediatrace session contained by the cMTSessionTable. Each entry is uniquely identified by name specified by cMTSystemProfileName object. A row created in this table will be shown in 'show running' command and it will not be saved into non-volatile memory. | 1.3.6.1.4.1.9.9.800.1.1.22.1 | not-accessible | current | |
| cMTSystemProfileName OBJECT-TYPE This object specifies the name of the Mediatrace system profile. | 1.3.6.1.4.1.9.9.800.1.1.22.1.1 | SnmpAdminString | not-accessible | current |
| cMTSystemProfileRowStatus OBJECT-TYPE This object specifies the status of the system profile. Only CreateAndGo and active status is supported. In order for this object to become active cMTSystemProfileName must be defined. All other objects assume the default value. Once the system profile is activated no column can be modified. Setting this object to 'delete' will destroy the system profile. The system prifile can be deleted only if it is not attached to any session. | 1.3.6.1.4.1.9.9.800.1.1.22.1.2 | RowStatus | read-create | current |
| cMTSystemProfileMetric OBJECT-TYPE This object specifies the type of metrics group to be collected in addition to basic IP metrics. Specify 'interface' if metrics from 'Metric-List-Interface' are desired. Specify 'cpu' if metrics in 'Metric-List-CPU' is desired. Specify 'memory' if metrics in 'Metric-List-Memory' is desired. | 1.3.6.1.4.1.9.9.800.1.1.22.1.3 | INTEGER {interface(1), cpu(2), memory(3)} | read-create | current |
| cMTSessionTable OBJECT-TYPE This table lists the Mediatrace sessions configured on the device. | 1.3.6.1.4.1.9.9.800.1.1.23 | not-accessible | current | |
| cMTSessionEntry OBJECT-TYPE A list of objects that define specific configuration for the session of Mediatrace. The entry is uniquely identified by cMTSessionNumber. A row created in this table will be shown in 'show running' command and it will not be saved into non-volatile memory. | 1.3.6.1.4.1.9.9.800.1.1.23.1 | not-accessible | current | |
| cMTSessionNumber OBJECT-TYPE This object specifies an arbitrary integer-value that uniquely identifies a Mediatrace session. | 1.3.6.1.4.1.9.9.800.1.1.23.1.2 | Unsigned32 (1..2147483647) | not-accessible | current |
| cMTSessionRowStatus OBJECT-TYPE This object indicates the status of Mediatrace session. Only CreateAndGo and active status is supported. Following columns must be specified in order to activate the session: - cMTSessionPathSpecifierName - cMTSessionProfileName All other objects can assume default values. None of the properties of session can be modified once it is in 'active' state. Setting the value of 'destroy' for this object will delete the session. The session can be deleted only if the corresponding schedule (row in cMTScheduleTable ) not exist. | 1.3.6.1.4.1.9.9.800.1.1.23.1.3 | RowStatus | read-create | current |
| cMTSessionPathSpecifierName OBJECT-TYPE This object specifies the name of the Mediatrace path specifier profile associated with the session. | 1.3.6.1.4.1.9.9.800.1.1.23.1.4 | SnmpAdminString | read-create | current |
| cMTSessionParamName OBJECT-TYPE This object specifies the name of Mediatrace session parameter associated with the session. | 1.3.6.1.4.1.9.9.800.1.1.23.1.5 | SnmpAdminString | read-create | current |
| cMTSessionProfileName OBJECT-TYPE This object specifies the name of the Mediatrace metric profile associated with the session. | 1.3.6.1.4.1.9.9.800.1.1.23.1.6 | SnmpAdminString | read-create | current |
| cMTSessionFlowSpecifierName OBJECT-TYPE This object specifies the name of the Mediatrace flow specifier profile associated with the session. Flow specifier is not required if system profile is attached to the session. In this case, media monitor profile is attached to the session. Flow specifier is optional and the 5-tuple from the path-specifier is used instead. | 1.3.6.1.4.1.9.9.800.1.1.23.1.7 | SnmpAdminString | read-create | current |
| cMTSessionTraceRouteEnabled OBJECT-TYPE This object specifies if traceroute is enabled for this session. | 1.3.6.1.4.1.9.9.800.1.1.23.1.8 | TruthValue | read-create | current |
| cMTScheduleTable OBJECT-TYPE A table of Mediatrace scheduling specific definitions. Each entry in this table schedules a cMTSessionEntry created via the cMTSessionTable object. | 1.3.6.1.4.1.9.9.800.1.1.24 | not-accessible | current | |
| cMTScheduleEntry OBJECT-TYPE A list of objects that define specific configuration for the scheduling of Mediatrace operations. A row is created when a session is scheduled to make it active. Likewise, a row is destroyed when the session is unscheduled. A row created in this table will be shown in 'show running' command and it will not be saved into non-volatile memory. | 1.3.6.1.4.1.9.9.800.1.1.24.1 | not-accessible | current | |
| cMTScheduleRowStatus OBJECT-TYPE This objects specifies the status of Mediatrace session schedule. Only CreateAndGo and destroy operations are permitted on the row. All objects can assume default values. The schedule start time (column cMTScheduleStartTime) must be specified in order to activate the schedule. Once activated none of the properties of the schedule can be changed. The schedule can be destroyed any time by setting the value of this object to 'destroy'. Destroying the schedule will stop the Mediatrace session but the session will not be destroyed. | 1.3.6.1.4.1.9.9.800.1.1.24.1.1 | RowStatus | read-create | current |
| cMTScheduleStartTime OBJECT-TYPE This object specifies the start time of the scheduled session. | 1.3.6.1.4.1.9.9.800.1.1.24.1.2 | TimeStamp | read-create | current |
| cMTScheduleLife OBJECT-TYPE This object specifies the duration of the session in seconds. | 1.3.6.1.4.1.9.9.800.1.1.24.1.3 | Unsigned32 (0..2147483647) | read-create | current |
| cMTScheduleEntryAgeout OBJECT-TYPE This object specifies the amount of time after which mediatrace session entry will be removed once the life of session is over and session is inactive. | 1.3.6.1.4.1.9.9.800.1.1.24.1.4 | Unsigned32 (0..2073600) | read-create | current |
| cMTScheduleRecurring OBJECT-TYPE This object specifies whether the schedule is recurring schedule. This object can be used when a periodic session is to be executed everyday at certain time and for certain life. | 1.3.6.1.4.1.9.9.800.1.1.24.1.5 | TruthValue | read-create | current |
| cMTStats OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.800.1.2 | |||
| cMTPathTable OBJECT-TYPE List of paths discovered by a mediatrace session. | 1.3.6.1.4.1.9.9.800.1.2.1 | not-accessible | current | |
| cMTPathEntry OBJECT-TYPE An entry in cMTPathTable represents a Mediatrace path discovered by a session. This table contains information about the hops (Mediatrace or non-Mediatrace) discovered during a specific request. The Path table is used to find the hop address (Address type - IPv4 or IPv6 and Address) and hop type (currently Mediatrace or Traceroute) to use as index for other statistics tables. A row is created when a Mediatrace scheduled session discovers a path to the specified destination during a request. Likewise, a row is destroyed when the path is no longer avilable. A single row corresponds to a Mediatrace path discovered for a session and is uniquely identified by cMTSessionNumber, cMTSessionLifeNumber, cMTBucketNumber and cMTPathHopNumber. The created rows are destroyed when the device undergoes a restart. | 1.3.6.1.4.1.9.9.800.1.2.1.1 | not-accessible | current | |
| cMTSessionLifeNumber OBJECT-TYPE This object specifies a life for a conceptual statistics row. For a particular value of cMTSessionLifeNumber, the agent assigns the first value of 0 to the current (latest) life, with 1 being the next latest and so on. The sequence keeps incrementing, despite older (lower) values being removed from the table. | 1.3.6.1.4.1.9.9.800.1.2.1.1.1 | Unsigned32 (0..2) | not-accessible | current |
| cMTBucketNumber OBJECT-TYPE This object is index of the list of statistics buckets stored. A statistics bucket corresponds to data collected from each hop in one run of the periodic mediatrace session. Bucket with Index value of 0 is the bucket for latest completed run. Index 1 is one run prior to latest completed run, index 2 is two runs prior to latest completed run, and so on. | 1.3.6.1.4.1.9.9.800.1.2.1.1.2 | Unsigned32 (0..10) | not-accessible | current |
| cMTPathHopNumber OBJECT-TYPE This object specifies the hop number for a Mediatrace Path. This hop can be either Mediatrace or Non-Mediatrace node. The hop number is relative to the initiator with 0 being used to identify initiator itself, 1 for next farther node, etc. This hop number is always unique i.e., two hops cannot have same hop number. | 1.3.6.1.4.1.9.9.800.1.2.1.1.3 | Unsigned32 (0..255) | not-accessible | current |
| cMTPathHopAddrType OBJECT-TYPE This object specifies the type of IP address specified by the corresponding instance of cMTPathHopAddrType. | 1.3.6.1.4.1.9.9.800.1.2.1.1.4 | InetAddressType | read-only | current |
| cMTPathHopAddr OBJECT-TYPE This object indicates IP Address type of the hop on a Mediatrace Path. | 1.3.6.1.4.1.9.9.800.1.2.1.1.5 | InetAddress | read-only | current |
| cMTPathHopType OBJECT-TYPE This object indicates the type of the hop on a Mediatrace path. Currently, only two types are present - mediatrace(1) and traceroute(2). A hop is of type 'mediatrace' if it is discovered by only mediatrace or by both mediatrace and trace-route. The hop is 'trace route' if it is discovered by trace route only. | 1.3.6.1.4.1.9.9.800.1.2.1.1.6 | INTEGER {mediatrace(1), traceroute(2)} | read-only | current |
| cMTPathHopAlternate1AddrType OBJECT-TYPE This object specifies the type of IP address specified by the corresponding instance of cMTPathHopAlternate1AddrType. | 1.3.6.1.4.1.9.9.800.1.2.1.1.7 | InetAddressType | read-only | current |
| cMTPathHopAlternate1Addr OBJECT-TYPE This object indicates the IP Address of the first alternate hop on a traceroute path. | 1.3.6.1.4.1.9.9.800.1.2.1.1.8 | InetAddress | read-only | current |
| cMTPathHopAlternate2AddrType OBJECT-TYPE This object specifies the type of IP address specified by the corresponding instance of cMTPathHopAlternate2AddrType. | 1.3.6.1.4.1.9.9.800.1.2.1.1.9 | InetAddressType | read-only | current |
| cMTPathHopAlternate2Addr OBJECT-TYPE This object indicates the IP Address of the second alternate hop on a traceroute path. | 1.3.6.1.4.1.9.9.800.1.2.1.1.10 | InetAddress | read-only | current |
| cMTPathHopAlternate3AddrType OBJECT-TYPE This object specifies the type of IP address specified by the corresponding instance of cMTPathHopAlternate3AddrType. | 1.3.6.1.4.1.9.9.800.1.2.1.1.11 | InetAddressType | read-only | current |
| cMTPathHopAlternate3Addr OBJECT-TYPE This object indicates the IP Address of the third alternate hop on a traceroute path. | 1.3.6.1.4.1.9.9.800.1.2.1.1.12 | InetAddress | read-only | current |
| cMTHopStatsTable OBJECT-TYPE An entry in cMTHopStatsTable represents a hop on the path associated to a Mediatrace session. This table contains information about particular hop (Mediatrace or non-Mediatrace) such as the address, type of hop, etc. A single row corresponds to a hop on the Mediatrace path discovered for a session and is uniquely identified by cMTSessionNumber, cMTSessionLifeNumber, cMTBucketNumber,cMTHopStatsAddrType and cMTHopStatsAddr. The created rows are destroyed when the device undergoes a restart. | 1.3.6.1.4.1.9.9.800.1.2.2 | not-accessible | current | |
| cMTHopStatsEntry OBJECT-TYPE An entry in cMTHopStatsTable | 1.3.6.1.4.1.9.9.800.1.2.2.1 | not-accessible | current | |
| cMTHopStatsMaskBitmaps OBJECT-TYPE This object indicates whether the corresponding instances of these statistics fields in the table are supported. It also indicates if the statistics data are collected. There are 2 bits for each corresponding field. | 1.3.6.1.4.1.9.9.800.1.2.2.1.1 | Bits {mediatraceTtlUnsupported(0), mediatraceTtlUncollected(1), collectionStatsUnsupported(2), collectionStatsUncollected(3), ingressInterfaceUnsupported(4), ingressInterfaceUncollected(5), egressInterfaceUnsupported(6), egressInterfaceUncollected(7)} | read-only | current |
| cMTHopStatsAddrType OBJECT-TYPE This object specifies the type of IP address specified by the corresponding instance of cMTHopStatsAddr. | 1.3.6.1.4.1.9.9.800.1.2.2.1.2 | InetAddressType | not-accessible | current |
| cMTHopStatsAddr OBJECT-TYPE This object specifies the IP Address of the hop on a Mediatrace Path. This value is obtained from CMTPathHopAddr in cMTPathTable. | 1.3.6.1.4.1.9.9.800.1.2.2.1.3 | InetAddress | not-accessible | current |
| cMTHopStatsName OBJECT-TYPE This object indicates the name for this hop. This can be either the hostname or the IP address for the hop. | 1.3.6.1.4.1.9.9.800.1.2.2.1.4 | SnmpAdminString | read-only | current |
| cMTHopStatsMediatraceTtl OBJECT-TYPE This object indicates the hop limit of the corresponding traffic flow. If version 4 of the IP carries the traffic flow, then the value of this column corresponds to the 'Time to Live' field of the IP header contained by packets in the Mediatrace request. If version 6 of the IP carries the traffic flow, then the value of this column corresponds to the 'Hop Limit' field of the IP header contained by packets in the Mediatrace request. | 1.3.6.1.4.1.9.9.800.1.2.2.1.5 | Unsigned32 (0..255) | read-only | current |
| cMTHopStatsCollectionStatus OBJECT-TYPE This object indicates the operational status of data being collected on the hop for a specific session: 'success' The hop is actively collecting and responding with data. 'notsuccess' The hop is not collecting or responding with data. | 1.3.6.1.4.1.9.9.800.1.2.2.1.6 | INTEGER {success(1), notSuccess(2)} | read-only | current |
| cMTHopStatsIngressInterface OBJECT-TYPE This object indicates the interface on the responder that receives the Mediatrace request from the initiator. | 1.3.6.1.4.1.9.9.800.1.2.2.1.7 | SnmpAdminString | read-only | current |
| cMTHopStatsEgressInterface OBJECT-TYPE This object indicates the interface on the responder which is used to forward the Mediatrace request from the initiator towards destination in the path specifier. Value of 'None' will be shown if the destination address in path specifier terminates on this hop. | 1.3.6.1.4.1.9.9.800.1.2.2.1.8 | SnmpAdminString | read-only | current |
| cMTTraceRouteTable OBJECT-TYPE This table lists the hops discovered by traceroute executed from the initiator. These are the hops which are on media flow path but on which mediatrace is not enabled or is not supported. | 1.3.6.1.4.1.9.9.800.1.2.3 | not-accessible | current | |
| cMTTraceRouteEntry OBJECT-TYPE An entry in cMTTraceRouteTable represents a Traceroute hop on the path associated to a Mediatrace session. The created rows are destroyed when the device undergoes a restart. | 1.3.6.1.4.1.9.9.800.1.2.3.1 | not-accessible | current | |
| cMTTraceRouteHopNumber OBJECT-TYPE This object indicates the hop number of Traceroute host relative to the Initiator. It start with 1 and increments as we go farther from the Initiator. | 1.3.6.1.4.1.9.9.800.1.2.3.1.1 | Gauge32 | read-only | current |
| cMTTraceRouteHopRtt OBJECT-TYPE This object indicates RTT. The time it takes for a packet to get to a hop and back, displayed in milliseconds. (ms). | 1.3.6.1.4.1.9.9.800.1.2.3.1.2 | Counter64 | read-only | current |
| cMTSessionStatusTable OBJECT-TYPE This table contains aggregate data maintained by Mediatrace for session status. | 1.3.6.1.4.1.9.9.800.1.2.4 | not-accessible | current | |
| cMTSessionStatusEntry OBJECT-TYPE An entry in cMTSessionStatusTable represents information about a Mediatrace session. This table contains information about particular session such as global session identifier, operation state and time to live. A single row corresponds to status of a Mediatrace session and is uniquely identified by cMTSessionNumber. The created rows are destroyed when the device undergoes a restart. | 1.3.6.1.4.1.9.9.800.1.2.4.1 | not-accessible | current | |
| cMTSessionStatusBitmaps OBJECT-TYPE This object indicates whether the corresponding instances of these statistics fields in the table are supported. It also indicates if the statistics are collected. There are 2 bits for each field. | 1.3.6.1.4.1.9.9.800.1.2.4.1.1 | Bits {globalSessionIdUusupport(0), globalSessionIdUncollected(1), operationStateUusupport(2), operationStateUncollected(3), operationTimeToLiveUusupport(4), operationTimeToLiveUncollected(5)} | read-only | current |
| cMTSessionStatusGlobalSessionId OBJECT-TYPE This object indicates a globally unique Id to identify a session throughout the network. | 1.3.6.1.4.1.9.9.800.1.2.4.1.2 | Unsigned32 | read-only | current |
| cMTSessionStatusOperationState OBJECT-TYPE This object indicates the operation status of the session. pending - Session is not currently active. active - Session is in active state. inactive - Session is not active but it has not aged out. sleep - Session is in sleep state. | 1.3.6.1.4.1.9.9.800.1.2.4.1.3 | INTEGER {pending(1), active(2), inactive(3), sleep(4)} | read-only | current |
| cMTSessionStatusOperationTimeToLive OBJECT-TYPE This object indicates how long the session operation will last. | 1.3.6.1.4.1.9.9.800.1.2.4.1.4 | Counter64 | read-only | current |
| cMTSessionRequestStatsTable OBJECT-TYPE This table contains aggregate data maintained by Mediatrace for session request status. | 1.3.6.1.4.1.9.9.800.1.2.5 | not-accessible | current | |
| cMTSessionRequestStatsEntry OBJECT-TYPE An entry in cMTSessionRequestStatsTable represents status for each request for a particular session. A single row corresponds to a request sent by a particular Mediatrace session and is uniquely identified by cMTSessionNumber, cMTSessionLifeNumber and cMTBucketNumber. The created rows are destroyed when the device undergoes a restart. | 1.3.6.1.4.1.9.9.800.1.2.5.1 | not-accessible | current | |
| cMTSessionRequestStatsBitmaps OBJECT-TYPE This object indicates whether the corresponding instances of these stats fields in the table are supported. It also indicates if the stats data are collected. There are 2 bits for each corresponding field. | 1.3.6.1.4.1.9.9.800.1.2.5.1.1 | Bits {requestTimestampUnsupport(0), requestTimestampUncollected(1), requestStatusUnsupport(2), requestStatusUncollected(3), tracerouteStatusUnsupport(4), tracerouteStatusUncollected(5), routeIndexUnsupport(6), routeIndexUncollected(7), numberOfMediatraceHopsUnsupport(8), numberOfMediatraceHopsUncollected(9), numberOfNonMediatraceHopsUnsupport(10), numberOfNonMediatraceHopsUncollected(11), numberOfValidHopsUnsupport(12), numberOfValidHopsUncollected(13), numberOfErrorHopsUnsupport(14), numberOfErrorHopsUncollected(15), numberOfNoDataRecordHopsUnsupport(16), numberOfNoDataRecordHopsUncollected(17), metaGlobalIdUnsupport(18), metaGlobalIdUncollected(19), metaMultiPartySessionIdUnsupport(20), metaMultiPartySessionIdUncollected(21), metaAppNameUnsupport(22), metaAppNameUncollected(23)} | read-only | current |
| cMTSessionRequestStatsRequestTimestamp OBJECT-TYPE This object indicates the value of request time when the request was sent our by the initiator for this particular session. | 1.3.6.1.4.1.9.9.800.1.2.5.1.2 | TimeStamp | read-only | current |
| cMTSessionRequestStatsRequestStatus OBJECT-TYPE This object indicates the status of request for the session. | 1.3.6.1.4.1.9.9.800.1.2.5.1.3 | INTEGER {completed(1), notCompleted(2)} | read-only | current |
| cMTSessionRequestStatsTracerouteStatus OBJECT-TYPE This object indicates the status of traceroute for the session. | 1.3.6.1.4.1.9.9.800.1.2.5.1.4 | INTEGER {completed(1), notCompleted(2)} | read-only | current |
| cMTSessionRequestStatsRouteIndex OBJECT-TYPE This object indicates the route index for the session request. It signifies the number of times a route has changed for a particular session. 0 signifies no route change. | 1.3.6.1.4.1.9.9.800.1.2.5.1.5 | Gauge32 | read-only | current |
| cMTSessionRequestStatsNumberOfMediatraceHops OBJECT-TYPE This object indicates the number of Mediatrace hops in the path. | 1.3.6.1.4.1.9.9.800.1.2.5.1.6 | Counter32 | read-only | current |
| cMTSessionRequestStatsNumberOfNonMediatraceHops OBJECT-TYPE This object indicates the number of non-Mediatrace hops in the path. | 1.3.6.1.4.1.9.9.800.1.2.5.1.7 | Counter32 | read-only | current |
| cMTSessionRequestStatsNumberOfValidHops OBJECT-TYPE This object indicates the number of hops with valid data report. | 1.3.6.1.4.1.9.9.800.1.2.5.1.8 | Counter32 | read-only | current |
| cMTSessionRequestStatsNumberOfErrorHops OBJECT-TYPE This object indicates the number of hops with error report. These hops are not able to return the statistics due to some issue. | 1.3.6.1.4.1.9.9.800.1.2.5.1.9 | Counter32 | read-only | current |
| cMTSessionRequestStatsNumberOfNoDataRecordHops OBJECT-TYPE This object indicates the number of hops with no data record. | 1.3.6.1.4.1.9.9.800.1.2.5.1.10 | Counter32 | read-only | current |
| cMTSessionRequestStatsMDGlobalId OBJECT-TYPE This object indicates the meta-data global Id for this session. | 1.3.6.1.4.1.9.9.800.1.2.5.1.11 | OCTET STRING | read-only | current |
| cMTSessionRequestStatsMDMultiPartySessionId OBJECT-TYPE This object indicates the meta-data Multi Party Session Id for this session. | 1.3.6.1.4.1.9.9.800.1.2.5.1.12 | OCTET STRING | read-only | current |
| cMTSessionRequestStatsMDAppName OBJECT-TYPE This object indicates the meta-data AppName for this session. | 1.3.6.1.4.1.9.9.800.1.2.5.1.13 | OCTET STRING | read-only | current |
| cMTCommonMetricStatsTable OBJECT-TYPE This table contains the list of entries representing common IP metrics values for a particular mediatrace session on particular hop. | 1.3.6.1.4.1.9.9.800.1.2.6 | not-accessible | current | |
| cMTCommonMetricStatsEntry OBJECT-TYPE An entry in cMTCommonMetricStatsTable represents common media monitor profile information of a hop on the path associated to a Mediatrace session such as flow sampling time stamp, packets dropped, IP TTL, etc. The devices creates a row in the cMTCommonMetricStatsTable when a Mediatrace session starts collecting a traffic metrics data and has been configured to compute common IP metrics. Likewise, the device destroys a row in the cMTCommonMetricStatsTable when the corresponding Mediatrace session has ceased collecting the traffic metrics data (e.g., when a scheduled session has timed out). A single row corresponds to a common media monitor profile information of a hop on the path discovered for a session and is uniquely identified by cMTSessionNumber, cMTSessionLifeNumber, cMTBucketNumber,cMTHopStatsAddrType and cMTHopStatsAddr. The created rows are destroyed when the device undergoes a restart. | 1.3.6.1.4.1.9.9.800.1.2.6.1 | not-accessible | current | |
| cMTCommonMetricsBitmaps OBJECT-TYPE This object indicates whether the corresponding instances of these stats fields in the table are supported. It also indicates if the stats data are collected. There are 2 bits for each field. | 1.3.6.1.4.1.9.9.800.1.2.6.1.2 | Bits {flowSamplingStartTimeUnsupported(0), flowSamplingStartTimeUncollected(1), ipPktDroppedUnsupported(2), ipPktDroppedUncollected(3), ipPktCountUnsupported(4), ipPktCountUncollected(5), ipOctetsUnsupported(6), ipOctetsUncollected(7), ipByteRateUnsupported(8), ipByteRateUncollected(9), ipDscpUnsupported(10), ipDscpUncollected(11), ipTtlUnsupported(12), ipTtlUncollected(13), flowCounterUnsupported(14), flowCounterUncollected(15), flowDirectionUnsupported(16), flowDirectionUncollected(17), lossMeasurementUnsupported(18), lossMeasurementUncollected(19), mediaStopOccurredUnsupported(20), mediaStopOccurredUncollected(21), routeForwardUnsupported(22), routeForwardUncollected(23), ipProtocolUnsupported(24), ipProtocolUncollected(25)} | read-only | current |
| cMTCommonMetricsFlowSamplingStartTime OBJECT-TYPE This object defines the the timestamp when the statistics were collected on the responder. | 1.3.6.1.4.1.9.9.800.1.2.6.1.3 | CiscoNTPTimeStamp | read-only | current |
| cMTCommonMetricsIpPktDropped OBJECT-TYPE This object indicates number of packet drops observed on the flow being monitored on this hop from flow sampling start time in window of 'sample interval' length. | 1.3.6.1.4.1.9.9.800.1.2.6.1.4 | Counter64 | read-only | current |
| cMTCommonMetricsIpOctets OBJECT-TYPE This object indicates the total number of octets contained by the packets processed by the Mediatrace request for the corresponding traffic flow. | 1.3.6.1.4.1.9.9.800.1.2.6.1.5 | Counter64 | read-only | current |
| cMTCommonMetricsIpPktCount OBJECT-TYPE This object indicates the total number of packets processed by the Mediatrace request for the corresponding traffic flow. | 1.3.6.1.4.1.9.9.800.1.2.6.1.6 | Counter64 | read-only | current |
| cMTCommonMetricsIpByteRate OBJECT-TYPE This object indicates the average packet rate at which the Mediatrace request is processing data for the corresponding traffic flow. This value is cumulative over the lifetime of the traffic flow. | 1.3.6.1.4.1.9.9.800.1.2.6.1.7 | Gauge32 | read-only | current |
| cMTCommonMetricsIpDscp OBJECT-TYPE This object indicates the DSCP value of the corresponding traffic flow. If version 4 of the IP carries the traffic flow, then the value of this column corresponds to the DSCP part of 'Type of Service' field of the IP header contained by packets in the traffic flow. If version 6 of the IP carries the traffic flow, then the value of this column corresponds to DSCP part of the 'Traffic Class' field of the IP header contained by packets in the traffic flow. | 1.3.6.1.4.1.9.9.800.1.2.6.1.8 | Unsigned32 (0..64) | read-only | current |
| cMTCommonMetricsIpTtl OBJECT-TYPE This object indicates the hop limit of the corresponding traffic flow. If version 4 of the IP carries the traffic flow, then the value of this column corresponds to the 'Time to Live' field of the IP header contained by packets in the Mediatrace request. If version 6 of the IP carries the traffic flow, then the value of this column corresponds to the 'Hop Limit' field of the IP header contained by packets in the Mediatrace request. | 1.3.6.1.4.1.9.9.800.1.2.6.1.9 | Unsigned32 (0..255) | read-only | current |
| cMTCommonMetricsFlowCounter OBJECT-TYPE This object indicates the number of traffic flows currently monitored by the Mediatrace request. | 1.3.6.1.4.1.9.9.800.1.2.6.1.10 | Gauge32 | read-only | current |
| cMTCommonMetricsFlowDirection OBJECT-TYPE This object indicates the direction of the traffic flow where the data is monitored : 'unknown' The SNMP entity does not know the direction of the traffic flow at the point data is collected. 'ingress' Data is collected at the point where the traffic flow enters the devices 'egress' Data is colected at the point where the traffic flow leaves the device. | 1.3.6.1.4.1.9.9.800.1.2.6.1.11 | INTEGER {unknown(1), ingress(2), egress(3)} | read-only | current |
| cMTCommonMetricsLossMeasurement OBJECT-TYPE This object indicates the loss measurement. | 1.3.6.1.4.1.9.9.800.1.2.6.1.12 | INTEGER {true(1), false(2)} | read-only | current |
| cMTCommonMetricsMediaStopOccurred OBJECT-TYPE This object indicates the media stop occurred. | 1.3.6.1.4.1.9.9.800.1.2.6.1.13 | INTEGER {true(1), false(2)} | read-only | current |
| cMTCommonMetricsRouteForward OBJECT-TYPE This object indicates routing or forwarding status i.e. whether the packet is forwarded or dropped for the flow. | 1.3.6.1.4.1.9.9.800.1.2.6.1.14 | SnmpAdminString | read-only | current |
| cMTCommonMetricsIpProtocol OBJECT-TYPE This table contains entry to specify the media Metric-list for the particular Mmediatrace session on the hop. | 1.3.6.1.4.1.9.9.800.1.2.6.1.15 | CiscoMediatraceSupportProtocol | read-only | current |
| cMTRtpMetricStatsTable OBJECT-TYPE This table contains aggregate data maintained by Mediatrace for traffic flows for which it is computing RTP metrics. | 1.3.6.1.4.1.9.9.800.1.2.7 | not-accessible | current | |
| cMTRtpMetricStatsEntry OBJECT-TYPE An entry in cMTRtpMetricStatsTable represents RTP related information of a hop on the path associated to a Mediatrace session such as bit rate, octets, etc. The devices creates a row in the cMTRtpMetricStatsTable when a Mediatrace session starts collecting a traffic metrics data and has been configured to compute RTP metrics for the same traffic metrics data. Likewise, the device destroys a row in the cMTRtpMetricStatsTable when the corresponding Mediatrace session has ceased collecting the traffic metrics data (e.g., when a scheduled session has timed out). A single row corresponds to a RTP information of a hop on the path discovered for a Mediatrace session and is uniquely identified by cMTSessionNumber, cMTSessionLifeNumber, cMTBucketNumber,cMTHopStatsAddrType and cMTHopStatsAddr. The created rows are destroyed when the device undergoes a restart. | 1.3.6.1.4.1.9.9.800.1.2.7.1 | not-accessible | current | |
| cMTRtpMetricsBitmaps OBJECT-TYPE This object indicates whether the corresponding instances of these statistics fields in the table are supported. It also indicates if the stats data are collected. There are 2 bits for each field. | 1.3.6.1.4.1.9.9.800.1.2.7.1.2 | Bits {bitRateunSupport(0), bitRateunCollected(1), octetsunSupport(2), octetsunCollected(3), pktsunSupport(4), pktsunCollected(5), jitterunSupport(6), jitterunCollected(7), lostPktsunSupport(8), lostPktsunCollected(9), expectedPktsunSupport(10), expectedPktsunCollected(11), lostPktEventsunSupport(12), lostPktEventsunCollected(13), losspercentUnsupport(14), losspercentUncollected(15)} | read-only | current |
| cMTRtpMetricsBitRate OBJECT-TYPE This object indicates the average bit rate at which the corresponding Mediatrace request is processing data for the corresponding traffic flow. This value is cumulative over the lifetime of the traffic flow. | 1.3.6.1.4.1.9.9.800.1.2.7.1.3 | Gauge32 | read-only | current |
| cMTRtpMetricsOctets OBJECT-TYPE This object indicates the total number of octets contained by the packets processed by the Mediatrace request for the corresponding traffic flow. | 1.3.6.1.4.1.9.9.800.1.2.7.1.4 | Counter64 | read-only | current |
| cMTRtpMetricsPkts OBJECT-TYPE This object indicates the total number of packets processed by the corresponding Mediatrace request for the corresponding traffic flow. | 1.3.6.1.4.1.9.9.800.1.2.7.1.5 | Counter64 | read-only | current |
| cMTRtpMetricsJitter OBJECT-TYPE This object indicates the inter-arrival jitter for the traffic flow. | 1.3.6.1.4.1.9.9.800.1.2.7.1.6 | FlowMetricValue | read-only | current |
| cMTRtpMetricsLostPkts OBJECT-TYPE This object indicates the number of RTP packets lost for the traffic flow. | 1.3.6.1.4.1.9.9.800.1.2.7.1.7 | Counter64 | read-only | current |
| cMTRtpMetricsExpectedPkts OBJECT-TYPE This object indicates the number of RTP packets expected for the traffic flow. | 1.3.6.1.4.1.9.9.800.1.2.7.1.8 | Counter64 | read-only | current |
| cMTRtpMetricsLostPktEvents OBJECT-TYPE This object indicates the number of packet loss events observed by the Mediatrace request for the corresponding traffic flow. | 1.3.6.1.4.1.9.9.800.1.2.7.1.9 | Counter64 | read-only | current |
| cMTRtpMetricsLossPercent OBJECT-TYPE This object indicates the percentage of packages are lost per ten thousand packets in a traffic flow. | 1.3.6.1.4.1.9.9.800.1.2.7.1.10 | Gauge32 (0..100) | read-only | current |
| cMTTcpMetricStatsTable OBJECT-TYPE This table contains aggregate data maintained by Mediatrace for traffic flows for which it is computing TCP metrics. | 1.3.6.1.4.1.9.9.800.1.2.8 | not-accessible | current | |
| cMTTcpMetricStatsEntry OBJECT-TYPE An entry in cMTTcpMetricStatsTable represents TCP information of a hop on the path associated to a Mediatrace session such as byte count, round trip delay, etc. The devices creates a row in the cMTTcpMetricStatsTable when a Mediatrace session starts collecting a traffic metrics data and has been configured to compute TCP metrics for the same traffic metrics data. Likewise, the device destroys a row in the cMTTcpMetricStatsTable when the corresponding Mediatrace session has ceased collecting the traffic metrics data (e.g., when a scheduled session has timed out). A single row corresponds to TCP information of a hop on the path discovered for a Mediatrace session and is uniquely identified by cMTSessionNumber, cMTSessionLifeNumber, cMTBucketNumber,cMTHopStatsAddrType and cMTHopStatsAddr. The created rows are destroyed when the device undergoes a restart. | 1.3.6.1.4.1.9.9.800.1.2.8.1 | not-accessible | current | |
| cMTTcpMetricBitmaps OBJECT-TYPE This object indicates whether the corresponding instances of these stats fields in the table are supported. It also indicates if the stats data are collected. There are 2 bits for each field. | 1.3.6.1.4.1.9.9.800.1.2.8.1.2 | Bits {mediaByteCountUnsupport(0), mediaByteCountUncollected(1), connectRoundTripDelayUnsupport(2), connectRoundTripDelayUncollected(3), lostEventCountUnsupport(4), lostEventCountUncollected(5)} | read-only | current |
| cMTTcpMetricMediaByteCount OBJECT-TYPE This object indicates the number of bytes for the packets observed by the Mediatrace session for the corresponding flow. | 1.3.6.1.4.1.9.9.800.1.2.8.1.3 | FlowMetricValue | read-only | current |
| cMTTcpMetricConnectRoundTripDelay OBJECT-TYPE This object indicates the round trip time for the packets observed by the Mediatrace session for the corresponding flow. The round trip time is defined as the length of time it takes for a TCP segment transmission and receipt of acknowledgement. This object indicates the connect round trip delay. | 1.3.6.1.4.1.9.9.800.1.2.8.1.4 | Counter64 | read-only | current |
| cMTTcpMetricLostEventCount OBJECT-TYPE This object indicates the number of packets lost for the traffic flow. | 1.3.6.1.4.1.9.9.800.1.2.8.1.5 | Counter64 | read-only | current |
| cMTSystemMetricStatsTable OBJECT-TYPE A list of objects which accumulate the system metrics results of a particular node for that path. | 1.3.6.1.4.1.9.9.800.1.2.9 | not-accessible | current | |
| cMTSystemMetricStatsEntry OBJECT-TYPE An entry in cMTSystemMetricStatsTable represents CPU or memory utilization information of a hop on the path associated to a Mediatrace session such as five minutes CPU utilization, memory utilization, etc. The devices creates a row in the cMTSystemMetricStatsTable when a Mediatrace session starts collecting a system metrics data and has been configured to compute system metrics. Likewise, the device destroys a row in the cMTSystemMetricStatsTable when the corresponding Mediatrace session has ceased collecting the system metrics data (e.g., when a scheduled session has timed out). A single row corresponds to a CPU or memory utilization information of a hop on the path discovered for a Mediatrace session and is uniquely identified by cMTSessionNumber, cMTSessionLifeNumber, cMTBucketNumber,cMTHopStatsAddrType and cMTHopStatsAddr. The created rows are destroyed when the device undergoes a restart. | 1.3.6.1.4.1.9.9.800.1.2.9.1 | not-accessible | current | |
| cMTSystemMetricBitmaps OBJECT-TYPE This object indicates whether the corresponding instances of these stats fields in the table are supported. It also indicates if the stats data are collected. There are 2 bits for each field. | 1.3.6.1.4.1.9.9.800.1.2.9.1.1 | Bits {cpuOneMinuteUtilizationUnsupport(0), cpuOneMinuteUtilizationUncollected(1), cpuFiveMinutesUtilizationUnsupport(2), cpuFiveMinutesUtilizationUncollected(3), memoryMetricsUnsupport(4), memoryMetricsUncollected(5)} | read-only | current |
| cMTSystemMetricCpuOneMinuteUtilization OBJECT-TYPE This object indicates the overall CPU busy percentage in the last 1 minute period for the network element | 1.3.6.1.4.1.9.9.800.1.2.9.1.2 | Gauge32 (0..100) | read-only | current |
| cMTSystemMetricCpuFiveMinutesUtilization OBJECT-TYPE This object indicates the overall CPU busy percentage in the last 5 minute period for the network element | 1.3.6.1.4.1.9.9.800.1.2.9.1.3 | Gauge32 (0..100) | read-only | current |
| cMTSystemMetricMemoryUtilization OBJECT-TYPE This object indicates the overall memory usage percentage for the node. | 1.3.6.1.4.1.9.9.800.1.2.9.1.4 | Gauge32 (0..100) | read-only | current |
| cMTInterfaceMetricStatsTable OBJECT-TYPE This table contains aggregate data of interface information for the network nodes. | 1.3.6.1.4.1.9.9.800.1.2.10 | not-accessible | current | |
| cMTInterfaceMetricStatsEntry OBJECT-TYPE An entry in cMTInterfaceMetricStatsTable represents interface information of a hop on the path associated to a Mediatrace session such as ingress interface speed, egress interface speed, etc. The devices creates a row in the cMTInterfaceMetricStatsTable when a Mediatrace session starts collecting an interface metrics data and has been configured to compute interface metrics. Likewise, the device destroys a row in the cMTInterfaceMetricStatsTable when the corresponding Mediatrace session has ceased collecting the interface metrics data (e.g., when a scheduled session has timed out). A single row corresponds to a interface information of a hop on the path discovered for a session and is uniquely identified by cMTSessionNumber, cMTSessionLifeNumber, cMTBucketNumber, cMTHopStatsAddrType and cMTHopStatsAddr. The created rows are destroyed when the device undergoes a restart. | 1.3.6.1.4.1.9.9.800.1.2.10.1 | not-accessible | current | |
| cMTInterfaceBitmaps OBJECT-TYPE This object indicates whether the corresponding instances of these stats fields in the table are supported. It also indicates if the stats data are collected. There are 2 bits for each field. | 1.3.6.1.4.1.9.9.800.1.2.10.1.2 | Bits {inSpeedUnsupport(0), inSpeedUncollected(1), outSpeedUnsupport(2), outSpeedUncollected(3), outDiscardsUnsupport(4), outDiscardsUncollected(5), inDiscardsUnsupport(6), inDiscardsUncollected(7), outErrorsUnsupport(8), outErrorsUncollected(9), inErrorsUnsupport(10), inErrorsUncollected(11), outOctetsUnsupport(12), outOctetsUncollected(13), inOctetsUnsupport(14), inOctetsUncollected(15)} | read-only | current |
| cMTInterfaceOutSpeed OBJECT-TYPE This object indicates the egress interface's current bandwidth in bits per second. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. Currently bandwidth above the maximum value 4,294,967,295 is not supported and it will show the maximum for this condition. | 1.3.6.1.4.1.9.9.800.1.2.10.1.3 | Gauge32 | read-only | current |
| cMTInterfaceInSpeed OBJECT-TYPE This object indicates an estimate of the ingress interface's current bandwidth in bits per second. Currently bandwidth above the maximum value 4,294,967,295 is not supported and it will show the maximum for this condition. | 1.3.6.1.4.1.9.9.800.1.2.10.1.4 | Gauge32 | read-only | current |
| cMTInterfaceOutDiscards OBJECT-TYPE This object indicates the number of outbound packets which were chosen to be discarded even though no errors had been detected to prevent their being transmitted. One possible reason for discarding such a packet could be to free up buffer space. | 1.3.6.1.4.1.9.9.800.1.2.10.1.5 | Counter32 | read-only | current |
| cMTInterfaceInDiscards OBJECT-TYPE This object indicates the number of inbound packets which were chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol. One possible reason for discarding such a packet could be to free up buffer space. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. | 1.3.6.1.4.1.9.9.800.1.2.10.1.6 | Counter32 | read-only | current |
| cMTInterfaceOutErrors OBJECT-TYPE This object indicates the error packet number. For packet-oriented interfaces, the number of outbound packets that could not be transmitted because of errors. For character-oriented or fixed-length interfaces, the number of outbound transmission units that could not be transmitted because of errors. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. | 1.3.6.1.4.1.9.9.800.1.2.10.1.7 | Counter32 | read-only | current |
| cMTInterfaceInErrors OBJECT-TYPE This object indicates the error packet number. For packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. For character-oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. | 1.3.6.1.4.1.9.9.800.1.2.10.1.8 | Counter32 | read-only | current |
| cMTInterfaceOutOctets OBJECT-TYPE This object indicates the total number of octets transmitted out of the interface, including framing characters. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. | 1.3.6.1.4.1.9.9.800.1.2.10.1.9 | Counter32 | read-only | current |
| cMTInterfaceInOctets OBJECT-TYPE This object indicates the total number of octets received on the interface, including framing characters. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ifCounterDiscontinuityTime. | 1.3.6.1.4.1.9.9.800.1.2.10.1.10 | Counter32 | read-only | current |
| ciscoMediatraceMIBConform OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.800.2 | |||
| ciscoMediatraceMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.800.2.1 | |||
| ciscoMediatraceMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.800.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoMediatraceMIBCompliance MODULE-COMPLIANCE This is a default module-compliance containing default object groups. | 1.3.6.1.4.1.9.9.800.2.1.1 | current |
| ciscoMediatraceMIBMainObjectGroup OBJECT-GROUP The is a object group. | 1.3.6.1.4.1.9.9.800.2.2.1 | current |