ROHC-RTP-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: ROHC-RTP-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
 rohcRtpMIB 1.3.6.1.2.1.114
This MIB module defines a set of objects for monitoring and configuring RObust Header Compression (ROHC). The objects are specific to ROHC RTP (profile 0x0001), ROHC UDP (profile 0x0002), and ROHC ESP (profile 0x0003) defined in RFC 3095 and for the ROHC LLA profile (profile 0x0005) defined in RFC 3242. Copyright (C) The Internet Society (2004). The initial version of this MIB module was published in RFC 3816. For full legal notices see the RFC itself or see: http://www.ietf.org/copyrights/ianamib.html
         rohcRtpObjects 1.3.6.1.2.1.114.1
             rohcRtpContextTable 1.3.6.1.2.1.114.1.1 no-access
This table lists and describes RTP profile specific properties of compressor contexts and decompressor contexts. It extends the rohcContextTable of the ROHC-MIB module.
                 rohcRtpContextEntry 1.3.6.1.2.1.114.1.1.1 no-access
An entry describing a particular context.
                     rohcRtpContextState 1.3.6.1.2.1.114.1.1.1.3 integer read-only
State of the context as defined in RFC 3095. States initAndRefresh(1), firstOrder(2), and secondOrder(3) are states of compressor contexts, states noContext(4), staticContext(5) and fullContext(6) are states of decompressor contexts. Enumeration: 'staticContext': 5, 'secondOrder': 3, 'noContext': 4, 'firstOrder': 2, 'initAndRefresh': 1, 'fullContext': 6.
                     rohcRtpContextMode 1.3.6.1.2.1.114.1.1.1.4 integer read-only
Mode of the context. Enumeration: 'reliable': 3, 'unidirectional': 1, 'optimistic': 2.
                     rohcRtpContextAlwaysPad 1.3.6.1.2.1.114.1.1.1.5 truthvalue read-only
Boolean, only applicable to compressor contexts using the LLA profile. If its value is true, the compressor must pad every RHP packet with a minimum of one octet ROHC padding. The value of this object is only valid for LLA profiles, i.e., if the corresponding rohcProfile has a value of 0x0005. If the corresponding rohcProfile has a value other than 0x0005, then this object MUST NOT be instantiated.
                     rohcRtpContextLargePktsAllowed 1.3.6.1.2.1.114.1.1.1.6 truthvalue read-only
Boolean, only applicable to compressor contexts using the LLA profile. It specifies how to handle packets that do not fit any of the preferred packet sizes specified. If its value is true, the compressor must deliver the larger packet as-is and must not use segmentation. If it is set to false, the ROHC segmentation scheme must be used to split the packet into two or more segments, and each segment must further be padded to fit one of the preferred packet sizes. The value of this object is only valid for LLA profiles, i.e., if the corresponding rohcProfile has a value of 0x0005. If the corresponding rohcProfile has a value other than 0x0005, then this object MUST NOT be instantiated.
                     rohcRtpContextVerifyPeriod 1.3.6.1.2.1.114.1.1.1.7 unsigned32 read-only
This object is only applicable to compressor contexts using the LLA profile. It specifies the minimum frequency with which a packet validating the context must be sent. This tells the compressor that a packet containing a CRC field must be sent at least once every N packets, where N is the value of the object. A value of 0 indicates that periodical verifications are disabled. The value of this object is only valid for LLA profiles, i.e., if the corresponding rohcProfile has a value of 0x0005. If the corresponding rohcProfile has a value other than 0x0005, then this object MUST NOT be instantiated.
                     rohcRtpContextSizesAllowed 1.3.6.1.2.1.114.1.1.1.8 unsigned32 read-only
The value of this object is only valid for decompressor contexts, i.e., if rohcInstanceType of the corresponding rohcContextEntry has the value decompressor(2). For compressor contexts where rohcInstanceType has the value compressor(1), this object MUST NOT be instantiated. This object contains the number of different packet sizes that may be used in the context.
                     rohcRtpContextSizesUsed 1.3.6.1.2.1.114.1.1.1.9 unsigned32 read-only
The value of this object is only valid for decompressor contexts, i.e., if rohcInstanceType of the corresponding rohcContextEntry has the value decompressor(2). For compressor contexts where rohcInstanceType has the value compressor(1), this object MUST NOT be instantiated. This object contains the number of different packet sizes that are used in the context.
                     rohcRtpContextACKs 1.3.6.1.2.1.114.1.1.1.10 counter32 read-only
The number of all positive feedbacks (ACK) sent or received in this context, respectively. 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. For checking ifCounterDiscontinuityTime, the interface index is required. It can be determined by reading the rohcChannelTable of the ROHC-MIB.
                     rohcRtpContextNACKs 1.3.6.1.2.1.114.1.1.1.11 counter32 read-only
The number of all dynamic negative feedbacks (ACK) sent or received in this context, respectively. 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. For checking ifCounterDiscontinuityTime, the interface index is required. It can be determined by reading the rohcChannelTable of the ROHC-MIB.
                     rohcRtpContextSNACKs 1.3.6.1.2.1.114.1.1.1.12 counter32 read-only
The number of all static negative feedbacks (ACK) sent or received in this context, respectively. 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. For checking ifCounterDiscontinuityTime, the interface index is required. It can be determined by reading the rohcChannelTable of the ROHC-MIB.
                     rohcRtpContextNHPs 1.3.6.1.2.1.114.1.1.1.13 counter32 read-only
This object is only applicable to contexts using the LLA profile. It contains the number of all no-header packets (NHP) sent or received in this context, respectively. 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. For checking ifCounterDiscontinuityTime, the interface index is required. It can be determined by reading the rohcChannelTable of the ROHC-MIB. The value of this object is only valid for LLA profiles, i.e., if the corresponding rohcProfile has a value of 0x0005. If the corresponding rohcProfile has a value other than 0x0005, then this object MUST NOT be instantiated.
                     rohcRtpContextCSPs 1.3.6.1.2.1.114.1.1.1.14 counter32 read-only
This object is only applicable to contexts using the LLA profile. It contains the number of all context synchronization packets (CSP) sent or received in this context, respectively. 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. For checking ifCounterDiscontinuityTime, the interface index is required. It can be determined by reading the rohcChannelTable of the ROHC-MIB. The value of this object is only valid for LLA profiles, i.e., if the corresponding rohcProfile has a value of 0x0005. If the corresponding rohcProfile has a value other than 0x0005, then this object MUST NOT be instantiated.
                     rohcRtpContextCCPs 1.3.6.1.2.1.114.1.1.1.15 counter32 read-only
This object is only applicable to contexts using the LLA profile. It contains the number of all context check packets (CCP) sent or received in this context, respectively. 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. For checking ifCounterDiscontinuityTime, the interface index is required. It can be determined by reading the rohcChannelTable of the ROHC-MIB. The value of this object is only valid for LLA profiles, i.e., if the corresponding rohcProfile has a value of 0x0005. If the corresponding rohcProfile has a value other than 0x0005, then this object MUST NOT be instantiated.
                     rohcRtpContextPktsLostPhysical 1.3.6.1.2.1.114.1.1.1.16 counter32 read-only
This object is only applicable to decompressor contexts using the LLA profile. It contains the number of physical packet losses on the link between compressor and decompressor, that have been indicated to the decompressor. 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. For checking ifCounterDiscontinuityTime, the interface index is required. It can be determined by reading the rohcChannelTable of the ROHC-MIB. The value of this object is only valid for LLA profiles, i.e., if the corresponding rohcProfile has a value of 0x0005. If the corresponding rohcProfile has a value other than 0x0005, then this object MUST NOT be instantiated.
                     rohcRtpContextPktsLostPreLink 1.3.6.1.2.1.114.1.1.1.17 counter32 read-only
This object is only applicable to decompressor contexts using the LLA profile. It contains the number of pre-link packet losses on the link between compressor and decompressor, that have been indicated to the decompressor. 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. For checking ifCounterDiscontinuityTime, the interface index is required. It can be determined by reading the rohcChannelTable of the ROHC-MIB. The value of this object is only valid for LLA profiles, i.e., if the corresponding rohcProfile has a value of 0x0005. If the corresponding rohcProfile has a value other than 0x0005, then this object MUST NOT be instantiated.
             rohcRtpPacketSizeTable 1.3.6.1.2.1.114.1.2 no-access
This table lists all allowed, preferred, and used packet sizes per compressor context and channel. Note, that the sizes table represents implementation parameters that are suggested by RFC 3095 and/or RFC 3242, but that are not mandatory.
                 rohcRtpPacketSizeEntry 1.3.6.1.2.1.114.1.2.1 no-access
An entry of a particular packet size.
                     rohcRtpPacketSize 1.3.6.1.2.1.114.1.2.1.3 unsigned32 no-access
A packet size used as index.
                     rohcRtpPacketSizePreferred 1.3.6.1.2.1.114.1.2.1.4 truthvalue read-only
This object is only applicable to compressor contexts using the LLA profile. When retrieved, it will have the value true(1) if the packet size is preferred. Otherwise, its value will be false(2). The value of this object is only valid for LLA profiles, i.e., if the corresponding rohcProfile has a value of 0x0005. If the corresponding rohcProfile has a value other than 0x0005, then this object MUST NOT be instantiated.
                     rohcRtpPacketSizeUsed 1.3.6.1.2.1.114.1.2.1.5 truthvalue read-only
This object is only applicable to compressor contexts using the UDP, RTP, or ESP profile. When retrieved, it will have the value true(1) if the packet size is used. Otherwise, its value will be false(2). The value of this object is only valid for UDP, RTP, and ESP profiles, i.e., if the corresponding rohcProfile has a value of either 0x0001, 0x0002 or 0x0003. If the corresponding rohcProfile has a value other than 0x0001, 0x0002 or 0x0003, then this object MUST NOT be instantiated.
                     rohcRtpPacketSizeRestrictedType 1.3.6.1.2.1.114.1.2.1.6 integer read-only
This object is only applicable to preferred packet sizes of compressor contexts using the LLA profile. When retrieved, it will indicate whether the packet size is preferred for NHP only, for RHP only, or for both of them. The value of this object is only valid for LLA profiles, i.e., if the corresponding rohcProfile has a value of 0x0005. If the corresponding rohcProfile has a value other than 0x0005, then this object MUST NOT be instantiated. Enumeration: 'nhpOnly': 1, 'noRestrictions': 3, 'rhpOnly': 2.
         rohcRtpConformance 1.3.6.1.2.1.114.2
             rohcRtpCompliances 1.3.6.1.2.1.114.2.1
                 rohcRtpCompliance 1.3.6.1.2.1.114.2.1.1
The compliance statement for SNMP entities that implement the ROHC-RTP-MIB. Note that compliance with this compliance statement requires compliance with the rohcCompliance MODULE-COMPLIANCE statement of the ROHC-MIB and with the ifCompliance3 MODULE-COMPLIANCE statement of the IF-MIB (RFC2863).
             rohcRtpGroups 1.3.6.1.2.1.114.2.2
                 rohcRtpContextGroup 1.3.6.1.2.1.114.2.2.1
A collection of objects providing information about ROHC RTP compressors and decompressors.
                 rohcRtpPacketSizesGroup 1.3.6.1.2.1.114.2.2.2
A collection of objects providing information about allowed and used packet sizes at a ROHC RTP compressor.
                 rohcRtpStatisticsGroup 1.3.6.1.2.1.114.2.2.3
A collection of objects providing ROHC compressor and decompressor statistics.