SYSLOG-MIB: View SNMP OID List / Download MIB
VENDOR: D-LINK
Home | MIB: 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 |
swSysLogMIB | 1.3.6.1.4.1.171.12.12 |
The Structure of System Log Information for the proprietary enterprise. |
||
swSysLogCtrlState | 1.3.6.1.4.1.171.12.12.1 | integer | read-write |
This object can be enabled or disabled functionality of System Log during runtime of the system. Enumeration: 'disabled': 2, 'other': 1, 'enabled': 3. |
swSysLogServerTable | 1.3.6.1.4.1.171.12.12.2 | no-access |
This table contain System Log Server information. |
|
1.3.6.1.4.1.171.12.12.2.1 | no-access |
A list of information about System Log Server. |
||
swSysLogServerIndex | 1.3.6.1.4.1.171.12.12.2.1.1 | integer | read-only |
The index of System Log Server entry ,and is unique. |
swSysLogServerIPAddress | 1.3.6.1.4.1.171.12.12.2.1.2 | ipaddress | read-only |
specifies the IP address of the System Log Server. |
swSysLogServerFacility | 1.3.6.1.4.1.171.12.12.2.1.3 | integer | read-only |
syslog Message Facilities Enumeration: 'local5': 5, 'local4': 4, 'local7': 7, 'local6': 6, 'local1': 1, 'local0': 0, 'local3': 3, 'local2': 2. |
swSysLogServerSeverity | 1.3.6.1.4.1.171.12.12.2.1.4 | integer | read-only |
syslog Message Severities Enumeration: 'all': 1, 'warning': 2, 'informational': 3. |
swSysLogServerUDPPort | 1.3.6.1.4.1.171.12.12.2.1.5 | integer | read-only |
syslog uses the user datagram protocol (UDP) as its underlying tranaposrt layer mechanism. The UDP port that has been assigned to syslog is 514. It is RECOMMENDED that the source port also be 514 to indicate that the message is form the syslog process of the sender, but there have been cases seen where valid syslog messages have come from a sender with a source port other than 514. If the sender uses a source port other than 514 then it is RECOMMENDED and has been considered to be good from that subsequent messages are from a single consistent port. |
swSysLogServerState | 1.3.6.1.4.1.171.12.12.2.1.6 | integer | read-only |
enabled or disabled the specific System Log Server during runtime. Enumeration: 'disabled': 2, 'other': 1, 'enabled': 3. |
swSysLogServerRowStatus | 1.3.6.1.4.1.171.12.12.2.1.7 | rowstatus | read-only |
indicates the status of this entry. When creating a syslog server entry, the IP address should be set, too. |
swLogSaveCtrl | 1.3.6.1.4.1.171.12.12.3 | |||
swLogSaveMethod | 1.3.6.1.4.1.171.12.12.3.1 | integer | read-write |
Used to show and configure the method to save log. when set time-interval(1),Save log to flash every swLogSaveTimeInterval minutes. (if no log happened in this period, don't save) when set on-demand(2), save log to flash whenever user type 'save log' or 'save all'. when set log-trigger(3), save log to flash whenever log arrives. Enumeration: 'time-interval': 1, 'on-demand': 2, 'log-trigger': 3. |
swLogSaveTimeInterval | 1.3.6.1.4.1.171.12.12.3.2 | integer | read-write |
The time(minutes) interval to save log to flash. It can only be set when you have selected the time-interval(1) in swLogSaveMethod. |
swSysLogCtrl | 1.3.6.1.4.1.171.12.12.4 | |||
swSysLogCtrlClearLog | 1.3.6.1.4.1.171.12.12.4.1 | integer | read-write |
Clear the switch history log. Enumeration: 'start': 2, 'other': 1. |