slSonetCompression
SL-SONET-MIB ·
.1.3.6.1.4.1.4515.1.6.1.1.1.9
Object
column r/w
Enumeration
This object applies only for trunk ports. It specifies if the packets should be compressed. 0 - Means no POS compression, 1 - Means POS compression with CRC-32. 2 - Means POS compression with CRC-16. Note that the two connected trunks should be configured to the same value. Note also that the BW calculation of the OC-n should be changed according to this value.
Context
- MIB
- SL-SONET-MIB
- OID
.1.3.6.1.4.1.4515.1.6.1.1.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- slSonetConfigEntry
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 'SL-SONET-MIB' -M '/opt/observium/mibs/packetlight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SL-SONET-MIB::slSonetCompression'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SL-SONET-MIB' -M '/opt/observium/mibs/packetlight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SL-SONET-MIB::slSonetCompression.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SL-SONET-MIB' -M '/opt/observium/mibs/packetlight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SL-SONET-MIB::slSonetCompression'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | uncompress |
1 | posCompress32 |
2 | posCompress16 |