JUNIPER-SYSLOG-MIB
22 objects
This is Juniper Networks implementation of enterprise specific MIB for syslogs generated by JUNOS.
Imported Objects
| JUNIPER-SMI | jnxMibs jnxSyslogNotifications |
| SNMPv2-SMI | MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-IDENTITY OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | DateAndTime DisplayString TEXTUAL-CONVENTION |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.2636.3.35 | IdentityjnxSyslog | This is Juniper Networks implementation of enterprise specific MIB for syslogs generated by JUNOS. | ||
| 1.3.6.1.4.1.2636.3.35.1 | IdentityjnxSyslogNotifyVars | current | Notification object definitions. | |
| 1.3.6.1.4.1.2636.3.35.1.1 | TablejnxSyslogTable | not-accessible | current | A table of syslog messages generated by the device. |
| 1.3.6.1.4.1.2636.3.35.1.1.1 | RowjnxSyslogEntry | not-accessible | current | An entry of syslog table. |
| 1.3.6.1.4.1.2636.3.35.1.1.1.1 | ColumnjnxSyslogId | not-accessible | current | Syslog message identifier. This is also used as primary index in jnxSyslogAttrValTable |
| 1.3.6.1.4.1.2636.3.35.1.1.1.2 | ColumnjnxSyslogEventName | accessible-for-notify | current | An octet string containing syslog event name. |
| 1.3.6.1.4.1.2636.3.35.1.1.1.3 | ColumnjnxSyslogTimestamp | accessible-for-notify | current | Date and Time of syslog message generation. |
| 1.3.6.1.4.1.2636.3.35.1.1.1.4 | ColumnjnxSyslogSeverity | accessible-for-notify | current | Identifies the severity of this syslog message. |
| 1.3.6.1.4.1.2636.3.35.1.1.1.5 | ColumnjnxSyslogFacility | accessible-for-notify | current | Identified the facility of this syslog message. |
| 1.3.6.1.4.1.2636.3.35.1.1.1.6 | ColumnjnxSyslogProcessId | accessible-for-notify | current | Process-Id of the process that generated this syslog message. |
| 1.3.6.1.4.1.2636.3.35.1.1.1.7 | ColumnjnxSyslogProcessName | accessible-for-notify | current | Name of the process that generated this syslog message. |
| 1.3.6.1.4.1.2636.3.35.1.1.1.8 | ColumnjnxSyslogHostName | accessible-for-notify | current | Hostname of host on which this syslog message is generated. |
| 1.3.6.1.4.1.2636.3.35.1.1.1.9 | ColumnjnxSyslogMessage | accessible-for-notify | current | The syslog message string. |
| 1.3.6.1.4.1.2636.3.35.1.2 | TablejnxSyslogAvTable | not-accessible | current | A table of attribute value pairs of the syslog messages generated by the device. |
| 1.3.6.1.4.1.2636.3.35.1.2.1 | RowjnxSyslogAvEntry | not-accessible | current | An entry of attribute value pair. |
| 1.3.6.1.4.1.2636.3.35.1.2.1.1 | ColumnjnxSyslogAvIndex | not-accessible | current | Identifies the sequence number of attribute-value pair in the syslog message. |
| 1.3.6.1.4.1.2636.3.35.1.2.1.2 | ColumnjnxSyslogAvAttribute | accessible-for-notify | current | Attribute of the syslog message identified by jnxSyslogId. |
| 1.3.6.1.4.1.2636.3.35.1.2.1.3 | ColumnjnxSyslogAvValue | accessible-for-notify | current | Value of the attribute identified by jnxSyslogAvAttribute. |
| 1.3.6.1.4.1.2636.4.12.0 | IdentityjnxSyslogNotificationPrefix | current | All Syslog notifications are registered under this branch. | |
| 1.3.6.1.4.1.2636.4.12.0.1 | NotificationjnxSyslogTrap | current | Notification of a generated syslog message. Apart from the jnxSyslogTrap objects, this notification can include one or more attribute-value pairs. The attribut… |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| JnxSyslogFacility | INTEGER { kernel(1), user(2), mail(3), daemon(4), auth(5), syslog(6), lpr(7), news(8), uucp(9), cron(10), authPriv(11), ftp(12), ntp(13), security(14), console(15), local0(17), dfc(18), local2(19), firewall(20), pfe(21), conflict(22), change(23), interact(24) } jnxSyslogNotifyVars OBJECT-IDENTITY STATUS current DESCRIPTION "Notification object definitions." ::= { jnxSyslog 1 } | current | The facility of the generated syslog message.The enumeration values are equal to the values that syslog uses + 1. For example, with syslog, kernel=0. |
| JnxSyslogSeverity | INTEGER { emergency(1), alert(2), critical(3), error(4), warning(5), notice(6), info(7), debug(8) } | current | The severity of the generated syslog message. The enumeration values are equal to the values that syslog uses + 1. For example, with syslog, emergency=0. |