MIB Viewer

JUNIPER-SYSLOG-MIB

22 objects
This is Juniper Networks implementation of enterprise specific MIB for syslogs generated by JUNOS.
Imported Objects
JUNIPER-SMIjnxMibs jnxSyslogNotifications
SNMPv2-SMIMODULE-IDENTITY NOTIFICATION-TYPE OBJECT-IDENTITY OBJECT-TYPE Unsigned32
SNMPv2-TCDateAndTime DisplayString TEXTUAL-CONVENTION
OIDNameAccessStatusDescription
1.3.6.1.4.1.2636.3.35IdentityjnxSyslogThis is Juniper Networks implementation of enterprise specific MIB for syslogs generated by JUNOS.
1.3.6.1.4.1.2636.3.35.1IdentityjnxSyslogNotifyVarscurrentNotification object definitions.
1.3.6.1.4.1.2636.3.35.1.1TablejnxSyslogTablenot-accessiblecurrentA table of syslog messages generated by the device.
1.3.6.1.4.1.2636.3.35.1.1.1RowjnxSyslogEntrynot-accessiblecurrentAn entry of syslog table.
1.3.6.1.4.1.2636.3.35.1.1.1.1ColumnjnxSyslogIdnot-accessiblecurrentSyslog message identifier. This is also used as primary index in jnxSyslogAttrValTable
1.3.6.1.4.1.2636.3.35.1.1.1.2ColumnjnxSyslogEventNameaccessible-for-notifycurrentAn octet string containing syslog event name.
1.3.6.1.4.1.2636.3.35.1.1.1.3ColumnjnxSyslogTimestampaccessible-for-notifycurrentDate and Time of syslog message generation.
1.3.6.1.4.1.2636.3.35.1.1.1.4ColumnjnxSyslogSeverityaccessible-for-notifycurrentIdentifies the severity of this syslog message.
1.3.6.1.4.1.2636.3.35.1.1.1.5ColumnjnxSyslogFacilityaccessible-for-notifycurrentIdentified the facility of this syslog message.
1.3.6.1.4.1.2636.3.35.1.1.1.6ColumnjnxSyslogProcessIdaccessible-for-notifycurrentProcess-Id of the process that generated this syslog message.
1.3.6.1.4.1.2636.3.35.1.1.1.7ColumnjnxSyslogProcessNameaccessible-for-notifycurrentName of the process that generated this syslog message.
1.3.6.1.4.1.2636.3.35.1.1.1.8ColumnjnxSyslogHostNameaccessible-for-notifycurrentHostname of host on which this syslog message is generated.
1.3.6.1.4.1.2636.3.35.1.1.1.9ColumnjnxSyslogMessageaccessible-for-notifycurrentThe syslog message string.
1.3.6.1.4.1.2636.3.35.1.2TablejnxSyslogAvTablenot-accessiblecurrentA table of attribute value pairs of the syslog messages generated by the device.
1.3.6.1.4.1.2636.3.35.1.2.1RowjnxSyslogAvEntrynot-accessiblecurrentAn entry of attribute value pair.
1.3.6.1.4.1.2636.3.35.1.2.1.1ColumnjnxSyslogAvIndexnot-accessiblecurrentIdentifies the sequence number of attribute-value pair in the syslog message.
1.3.6.1.4.1.2636.3.35.1.2.1.2ColumnjnxSyslogAvAttributeaccessible-for-notifycurrentAttribute of the syslog message identified by jnxSyslogId.
1.3.6.1.4.1.2636.3.35.1.2.1.3ColumnjnxSyslogAvValueaccessible-for-notifycurrentValue of the attribute identified by jnxSyslogAvAttribute.
1.3.6.1.4.1.2636.4.12.0IdentityjnxSyslogNotificationPrefixcurrentAll Syslog notifications are registered under this branch.
1.3.6.1.4.1.2636.4.12.0.1NotificationjnxSyslogTrapcurrentNotification of a generated syslog message. Apart from the jnxSyslogTrap objects, this notification can include one or more attribute-value pairs. The attribut…
Type Definitions
NameSyntaxStatusDescription
JnxSyslogFacilityINTEGER { 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 }currentThe facility of the generated syslog message.The enumeration values are equal to the values that syslog uses + 1. For example, with syslog, kernel=0.
JnxSyslogSeverityINTEGER { emergency(1), alert(2), critical(3), error(4), warning(5), notice(6), info(7), debug(8) }currentThe severity of the generated syslog message. The enumeration values are equal to the values that syslog uses + 1. For example, with syslog, emergency=0.