rndIfCompressionStatus
RADWARE-MIB ·
.1.3.6.1.4.1.89.4.1.1.9
Object
column mandatory
Enumeration
Defines the status of the compression component:
not-inserted - Compression component is not in the device
active - Compression is enabled and operates correctly
not-active - Compression is enables but does not operate.
The reason may be that there is no compression
component on the device connected to this interface.
disabled - Compression was disabled by management, using
variable rndCompression.
Context
- MIB
- RADWARE-MIB
- OID
.1.3.6.1.4.1.89.4.1.1.9- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- rndIfEntry
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 'RADWARE-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADWARE-MIB::rndIfCompressionStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RADWARE-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADWARE-MIB::rndIfCompressionStatus.<rndIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RADWARE-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RADWARE-MIB::rndIfCompressionStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | not-inserted |
2 | active |
3 | not-active |
4 | disable |