ROHC-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: ROHC-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
 rohcMIB 1.3.6.1.2.1.112
This MIB module defines a set of basic objects for monitoring and configuring robust header compression. The module covers information about running instances of ROHC (compressors or decompressors) at IP interfaces. Information about compressor contexts and decompressor contexts has different structure for different profiles. Therefore it is not provided by this MIB module, but by individual modules for different profiles. 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
         rohcObjects 1.3.6.1.2.1.112.1
             rohcInstanceObjects 1.3.6.1.2.1.112.1.1
                 rohcChannelTable 1.3.6.1.2.1.112.1.1.1 no-access
This table lists and describes all ROHC channels per interface.
                     rohcChannelEntry 1.3.6.1.2.1.112.1.1.1.1 no-access
An entry describing a particular script. Every script that is stored in non-volatile memory is required to appear in this script table. Note, that the rohcChannelID identifies the channel uniquely. The ifIndex is part of the index of this table just in order to allow addressing channels per interface.
                         rohcChannelID 1.3.6.1.2.1.112.1.1.1.1.2 rohcchannelidentifier no-access
The locally arbitrary, but unique identifier associated with this channel. The value is REQUIRED to be unique per ROHC MIB implementation independent of the associated interface. The value is REQUIRED to remain constant at least from one re-initialization of the entity's network management system to the next re-initialization. It is RECOMMENDED that the value persist across such re-initializations.
                         rohcChannelType 1.3.6.1.2.1.112.1.1.1.1.3 integer read-only
Type of usage of the channel. A channel might be currently not in use for ROHC or feedback, it might be in use as a ROHC channel carrying packets and optional piggy-backed feedback, or it might be used as a dedicated feedback channel exclusively carrying feedback. Enumeration: 'dedicatedFeedback': 3, 'rohc': 2, 'notInUse': 1.
                         rohcChannelFeedbackFor 1.3.6.1.2.1.112.1.1.1.1.4 rohcchannelidentifierorzero read-only
The index of another channel of this interface for which the channel serves as feedback channel. If no feedback information is transferred on this channel, then the value of this ID is 0. If the channel type is set to notInUse(1), then the value of this object must be 0. If the channel type is rohc(2) and the value of this object is a valid channel ID, then feedback information is piggy-backed on the ROHC channel. If the channel type is dedicatedFeedback(3), then feedback is transferred on this channel and the value of this object MUST be different from 0 and MUST identify an existing ROHC channel.
                         rohcChannelDescr 1.3.6.1.2.1.112.1.1.1.1.5 snmpadminstring read-only
A textual description of the channel.
                         rohcChannelStatus 1.3.6.1.2.1.112.1.1.1.1.6 integer read-only
Status of the channel. Enumeration: 'disabled': 2, 'enabled': 1.
                 rohcInstanceTable 1.3.6.1.2.1.112.1.1.2 no-access
This table lists properties of running instances of robust header compressors and decompressors at IP interfaces. It is indexed by interface number, the type of instance (compressor or decompressor), and the ID of the channel used by the instance as ROHC channel. Note that the rohcChannelID uniquely identifies an instance. The ifIndex and rohcInstanceType are part of the index, because it simplifies accessing instances per interface and for addressing either compressors or decompressors only.
                     rohcInstanceEntry 1.3.6.1.2.1.112.1.1.2.1 no-access
An entry describing a particular instance of a robust header compressor or decompressor.
                         rohcInstanceType 1.3.6.1.2.1.112.1.1.2.1.2 integer no-access
Type of the instance of ROHC. It is either a compressor instance or a decompressor instance. Enumeration: 'compressor': 1, 'decompressor': 2.
                         rohcInstanceFBChannelID 1.3.6.1.2.1.112.1.1.2.1.4 rohcchannelidentifierorzero read-only
Identifier of the channel used for feedback. If no feedback channel is used, the value of this object is 0 .
                         rohcInstanceVendor 1.3.6.1.2.1.112.1.1.2.1.5 object identifier read-only
An object identifier that identifies the vendor who provides the implementation of robust header description. This object identifier SHALL point to the object identifier directly below the enterprise object identifier {1 3 6 1 4 1} allocated for the vendor. The value must be the object identifier {0 0} if the vendor is not known.
                         rohcInstanceVersion 1.3.6.1.2.1.112.1.1.2.1.6 snmpadminstring read-only
The version number of the implementation of robust header compression. The zero-length string shall be used if the implementation does not have a version number. It is suggested that the version number consist of one or more decimal numbers separated by dots, where the first number is called the major version number.
                         rohcInstanceDescr 1.3.6.1.2.1.112.1.1.2.1.7 snmpadminstring read-only
A textual description of the implementation.
                         rohcInstanceClockRes 1.3.6.1.2.1.112.1.1.2.1.8 unsigned32 read-only
This object indicates the system clock resolution in units of milliseconds. A zero (0) value means that there is no clock available.
                         rohcInstanceMaxCID 1.3.6.1.2.1.112.1.1.2.1.9 unsigned32 read-only
The highest context ID number to be used by the compressor. Note that this parameter is not coupled to, but in effect further constrained by, rohcChannelLargeCIDs.
                         rohcInstanceLargeCIDs 1.3.6.1.2.1.112.1.1.2.1.10 truthvalue read-only
When retrieved, this boolean object returns false if the short CID representation (0 bytes or 1 prefix byte, covering CID 0 to 15) is used; it returns true, if the embedded CID representation (1 or 2 embedded CID bytes covering CID 0 to 16383) is used.
                         rohcInstanceMRRU 1.3.6.1.2.1.112.1.1.2.1.11 unsigned32 read-only
Maximum reconstructed reception unit. This is the size of the largest reconstructed unit in octets that the decompressor is expected to reassemble from segments (see RFC 3095, Section 5.2.5). Note that this size includes the CRC. If MRRU is negotiated to be 0, no segment headers are allowed on the channel.
                         rohcInstanceContextStorageTime 1.3.6.1.2.1.112.1.1.2.1.12 timeinterval read-write
This object indicates the default maximum amount of time information on a context belonging to this instance is kept as entry in the rohcContextTable after the context is expired or terminated. The value of this object is used to initialize rohcContexStorageTime object when a new context is created. Changing the value of an rohcInstanceContextStorageTime instance does not affect any entry of the rohcContextTable created previously. ROHC-MIB implementations SHOULD store the set value of this object persistently.
                         rohcInstanceStatus 1.3.6.1.2.1.112.1.1.2.1.13 integer read-only
Status of the instance of ROHC. Enumeration: 'disabled': 2, 'enabled': 1.
                         rohcInstanceContextsTotal 1.3.6.1.2.1.112.1.1.2.1.14 counter32 read-only
Counter of all contexts created by this instance. 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.
                         rohcInstanceContextsCurrent 1.3.6.1.2.1.112.1.1.2.1.15 unsigned32 read-only
Number of currently active contexts created by this instance.
                         rohcInstancePackets 1.3.6.1.2.1.112.1.1.2.1.16 counter32 read-only
Counter of all packets passing this instance. 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.
                         rohcInstanceIRs 1.3.6.1.2.1.112.1.1.2.1.17 counter32 read-only
The number of all IR packets that are either sent or received by this instance. 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.
                         rohcInstanceIRDYNs 1.3.6.1.2.1.112.1.1.2.1.18 counter32 read-only
The number of all IR-DYN packets that are either sent or received by this instance. 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.
                         rohcInstanceFeedbacks 1.3.6.1.2.1.112.1.1.2.1.19 counter32 read-only
The number of all feedbacks that are either sent or received by this instance. 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.
                         rohcInstanceCompressionRatio 1.3.6.1.2.1.112.1.1.2.1.20 rohccompressionratio read-only
This object indicates the compression ratio so far over all packets on the channel served by this instance. The compression is computed over all bytes of the IP packets including the IP header but excluding all lower layer headers.
                 rohcProfileTable 1.3.6.1.2.1.112.1.1.3 no-access
This table lists a set of profiles supported by the instance.
                     rohcProfileEntry 1.3.6.1.2.1.112.1.1.3.1 no-access
An entry describing a particular profile supported by the instance. It is indexed by the rohcChannelID identifying the instance and by the rohcProfile.
                         rohcProfile 1.3.6.1.2.1.112.1.1.3.1.2 unsigned32 no-access
Identifier of a profile supported. For a listing of possible profile values, see the IANA registry for 'RObust Header Compression (ROHC) Profile Identifiers' at http://www.iana.org/assignments/rohc-pro-ids
                         rohcProfileVendor 1.3.6.1.2.1.112.1.1.3.1.3 object identifier read-only
An object identifier that identifies the vendor who provides the implementation of robust header description. This object identifier SHALL point to the object identifier directly below the enterprise object identifier {1 3 6 1 4 1} allocated for the vendor. The value must be the object identifier {0 0} if the vendor is not known.
                         rohcProfileVersion 1.3.6.1.2.1.112.1.1.3.1.4 snmpadminstring read-only
The version number of the implementation of robust header compression. The zero-length string shall be used if the implementation does not have a version number. It is suggested that the version number consist of one or more decimal numbers separated by dots, where the first number is called the major version number.
                         rohcProfileDescr 1.3.6.1.2.1.112.1.1.3.1.5 snmpadminstring read-only
A textual description of the implementation.
                         rohcProfileNegotiated 1.3.6.1.2.1.112.1.1.3.1.6 truthvalue read-only
When retrieved, this boolean object returns true if the profile has been negotiated to be used at the instance, i.e., is supported also be the corresponding compressor/decompressor.
             rohcContextTable 1.3.6.1.2.1.112.1.2 no-access
This table lists and describes all compressor contexts per instance.
                 rohcContextEntry 1.3.6.1.2.1.112.1.2.1 no-access
An entry describing a particular compressor context.
                     rohcContextCID 1.3.6.1.2.1.112.1.2.1.2 unsigned32 no-access
The context identifier (CID) of this context.
                     rohcContextCIDState 1.3.6.1.2.1.112.1.2.1.3 integer read-only
State of the CID. When a CID is assigned to a context, its state changes from `unused' to `active'. The active context may stop operation due to some explicit signalling or after observing no packet for some specified time. In the first case then the CID state changes to `terminated', in the latter case it changes to `expired'. If the CID is re-used again for another context, the state changes back to `active'. Enumeration: 'unused': 1, 'active': 2, 'expired': 3, 'terminated': 4.
                     rohcContextProfile 1.3.6.1.2.1.112.1.2.1.4 unsigned32 read-only
Identifier of the profile for this context. The profile is identified by its index in the rohcProfileTable for this instance. There MUST exist a corresponding entry in the rohcProfileTable using the value of rohcContextProfile as second part of the index (and using the same rohcChannelID as first part of the index).
                     rohcContextDecompressorDepth 1.3.6.1.2.1.112.1.2.1.5 unsigned32 read-only
This object indicates whether reverse decompression, for example as described in RFC 3095, Section 6.1, is used on this channel or not, and if used, to what extent. Its value is only valid for decompressor contexts, i.e., if rohcInstanceType has the value decompressor(2). For compressor contexts where rohcInstanceType has the value compressor(1), the value of this object is irrelevant and MUST be set to zero (0). The value of the reverse decompression depth indicates the maximum number of packets that are buffered, and thus possibly be reverse decompressed by the decompressor. A zero (0) value means that reverse decompression is not used.
                     rohcContextStorageTime 1.3.6.1.2.1.112.1.2.1.6 timeinterval read-write
The value of this object specifies how long this row can exist in the rohcContextTable after the rohcContextCIDState switched to expired(3) or terminated(4). This object returns the remaining time that the row may exist before it is aged out. The object is initialized with the value of the associated rohcContextStorageTime object. After expiration or termination of the context, the value of this object ticks backwards. The entry in the rohcContextTable is destroyed when the value reaches 0. The value of this object may be set in order to increase or reduce the remaining time that the row may exist. Setting the value to 0 will destroy this entry as soon as the rochContextCIDState has the value expired(3) or terminated(4). Note that there is no guarantee that the row is stored as long as this object indicates. In case of limited CID space, the instance may re-use a CID before the storage time of the corresponding row in rohcContextTable reaches the value of 0. In this case the information stored in this row is not anymore available.
                     rohcContextActivationTime 1.3.6.1.2.1.112.1.2.1.7 dateandtime read-only
The date and time when the context started to be able to compress packets or decompress packets, respectively. The value '0000000000000000'H is returned if the context has not been activated yet.
                     rohcContextDeactivationTime 1.3.6.1.2.1.112.1.2.1.8 dateandtime read-only
The date and time when the context stopped being able to compress packets or decompress packets, respectively, because it expired or was terminated for other reasons. The value '0000000000000000'H is returned if the context has not been deactivated yet.
                     rohcContextPackets 1.3.6.1.2.1.112.1.2.1.9 counter32 read-only
The number of all packets passing this context. 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.
                     rohcContextIRs 1.3.6.1.2.1.112.1.2.1.10 counter32 read-only
The number of all IR packets sent or received, respectively, by this context. 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.
                     rohcContextIRDYNs 1.3.6.1.2.1.112.1.2.1.11 counter32 read-only
The number of all IR-DYN packets sent or received, respectively, by this context. 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.
                     rohcContextFeedbacks 1.3.6.1.2.1.112.1.2.1.12 counter32 read-only
The number of all feedbacks sent or received, respectively, by this context. 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.
                     rohcContextDecompressorFailures 1.3.6.1.2.1.112.1.2.1.13 counter32 read-only
The number of all decompressor failures so far in this context. The number is only valid for decompressor contexts, i.e., if rohcInstanceType has the value decompressor(2). 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.
                     rohcContextDecompressorRepairs 1.3.6.1.2.1.112.1.2.1.14 counter32 read-only
The number of all context repairs so far in this context. The number is only valid for decompressor contexts, i.e., if rohcInstanceType has the value decompressor(2). 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.
                     rohcContextAllPacketsRatio 1.3.6.1.2.1.112.1.2.1.15 rohccompressionratio read-only
This object indicates the compression ratio so far over all packets passing this context. The compression is computed over all bytes of the IP packets including the IP header but excluding all lower layer headers.
                     rohcContextAllHeadersRatio 1.3.6.1.2.1.112.1.2.1.16 rohccompressionratio read-only
This object indicates the compression ratio so far over all packet headers passing this context. The compression is computed over all bytes of all headers that are subject to compression for the used profile.
                     rohcContextAllPacketsMeanSize 1.3.6.1.2.1.112.1.2.1.17 unsigned32 read-only
This object indicates the mean compressed packet size of all packets passing this context. The packet size includes the IP header and payload but excludes all lower layer headers. The mean value is given in byte rounded to the next integer value.
                     rohcContextAllHeadersMeanSize 1.3.6.1.2.1.112.1.2.1.18 unsigned32 read-only
This object indicates the mean compressed packet header size of all packets passing this context. The packet header size is the sum of the size of all headers of a packet that are subject to compression for the used profile. The mean value is given in byte rounded to the next integer value.
                     rohcContextLastPacketsRatio 1.3.6.1.2.1.112.1.2.1.19 rohccompressionratio read-only
This object indicates the compression ratio concerning the last 16 packets passing this context or concerning all packets passing this context if they are less than 16, so far. The compression is computed over all bytes of the IP packets including the IP header but excluding all lower layer headers.
                     rohcContextLastHeadersRatio 1.3.6.1.2.1.112.1.2.1.20 rohccompressionratio read-only
This object indicates the compression ratio concerning the headers of the last 16 packets passing this context or concerning the headers of all packets passing this context if they are less than 16, so far. The compression is computed over all bytes of all headers that are subject to compression for the used profile.
                     rohcContextLastPacketsMeanSize 1.3.6.1.2.1.112.1.2.1.21 unsigned32 read-only
This object indicates the mean compressed packet size concerning the last 16 packets passing this context or concerning all packets passing this context if they are less than 16, so far. The packet size includes the IP header and payload but excludes all lower layer headers. The mean value is given in byte rounded to the next integer value.
                     rohcContextLastHeadersMeanSize 1.3.6.1.2.1.112.1.2.1.22 unsigned32 read-only
This object indicates the mean compressed packet header size concerning the last 16 packets passing this context or concerning all packets passing this context if they are less than 16, so far. The packet header size is the sum of the size of all headers of a packet that are subject to compression for the used profile. The mean value is given in byte rounded to the next integer value.
         rohcConformance 1.3.6.1.2.1.112.2
             rohcCompliances 1.3.6.1.2.1.112.2.1
                 rohcCompliance 1.3.6.1.2.1.112.2.1.1
The compliance statement for SNMP entities that implement the ROHC-MIB. Note that compliance with this compliance statement requires compliance with the ifCompliance3 MODULE-COMPLIANCE statement of the IF-MIB (RFC2863).
             rohcGroups 1.3.6.1.2.1.112.2.2
                 rohcInstanceGroup 1.3.6.1.2.1.112.2.2.2
A collection of objects providing information about ROHC instances, used channels and available profiles.
                 rohcStatisticsGroup 1.3.6.1.2.1.112.2.2.4
A collection of objects providing ROHC statistics.
                 rohcContextGroup 1.3.6.1.2.1.112.2.2.5
A collection of objects providing information about ROHC compressor contexts and decompressor contexts.
                 rohcTimerGroup 1.3.6.1.2.1.112.2.2.6
A collection of objects providing statistical information about ROHC compressor contexts and decompressor contexts.
                 rohcContextStatisticsGroup 1.3.6.1.2.1.112.2.2.7
A collection of objects providing statistical information about ROHC compressor contexts and decompressor contexts.