WWP-LEOS-SYSLOG-COLLECTOR-MIB
32 objects
A MIB module to manage syslog collectors on the LEOS based WWP products.
Imported Objects
| INET-ADDRESS-MIB | InetAddress InetAddressType |
| SNMPv2-SMI | Integer32 IpAddress MODULE-IDENTITY OBJECT-TYPE |
| SNMPv2-TC | DisplayString RowStatus TEXTUAL-CONVENTION TruthValue |
| WWP-SMI | wwpModulesLeos |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.6141.2.60.21 | IdentitywwpLeosSyslogCollectorMIB | A MIB module to manage syslog collectors on the LEOS based WWP products. | ||
| 1.3.6.1.4.1.6141.2.60.21.1 | NodewwpLeosSyslogCollMIBObjects | |||
| 1.3.6.1.4.1.6141.2.60.21.1.1 | NodewwpLeosSyslogSystem | |||
| 1.3.6.1.4.1.6141.2.60.21.1.1.1 | ScalarwwpLeosSyslogEnable | read-write | current | Specifies whether or not the syslog client is enabled. This is the system wide parameter and will overwrite any collector specific managed object to enable or … |
| 1.3.6.1.4.1.6141.2.60.21.1.2 | NodewwpLeosSyslogColl | |||
| 1.3.6.1.4.1.6141.2.60.21.1.2.1 | TablewwpLeosSyslogCollectorTable | not-accessible | current | A table containing Syslog collector information. To create entries in this table use SNMP multiple set operation. wwpLeosSyslogCollectorAddr, wwpLeosSyslogInde… |
| 1.3.6.1.4.1.6141.2.60.21.1.2.1.1 | RowwwpLeosSyslogCollectorEntry | not-accessible | current | Defines the information pertaining to a syslog collector to which a syslog messages will be relayed. Entries within this table with an access level of read- cr… |
| 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.1 | ColumnwwpLeosSyslogIndex | not-accessible | current | Specifies the unique index used to represent each row in the table. |
| 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.2 | ColumnwwpLeosSyslogCollectorAddr | read-create | current | The address for the Syslog message collector. It can be Host Name or IP Address. |
| 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.3 | ColumnwwpLeosSyslogCollectorResolvedAddr | read-only | current | When wwpLeosSyslogCollectorAddr represents: Host name : The resolved address will either be Ipv4 address or Ipv6 address. Ipv4 address : The resolved address w… |
| 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.4 | ColumnwwpLeosSyslogCollectorUDPPort | read-create | current | The port number on the destination to which the syslog message will be forwarded over the udp transport. |
| 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.5 | ColumnwwpLeosSyslogCollectorFacility | read-create | current | The syslog facility code that will be added to the messages forwarded to this collector. |
| 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.6 | ColumnwwpLeosSyslogCollectorMinSeverity | read-create | deprecated | Any syslog message with a severity less than the severity specified by this object will be ignored by the collector. note: severity level numeric values increa… |
| 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.7 | ColumnwwpLeosSyslogCollectorMaxSeverity | read-create | deprecated | Any syslog message with a severity greater than the severity specified by this object will be ignored by the collector. note: severity level numeric values inc… |
| 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.8 | ColumnwwpLeosSyslogCollectorUserAdminState | read-create | current | Specifies the admin state of the wwpLeosSyslogCollectorAddr configured by user. |
| 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.9 | ColumnwwpLeosSyslogCollectorDhcpAdminState | read-only | current | Specifies the admin state of the wwpLeosSyslogCollectorAddr configured by DHCP. |
| 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.10 | ColumnwwpLeosSyslogCollectorOperState | read-only | current | Specifies the operational state of the wwpLeosSyslogCollectorAddr. |
| 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.11 | ColumnwwpLeosSyslogCollectorStatus | read-create | current | Used to manage the creation and deletion of the conceptual rows in this table. To create a row in this table, a manager must set this object to 'createAndGo' a… |
| 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.12 | ColumnwwpLeosSyslogCollectorCustomPrefix | read-create | current | Specifies the syslog custom prefix that will be prepended to all syslog log messages before device sends syslog messages to syslog collectors. |
| 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.13 | ColumnwwpLeosSyslogCollectorResolvedInetAddrType | read-only | current | Specifies the resolved IP address type . Used in conjunction with wwpLeosSyslogCollectorResolvedInetAddress. When set to : ipv4 : wwpLeosSyslogCollectorResolve… |
| 1.3.6.1.4.1.6141.2.60.21.1.2.1.1.14 | ColumnwwpLeosSyslogCollectorResolvedInetAddress | read-only | current | Specifies the resolved ip address for given wwpLeosSyslogCollectorAddr. If wwpLeosSyslogCollectorAddr is set to host name then wwpLeosSyslogCollectorResolvedIn… |
| 1.3.6.1.4.1.6141.2.60.21.1.2.2 | TablewwpLeosSyslogCollectorSeverityTable | not-accessible | current | A table containing Syslog collector severity information. To create entries in this table following objects must be specified. - Indexes must be specified - To… |
| 1.3.6.1.4.1.6141.2.60.21.1.2.2.1 | RowwwpLeosSyslogCollectorSeverityEntry | not-accessible | current | Defines the information pertaining to a syslog collector severity to which a syslog messages will be relayed. Syslog Collector will only receive messages of se… |
| 1.3.6.1.4.1.6141.2.60.21.1.2.2.1.1 | ColumnwwpLeosSyslogCollectorSeverity | not-accessible | current | This mib object specifies the severity of the syslog message that this collector should receive. |
| 1.3.6.1.4.1.6141.2.60.21.1.2.2.1.2 | ColumnwwpLeosSyslogCollectorSeverityRowStatus | read-create | current | Used to manage the creation and deletion of the conceptual rows in this table. To create a row in this table, a manager must set this object to 'createAndGo'. … |
| 1.3.6.1.4.1.6141.2.60.21.2 | NodewwpLeosSyslogCollMIBNotificationPrefix | |||
| 1.3.6.1.4.1.6141.2.60.21.2.0 | NodewwpLeosSyslogCollMIBNotifications | |||
| 1.3.6.1.4.1.6141.2.60.21.3 | NodewwpLeosSyslogCollMIBConformance | |||
| 1.3.6.1.4.1.6141.2.60.21.3.1 | NodewwpLeosSyslogCollMIBCompliances | |||
| 1.3.6.1.4.1.6141.2.60.21.3.2 | NodewwpLeosSyslogCollMIBGroups |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| SyslogFacility | INTEGER { kernel (0), user (1), mail (2), daemon (3), auth (4), syslog (5), lpr (6), news (7), uucp (8), cron (9), authPriv (10), ftp (11), ntp (12), security (13), console (14), clockd2 (15), local0 (16), local1 (17), local2 (18), local3 (19), local4 (20), local5 (21), local6 (22), local7 (23), noMap (24) } | current | This textual convention enumerates the facilities that originate syslog messages. The value noMap(24) indicates that the appropriate facility will be provided by the individual applications on the managed entity. If thi… |
| SyslogSeverity | INTEGER { emergency (0), alert (1), critical (2), error (3), warning (4), notice (5), info (6), debug (7), other (99) } | current | This textual convention enumerates the severity levels of syslog messages. The syslog protocol uses the values 0 (emergency), to 7 (debug). |