ibmpppLinkACCompression
IBM6611-MIB ·
.1.3.6.1.4.1.2.6.2.10.2.1.10
Object
column mandatory
Enumeration
Indicates the Address/Control Field compression that has
been configured on the link. Receive-only(1) indicates
that this node can receive compressed packets but won't
send them. Send-only(2) indicates that this node will
send compressed packets but can not receive them.
Receive-and- send(3) indicates that the node will send
and can receive compressed packets. None(4) indicates
that this node will neither send nor receive compressed
packets. See section 2.7, on page 13 of RFC 1172.
The IBM 6611 Network Processor always provides a
value of none(4) for this object.
Context
- MIB
- IBM6611-MIB
- OID
.1.3.6.1.4.1.2.6.2.10.2.1.10- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- ibmpppLinkStatusEntry
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 'IBM6611-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM6611-MIB::ibmpppLinkACCompression'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IBM6611-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM6611-MIB::ibmpppLinkACCompression.<ibmpppLinkStatusIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBM6611-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBM6611-MIB::ibmpppLinkACCompression'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | receive-only |
2 | send-only |
3 | receive-and-send |
4 | none |