rohcContextStorageTime
ROHC-MIB ·
.1.3.6.1.2.1.112.1.2.1.6
Object
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.
Context
- MIB
- ROHC-MIB
- OID
.1.3.6.1.2.1.112.1.2.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Units
- centi-seconds
- Parent
- rohcContextEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/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::rohcContextStorageTime'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ROHC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ROHC-MIB::rohcContextStorageTime.<rohcChannelID>.<rohcContextCID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ROHC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ROHC-MIB::rohcContextStorageTime'
Syntax
centi-secondsSNMPv2-TCTimeInterval
- Source
- SNMPv2-TCTimeInterval
- Base type
Integer32
Type Description
A period of time, measured in units of 0.01 seconds.
Values & Constraints
Type Constraints
range: 0..2147483647
Conformance
Member of
Compliance refinements
rohcCompliance
readonly
A compliant implementation does not have to support changing
the value of object rohcContextStorageTime.
the value of object rohcContextStorageTime.