DLINKSW-SYSLOG-MIB: View SNMP OID List / Download MIB
VENDOR: D-LINK
Home | MIB: DLINKSW-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 |
dlinkSwSyslogMIB | 1.3.6.1.4.1.171.14.13 |
This MIB module defines objects for system log function. |
||
dSyslogMIBNotifications | 1.3.6.1.4.1.171.14.13.0 | |||
dSyslogMIBObjects | 1.3.6.1.4.1.171.14.13.1 | |||
dSyslogGeneral | 1.3.6.1.4.1.171.14.13.1.1 | |||
dSyslogSourceIfIndex | 1.3.6.1.4.1.171.14.13.1.1.1 | interfaceindexorzero | read-write |
This object indicates the ifIndex of the interface whose IP address will be used as the source address for sending the SYSLOG packet. A special value of zero indicates the source interface is not specified, the IP address of the closest interface will be used. |
dSyslogDiscriminatorTable | 1.3.6.1.4.1.171.14.13.1.1.2 | no-access |
A table contains a list of discriminators which can be further used to filter SYSLOG messages sent to various destinations. At least one sub-filter(facility filter or severity filter) needs to be specified to make sure the the discriminator is available. Facility filter:facility mode and facility string. Severity filter:severity mode and severity list. |
|
1.3.6.1.4.1.171.14.13.1.1.2.1 | no-access |
An entry defines a discriminator. |
||
dSyslogDiscriminatorName | 1.3.6.1.4.1.171.14.13.1.1.2.1.1 | displaystring | no-access |
This object indicates the name of the discriminator. |
dSyslogDiscriminatorRowstatus | 1.3.6.1.4.1.171.14.13.1.1.2.1.2 | rowstatus | read-only |
The row status variable, used according to installation and removal conventions for conceptual rows. |
dSyslogDisFacilityFilterMode | 1.3.6.1.4.1.171.14.13.1.1.2.1.3 | integer | read-only |
This object indicates the mode how dSyslogDisFacilityFilterString is used to filter system log messages. notSpecified(1) - dSyslogDisFacilityFilterString will become a zero length string. drops(2) - The matching message will be filtered. includes(3) - The matching message will be included, in other words, the unmatched messages are filtered. Enumeration: 'notSpecified': 1, 'drops': 2, 'includes': 3. |
dSyslogDisFacilityFilterString | 1.3.6.1.4.1.171.14.13.1.1.2.1.4 | displaystring | read-only |
This object indicates a one or more facility name to filter or include the matching messages. If multiple facility names, they should be separated by comma without space before and after the comma. A zero length string indicates the regular expression is not specified. |
dSyslogDisSeverityFilterMode | 1.3.6.1.4.1.171.14.13.1.1.2.1.5 | integer | read-only |
This object indicates the mode how the severity list of dSyslogDisSeverityList is used to filter message. notSpecified(1) - dSyslogDisSeverityList is not applicable. drops(2) - The list of severity level will be filtered. includes(3) - The list of severity level will be included. Enumeration: 'notSpecified': 1, 'drops': 2, 'includes': 3. |
dSyslogDisSeverityList | 1.3.6.1.4.1.171.14.13.1.1.2.1.6 | bits | read-only |
This object indicates severity level to be specified by this discriminator definition. This object is a bit map, with each bit representing a severitly level. A 1-bit indicates that severity level is specified in the list. A 0-bit indicates that severity level is unspecified. Note: whether a severity level is included is always interpreted within the context of dSyslogDisSeverityFilterMode. dSyslogDisSeverityFilterMode Specified Result ============================ ========== ============== notSpecified don't care Not applicable drops specified filtered drops unspecified included includes specified included includes unspecified filtered Bits: 'info': 6, 'notice': 5, 'err': 3, 'alert': 1, 'debug': 7, 'emerg': 0, 'crit': 2, 'warning': 4. |
dSyslogLogOnEnabled | 1.3.6.1.4.1.171.14.13.1.1.3 | truthvalue | read-write |
This object enables or disables the System Log function during system runtime. |
dSyslogSourceIfType | 1.3.6.1.4.1.171.14.13.1.1.4 | displaystring | read-write |
This object indicates the type of source interface. The default type is vlan,when the type is default and the value of sourceIfIndex is zero, this means the source interface is not specified |
dSyslogLogbuffer | 1.3.6.1.4.1.171.14.13.1.2 |
This object identifier represents the group of objects that are related to the logging system message to local buffer. |
||
dSyslogClearLogBuffer | 1.3.6.1.4.1.171.14.13.1.2.1 | integer | read-write |
This object is used to clear log messages at logging buffer when set to 'clear'. No action is taken if this object is set to 'noOp'. When read, the value 'noOp' is returned. Enumeration: 'clear': 1, 'noOp': 2. |
dSyslogLogBufferEnabled | 1.3.6.1.4.1.171.14.13.1.2.2 | truthvalue | read-write |
This object indicates the state of logging system messages to the local buffer. Messages must enter the local message buffer first before it can be further dispatched to other destinations. |
dSyslogLogBufSeverity | 1.3.6.1.4.1.171.14.13.1.2.3 | syslogseverity | read-write |
This object indicates the severity level of system messages. The messages at that severity level or a more severe level will be logged to message buffers. |
dSyslogLogBufDiscriminator | 1.3.6.1.4.1.171.14.13.1.2.4 | displaystring | read-write |
This object indicates the name of discriminator which is used to filter the message to be sent to local buffer. A zero length string indicates the discriminator is not specified. |
dSyslogLogBufWriteDelay | 1.3.6.1.4.1.171.14.13.1.2.5 | integer32 | read-write |
This object indicates the interval for periodic writing of the logging buffer to FLASH. The valid value is N to 65535. N is project dependent. The default interval is 300 seconds. Setting this object to -1 means infinite which will disable periodical writing logging buffer to FLASH. Setting this object to 0 means writing logging buffer to flash by trigger way. |
dSyslogClearAttackLogBufByUnit | 1.3.6.1.4.1.171.14.13.1.2.6 | integer32 | read-write |
This object indicates the unit on which the attack log messages will be cleared. The special value -1 indicates clearing all attack log entries. For a standalone device, 1 is used. No action is taken if this object is set to 0. When read, the value 0 is returned. |
dSyslogLogConsole | 1.3.6.1.4.1.171.14.13.1.3 |
This object identifier represents the group of objects that are related to the logging system messages to the local console. |
||
dSyslogLogConsoleEnabled | 1.3.6.1.4.1.171.14.13.1.3.1 | truthvalue | read-write |
This object indicates the state of logging system messages to the local console. |
dSyslogLogConsoleSeverity | 1.3.6.1.4.1.171.14.13.1.3.2 | syslogseverity | read-write |
This object indicates the severity level of system messages. The messages at that severity level or a more severe level will be logged to the local console. |
dSyslogLogConsoleDiscriminator | 1.3.6.1.4.1.171.14.13.1.3.3 | displaystring | read-write |
This object indicates the name of discriminator which is used to filter the message to be sent to local console. A zero length string indicates the discriminator is not specified. |
dSyslogLogSmtp | 1.3.6.1.4.1.171.14.13.1.4 |
This object identifier represents the group of objects that are related to the logging system messages to the email recipients. |
||
dSyslogLogSmtpEnabled | 1.3.6.1.4.1.171.14.13.1.4.1 | truthvalue | read-write |
This object indicates the state of logging of system messages to the email recipients. |
dSyslogLogSmtpSeverity | 1.3.6.1.4.1.171.14.13.1.4.2 | syslogseverity | read-write |
This object indicates the severity level of system messages. The messages at that severity level or a more severe level will be logged to the email recipients. |
dSyslogLogSmtpDiscriminator | 1.3.6.1.4.1.171.14.13.1.4.3 | displaystring | read-write |
This object indicates the name of discriminator which is used to filter the message to be sent to the email recipients. A zero length string indicates the discriminator is not specified. |
dSyslogServerTable | 1.3.6.1.4.1.171.14.13.1.5 | no-access |
A table consists of a list of SYSLOG servers to log system messages and debug output to a remote SYSLOG server host. |
|
1.3.6.1.4.1.171.14.13.1.5.1 | no-access |
An entry defines information for a SYSLOG server. |
||
dSyslogServerAddressType | 1.3.6.1.4.1.171.14.13.1.5.1.1 | inetaddresstype | no-access |
This object indicates the type of the server address. |
dSyslogServerAddress | 1.3.6.1.4.1.171.14.13.1.5.1.2 | inetaddress | no-access |
This object indicates the IP or IPv6 address of the SYSLOG server. |
dSyslogServerVrfName | 1.3.6.1.4.1.171.14.13.1.5.1.3 | displaystring | no-access |
This object indicates the name of the routing forwarding instance. If this object is a zero length string, the SYSLOG server is in global routing and forwarding space. |
dSyslogServerRowstatus | 1.3.6.1.4.1.171.14.13.1.5.1.4 | rowstatus | read-only |
The row status variable, used according to installation and removal conventions for conceptual rows. |
dSyslogServerPort | 1.3.6.1.4.1.171.14.13.1.5.1.5 | unsigned32 | read-only |
This object indicates the UDP port number to be used for the SYSLOG server. |
dSyslogServerSeverity | 1.3.6.1.4.1.171.14.13.1.5.1.6 | syslogseverity | read-only |
This object indicates the severity of log messages that will be sent to the server. |
dSyslogServerFacility | 1.3.6.1.4.1.171.14.13.1.5.1.7 | syslogfacility | read-only |
Specifies the logging facility of the log host. |
dSyslogServerDiscriminator | 1.3.6.1.4.1.171.14.13.1.5.1.8 | displaystring | read-only |
This object indicates the name of discriminator which is used to filter the message to be sent to SYSLOG server. A zero length string indicates the discriminator is not specified. |
dSyslogBufferTableNum | 1.3.6.1.4.1.171.14.13.1.6 | unsigned32 | read-only |
This object indicates the number of entries presented in the dSyslogBufferTable. |
dSyslogBufferTable | 1.3.6.1.4.1.171.14.13.1.7 | no-access |
A table consists of a list of system log messages. |
|
1.3.6.1.4.1.171.14.13.1.7.1 | no-access |
An entry defines a log message. |
||
dSyslogBufferIndex | 1.3.6.1.4.1.171.14.13.1.7.1.1 | unsigned32 | no-access |
An index that uniquely identifies the message. |
dSyslogBufferDateAndTime | 1.3.6.1.4.1.171.14.13.1.7.1.2 | dateandtime | read-only |
The date and time when the message is logged. |
dSyslogBufferDescription | 1.3.6.1.4.1.171.14.13.1.7.1.3 | displaystring | read-only |
The content of the log message. |
dSyslogAttackLogTableNum | 1.3.6.1.4.1.171.14.13.1.8 | unsigned32 | read-only |
This object indicates the number of entries presented in the dSyslogAttackLogTable. |
dSyslogAttackLogTable | 1.3.6.1.4.1.171.14.13.1.9 | no-access |
A table consists of a list of attack log messages. |
|
1.3.6.1.4.1.171.14.13.1.9.1 | no-access |
An entry defines a attack log message. |
||
dSyslogAttackLogUnitId | 1.3.6.1.4.1.171.14.13.1.9.1.1 | unsigned32 | no-access |
This object indicates the unit (stacking device) or slot (chassis device) ID of the attack log message. |
dSyslogAttackLogIndex | 1.3.6.1.4.1.171.14.13.1.9.1.2 | unsigned32 | no-access |
An index that uniquely identifies the attack log message. |
dSyslogAttackLogDateAndTime | 1.3.6.1.4.1.171.14.13.1.9.1.3 | dateandtime | read-only |
The date and time when the attack message is logged. |
dSyslogAttackLogDescription | 1.3.6.1.4.1.171.14.13.1.9.1.4 | displaystring | read-only |
The content of the attack log message. |
dSyslogMIBConformance | 1.3.6.1.4.1.171.14.13.2 | |||
dSyslogMIBCompliances | 1.3.6.1.4.1.171.14.13.2.1 | |||
dSyslogMIBCompliance | 1.3.6.1.4.1.171.14.13.2.1.1 |
The compliance statement for entities which implement the DLINKSW-SYSLOG-MIB. |
||
dSyslogMIBGroups | 1.3.6.1.4.1.171.14.13.2.1.2 | |||
dSyslogGeneralGroup | 1.3.6.1.4.1.171.14.13.2.1.2.1 |
A collection of objects provides basic configuration of SYSLOG feature. |
||
dSyslogDiscriminatorGroup | 1.3.6.1.4.1.171.14.13.2.1.2.2 |
A collection of objects provides configuration of discriminator which is used to filter SYSLOG messages sent to various destinations. |
||
dSyslogLogConsoleGroup | 1.3.6.1.4.1.171.14.13.2.1.2.3 |
A collection of objects provides configurations that are related to the logging system messages to the local console. |
||
dSyslogLogSmtpGroup | 1.3.6.1.4.1.171.14.13.2.1.2.4 |
A collection of objects provides configurations that are related to the logging system messages to the email recipients. |
||
dSyslogLogServerGroup | 1.3.6.1.4.1.171.14.13.2.1.2.5 |
A collection of objects provides configurations that are related to the logging system messages to the SYSLOG servers. |
||
dSyslogAttackLogGroup | 1.3.6.1.4.1.171.14.13.2.1.2.6 |
A collection of objects provides the management of attack log. |