lapbFlowCurrentMode
RFC1381-MIB ·
.1.3.6.1.2.1.10.16.3.1.4
Object
column mandatory
Enumeration
The current condition of the conversation.
Context
- MIB
- RFC1381-MIB
- OID
.1.3.6.1.2.1.10.16.3.1.4- 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::lapbFlowCurrentMode'
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::lapbFlowCurrentMode.<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::lapbFlowCurrentMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disconnected |
2 | linkSetup |
3 | frameReject |
4 | disconnectRequest |
5 | informationTransfer |
6 | rejFrameSent |
7 | waitingAcknowledgement |
8 | stationBusy |
9 | remoteStationBusy |
10 | bothStationsBusy |
11 | waitingAckStationBusy |
12 | waitingAckRemoteBusy |
13 | waitingAckBothBusy |
14 | rejFrameSentRemoteBusy |
15 | xidFrameSent |
16 | error |
17 | other |