pppLinkStatusLocalToRemoteProtocolCompression
PPP-LCP-MIB ·
.1.3.6.1.2.1.10.23.1.1.1.1.10
Object
column mandatory
Enumeration
Indicates whether the local PPP entity will
use Protocol Compression when transmitting
packets to the remote PPP entity. The value of
this object is meaningful only when the link
has reached the open state (ifOperStatus is
up).
Context
- MIB
- PPP-LCP-MIB
- OID
.1.3.6.1.2.1.10.23.1.1.1.1.10- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- pppLinkStatusEntry
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 'PPP-LCP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PPP-LCP-MIB::pppLinkStatusLocalToRemoteProtocolCompression'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PPP-LCP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PPP-LCP-MIB::pppLinkStatusLocalToRemoteProtocolCompression.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PPP-LCP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PPP-LCP-MIB::pppLinkStatusLocalToRemoteProtocolCompression'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | disabled |