MIB Viewer

INFINET-SYSLOG-MIB

21 objects
The module contains objects and notifications associated with WANFlex system journal.
Imported Objects
AQUASYSTEM-MIBsysSerialNumber sysTrapSequence
INFINET-MIBwanflex
SNMPv2-CONFNOTIFICATION-GROUP OBJECT-GROUP
SNMPv2-SMICounter32 IpAddress MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
SNMPv2-TCDateAndTime DisplayString TEXTUAL-CONVENTION
OIDNameAccessStatusDescription
1.3.6.1.4.1.3942.1.1.6IdentityinfinetSyslogMIBThe module contains objects and notifications associated with WANFlex system journal.
1.3.6.1.4.1.3942.1.1.6.1NodeinfinetSyslogObjects
1.3.6.1.4.1.3942.1.1.6.1.1ScalarinfinetSyslogServerAddressread-writecurrentThe Internet address of syslog server.
1.3.6.1.4.1.3942.1.1.6.1.2TableinfinetSyslogMessagesTablenot-accessiblecurrentA table of syslog messages generated by this device.
1.3.6.1.4.1.3942.1.1.6.1.2.1RowinfinetSyslogMessageEntrynot-accessiblecurrentA message generated by device, each entry indexed by message index.
1.3.6.1.4.1.3942.1.1.6.1.2.1.1ColumninfinetSyslogMessageIndexread-onlycurrentA monotonically increasing integer for the sole purpose of indexing messages. When it reaches the maximum value the agent flushes the table and wraps the value…
1.3.6.1.4.1.3942.1.1.6.1.2.1.2ColumninfinetSyslogMessageSeverityread-onlycurrentThe Severity of the message.
1.3.6.1.4.1.3942.1.1.6.1.2.1.3ColumninfinetSyslogMessageFacilityread-onlycurrentSource of the message from.
1.3.6.1.4.1.3942.1.1.6.1.2.1.4ColumninfinetSyslogMessageTimestampread-onlycurrentThe message timestamp.
1.3.6.1.4.1.3942.1.1.6.1.2.1.5ColumninfinetSyslogMessageIdentityread-onlycurrentThe name of Process or Facility.
1.3.6.1.4.1.3942.1.1.6.1.2.1.6ColumninfinetSyslogMessageTextread-onlycurrentThe text of the Message.
1.3.6.1.4.1.3942.1.1.6.2NodeinfinetSyslogEventsPrefix
1.3.6.1.4.1.3942.1.1.6.2.0NodeinfinetSyslogEvents
1.3.6.1.4.1.3942.1.1.6.2.0.1NotificationinfinetSyslogMessageGeneratedcurrentWhen a syslog message is generated by the device a infinetSyslogMessageGenerated notification is sent.
1.3.6.1.4.1.3942.1.1.6.3NodeinfinetSyslogConf
1.3.6.1.4.1.3942.1.1.6.3.1NodeinfinetSyslogGroups
1.3.6.1.4.1.3942.1.1.6.3.1.1GroupinfinetSyslogBasicGroupcurrentBasic objects.
1.3.6.1.4.1.3942.1.1.6.3.1.2GroupinfinetSyslogBasicEventscurrentBasic notifications.
1.3.6.1.4.1.3942.1.1.6.3.2NodeinfinetSyslogCompls
Type Definitions
NameSyntaxStatusDescription
InfinetSyslogFacilityINTEGER { kernel(0), user(1), mail(2), daemon(3), authentication(4), syslog(5), lpr(6), news(7), uucp(8), cron(9), authpriv(10), ftp(11), ntp(12), security(13), console(14), local0(16), local1(17), local2(18), local3(19), local4(20), local5(21), local6(22), local7(23) }currentThe facility source of syslog message.
InfinetSyslogSeverityINTEGER { emergency(0), alert(1), critical(2), error(3), warning(4), notice(5), info(6), debug(7) }currentThe severity of a syslog message. 'emergency' : system is unusable 'alert' : action must be taken immediately 'critical' : critical conditions 'error' : error conditions 'warning' : warning conditions 'notice' : normal …