CT-MSGXFERSERVICE-MIB

File: CT-MSGXFERSERVICE-MIB.mib (15925 bytes)

Imported modules

RFC1155-SMI RFC-1212 CTRON-OIDS

Imported symbols

Counter Gauge OBJECT-TYPE
cabletron

Defined Types

MessageTransferServiceEntry  
SEQUENCE    
  mtsInstanceID INTEGER
  mtsMBusID INTEGER
  mtsNumberOfMTSUsers INTEGER
  mtsNumberOfMTSBuffers INTEGER
  mtsSizeOfMTSBuffers INTEGER
  mtsNumberOfPostedMsgs Counter
  mtsNumberOfPostedBytes Counter
  mtsNumberOfPostedPriorityMsgs Counter
  mtsNumberOfPostedPriorityBytes Counter
  mtsNumberOfSentMsgs Counter
  mtsNumberOfSentBytes Counter
  mtsNumberOfPendingMsgs Gauge
  mtsNumberOfPendingBytes Gauge
  mtsHighWaterForPendingMsgs INTEGER
  mtsHighWaterForPendingBytes INTEGER
  mtsNumberOfTransmissions Counter
  mtsNumberOfReceptions Counter
  mtsNumberOfReceivedMsgs Counter
  mtsNumberOfRcvNoBufs Counter
  mtsNumberOfRcvNoUsers Counter
  mtsNumberOfSentPriorityMsgs Counter
  mtsNumberOfSentPriorityBytes Counter
  mtsNumberOfReceivedBytes Counter
  mtsNumberOfReceivedPriorityMsgs Counter
  mtsNumberOfReceivedPriorityBytes Counter
  mtsNumberOfAckdMsgs Counter
  mtsNumberOfAckdPriorityMsgs Counter
  mtsHighWaterForMsgsPerTransmission INTEGER
  mtsHighWaterForMsgsPerReception INTEGER

Defined Values

ctSSA 1.3.6.1.4.1.52.4497
OBJECT IDENTIFIER    

ctMessageTransferService 1.3.6.1.4.1.52.4497.7
OBJECT IDENTIFIER    

numberOfMTSInstances 1.3.6.1.4.1.52.4497.7.1
The value of this object is the number of instances of the Message Transfer Serive (MTS) represented in the table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

messageTransferServiceTable 1.3.6.1.4.1.52.4497.7.2
A list of MBus modules present in this unit
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MessageTransferServiceEntry

messageTransferServiceEntry 1.3.6.1.4.1.52.4497.7.2.1
The value of this object is an MBus module that is present in this unit
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MessageTransferServiceEntry  

mtsInstanceID 1.3.6.1.4.1.52.4497.7.2.1.1
The value of this object is an index that uniquely identifies this instance of the Message Transfer Service.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mtsMBusID 1.3.6.1.4.1.52.4497.7.2.1.2
The value of this object is an index that uniquely identifies the MBus module on which this instance of the MTS runs.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mtsNumberOfMTSUsers 1.3.6.1.4.1.52.4497.7.2.1.3
The value of this object defines the number of users currently subscribed to use this instance of the MTS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mtsNumberOfMTSBuffers 1.3.6.1.4.1.52.4497.7.2.1.4
The value of this object defines the number of buffers in the shared memory interface available for transferring user messages.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mtsSizeOfMTSBuffers 1.3.6.1.4.1.52.4497.7.2.1.5
The value of this object defines the size of buffers used in the shared memory interface available for transferring user messages.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mtsNumberOfPostedMsgs 1.3.6.1.4.1.52.4497.7.2.1.6
The value of this object defines the number of messages posted to the MTS for transfer via the shared memory interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

mtsNumberOfPostedBytes 1.3.6.1.4.1.52.4497.7.2.1.7
The value of this object defines the number of user data bytes posted to the MTS for transfer via the shared memory interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

mtsNumberOfPostedPriorityMsgs 1.3.6.1.4.1.52.4497.7.2.1.8
The value of this object defines the number of high priority messages posted to the MTS for transfer via the shared memory interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

mtsNumberOfPostedPriorityBytes 1.3.6.1.4.1.52.4497.7.2.1.9
The value of this object defines the number of high priority user data bytes posted to the MTS for transfer via the shared memory interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

mtsNumberOfSentMsgs 1.3.6.1.4.1.52.4497.7.2.1.10
The value of this object defines the number of messages sent by the MTS via the shared memory interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

mtsNumberOfSentBytes 1.3.6.1.4.1.52.4497.7.2.1.11
The value of this object defines the number of user data bytes sent by the MTS via the shared memory interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

mtsNumberOfPendingMsgs 1.3.6.1.4.1.52.4497.7.2.1.12
The value of this object defines the current value for the number of messages waiting to be transferred via this instance of the MTS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mtsNumberOfPendingBytes 1.3.6.1.4.1.52.4497.7.2.1.13
The value of this object defines the current value for the number of bytes of user data waiting to be transferred via this instance of the MTS.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mtsHighWaterForPendingMsgs 1.3.6.1.4.1.52.4497.7.2.1.14
The value of this object defines the highest value for the number of messages waiting to be transferred via this instance of the MTS.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

mtsHighWaterForPendingBytes 1.3.6.1.4.1.52.4497.7.2.1.15
The value of this object defines the highest value for the number of bytes of user data waiting to be transferred via this instance of the MTS.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

mtsNumberOfTransmissions 1.3.6.1.4.1.52.4497.7.2.1.16
The value of this object defines the number of times a message or messages were sent by this instance of the MTS via the shared memory interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

mtsNumberOfReceptions 1.3.6.1.4.1.52.4497.7.2.1.17
The value of this object defines the number of times a message or messages were received by this instance of the MTS via the shared memory interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

mtsNumberOfReceivedMsgs 1.3.6.1.4.1.52.4497.7.2.1.18
The value of this object defines the number of messages received by this instance of the MTS via the shared memory interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

mtsNumberOfRcvNoBufs 1.3.6.1.4.1.52.4497.7.2.1.19
The value of this object defines the number of messages discarded due to a lack of a system receive buffers available to hold the received message for this instance of the shared memory interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

mtsNumberOfRcvNoUsers 1.3.6.1.4.1.52.4497.7.2.1.20
The value of this object defines the number of messages discarded as a result of no user registered for the received message type for this instance of the shared memory interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

mtsNumberOfSentPriorityMsgs 1.3.6.1.4.1.52.4497.7.2.1.21
The value of this object defines the number of priority messages sent by the MTS via the shared memory interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

mtsNumberOfSentPriorityBytes 1.3.6.1.4.1.52.4497.7.2.1.22
The value of this object defines the number of bytes of priority messages sent by the MTS via the shared memory interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

mtsNumberOfReceivedBytes 1.3.6.1.4.1.52.4497.7.2.1.23
The value of this object defines the number of bytes received by this instance of the MTS via the shared memory interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

mtsNumberOfReceivedPriorityMsgs 1.3.6.1.4.1.52.4497.7.2.1.24
The value of this object defines the number of priority messages received by this instance of the MTS via the shared memory interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

mtsNumberOfReceivedPriorityBytes 1.3.6.1.4.1.52.4497.7.2.1.25
The value of this object defines the number of bytes of priority messages received by this instance of the MTS via the shared memory interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

mtsNumberOfAckdMsgs 1.3.6.1.4.1.52.4497.7.2.1.26
The value of this object defines the number of messages acknowledged by this instance of the MTS via the shared memory interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

mtsNumberOfAckdPriorityMsgs 1.3.6.1.4.1.52.4497.7.2.1.27
The value of this object defines the number of priority messages acknowledged by this instance of the MTS via the shared memory interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Counter  

mtsHighWaterForMsgsPerTransmission 1.3.6.1.4.1.52.4497.7.2.1.28
The value of this object defines the highest value for the number of messages that were sent per transmission by this instance of the MTS via the shared memory interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

mtsHighWaterForMsgsPerReception 1.3.6.1.4.1.52.4497.7.2.1.29
The value of this object defines the highest value for the number of messages that were received per reception by this instance of the MTS via the shared memory interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER