logServerLevel
FS-NMS-LOG-SERVER-MIB ·
.1.3.6.1.4.1.52642.2.235.1.1.1
Object
column mandatory
Enumeration
Log server filter class. One of the index of this table. And default value is debug(7).
Context
- MIB
- FS-NMS-LOG-SERVER-MIB
- OID
.1.3.6.1.4.1.52642.2.235.1.1.1- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- logServerTableEntry
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 'FS-NMS-LOG-SERVER-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-NMS-LOG-SERVER-MIB::logServerLevel'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FS-NMS-LOG-SERVER-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-NMS-LOG-SERVER-MIB::logServerLevel.<logServerLevel>.<logServerAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FS-NMS-LOG-SERVER-MIB' -M '/opt/observium/mibs/fscom-nms:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FS-NMS-LOG-SERVER-MIB::logServerLevel'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | emerg |
1 | alert |
2 | critical |
3 | error |
4 | warning |
5 | notice |
6 | info |
7 | debug |