BN-LOG-MESSAGE-MIB: View SNMP OID List / Download MIB
VENDOR: SYNOPTICS
Home | MIB: BN-LOG-MESSAGE-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
bnLogMsgMIB | 1.3.6.1.4.1.45.1.6.16.1 |
The management information definitions for the Bay Networks log message facility. |
||
bnLogMsgMIBObjects | 1.3.6.1.4.1.45.1.6.16.1.1 | |||
bnLogMsgBufferOperaton | 1.3.6.1.4.1.45.1.6.16.1.1.1 | integer | read-write |
The decision to store or discard generated log messages is determined by the value of this object. Specifying on(1) causes log messages to be stored in the log message buffer facility according to the parameters specified by related management objects in this module. Specifying off(2) discontinues log message accumulation. Previously collected log messages remained stored in the buffer facility until they are manually cleared or the system is reset. Resets do not clear log messages that have been saved in non-volatile storage. Note that this object does not affect operation of the remote syslog facility, it only determines whether log messages are stored locally. Enumeration: 'on': 1, 'off': 2. |
bnLogMsgBufferMaxSize | 1.3.6.1.4.1.45.1.6.16.1.1.2 | integer | read-write |
This object determines the overall size of the log message buffer facilities. Changing the value of this object causes all messages currently being stored in the buffer to be lost. Note that attempts to set this object to a larger value (e.g., msgBufferSizeSmall(50) to msgBufferSizeLarge(200)) may be rejected due to current resource utiliztion within the running system. Note that this object only applies to the buffering capabilities that are volatile. Messages that are classified as volatile are lost upon system reinitialization. This object has no affect on non-volatile message logging capacity. Enumeration: 'msgBufferSizeLarge': 200, 'msgBufferSizeMedium': 100, 'msgBufferSizeSmall': 50, 'msgBufferSizeVeryLarge': 400. |
bnLogMsgBufferCurSize | 1.3.6.1.4.1.45.1.6.16.1.1.3 | integer32 | read-only |
The current number of log messages in the volatile portion of the system log message facility. Messages that are classified as volatile are lost upon system reinitialization. |
bnLogMsgBufferFullAction | 1.3.6.1.4.1.45.1.6.16.1.1.4 | integer | read-write |
The amount of buffer space allocated for log messages, as determined by the object bnLogMsgBufferMaxSize, is finite and thus only a limited amount of log messages may be saved on the device. This object specifies the action to take when this space is exhausted. Selecting overwrite(1) will cause previous messages to be over- written. Messages are overwritten based on FIFO. Specifying latch(2) causes no more messages to be saved until this object is changed to overwrite(1) or until the buffer space is made available through some other means (e.g., clearing the buffer). Note that this object only pertains to messages that are maintained in volatile storage. Messages that are saved in non-volatile storage are never overwritten. They must be cleared manually using the object bnLogMsgBufferClearTargets. Enumeration: 'latch': 2, 'overwrite': 1. |
bnLogMsgBufferSaveTargets | 1.3.6.1.4.1.45.1.6.16.1.1.5 | integer | read-write |
This object determines the type of log messages that will be saved in the log message buffer facilities. Messages are classified based on their type Selecting a type of msgTypeCritical(1), msgTypeSerious(2), or msgTypeInformational(3), causes all log messages that have an associated value less than or equal to the type value specified to be saved when the log message is entered into the system. For example, specifying the value msgTypeCritical(1) causes only messages classified as 'critical' to be saved to non-volatile storage. Specifying msgTypeSerious(2) causes 'critical' and 'serious' messages to be saved. Specifying a value of msgTypeNone(4) means no log messages will be stored in volatile memory. Enumeration: 'msgTypeInformational': 3, 'msgTypeCritical': 1, 'msgTypeSerious': 2, 'msgTypeNone': 4. |
bnLogMsgBufferClearTargets | 1.3.6.1.4.1.45.1.6.16.1.1.6 | integer | read-write |
This object determines the type of log messages that will be deleted from the log message buffer facilities when the action object bnLogMsgBufferClearMsgs is set. Messages are classified based on their type. Specifying msgTypeAllVolatile(4) causes all messages in volatile storage to be deleted. Specifying msgTypeNonVolatile(5) causes all messages, including those in non-volatile storage, to be discarded. Enumeration: 'msgTypeInformational': 3, 'msgTypeCritical': 1, 'msgTypeSerious': 2, 'msgTypeAllVolatile': 4, 'msgTypeNonVolatile': 5. |
bnLogMsgBufferClearMsgs | 1.3.6.1.4.1.45.1.6.16.1.1.7 | integer | read-write |
Setting this object to clearMsgs(1) causes messages currently saved in the log message buffer facilities to be deleted. The type of entries to be deleted is determined by the bnLogMsgBufferClearTargets object. This object always returns the value savingMsgs(2) upon retrieval. Enumeration: 'clearMsgs': 1, 'savingMsgs': 2. |
bnLogMsgBufferNonVolCurSize | 1.3.6.1.4.1.45.1.6.16.1.1.8 | integer32 | read-only |
The current number of log messages that are present in the non-volatile portion of the system log message facility. Messages that are classified as non- volatile are saved across system reinitializations. |
bnLogMsgBufferNonVolSaveTargets | 1.3.6.1.4.1.45.1.6.16.1.1.9 | integer | read-write |
This object determines the type of log messages that will be saved to non-volatile storage when they occur. Messages are classified based on their type. Selecting a type value causes all log messages that have an associated value less than or equal to the type value specified to be saved when the log message is entered into the system. For example, specifying the value msgTypeCritical(1) causes only messages classified as 'critical' to be saved to non-volatile storage. Specifying msgTypeSerious(2) causes 'critical' and 'serious' messages to be saved. Specifying msgTypeNone(4) causes no messages to be saved. Note that non-volatile storage space is quite limited in many systems such that the user should exercise caution when specifying the type of log messages that are to be saved in non-volatile storage. Messages are no longer saved in non-volatile storage when this space is exhausted. A log message is automatically generated to alert the user of this situation. Enumeration: 'msgTypeInformational': 3, 'msgTypeCritical': 1, 'msgTypeSerious': 2, 'msgTypeNone': 4. |
bnLogMsgBufferTable | 1.3.6.1.4.1.45.1.6.16.1.1.10 | no-access |
Locally held information about log messages. |
|
1.3.6.1.4.1.45.1.6.16.1.1.10.1 | no-access |
Information on a particular event as described by a log message and related information. |
||
bnLogMsgBufferMsgIndex | 1.3.6.1.4.1.45.1.6.16.1.1.10.1.1 | integer32 | no-access |
The arbitrary integer index assigned to the log message upon entry into the message facility. |
bnLogMsgBufferMsgOrig | 1.3.6.1.4.1.45.1.6.16.1.1.10.1.2 | integer32 | no-access |
The originator of the log message. Typically, this value represents the slot or unit on which this message originated. |
bnLogMsgBufferMsgTime | 1.3.6.1.4.1.45.1.6.16.1.1.10.1.3 | timeticks | no-access |
The time (in hundredths of a second) between system initialization and the time this log message was entered into the system. This object is the second component in an index into this table to support retrieving messages ordered by time of occurrence. |
bnLogMsgBufferMsgSrc | 1.3.6.1.4.1.45.1.6.16.1.1.10.1.4 | integer | read-only |
The message source indicates whether this message was loaded from non-volatile storage at system initialization or whether the message has been generated since this time. Enumeration: 'msgSrcRunning': 1, 'msgSrcNonVol': 2. |
bnLogMsgBufferMsgCode | 1.3.6.1.4.1.45.1.6.16.1.1.10.1.5 | integer32 | read-only |
The message code indicating the originator of and the reason why a log message has been generated. This code, coupled with the log message parameters that are associated with the message, should provide a thorough understanding of the log message. |
bnLogMsgBufferMsgString | 1.3.6.1.4.1.45.1.6.16.1.1.10.1.6 | displaystring | read-only |
A printable string indicating the originator of and the reason why a log message has been generated. This string, coupled with the log message parameters that are associated with the message, should provide a thorough understanding of the log message. |
bnLogMsgBufferMsgParam1 | 1.3.6.1.4.1.45.1.6.16.1.1.10.1.7 | integer32 | read-only |
A parameter that is used to convey additional information about a particular occurrence that has initiated the generation of a log message. The value of this is object is pertinent only under the context of additional information in the log entry (i.e., bnLogMsgBufferMsgCode). |
bnLogMsgBufferMsgParam2 | 1.3.6.1.4.1.45.1.6.16.1.1.10.1.8 | integer32 | read-only |
A parameter that is used to convey additional information about a particular occurrence that has initiated the generation of a log message. The value of this is object is pertinent only under the context of additional information in the log entry (i.e., bnLogMsgBufferMsgCode). |
bnLogMsgBufferMsgParam3 | 1.3.6.1.4.1.45.1.6.16.1.1.10.1.9 | integer32 | read-only |
A parameter that is used to convey additional information about a particular occurrence that has initiated the generation of a log message. The value of this is object is pertinent only under the context of additional information in the log entry (i.e., bnLogMsgBufferMsgCode). |
bnLogMsgBufferMsgUtcTime | 1.3.6.1.4.1.45.1.6.16.1.1.10.1.10 | dateandtime | read-only |
Contains the system's local value of UTC (Universal Coordinated Time) when the log entry was created. |
bnLogMsgBufferMsgType | 1.3.6.1.4.1.45.1.6.16.1.1.10.1.11 | integer | read-only |
The message type indicates whether this message is classified as 'critical', 'serious' or 'informational'. Enumeration: 'msgTypeInformational': 3, 'msgTypeCritical': 1, 'msgTypeSerious': 2, 'msgTypeNone': 4. |
bnLogMsgRemoteSyslogEnabled | 1.3.6.1.4.1.45.1.6.16.1.1.11 | truthvalue | read-write |
This object controls whether remote logging of log messages using the remote syslog facility is enabled. The value of this object may not be true(2) if the value of the remote syslog address object is 0.0.0.0. |
bnLogMsgRemoteSyslogAddress | 1.3.6.1.4.1.45.1.6.16.1.1.12 | ipaddress | read-write |
The IP address to which log messages are sent using the remote syslog facility. If the value of this object is 0.0.0.0, the refer to the values of bnLogMsgRemoteSyslogInetAddressType and bnLogMsgRemoteSyslogInetAddress. |
bnLogMsgRemoteSyslogSaveTargets | 1.3.6.1.4.1.45.1.6.16.1.1.13 | integer | read-write |
This object determines the type of log messages that will be sent to a remote syslog server when they occur. Messages are classified based on their type. Selecting a type value causes all log messages that have an associated value less than or equal to the type value specified to be sent when the log message is entered into the system. For example, specifying the value msgTypeCritical(1) causes only messages classified as 'critical' to be sent to the remote syslog server. Specifying msgTypeSerious(2) causes 'critical' and 'serious' messages to be sent. Specifying msgTypeNone(4) means that no log messages will be sent to the remote syslog server. Enumeration: 'msgTypeInformational': 3, 'msgTypeCritical': 1, 'msgTypeSerious': 2, 'msgTypeNone': 4. |
bnLogMsgClearMessageBuffers | 1.3.6.1.4.1.45.1.6.16.1.1.14 | bits | read-write |
Setting this objects causes messages currently saved in the log message buffer facilities to be deleted. All messages of types matching the specified bits will be deleted. For example, a Set on this object containing bits volSerious(2) and nonVolCritical(4) will delete all 'serious' messages from volatile storage, and all 'critical' messages from non-volatile storage. The none(0) value doesn't have any effect at read and write operations. It have been introduced to correct the BITS syntax declaration. Bits: 'none': 0, 'nonVolInformational': 6, 'nonVolSerious': 5, 'volSerious': 2, 'volCritical': 1, 'nonVolCritical': 4, 'volInformational': 3. |
bnLogMsgRemoteSyslogInetAddressType | 1.3.6.1.4.1.45.1.6.16.1.1.15 | inetaddresstype | read-write |
The type of the IP address contained in the object bnLogMsgRemoteSyslogInetAddress. Together, these two objects specify the IP address to which log messages are sent using the remote syslog facility. The value of this object may not be unknown(0) if the value of bnLogMsgRemoteSyslogEnabled is true(2). |
bnLogMsgRemoteSyslogInetAddress | 1.3.6.1.4.1.45.1.6.16.1.1.16 | inetaddress | read-write |
The IP address to which log messages are sent using the remote syslog facility. |
bnLogMsgRemoteSyslogSecondaryInetAddressType | 1.3.6.1.4.1.45.1.6.16.1.1.17 | inetaddresstype | read-write |
The type of the IP address contained in the object bnLogMsgRemoteSyslogSecondaryInetAddress. Together, these two objects specify a second IP address to which log messages are sent using the remote syslog facility. If the value of this object is unknown(0), then messages are not sent to this address. |
bnLogMsgRemoteSyslogSecondaryInetAddress | 1.3.6.1.4.1.45.1.6.16.1.1.18 | inetaddress | read-write |
The IP address to which log messages are sent using the remote syslog facility. |
bnLogMsgRemoteServerTable | 1.3.6.1.4.1.45.1.6.16.1.1.19 | no-access |
A table of remote logging server addresses. |
|
1.3.6.1.4.1.45.1.6.16.1.1.19.1 | no-access |
A remote logging server address. |
||
bnLogMsgRemoteServerAddressType | 1.3.6.1.4.1.45.1.6.16.1.1.19.1.1 | inetaddresstype | no-access |
The type of address represented by this entry. The value of this object indicates the format of the value of the corresponding instance of bnLogMsgRemoteServerAddress. Currently only the values ipv4(1) and ipv6(2) are allowed for this object. |
bnLogMsgRemoteServerAddress | 1.3.6.1.4.1.45.1.6.16.1.1.19.1.2 | inetaddress | no-access |
The address represented by this entry. |
bnLogMsgRemoteServerEnabled | 1.3.6.1.4.1.45.1.6.16.1.1.19.1.3 | truthvalue | read-only |
Indicates whether this server is enabled. |
bnLogMsgRemoteServerSaveTargets | 1.3.6.1.4.1.45.1.6.16.1.1.19.1.4 | integer | read-only |
This object determines the type of log messages that will be sent to a remote syslog server when they occur. Messages are classified based on their type. Selecting a type value causes all log messages that have an associated value less than or equal to the type value specified to be sent when the log message is entered into the system. For example, specifying the value msgTypeCritical(1) causes only messages classified as 'critical' to be sent to the remote syslog server. Specifying msgTypeSerious(2) causes 'critical' and 'serious' messages to be sent. Specifying msgTypeNone(4) means that no log messages will be sent to the remote syslog server. Enumeration: 'msgTypeInformational': 3, 'msgTypeCritical': 1, 'msgTypeSerious': 2, 'msgTypeNone': 4. |
bnLogMsgRemoteServerRowStatus | 1.3.6.1.4.1.45.1.6.16.1.1.19.1.5 | rowstatus | read-only |
This object is used to create/delete entries in this table. |
bnLogMsgRemoteServerStandardSaveTargets | 1.3.6.1.4.1.45.1.6.16.1.1.19.1.6 | integer | read-only |
This object determines the type of log messages that will be sent to a remote syslog server when they occur. Messages are classified based on their type. Selecting a type value causes all log messages that have an associated value less than or equal to the type value specified to be sent when the log message is entered into the system. Enumeration: 'msgTypeDebug': 7, 'msgTypeAlert': 1, 'msgTypeEmergency': 0, 'msgTypeInformational': 6, 'msgTypeError': 3, 'msgTypeSerious': 4, 'msgTypeNotice': 5, 'msgTypeCritical': 2, 'msgTypeNone': 8. |
bnLogMsgRemoteSyslogFacility | 1.3.6.1.4.1.45.1.6.16.1.1.20 | integer | read-write |
The facility against which remote logging is done. Enumeration: 'fltNetNews': 8, 'fltDaemon': 4, 'fltClockDaemon': 10, 'fltLocal0': 17, 'fltLocal1': 18, 'fltLocal2': 19, 'fltLocal3': 20, 'fltLocal4': 21, 'fltLocal5': 22, 'fltLocal6': 23, 'fltLocal7': 24, 'fltLinePrinter': 7, 'fltClockDaemon2': 16, 'fltKernel': 1, 'fltSecAuthor2': 11, 'fltMsgGenInt': 6, 'fltNone': 25, 'fltLogAudit': 14, 'fltUUCP': 9, 'fltFTPDaemon': 12, 'fltSecAuthor': 5, 'fltLogAlert': 15, 'fltNTP': 13, 'fltMailSystem': 3, 'fltUserLevel': 2. |
bnLogMsgRemoteSyslogStandardSaveTargets | 1.3.6.1.4.1.45.1.6.16.1.1.21 | integer | read-write |
This object determines the type of log messages that will be sent to a remote syslog server when they occur. Messages are classified based on their type. Selecting a type value causes all log messages that have an associated value less than or equal to the type value specified to be sent when the log message is entered into the system. Enumeration: 'msgTypeDebug': 7, 'msgTypeAlert': 1, 'msgTypeEmergency': 0, 'msgTypeInformational': 6, 'msgTypeError': 3, 'msgTypeSerious': 4, 'msgTypeNotice': 5, 'msgTypeCritical': 2, 'msgTypeNone': 8. |
bnLogMsgRemoteSyslogPrimaryTcpPort | 1.3.6.1.4.1.45.1.6.16.1.1.22 | integer32 | read-write |
Specifies the TCP port to use with the primary address for sending syslog messages to the host. |
bnLogMsgRemoteSyslogSecondaryTcpPort | 1.3.6.1.4.1.45.1.6.16.1.1.23 | integer32 | read-write |
Specifies the TCP port to use with the secondary address for sending syslog messages to the host. |
bnLogMsgRemoteSyslogPrimaryConnectionType | 1.3.6.1.4.1.45.1.6.16.1.1.24 | integer | read-write |
Specifies the primary connection type (TCP/UDP) to be used to send syslog messages to the host. Enumeration: 'connectionTypeUDP': 1, 'connectionTypeTCP': 2, 'connectionTypeTCPSecure': 3. |
bnLogMsgRemoteSyslogSecondaryConnectionType | 1.3.6.1.4.1.45.1.6.16.1.1.25 | integer | read-write |
Specifies the secondary connection type (TCP/UDP) to be used to send syslog messages to the host. Enumeration: 'connectionTypeUDP': 1, 'connectionTypeTCP': 2, 'connectionTypeTCPSecure': 3. |
bnLogMsgMIBTraps | 1.3.6.1.4.1.45.1.6.16.1.2 | |||
bnLogMsgMIBTrapPrefix | 1.3.6.1.4.1.45.1.6.16.1.2.0 | |||
bnLogMsgBufferFull | 1.3.6.1.4.1.45.1.6.16.1.2.0.1 |
A bnLogMsgBufferFull trap is sent when either the volatile log message buffer space or the non-volatile log message buffer space is exhausted. An agent will generate this trap only once when it is determined that the buffer facilities are exhausted. This trap will not be sent again until the message storage facilities are cleared via the bnLogMsgBufferClearMsgs object. Note that, for example, clearing only the volatile storage space when the non-volatile space is full will result in another trap being generated when the non-volatile space is next found to be full (e.g., when the next log message to be saved in non-volatile storage is generated). |
||
bnLogMsgMIBConformance | 1.3.6.1.4.1.45.1.6.16.1.3 |