MIBs Depot

SAEUROPE-MESSAGES-MIB

Registered at
1.3.6.1.4.1.1482.20.1.2.1
Last updated
2015-11-10 13:00
Organization
Synamedia
Revisions
2015-11-10 13:00, 2005-09-07 09:00, 2002-11-30 14:00, 2002-07-01 17:30, 2002-06-21 13:30, 2001-08-31 13:30
Namespace
saeurope
Source file
SAEUROPE-MESSAGES-MIB
Digest
sha256:15834a221704d7cc47f5566dcfed4cd7f01d4d5e24e11302786b43e705b98b31

Description

MIB for SA Europe Messages

Contact

https://www.synamedia.com/video-professional-services/

Imports

FromSymbols
SAEUROPE-ROOT-MIBmessages, messagesMIBGroups
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIInteger32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION

Imported by

1 module(s) in this corpus import this one.

Load order

Every file a consumer needs in order to load this module, dependencies first.

SAEUROPE-MESSAGES-MIB
SAEUROPE-ROOT-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
msgOldestNumber
OBJECT-TYPE
The oldest sequence number of the messages in the message buffer.
1.3.6.1.4.1.1482.20.1.2.1.1Integer32 (1..32767)read-onlycurrent
msgNewestNumber
OBJECT-TYPE
The most recent sequence number of the messages in the message buffer.
1.3.6.1.4.1.1482.20.1.2.1.2Integer32 (1..32767)read-onlycurrent
msgMaxSequenceNumber
OBJECT-TYPE
The largest sequence number that can be used for the messages in the message buffer. After this the message numbers wrap around.
1.3.6.1.4.1.1482.20.1.2.1.3Integer32 (1..32767)read-onlycurrent
messageTable
OBJECT-TYPE
A list of message entries.
1.3.6.1.4.1.1482.20.1.2.1.4not-accessiblecurrent
messageEntry
OBJECT-TYPE
A message entry holding a message.
1.3.6.1.4.1.1482.20.1.2.1.4.1not-accessiblecurrent
msgSequenceNumber
OBJECT-TYPE
The message sequence number is a unique number to identify the message in a message buffer.
1.3.6.1.4.1.1482.20.1.2.1.4.1.1Integer32 (1..32767)read-onlycurrent
msgId
OBJECT-TYPE
This variable is a unique ID identifying the message. It may be identical to the msgSequenceNumber, but does not have to.
1.3.6.1.4.1.1482.20.1.2.1.4.1.2Integer32read-onlycurrent
msgSourceName
OBJECT-TYPE
Name of the device that generated the message.
1.3.6.1.4.1.1482.20.1.2.1.4.1.3DisplayStringread-onlycurrent
msgText
OBJECT-TYPE
Brief textual description of the type of message. Example: 'Input Loss'.
1.3.6.1.4.1.1482.20.1.2.1.4.1.4DisplayStringread-onlycurrent
msgSubject
OBJECT-TYPE
Textual description of the alarm subject. Example: 'Quad Input Processor 2B'.
1.3.6.1.4.1.1482.20.1.2.1.4.1.5DisplayStringread-onlycurrent
msgGenerationTime
OBJECT-TYPE
Message generation time, specified in the timezone configured on the device that sends this message. DST (daylight savings time) must be taken into account. Format: YYYY/MM/DD HH:MM:SS
1.3.6.1.4.1.1482.20.1.2.1.4.1.6DisplayStringread-onlycurrent
msgBehaviour
OBJECT-TYPE
msgBehaviour defines whether an alarm status is associated with the message being sent, and if so, whether the alarm status should be reset by an operator (clearedbyUser) or by a subsequent message (clearedBySystem).
1.3.6.1.4.1.1482.20.1.2.1.4.1.7INTEGER {notPending(0), clearedByUser(1), clearedBySystem(2)}read-onlycurrent
msgClass
OBJECT-TYPE
msgClass defines which aspect of the functionality of a device the message pertains to.
1.3.6.1.4.1.1482.20.1.2.1.4.1.8INTEGER {communication(0), quality(1), processing(2), equipment(3), environmental(4), indeterminate(5)}read-onlycurrent
msgSubClass
OBJECT-TYPE
msgSubClass defines more in detail to which aspect of a device the message relates. Examples: 0 -- communication 1 -- internal clock of the device 2 -- scheduling 3 -- external devices 8 -- measurement results 9 -- periodically reported messages 10 -- result of device action 11 -- result of operator action 12 -- alarm correlation 24 -- software 25 -- hardware 32 -- software 33 -- hardware 34 -- IIC bus 35 -- hardware fault 36 -- device status
1.3.6.1.4.1.1482.20.1.2.1.4.1.9Integer32read-onlycurrent
msgSubClassNbr
OBJECT-TYPE
msgSubClassNbr defines the message type, and is subordinate to msgSubClass. Examples: msgSubClass msgSubClassNbr Description 0 0 Communication -- test 0 1 Communication -- unit not responding 0 17 Communication -- scrambler channel error 1 0 Clock -- synchronization request 1 1 Clock -- failure 2 0 Scheduler -- started 2 1 Scheduler -- restarted 2 2 Scheduler -- stopped Please contact Synamedia for the complete list.
1.3.6.1.4.1.1482.20.1.2.1.4.1.10Integer32read-onlycurrent
msgDetailPresent
OBJECT-TYPE
Indicates whether msgDetail should be interpreted or not. The bit pattern 00000000 means that msgDetail should be ignored, and the bit pattern 00000001 means that msgDetail contains meaningful information.
1.3.6.1.4.1.1482.20.1.2.1.4.1.11OCTET STRING (SIZE(1))read-onlycurrent
msgStatus
OBJECT-TYPE
Defines the action on the pending status associated with the message being sent.
1.3.6.1.4.1.1482.20.1.2.1.4.1.12INTEGER {open(0), closed(1), openMinorUpper(2), openMinorLower(3), openMajorUpper(4), openMajorLower(5), closedMinorUpper(6), closedMinorLower(7), closedMajorUpper(8), closedMajorLower(9), notDefined(10), notValid(11)}read-onlycurrent
msgSeverity
OBJECT-TYPE
Message severity.
1.3.6.1.4.1.1482.20.1.2.1.4.1.13INTEGER {indeterminate(0), critical(1), major(2), minor(3), warning(4), cleared(5), information(6)}read-onlycurrent
msgDetail
OBJECT-TYPE
Message detail. Values of parameters that help explaining the message being sent can be specified in this text string.
1.3.6.1.4.1.1482.20.1.2.1.4.1.14OCTET STRING (SIZE(320))read-onlycurrent
msgPhysicalEntity
OBJECT-TYPE
Physical entity this message is related to. This can be a board in the device, a port on a board in the device, a temperature sensor in the device, ... The object identifier refers to a row in the entPhysicalTable of the ENTITY-MIB.
1.3.6.1.4.1.1482.20.1.2.1.4.1.15OBJECT IDENTIFIERread-onlycurrent

Conformance

NameOIDStatus
messagesModuleCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement the SA Europe Messages MIB
1.3.6.1.4.1.1482.1.1.2.1current
messagesObjectGroup
OBJECT-GROUP
Mandatory objects for all devices implementing the SA Europe messages MIB.
1.3.6.1.4.1.1482.1.1.2.2current
msgPhysicalGroup
OBJECT-GROUP
Objects related to physical entities.
1.3.6.1.4.1.1482.1.1.2.3current