pppProtocolState
IBMIROC-MIB ·
.1.3.6.1.4.1.2.6.119.4.2.1.1.4
Object
column mandatory
Enumeration
The value identifies the present state of the protocol.
Context
- MIB
- IBMIROC-MIB
- OID
.1.3.6.1.4.1.2.6.119.4.2.1.1.4- 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::pppProtocolState'
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::pppProtocolState.<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::pppProtocolState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | closed |
2 | listen |
3 | requestSent |
4 | ackReceived |
5 | ackSent |
6 | opened |
7 | termSent |