logLevel
SUN-T300-MIB ·
.1.3.6.1.4.1.42.2.28.2.2.8.4
Object
scalar Enumeration
Filters generation of system messages.
Context
- MIB
- SUN-T300-MIB
- OID
.1.3.6.1.4.1.42.2.28.2.2.8.4- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- t300LogObjs
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 'SUN-T300-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUN-T300-MIB::logLevel.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUN-T300-MIB' -M '/opt/observium/mibs/oracle:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUN-T300-MIB::logLevel'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none-0 |
2 | error-1 |
3 | warning-2 |
4 | notice-3 |
5 | all-4 |