axLogSyslogPri
A10-AX-MIB ·
.1.3.6.1.4.1.22610.2.4.2.8
Object
scalar Enumeration
The logging syslog priority, logging messages which levels above that value must be output to syslog host.
Context
- MIB
- A10-AX-MIB
- OID
.1.3.6.1.4.1.22610.2.4.2.8- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- axLogging
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A10-AX-MIB' -M '/opt/observium/mibs/a10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A10-AX-MIB::axLogSyslogPri.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A10-AX-MIB' -M '/opt/observium/mibs/a10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A10-AX-MIB::axLogSyslogPri'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | notDefined |
0 | emergency |
1 | alert |
2 | critical |
3 | error |
4 | warning |
5 | notice |
6 | info |
7 | debug |