userAlertCompress
BIANCA-BRICK-USER-MIB ·
.0.62.1.1.1.5
Object
column r/w
Enumeration
Definition for userAlertService E-Mail:
Declares whether identical messages should just
be displayed once followed by the message:
`This Message was repeated xxTimes'.
Definition for userAlertService SMS:
When enabled the syslog message timestamp
is suppressed to save space for the message text.
Context
- MIB
- BIANCA-BRICK-USER-MIB
- OID
.0.62.1.1.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- userAlertEntry
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 'BIANCA-BRICK-USER-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-USER-MIB::userAlertCompress'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-USER-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-USER-MIB::userAlertCompress.<userAlertAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-USER-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-USER-MIB::userAlertCompress'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |
3 | delete |