a3ComAudlPriorityLevel
A3COM-AUDL-r1-MIB ·
.1.3.6.1.4.1.43.2.29.2.2
Object
scalar mandatory
r/w
Enumeration
The level is used with facility to format a priority which used as a tag in log message before sending it to syslog daemon. It also controls the log sending operation, a log message with higher Level will be be sent together with what has been in Audit Log buffer, to a LogServerAddr immediately.
Context
- MIB
- A3COM-AUDL-r1-MIB
- OID
.1.3.6.1.4.1.43.2.29.2.2- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- a3ComAudlConfig
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 'A3COM-AUDL-r1-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM-AUDL-r1-MIB::a3ComAudlPriorityLevel.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3COM-AUDL-r1-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3COM-AUDL-r1-MIB::a3ComAudlPriorityLevel'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | log-EMERG |
2 | log-ALERT |
3 | log-CRITICAL |
4 | log-ERROR |
5 | log-WARNING |
6 | log-NOTICE |
7 | log-INFO |
8 | log-DEBUG |