MEDIA-MONITOR-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: MEDIA-MONITOR-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 mediaMonitorMIB 1.3.6.1.2.1.1
The media Monitor MIB (MEDIA-MONITOR-MIB) provides Metrics for Monitoring IP streaming media Flows.
     mediaMonitorObjects 1.3.6.1.2.1.1.1
         ipMediaStreamMonitorTable 1.3.6.1.2.1.1.1.1 no-access
IP Stream Monitor Table. This table is indexed by the Stream Handle. This Table only shows the currently ACTIVE Streams.
             ipMediaStreamMonitorEntry 1.3.6.1.2.1.1.1.1.1 no-access
IP Stream Monitor Table Entry.
                 ipMediaStreamHandle 1.3.6.1.2.1.1.1.1.1.1 unsigned32 read-only
Table is indexed by stream Handle. The table has one row for each Media Stream detected from the Ip Interface. The Stream Handle shall be a unique value for the life of the stream.
                 ipMediaStreamSourceIpAddress 1.3.6.1.2.1.1.1.1.1.2 ipaddress read-only
Source IpAddress for the Stream indexed by the Stream Handle.
                 ipMediaStreamSourcePort 1.3.6.1.2.1.1.1.1.1.3 unsigned32 read-only
The Source port for the Stream indexed by the Stream Handle.
                 ipMediaStreamDestinationIpAddress 1.3.6.1.2.1.1.1.1.1.4 ipaddress read-only
Destination IpAddress for the Stream indexed by the Stream Handle.
                 ipMediaStreamDestinationPort 1.3.6.1.2.1.1.1.1.1.5 unsigned32 read-only
The Destination port for the Stream indexed by the Stream Handle.
                 ipMediaStreamBitRate 1.3.6.1.2.1.1.1.1.1.6 unsigned32 read-only
The nominal Bit Rate of the Media Stream in bits/second.
                 ipMediaStreamInterval 1.3.6.1.2.1.1.1.1.1.7 unsigned32 read-only
The number indicates the minimum Interval in seconds for a good MDI Measurement. The Interval is based on the current Bit Rate of the Stream. The minimum interval should be chosen such that at least 10 IP packets occur per interval. This value defaults to 1 second and the Interval is typically configured to 1 second unless the above criteria is not met.
                 ipMediaStreamStartTime 1.3.6.1.2.1.1.1.1.1.8 displaystring read-only
The Timestamp shows the Real time at which the stream was detected. The Timestamp format is YYYY/MM/DD/HH/MM/SS.
                 ipMediaStreamMDIDelayFactor 1.3.6.1.2.1.1.1.1.1.9 unsigned32 read-only
This object displays the Media Delivery Index Delay Factor parameter in units of milliseconds. This parameter indicates the burstiness of the stream.
                 ipMediaStreamMDILossRate 1.3.6.1.2.1.1.1.1.1.10 unsigned32 read-only
This object displays the Media Delivery Index Media Loss Rate in packets/sec. This parameter indicates rate of lost media packets of the of the stream.
                 ipMediaStreamMDIDFThreshold 1.3.6.1.2.1.1.1.1.1.11 unsigned32 read-write
The Threshold for Media Delivery Index Delay Factor in milliSeconds. The default value is set to 0 indicating that it is invalid until configured.
                 ipMediaStreamMDILRThreshold 1.3.6.1.2.1.1.1.1.1.12 unsigned32 read-write
The Threshold for Media Delivery Loss Rate in Packets/second. The default value is set to 0xffffffff indicating that it is invalid until configured.
                 ipMediaStreamMDIDFErrorIntervals 1.3.6.1.2.1.1.1.1.1.13 unsigned32 read-only
The number indicates the number of MDI DF Threshold (ipMediaStreamMonitorMDIDFThreshold) Crossed Intervals during the life of a stream. This shall be 0 and invalid until the MDI DF Thresholds are configured.
                 ipMediaStreamMDIMLRErrorIntervals 1.3.6.1.2.1.1.1.1.1.14 unsigned32 read-only
The number indicates the number of MDI MLR Threshold (ipMediaStreamMDILRThreshold)Crossed Intervals during the life of a stream. This shall be 0 and invalid until the MDI MLR Thresholds are configured.