MIB Viewer

COLUBRIS-SYSLOG-MIB

24 objects
Colubris Networks Syslog MIB module.
Imported Objects
COLUBRIS-SMIcolubrisMgmtV2
COLUBRIS-TCColubrisNotificationEnable
SNMPv2-CONFMODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP
SNMPv2-SMIMODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE Unsigned32
SNMPv2-TCDisplayString TEXTUAL-CONVENTION
OIDNameAccessStatusDescription
1.3.6.1.4.1.8744.5.3IdentitycolubrisSyslogMIBColubris Networks Syslog MIB module.
1.3.6.1.4.1.8744.5.3.1NodecolubrisSyslogMIBObjects
1.3.6.1.4.1.8744.5.3.1.1NodesyslogConfig
1.3.6.1.4.1.8744.5.3.1.1.1ScalarsyslogSeverityNotificationEnabledread-writecurrentSpecifies if syslogSeverityNotification events are generated.
1.3.6.1.4.1.8744.5.3.1.1.2ScalarsyslogRegExMatchNotificationEnabledread-writecurrentSpecifies if syslogRegExMatchNotification events are generated.
1.3.6.1.4.1.8744.5.3.1.1.3ScalarsyslogSeverityLevelread-writecurrentSpecifies the severity level of messages that the syslog daemon will log. Only messages with a severity level equal to or greater than syslogSeverityLevel will…
1.3.6.1.4.1.8744.5.3.1.1.4ScalarsyslogTrapSeverityLevelread-writecurrentSpecifies the severity level of messages that will generate a syslogSeverityNotification notification. For example, a value of error(4) means that messages wit…
1.3.6.1.4.1.8744.5.3.1.1.5ScalarsyslogMessageRegExread-writecurrentSpecifies the regular expression that will trigger a syslogRegExMatchNotification. When set to an empty string, there is no attempt to match the syslog message…
1.3.6.1.4.1.8744.5.3.1.2NodesyslogMessage
1.3.6.1.4.1.8744.5.3.1.2.1ScalarsyslogMsgNumberaccessible-for-notifycurrentA unique ID representing a message in the system log.
1.3.6.1.4.1.8744.5.3.1.2.2ScalarsyslogMsgFacilityaccessible-for-notifycurrentA string representing the facility that sent the message.
1.3.6.1.4.1.8744.5.3.1.2.3ScalarsyslogMsgSeverityaccessible-for-notifycurrentThe severity level of the message in the system log.
1.3.6.1.4.1.8744.5.3.1.2.4ScalarsyslogMsgTextaccessible-for-notifycurrentThe message itself as logged in the system log.
1.3.6.1.4.1.8744.5.3.2NodecolubrisSyslogMIBNotificationPrefix
1.3.6.1.4.1.8744.5.3.2.0NodecolubrisSyslogMIBNotifications
1.3.6.1.4.1.8744.5.3.2.0.1NotificationsyslogSeverityNotificationcurrentSent when the device generated a syslog message that is of the right severity level. This severity level is set by syslogTrapSeverityLevel.
1.3.6.1.4.1.8744.5.3.2.0.2NotificationsyslogRegExMatchNotificationcurrentSent when the device generated a syslog message that matches the regular expression specified in syslogMessageRegEx.
1.3.6.1.4.1.8744.5.3.3NodecolubrisSyslogMIBConformance
1.3.6.1.4.1.8744.5.3.3.1NodecolubrisSyslogMIBCompliances
1.3.6.1.4.1.8744.5.3.3.1.1CompliancecolubrisSyslogMIBCompliancecurrentThe compliance statement for entities which implement the Colubris Networks Syslog MIB.
1.3.6.1.4.1.8744.5.3.3.2NodecolubrisSyslogMIBGroups
1.3.6.1.4.1.8744.5.3.3.2.1GroupcolubrisSyslogMIBGroupcurrentA collection of objects providing the Syslog MIB capability.
1.3.6.1.4.1.8744.5.3.3.2.2GroupcolubrisSyslogNotificationGroupcurrentA collection of supported notifications.
Type Definitions
NameSyntaxStatusDescription
SyslogSeverityINTEGER { emergency(1), alert(2), critical(3), error(4), warning(5), notice(6), info(7), debug(8) }currentIndicates the severity of a syslog message. NOTE: This values is the actual value the syslog daemon uses, plus 1. For example: the value for debug severity will be 8 instead of 7.