PDN-SYSLOG-MIB: View SNMP OID List / Download MIB
VENDOR: PARADYNE
Home | MIB: PDN-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 |
pdnSyslog | 1.3.6.1.4.1.1795.2.24.2.31.1 |
1)Added pdnEntitySyslogTable to be used for entities 2)Added conformance statements. |
||
pdnSyslogStatus | 1.3.6.1.4.1.1795.2.24.2.31.1.1 | integer | read-write |
This value allows user to disable or enable syslog event generation. Enumeration: 'enable': 2, 'disable': 1. |
pdnSyslogIPAddr | 1.3.6.1.4.1.1795.2.24.2.31.1.2 | ipaddress | read-write |
This value is the IP address of a syslog server. If the ip address is known then this can be used for the remote syslog daemon |
pdnSyslogLevel | 1.3.6.1.4.1.1795.2.24.2.31.1.3 | integer | read-write |
This value corresponds to a minimum severity level of events that will be logged. Enumeration: 'info': 4, 'emerg': 1, 'norm': 3, 'err': 2. |
pdnSyslogPort | 1.3.6.1.4.1.1795.2.24.2.31.1.4 | integer32 | read-write |
This value corresponds to a UDP port number to which system events are sent. The default is 514. |
pdnSyslogSeverityThreshold | 1.3.6.1.4.1.1795.2.24.2.31.1.5 | integer | read-write |
This value corresponds to a minimum severity level that a syslog messages can be set. All syslog message with an enum value greater than the threshold will not be sent. The values are obtain from the RFC 3164 The BSD Syslog Protocol: emerg (0) - Emergency: system is unusable alert (1) - Alert: action must be taken immediately critical (2) - Critical: critical conditions error (3) - Error: error conditions warning (4) - Warning: warning conditions notice (5) - Notice: normal but significant condition info (6) - Informational: informational messages debug (7) - Debug: debug-level messages For a more complete description of the severity levels, please reference your Operation Specification Manual for details pertaining to that product. Enumeration: 'info': 6, 'notice': 5, 'alert': 1, 'emerg': 0, 'critical': 2, 'error': 3, 'debug': 7, 'warning': 4. |
pdnSyslogRemoteDaemon | 1.3.6.1.4.1.1795.2.24.2.31.1.6 | integer | read-write |
This value allows user to disable or enable syslog messages going to a remote daemon. Enumeration: 'enable': 2, 'disable': 1. |
pdnSyslogTable | 1.3.6.1.4.1.1795.2.24.2.31.1.7 | no-access |
This table supports retrieval of the syslog messages. |
|
1.3.6.1.4.1.1795.2.24.2.31.1.7.1 | no-access |
An entry in the pdnSyslogTable. |
||
pdnSyslogNumber | 1.3.6.1.4.1.1795.2.24.2.31.1.7.1.1 | integer32 | no-access |
This is a sequentially increasing index of syslog messages starting at 1. When the table reaches its maximum size (as defined by pdnSyslogMaxTableSize) then the oldest message will be dropped without renumbering any messages that remain. The index is reset to 1 on a device reset or when the table is cleared (using pdnSyslogClearTable). |
pdnSyslogMessage | 1.3.6.1.4.1.1795.2.24.2.31.1.7.1.2 | octet string | read-only |
The text of the syslog message. |
pdnSyslogNumOfMsgInTable | 1.3.6.1.4.1.1795.2.24.2.31.1.8 | integer32 | read-only |
This value let the users know how many syslog messages are currently in the syslog table. |
pdnSyslogMaxTableSize | 1.3.6.1.4.1.1795.2.24.2.31.1.9 | integer32 | read-only |
The maximum number of syslog message the syslog table can hold. |
pdnSyslogClearTable | 1.3.6.1.4.1.1795.2.24.2.31.1.10 | integer | read-write |
Clears all the entries in the syslog message table. Enumeration: 'clear': 2, 'noOp': 1. |
pdnSyslogMsgToConsole | 1.3.6.1.4.1.1795.2.24.2.31.1.11 | integer | read-write |
This allows messages to be sent to the device's console port. Note this is intended for debug use only! It is not recommended to be used to monitor syslog message on a regular bases. If one needs to constantly monitor the syslog messages, then they should use the remote syslog daemon, or other user interfaces. Enumeration: 'enable': 2, 'disable': 1. |
pdnSyslogRateLimiting | 1.3.6.1.4.1.1795.2.24.2.31.1.12 | integer | read-write |
This allows one to enable or disable rate limitiming. When rate limiting is enabled, it prevents the exact same message from being resent within a fixed amount of time. Enumeration: 'enable': 2, 'disable': 1. |
pdnEntitySyslogTable | 1.3.6.1.4.1.1795.2.24.2.31.1.13 | no-access |
This table supports retrieval of the syslog messages. Each entry corresponds to a message being generated by (or on behalf of) an entity (e.g. port card). |
|
1.3.6.1.4.1.1795.2.24.2.31.1.13.1 | no-access |
An entry in the pdnEntitySyslogTable |
||
pdnEntitySyslogNumber | 1.3.6.1.4.1.1795.2.24.2.31.1.13.1.1 | integer32 | no-access |
This is a sequentially increasing index of syslog messages starting at 1. When the table reaches its maximum size (as defined by pdnSyslogMaxTableSize) then the oldest message will be dropped without renumbering any messages that remain. The index is reset to 1 on a device reset or when the table is cleared (using pdnSyslogClearTable). |
pdnEntitySyslogMessage | 1.3.6.1.4.1.1795.2.24.2.31.1.13.1.2 | octet string | read-only |
The text of the syslog message. |
pdnSyslogConformance | 1.3.6.1.4.1.1795.2.24.2.31.14 | |||
pdnSyslogCompliances | 1.3.6.1.4.1.1795.2.24.2.31.14.1 | |||
pdnSyslogCompliance | 1.3.6.1.4.1.1795.2.24.2.31.14.1.1 |
The compliance statement for configurable attributes for syslog manager. |
||
pdnSyslogGroups | 1.3.6.1.4.1.1795.2.24.2.31.14.2 | |||
pdnSyslogGroup | 1.3.6.1.4.1.1795.2.24.2.31.14.2.1 |
A collection of objects that permits configuration and display of syslog messages generated. |
||
pdnSyslogOptionalGroup | 1.3.6.1.4.1.1795.2.24.2.31.14.2.2 |
A collection of syslog messages classified per entities. |
||
pdnSyslogDeprecatedGroup | 1.3.6.1.4.1.1795.2.24.2.31.14.2.3 |
Objects being deprecated should be added to this group |