INFINET-SYSLOG-MIB
21 objects
The module contains objects and notifications associated with WANFlex system journal.
Imported Objects
| AQUASYSTEM-MIB | sysSerialNumber sysTrapSequence |
| INFINET-MIB | wanflex |
| SNMPv2-CONF | NOTIFICATION-GROUP OBJECT-GROUP |
| SNMPv2-SMI | Counter32 IpAddress MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE |
| SNMPv2-TC | DateAndTime DisplayString TEXTUAL-CONVENTION |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.3942.1.1.6 | IdentityinfinetSyslogMIB | The module contains objects and notifications associated with WANFlex system journal. | ||
| 1.3.6.1.4.1.3942.1.1.6.1 | NodeinfinetSyslogObjects | |||
| 1.3.6.1.4.1.3942.1.1.6.1.1 | ScalarinfinetSyslogServerAddress | read-write | current | The Internet address of syslog server. |
| 1.3.6.1.4.1.3942.1.1.6.1.2 | TableinfinetSyslogMessagesTable | not-accessible | current | A table of syslog messages generated by this device. |
| 1.3.6.1.4.1.3942.1.1.6.1.2.1 | RowinfinetSyslogMessageEntry | not-accessible | current | A message generated by device, each entry indexed by message index. |
| 1.3.6.1.4.1.3942.1.1.6.1.2.1.1 | ColumninfinetSyslogMessageIndex | read-only | current | A 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.2 | ColumninfinetSyslogMessageSeverity | read-only | current | The Severity of the message. |
| 1.3.6.1.4.1.3942.1.1.6.1.2.1.3 | ColumninfinetSyslogMessageFacility | read-only | current | Source of the message from. |
| 1.3.6.1.4.1.3942.1.1.6.1.2.1.4 | ColumninfinetSyslogMessageTimestamp | read-only | current | The message timestamp. |
| 1.3.6.1.4.1.3942.1.1.6.1.2.1.5 | ColumninfinetSyslogMessageIdentity | read-only | current | The name of Process or Facility. |
| 1.3.6.1.4.1.3942.1.1.6.1.2.1.6 | ColumninfinetSyslogMessageText | read-only | current | The text of the Message. |
| 1.3.6.1.4.1.3942.1.1.6.2 | NodeinfinetSyslogEventsPrefix | |||
| 1.3.6.1.4.1.3942.1.1.6.2.0 | NodeinfinetSyslogEvents | |||
| 1.3.6.1.4.1.3942.1.1.6.2.0.1 | NotificationinfinetSyslogMessageGenerated | current | When a syslog message is generated by the device a infinetSyslogMessageGenerated notification is sent. | |
| 1.3.6.1.4.1.3942.1.1.6.3 | NodeinfinetSyslogConf | |||
| 1.3.6.1.4.1.3942.1.1.6.3.1 | NodeinfinetSyslogGroups | |||
| 1.3.6.1.4.1.3942.1.1.6.3.1.1 | GroupinfinetSyslogBasicGroup | current | Basic objects. | |
| 1.3.6.1.4.1.3942.1.1.6.3.1.2 | GroupinfinetSyslogBasicEvents | current | Basic notifications. | |
| 1.3.6.1.4.1.3942.1.1.6.3.2 | NodeinfinetSyslogCompls |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| InfinetSyslogFacility | INTEGER { 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) } | current | The facility source of syslog message. |
| InfinetSyslogSeverity | INTEGER { emergency(0), alert(1), critical(2), error(3), warning(4), notice(5), info(6), debug(7) } | current | The 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 … |