lapbFlowChangeReason
RFC1381-MIB ·
.1.3.6.1.2.1.10.16.3.1.3
Object
column mandatory
Enumeration
The reason for the most recent incrementing of lapbFlowStateChanges. A DM or DISC frame generated to initiate link set-up does not alter this object. When the MIB-II object ifOperStatus does not have a value of testing, there exists a correlation between this object and ifOperStatus. IfOperStatus will have a value of up when this object contains: abmEntered, abmeEntered, abmReset, or abmeReset. IfOperStatus will have a value of down when this object has a value of notStarted, or dmReceived through n2Timeout. There is no correlation when this object has the value other.
Context
- MIB
- RFC1381-MIB
- OID
.1.3.6.1.2.1.10.16.3.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- lapbFlowEntry
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 'RFC1381-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1381-MIB::lapbFlowChangeReason'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RFC1381-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RFC1381-MIB::lapbFlowChangeReason.<lapbFlowIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RFC1381-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RFC1381-MIB::lapbFlowChangeReason'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notStarted |
2 | abmEntered |
3 | abmeEntered |
4 | abmReset |
5 | abmeReset |
6 | dmReceived |
7 | dmSent |
8 | discReceived |
9 | discSent |
10 | frmrReceived |
11 | frmrSent |
12 | n2Timeout |
13 | other |