ROHC-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
4
Rows
4
Columns
49
.1.3.6.1.2.1.112.1.1.1 · 1 row entry · 5 columns
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk rohcChannelTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ROHC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ROHC-MIB::rohcChannelTable'
This table lists and describes all ROHC channels
per interface.
rohcChannelEntry row .1.3.6.1.2.1.112.1.1.1.1
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
uniq…
Column Syntax OID
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…
RohcChannelIdentifier
Type Constraints:
range: 1..4294967295
.1.3.6.1.2.1.112.1.1.1.1.2
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 f…
Enumeration
Enumerated Values:
1notInUse
2rohc
3dedicatedFeedback
.1.3.6.1.2.1.112.1.1.1.1.3
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 …
RohcChannelIdentifierOrZero
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.112.1.1.1.1.4
A textual description of the channel.
SNMP-FRAMEWORK-MIBSnmpAdminString
Type Constraints:
range: 0..255
.1.3.6.1.2.1.112.1.1.1.1.5
Status of the channel.
Enumeration
Enumerated Values:
1enabled
2disabled
.1.3.6.1.2.1.112.1.1.1.1.6
.1.3.6.1.2.1.112.1.1.2 · 1 row entry · 18 columns
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk rohcInstanceTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ROHC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ROHC-MIB::rohcInstanceTable'
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 row .1.3.6.1.2.1.112.1.1.2.1
An entry describing a particular instance
of a robust header compressor or decompressor.
Column Syntax OID
Type of the instance of ROHC. It is either a
compressor instance or a decompressor instance.
Enumeration
Enumerated Values:
1compressor
2decompressor
.1.3.6.1.2.1.112.1.1.2.1.2
Identifier of the channel used for feedback.
If no feedback channel is used, the value of
this object is 0 .
RohcChannelIdentifierOrZero
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.112.1.1.2.1.4
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
{…
ObjectIdentifier .1.3.6.1.2.1.112.1.1.2.1.5
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 c…
OctetString
Constraints:
range: 0-32
.1.3.6.1.2.1.112.1.1.2.1.6
A textual description of the implementation.
SNMP-FRAMEWORK-MIBSnmpAdminString
Type Constraints:
range: 0..255
.1.3.6.1.2.1.112.1.1.2.1.7
This object indicates the system clock resolution in
units of milliseconds. A zero (0) value means that there
is no clock available.
millisecondsSNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.112.1.1.2.1.8
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.
Unsigned32
Constraints:
range: 1-16383
.1.3.6.1.2.1.112.1.1.2.1.9
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
SNMPv2-TCTruthValue
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.2.1.112.1.1.2.1.10
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 inclu…
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.112.1.1.2.1.11
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…
centi-secondsSNMPv2-TCTimeIntervalr/w
Type Constraints:
range: 0..2147483647
Description:
A period of time, measured in units of 0.01 seconds.
.1.3.6.1.2.1.112.1.1.2.1.12
Status of the instance of ROHC.
Enumeration
Enumerated Values:
1enabled
2disabled
.1.3.6.1.2.1.112.1.1.2.1.13
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 ifCo…
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.112.1.1.2.1.14
Number of currently active contexts created by this
instance.
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.112.1.1.2.1.15
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 ifCounte…
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.112.1.1.2.1.16
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 …
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.112.1.1.2.1.17
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…
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.112.1.1.2.1.18
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 i…
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.112.1.1.2.1.19
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 l…
RohcCompressionRatio .1.3.6.1.2.1.112.1.1.2.1.20
.1.3.6.1.2.1.112.1.1.3 · 1 row entry · 5 columns
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk rohcProfileTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ROHC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ROHC-MIB::rohcProfileTable'
This table lists a set of profiles supported by the
instance.
rohcProfileEntry row .1.3.6.1.2.1.112.1.1.3.1
An entry describing a particular profile supported by
the instance. It is indexed by the rohcChannelID
identifying the instance and by the rohcProfile.
Column Syntax OID
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
Unsigned32
Constraints:
range: 0-65535
.1.3.6.1.2.1.112.1.1.3.1.2
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
{…
ObjectIdentifier .1.3.6.1.2.1.112.1.1.3.1.3
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 c…
OctetString
Constraints:
range: 0-32
.1.3.6.1.2.1.112.1.1.3.1.4
A textual description of the implementation.
SNMP-FRAMEWORK-MIBSnmpAdminString
Type Constraints:
range: 0..255
.1.3.6.1.2.1.112.1.1.3.1.5
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.
SNMPv2-TCTruthValue
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.2.1.112.1.1.3.1.6
.1.3.6.1.2.1.112.1.2 · 1 row entry · 21 columns
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk rohcContextTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ROHC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ROHC-MIB::rohcContextTable'
This table lists and describes all compressor contexts
per instance.
rohcContextEntry row .1.3.6.1.2.1.112.1.2.1
An entry describing a particular compressor context.
Column Syntax OID
The context identifier (CID) of this context.
Unsigned32
Constraints:
range: 0-16383
.1.3.6.1.2.1.112.1.2.1.2
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…
Enumeration
Enumerated Values:
1unused
2active
3expired
4terminated
.1.3.6.1.2.1.112.1.2.1.3
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 rohcContex…
Unsigned32
Constraints:
range: 0-65535
.1.3.6.1.2.1.112.1.2.1.4
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 decompresso…
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.112.1.2.1.5
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 exi…
centi-secondsSNMPv2-TCTimeIntervalr/w
Type Constraints:
range: 0..2147483647
Description:
A period of time, measured in units of 0.01 seconds.
.1.3.6.1.2.1.112.1.2.1.6
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.
SNMPv2-TCDateAndTime
Type Constraints:
range: 8
range: 11
Description:
A date-time specification.

field octets contents range
----- ------ -------- -----
1 1-2 year* 0..65536
2 3 month …
.1.3.6.1.2.1.112.1.2.1.7
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 con…
SNMPv2-TCDateAndTime
Type Constraints:
range: 8
range: 11
Description:
A date-time specification.

field octets contents range
----- ------ -------- -----
1 1-2 year* 0..65536
2 3 month …
.1.3.6.1.2.1.112.1.2.1.8
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 ifCoun…
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.112.1.2.1.9
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 in…
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.112.1.2.1.10
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 a…
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.112.1.2.1.11
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 ind…
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.112.1.2.1.12
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…
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.112.1.2.1.13
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…
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.112.1.2.1.14
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.
RohcCompressionRatio .1.3.6.1.2.1.112.1.2.1.15
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.
RohcCompressionRatio .1.3.6.1.2.1.112.1.2.1.16
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 round…
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.112.1.2.1.17
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 pr…
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.112.1.2.1.18
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 byte…
RohcCompressionRatio .1.3.6.1.2.1.112.1.2.1.19
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 compres…
RohcCompressionRatio .1.3.6.1.2.1.112.1.2.1.20
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…
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.112.1.2.1.21
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 i…
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.112.1.2.1.22