rlSyslogLogSeverity
RADLAN-SYSLOG-MIB ·
.1.3.6.1.4.1.89.82.2.8.1.4
Object
column RlSyslogSeverity
Severity of the reported error.
Context
- MIB
- RADLAN-SYSLOG-MIB
- OID
.1.3.6.1.4.1.89.82.2.8.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rlSyslogLogEntry
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 'RADLAN-SYSLOG-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-SYSLOG-MIB::rlSyslogLogSeverity'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RADLAN-SYSLOG-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-SYSLOG-MIB::rlSyslogLogSeverity.<rlSyslogLogCounter>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RADLAN-SYSLOG-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RADLAN-SYSLOG-MIB::rlSyslogLogSeverity'
Syntax
- Source
- RlSyslogSeverity
- Base type
Enumeration
Values & Constraints
Type Values
0 | emergency |
1 | alert |
2 | critical |
3 | error |
4 | warning |
5 | notice |
6 | info |
7 | debug |
8 | notActive |