cienaCesSyslogCollectorFacility
CIENA-CES-SYSLOG-COLLECTOR-MIB ·
.1.3.6.1.4.1.1271.2.1.40.1.2.1.1.4
Object
column SyslogFacility
The Syslog facility code that is added to the messages forwarded to this collector.
Context
- MIB
- CIENA-CES-SYSLOG-COLLECTOR-MIB
- OID
.1.3.6.1.4.1.1271.2.1.40.1.2.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cienaCesSyslogCollectorEntry
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 'CIENA-CES-SYSLOG-COLLECTOR-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIENA-CES-SYSLOG-COLLECTOR-MIB::cienaCesSyslogCollectorFacility'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CIENA-CES-SYSLOG-COLLECTOR-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIENA-CES-SYSLOG-COLLECTOR-MIB::cienaCesSyslogCollectorFacility.<cienaCesSyslogIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CIENA-CES-SYSLOG-COLLECTOR-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CIENA-CES-SYSLOG-COLLECTOR-MIB::cienaCesSyslogCollectorFacility'
Syntax
- Source
- SyslogFacility
- Base type
Enumeration
Values & Constraints
Type Values
0 | kernel |
1 | user |
2 | |
3 | daemon |
4 | auth |
5 | syslog |
6 | lpr |
7 | news |
8 | uucp |
9 | cron |
10 | authPriv |
11 | ftp |
12 | ntp |
13 | security |
14 | console |
15 | clockd2 |
16 | local0 |
17 | local1 |
18 | local2 |
19 | local3 |
20 | local4 |
21 | local5 |
22 | local6 |
23 | local7 |
24 | noMap |