applPastChannelControlTimeLimit

APPLICATION-MIB · .1.3.6.1.2.1.62.1.3.1.1.3

Object

column r/w secondsSNMPv2-SMIUnsigned32
The maximum time in seconds which an entry for this
running application element or service instance
may exist in the applPastChannelTable before it
is removed.  Any entry that is older than this value
will be removed (aged out) from the table, unless the
              
applPastChannelControlCollect is set to 'frozen'.
              
Note that an entry may be aged out prior to reaching
this time limit if it is the oldest entry in the table
and must be removed to make space for a new entry so
as to not exceed applPastChannelControlMaxRows, or if the
applPastChannelControlCollect is set to 'disabled'.

Context

MIB
APPLICATION-MIB
OID
.1.3.6.1.2.1.62.1.3.1.1.3
Type
column
Access
readwrite
Status
current
Units
seconds
Parent
applPastChannelControlEntry
Groups
1

Walk 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 'APPLICATION-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'APPLICATION-MIB::applPastChannelControlTimeLimit'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'APPLICATION-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'APPLICATION-MIB::applPastChannelControlTimeLimit.<applElmtOrSvc>.<applElmtOrSvcId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'APPLICATION-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'APPLICATION-MIB::applPastChannelControlTimeLimit'

Syntax

Source
SNMPv2-SMIUnsigned32
Base type
Unsigned32

Values & Constraints

Type Constraints
range: 0..4294967295

Conformance

Member of
Compliance refinements
This object should be limited to read-only
access in environments with inadequate
security.