MIB Viewer

ALVARION-SYSLOG-MIB

24 objects
Alvarion Syslog MIB module.
Imported Objects
ALVARION-SMIalvarionMgmtV2
ALVARION-TCAlvarionNotificationEnable
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.12394.1.10.5.3IdentityalvarionSyslogMIBAlvarion Syslog MIB module.
1.3.6.1.4.1.12394.1.10.5.3.1NodealvarionSyslogMIBObjects
1.3.6.1.4.1.12394.1.10.5.3.1.1NodesyslogConfig
1.3.6.1.4.1.12394.1.10.5.3.1.1.1ScalarsyslogSeverityNotificationEnabledread-writecurrentSpecifies if syslogSeverityNotification events are generated.
1.3.6.1.4.1.12394.1.10.5.3.1.1.2ScalarsyslogRegExMatchNotificationEnabledread-writecurrentSpecifies if syslogRegExMatchNotification events are generated.
1.3.6.1.4.1.12394.1.10.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.12394.1.10.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.12394.1.10.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.12394.1.10.5.3.1.2NodesyslogMessage
1.3.6.1.4.1.12394.1.10.5.3.1.2.1ScalarsyslogMsgNumberaccessible-for-notifycurrentA unique ID representing a message in the system log.
1.3.6.1.4.1.12394.1.10.5.3.1.2.2ScalarsyslogMsgFacilityaccessible-for-notifycurrentA string representing the facility that sent the message.
1.3.6.1.4.1.12394.1.10.5.3.1.2.3ScalarsyslogMsgSeverityaccessible-for-notifycurrentThe severity level of the message in the system log.
1.3.6.1.4.1.12394.1.10.5.3.1.2.4ScalarsyslogMsgTextaccessible-for-notifycurrentThe message itself as logged in the system log.
1.3.6.1.4.1.12394.1.10.5.3.2NodealvarionSyslogMIBNotificationPrefix
1.3.6.1.4.1.12394.1.10.5.3.2.0NodealvarionSyslogMIBNotifications
1.3.6.1.4.1.12394.1.10.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.12394.1.10.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.12394.1.10.5.3.3NodealvarionSyslogMIBConformance
1.3.6.1.4.1.12394.1.10.5.3.3.1NodealvarionSyslogMIBCompliances
1.3.6.1.4.1.12394.1.10.5.3.3.1.1CompliancealvarionSyslogMIBCompliancecurrentThe compliance statement for entities which implement the Alvarion Syslog MIB.
1.3.6.1.4.1.12394.1.10.5.3.3.2NodealvarionSyslogMIBGroups
1.3.6.1.4.1.12394.1.10.5.3.3.2.1GroupalvarionSyslogMIBGroupcurrentA collection of objects providing the Syslog MIB capability.
1.3.6.1.4.1.12394.1.10.5.3.3.2.2GroupalvarionSyslogNotificationGroupcurrentA 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.