raisecomLogFacility
RAISECOM-SYSLOG-SERVICE-MIB ·
.1.3.6.1.4.1.8886.1.4.1.2.3.1.3
Object
The facility specifies the subsystem that produced the message, i.e. all mail programs log with the mail facility (LOG_MAIL) if they log using syslog.The default value is local7.
Context
- MIB
- RAISECOM-SYSLOG-SERVICE-MIB
- OID
.1.3.6.1.4.1.8886.1.4.1.2.3.1.3- Type
- column
- Status
- mandatory
- Parent
- raisecomLogServerEntry
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 'RAISECOM-SYSLOG-SERVICE-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAISECOM-SYSLOG-SERVICE-MIB::raisecomLogFacility'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAISECOM-SYSLOG-SERVICE-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAISECOM-SYSLOG-SERVICE-MIB::raisecomLogFacility.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAISECOM-SYSLOG-SERVICE-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAISECOM-SYSLOG-SERVICE-MIB::raisecomLogFacility'
Syntax
- Source
- LogFacility
- Base type
Enumeration
Values & Constraints
Type Values
1 | kern |
2 | user |
3 | |
4 | daemon |
5 | auth |
6 | syslog |
7 | lpr |
8 | news |
9 | uucp |
10 | cron |
11 | security |
12 | ftp |
13 | ntp |
14 | audit |
15 | alert |
16 | clock |
17 | local0 |
18 | local1 |
19 | local2 |
20 | local3 |
21 | local4 |
22 | local5 |
23 | local6 |
24 | local7 |