All MIBs › DRAFT-IETF-SYSLOG-MIB › syslogParamsCompression
syslogParamsCompression
Module: DRAFT-IETF-SYSLOG-MIB
OID (symbolic): DRAFT-IETF-SYSLOG-MIB::syslogParamsCompression
OID (numeric): 1.3.6.1.2.1.999999.2.2.1.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: If 'off', disable the compression of repeated instances of the same line into a single line of the form ``last message repeated N times''. If 'offIfPipe' disable the compression when the output is a pipe to another program. Otherwise the compression is enabled.
What is syslogParamsCompression?
Controls whether repeated identical log lines get collapsed into a single 'last message repeated N times' line: off disables it, on enables it (the default), and offIfPipe disables it only when output goes to a piped command. Turning this off is useful when downstream tooling needs to see every individual repeated event rather than a summarized count.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.999999.2.2.1.5 snmpwalk -v2c -c public <target> DRAFT-IETF-SYSLOG-MIB::syslogParamsCompression
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.999999.2.2.1.5.1 snmpget -v2c -c public <target> DRAFT-IETF-SYSLOG-MIB::syslogParamsCompression.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.999999.2.2.1.5.1 i <value>
Start monitoring Network device/host processing syslog messages (vendor-neutral IETF draft standard) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the DRAFT-IETF-SYSLOG-MIB::syslogParamsCompression OID value, configure state conditions and alerts, and monitor any Network device/host processing syslog messages (vendor-neutral IETF draft standard) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.999999 | syslogMIB | DRAFT-IETF-SYSLOG-MIB |
| 1.3.6.1.2.1.999999.2 | syslogProc | DRAFT-IETF-SYSLOG-MIB |
| 1.3.6.1.2.1.999999.2.2 | syslogParamsTable | DRAFT-IETF-SYSLOG-MIB |
| 1.3.6.1.2.1.999999.2.2.1 | syslogParamsEntry | DRAFT-IETF-SYSLOG-MIB |
| 1.3.6.1.2.1.999999.2.2.1.5 | syslogParamsCompression | DRAFT-IETF-SYSLOG-MIB |