pppProtocolPreviousState
IBMIROC-MIB ·
.1.3.6.1.4.1.2.6.119.4.2.1.1.5
Object
column mandatory
Enumeration
The state of the protocol prior to the state given by
pppProtocolState.
These states are the same as those described for the object
pppProtocolState.
Context
- MIB
- IBMIROC-MIB
- OID
.1.3.6.1.4.1.2.6.119.4.2.1.1.5- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- pppProtocolEntry
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 'IBMIROC-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBMIROC-MIB::pppProtocolPreviousState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IBMIROC-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBMIROC-MIB::pppProtocolPreviousState.<pppProtocolIfIndex>.<pppProtocolId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBMIROC-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBMIROC-MIB::pppProtocolPreviousState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | closed |
2 | listen |
3 | requestSent |
4 | ackReceived |
5 | ackSent |
6 | opened |
7 | termSent |