BENU-SYSLOG-MIB: View SNMP OID List / Download MIB
VENDOR: BENU NETWORKS
Home | MIB: BENU-SYSLOG-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
benuSyslog | 1.3.6.1.4.1.39406.1.3 |
Initial creation MIB module for Benu Networks Chassis. Copyright (C) 2001, 2008 by Benu Networks, Inc. All rights reserved. |
||
bSyslogNotifications | 1.3.6.1.4.1.39406.1.3.0 | |||
bSyslogSize | 1.3.6.1.4.1.39406.1.3.1 | unsigned32 | read-only |
Current size in bytes of the syslog file. |
bSyslogMaxSize | 1.3.6.1.4.1.39406.1.3.2 | integer32 | read-write |
Maximum size in bytes of the syslog file. |
bSyslogServerEnable | 1.3.6.1.4.1.39406.1.3.3 | integer | read-write |
Enable or disable logging to remote syslog servers. Enumeration: 'disabled': 2, 'enabled': 1. |
bSyslogServerTable | 1.3.6.1.4.1.39406.1.3.4 | no-access |
Table of remote syslog servers, of which there can be at most 3 entries. |
|
1.3.6.1.4.1.39406.1.3.4.1 | no-access |
syslog table entry. |
||
bSyslogServerIndex | 1.3.6.1.4.1.39406.1.3.4.1.1 | unsigned32 | no-access |
Index into the remote syslog server table. |
bSyslogServerAddress | 1.3.6.1.4.1.39406.1.3.4.1.2 | ipaddress | read-only |
The IP address of this syslog server. |
bSyslogServerPort | 1.3.6.1.4.1.39406.1.3.4.1.3 | inetportnumber | read-only |
The port number of this syslog server. |
bSyslogSeverity | 1.3.6.1.4.1.39406.1.3.5 | integer | read-write |
Severity of syslog messages reported/sent to a remote syslog server. Enumeration: 'debugging': 7, 'errors': 3, 'warnings': 4, 'alerts': 1, 'emergencies': 0, 'notifications': 5, 'critical': 2, 'informational': 6. |
bSyslogConsoleSeverity | 1.3.6.1.4.1.39406.1.3.6 | integer | read-write |
Severity of syslog messages reported/sent to a console. Enumeration: 'debugging': 7, 'errors': 3, 'warnings': 4, 'alerts': 1, 'emergencies': 0, 'notifications': 5, 'critical': 2, 'informational': 6. |
bSyslogClear | 1.3.6.1.4.1.39406.1.3.7 | integer | read-write |
Indicates whether syslog file contains syslog messages. This value is FALSE if syslog contains syslog messages, TRUE otherwise. Set to TRUE to clear all messages from the syslog file. Enumeration: 'false': 2, 'true': 1. |