TN-SYS-LOG-MIB: View SNMP OID List / Download MIB
VENDOR: TRANSITION ENGINEERING INC.
Home | MIB: TN-SYS-LOG-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 |
tnSyslogMIB | 1.3.6.1.4.1.868.2.5.3.1.1.18 |
The mib module for managing sys log. |
||
tnSyslogMgmtTable | 1.3.6.1.4.1.868.2.5.3.1.1.18.1 | no-access |
TN Sys Log Mgmt Table |
|
1.3.6.1.4.1.868.2.5.3.1.1.18.1.1 | no-access |
Each entry represents the syslog configuration on a device. |
||
tnSyslogServerAddrType | 1.3.6.1.4.1.868.2.5.3.1.1.18.1.1.1 | inetaddresstype | read-write |
Address type of Syslog Server. For a detailed description of this type, please refer to INET-ADDRESS-MIB. |
tnSyslogServerAddr | 1.3.6.1.4.1.868.2.5.3.1.1.18.1.1.2 | inetaddress | read-write |
Address of Syslog Server. For a detailed description of this type, please refer to INET-ADDRESS-MIB. |
tnSyslogServerPort | 1.3.6.1.4.1.868.2.5.3.1.1.18.1.1.3 | integer | read-write |
Syslog server listening port. Its default value is 514. |
tnSyslogLevel | 1.3.6.1.4.1.868.2.5.3.1.1.18.1.1.4 | sysloglevelvalue | read-write |
The severity levels of syslog messages. The enumeration values are equal to the values that syslog uses + 1; The messages whose serverity level is lower than and equal to this level will be logged. |
tnSyslogMode | 1.3.6.1.4.1.868.2.5.3.1.1.18.1.1.5 | integer | read-write |
Syslog operation mode. For the setting behavior: logLocal(1): syslog messages are only saved to local device; logRemote(2): syslog messages are only sent to remote server; logLocalAndRemote(3): syslog messages are saved to local device and sent to remote server; off(4): do not save syslog messages. Enumeration: 'logRemote': 2, 'logLocal': 1, 'off': 4, 'logLocalAndRemote': 3. |
tnSyslogLocalFileName | 1.3.6.1.4.1.868.2.5.3.1.1.18.1.1.6 | displaystring | read-write |
Absolute filename on the local file system for saving syslog messages. This is valid only when 'tnSyslogMode' is set to 'logLocal' and 'logLocalAndRemote'. |
tnSyslogServerEnable | 1.3.6.1.4.1.868.2.5.3.1.1.18.1.1.7 | integer | read-write |
Enable or Disable whether Syslog messages are sent to remote Syslog Server. Enumeration: 'enable': 1, 'disable': 2. |
tnSyslogMessageTable | 1.3.6.1.4.1.868.2.5.3.1.1.18.2 | no-access |
TN Syslog Message Table |
|
1.3.6.1.4.1.868.2.5.3.1.1.18.2.1 | no-access |
Each entry represents a syslog message on a device. |
||
tnSyslogMessageId | 1.3.6.1.4.1.868.2.5.3.1.1.18.2.1.1 | integer | read-only |
The Id of a sys log. |
tnSyslogMessageTime | 1.3.6.1.4.1.868.2.5.3.1.1.18.2.1.2 | displaystring | read-only |
The date and time of the sys log. |
tnSyslogMessageLevel | 1.3.6.1.4.1.868.2.5.3.1.1.18.2.1.3 | sysloglevelvalue | read-only |
The level of the sys log. |
tnSyslogMessage | 1.3.6.1.4.1.868.2.5.3.1.1.18.2.1.4 | displaystring | read-only |
The message of the sys log. |
tnSyslogExtTable | 1.3.6.1.4.1.868.2.5.3.1.1.18.3 | no-access |
TN Syslog extension table |
|
1.3.6.1.4.1.868.2.5.3.1.1.18.3.1 | no-access |
Each entry represents a syslog extension info on a device. |
||
tnSyslogQueryLevel | 1.3.6.1.4.1.868.2.5.3.1.1.18.3.1.1 | sysloglevelvalueall | read-write |
Syslog level for query. |
tnSyslogClearLevel | 1.3.6.1.4.1.868.2.5.3.1.1.18.3.1.2 | sysloglevelvalueall | read-write |
Syslog level for clearing. |
tnSyslogClear | 1.3.6.1.4.1.868.2.5.3.1.1.18.3.1.3 | truthvalue | read-write |
True for clearing the syslogs. |