MATIP-MIB

File: MATIP-MIB.mib (17181 bytes)

Imported modules

RFC-1212 RFC1155-SMI RFC-1215

Imported symbols

OBJECT-TYPE Counter enterprises
TimeTicks TRAP-TYPE

Defined Types

MatipUserEntry  
SEQUENCE    
  matipUserIndex INTEGER
  matipUserHLD INTEGER
  matipUserA1 INTEGER
  matipUserA2 INTEGER
  matipUserSessionRef INTEGER
  matipUserCoding INTEGER
  matipUserPresentationMode INTEGER
  matipUserQueueThresholdHi INTEGER
  matipUserQueueThresholdLow INTEGER
  matipUserStateTime TimeTicks
  matipUserStatus INTEGER
  matipUserMsgsIn Counter
  matipUserMsgsOut Counter
  matipUserCharIn Counter
  matipUserCharOut Counter
  matipUserDisconnects Counter
  matipUserTrapReason INTEGER
  matipUserStateChangeTrapEnable INTEGER

MatipSessionEntry  
SEQUENCE    
  matipSessionIndex INTEGER
  matipSessionClientServer INTEGER
  matipSessionMuxMode INTEGER
  matipSessionPresentationMode INTEGER
  matipSessionCoding INTEGER
  matipSessionRestartTimer INTEGER
  matipSessionDialOnDemand INTEGER
  matipSessionActivityTimer INTEGER
  matipSessionQueueThresholdHi INTEGER
  matipSessionQueueThresholdLow INTEGER
  matipSessionConnectTime TimeTicks
  matipSessionStatus INTEGER
  matipSessionDisconnects Counter
  matipSessionSOSent Counter
  matipSessionSOReceived Counter
  matipSessionOCSent Counter
  matipSessionOCReceived Counter
  matipSessionSCSent Counter
  matipSessionSCReceived Counter
  matipSessionDataSent Counter
  matipSessionDataReceived Counter
  matipSessionStateChangeTrapEnable INTEGER
  matipSessionTrapReason INTEGER

Defined Values

ngcan 1.3.6.1.4.1.1978
OBJECT IDENTIFIER    

tiger 1.3.6.1.4.1.1978.2
OBJECT IDENTIFIER    

matipMIB 1.3.6.1.4.1.1978.2.7
OBJECT IDENTIFIER    

matipUser 1.3.6.1.4.1.1978.2.7.2
OBJECT IDENTIFIER    

matipSession 1.3.6.1.4.1.1978.2.7.3
OBJECT IDENTIFIER    

matipTraps 1.3.6.1.4.1.1978.2.7.4
OBJECT IDENTIFIER    

matipUserTraps 1.3.6.1.4.1.1978.2.7.4.1
OBJECT IDENTIFIER    

matipSessionTraps 1.3.6.1.4.1.1978.2.7.4.2
OBJECT IDENTIFIER    

matipNumUsers 1.3.6.1.4.1.1978.2.7.2.1
Number of users in the table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..100  

matipUserTable 1.3.6.1.4.1.1978.2.7.2.2
A list of line table entries. The number of entries is given by the value of matipNumUsers.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MatipUserEntry

matipUserEntry 1.3.6.1.4.1.1978.2.7.2.2.1
An entry containing information applicable to a particular MATIP user.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MatipUserEntry  

matipUserIndex 1.3.6.1.4.1.1978.2.7.2.2.1.1
The user identifier.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..100  

matipUserHLD 1.3.6.1.4.1.1978.2.7.2.2.1.2
The HLD associated with this device.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

matipUserA1 1.3.6.1.4.1.1978.2.7.2.2.1.3
The A1 associated with this device.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

matipUserA2 1.3.6.1.4.1.1978.2.7.2.2.1.4
The A2 associated with this device.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

matipUserSessionRef 1.3.6.1.4.1.1978.2.7.2.2.1.5
The MATIP session identifier (i.e. the interface index of the associated MATIP session). At configuration time, if the value is zero, then session has not been pre-allocated; otherwise, this value signifies the configured session to use.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..100  

matipUserCoding 1.3.6.1.4.1.1978.2.7.2.2.1.6
Defines the coding or data that is associated with this entry: paddedbaudot: 5 bits ipars: 6 bits ascii: 7 bits ebcdic: 8 bits
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER paddedbaudot(1), ipars(2), ascii(3), ebcdic(4)  

matipUserPresentationMode 1.3.6.1.4.1.1978.2.7.2.2.1.7
The type of presentation: p1024b p1024c sna3270 (not currently supported)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER p1024b(1), p1024c(2), sna3270(3)  

matipUserQueueThresholdHi 1.3.6.1.4.1.1978.2.7.2.2.1.8
Count of messages queued to the MATIP user before flow control is initiated by 'pushing back' on the MATIP session stream.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..100  

matipUserQueueThresholdLow 1.3.6.1.4.1.1978.2.7.2.2.1.9
Count of messages queued to the MATIP user before re-enabling on the MATIP session stream.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..100  

matipUserStateTime 1.3.6.1.4.1.1978.2.7.2.2.1.10
The amount of time (in hundredths of a second) since this user entered the current state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

matipUserStatus 1.3.6.1.4.1.1978.2.7.2.2.1.11
Connect State of the MATIP User
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER closed(1), activated(2), bound(3), connected(4)  

matipUserMsgsIn 1.3.6.1.4.1.1978.2.7.2.2.1.12
The total number of messages from the Type A device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

matipUserMsgsOut 1.3.6.1.4.1.1978.2.7.2.2.1.13
The total number of messages sent to the Type A device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

matipUserCharIn 1.3.6.1.4.1.1978.2.7.2.2.1.14
The total number of characters from the Type A device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

matipUserCharOut 1.3.6.1.4.1.1978.2.7.2.2.1.15
The total number of characters sent to the Type A device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

matipUserDisconnects 1.3.6.1.4.1.1978.2.7.2.2.1.16
The total number of MATIP User disconnects.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

matipUserTrapReason 1.3.6.1.4.1.1978.2.7.2.2.1.17
The reason that the matipUserStateChange trap was generated: up - when the MATIP User enters 'connected' state. down - when the MATIP User enters 'disconnected' state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), up(2), down(3)  

matipUserStateChangeTrapEnable 1.3.6.1.4.1.1978.2.7.2.2.1.18
Indicates whether matipUserStateChange traps should be generated for this interface. disabled - do not generate a trap enabled - generate trap when a user enters either the connected or disconnected state. partial - same as 'enabled' except only for those MATIP sessions initiated by this end.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2), partial(3)  

matipUserStateChange 1
This trap signifies that one of the users has changed state to/from connected/disconnected as given by matipUserTrapReason.
TRAP-TYPE    

matipSessionTable 1.3.6.1.4.1.1978.2.7.3.3
A list of MATIP sessions.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MatipSessionEntry

matipSessionEntry 1.3.6.1.4.1.1978.2.7.3.3.1
An entry containing information applicable to a particular MATIP session.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MatipSessionEntry  

matipSessionIndex 1.3.6.1.4.1.1978.2.7.3.3.1.1
The identifier that can be used to locate this session.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..100  

matipSessionClientServer 1.3.6.1.4.1.1978.2.7.3.3.1.2
Flag defining the Client/Server nature of the product. 'both' is not supported by TIGER because 'client' serves as both client and server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER client(1), server(2), both(3)  

matipSessionMuxMode 1.3.6.1.4.1.1978.2.7.3.3.1.3
Multiplexor Mode for this session defined as follows: HLD/A1/A2: 4 Byte ASCU definition A1/A2: 2 Byte ASCU definition Single: No multiplexing.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER hlda1a2(1), a1a2(2), single(3)  

matipSessionPresentationMode 1.3.6.1.4.1.1978.2.7.3.3.1.4
The type of presentation: p1024b p1024c sna3270 (not currently supported)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER p1024b(1), p1024c(2), sna3270(3)  

matipSessionCoding 1.3.6.1.4.1.1978.2.7.3.3.1.5
Defines the coding or data that is associated with this entry: paddedbaudot: 5 bits, ipars: 6 bits, ascii: 7 bits, ebcdic: 8 bits
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER paddedbaudot(1), ipars(2), ascii(3), ebcdic(4)  

matipSessionRestartTimer 1.3.6.1.4.1.1978.2.7.3.3.1.6
The number of seconds that will be waited before the MATIP session will be restarted. A value of zero indicates that timing will not occur. The session restart timer is only used when matipSessionClientServer is set to 'client' and matipSessionDialOnDemand is 'disabled'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..100  

matipSessionDialOnDemand 1.3.6.1.4.1.1978.2.7.3.3.1.7
When dial on demand is enabled, the TCP session will only be started upon received data from the MATIP user.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

matipSessionActivityTimer 1.3.6.1.4.1.1978.2.7.3.3.1.8
The number of seconds of inactivity before the TCP session will be disconnected.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..600  

matipSessionQueueThresholdHi 1.3.6.1.4.1.1978.2.7.3.3.1.9
The queueing limit for traffic being sent to the AUTIF module. When this is reached, the software will push back against the MATIP users.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..100  

matipSessionQueueThresholdLow 1.3.6.1.4.1.1978.2.7.3.3.1.10
The level at which the user queues will be re-enabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..100  

matipSessionConnectTime 1.3.6.1.4.1.1978.2.7.3.3.1.11
The amount of time (in hundredths of a second) since this transport connection last entered the 'connected' state. A value of zero means this transport connection has never been established.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

matipSessionStatus 1.3.6.1.4.1.1978.2.7.3.3.1.12
The state of this transport connection: 'sessionDown' - when this MATIP session is created by the configuration, or when the TCP connection fails. 'sessionActivated' - when the MATIP state machine has sent an SO command and is waiting for an OC response. 'sessionConnected' - when the MATIP session layer can begin Data Transfer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER sessionDown(1), sessionActivated(2), sessionConnected(3)  

matipSessionDisconnects 1.3.6.1.4.1.1978.2.7.3.3.1.13
The Total number of MATIP session Disconnects.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

matipSessionSOSent 1.3.6.1.4.1.1978.2.7.3.3.1.14
The count of SO Commands sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

matipSessionSOReceived 1.3.6.1.4.1.1978.2.7.3.3.1.15
The count of SO Commands received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

matipSessionOCSent 1.3.6.1.4.1.1978.2.7.3.3.1.16
The count of OC Commands sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

matipSessionOCReceived 1.3.6.1.4.1.1978.2.7.3.3.1.17
The count of OC Commands received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

matipSessionSCSent 1.3.6.1.4.1.1978.2.7.3.3.1.18
The count of SC Commands sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

matipSessionSCReceived 1.3.6.1.4.1.1978.2.7.3.3.1.19
The count of SC Commands received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

matipSessionDataSent 1.3.6.1.4.1.1978.2.7.3.3.1.20
The count of data packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

matipSessionDataReceived 1.3.6.1.4.1.1978.2.7.3.3.1.21
The count of data packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

matipSessionStateChangeTrapEnable 1.3.6.1.4.1.1978.2.7.3.3.1.22
Indicates whether matipSessionStateChange traps should be generated for this interface. disabled - do not generate a trap enabled - generate trap when a session enters either the connected or disconnected state. or when any 'partner reject' occurs. partial - same as 'enabled' except only when the session is closed with busy.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2), partial(3)  

matipSessionTrapReason 1.3.6.1.4.1.1978.2.7.3.3.1.23
The reason that the matipSessionStateChange trap was generated: up - when the session enters 'connected' state. down - when the session enters 'disconnected' state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), up(2), down(3)  

matipSessionStateChange 1
This trap signifies that one of the sessions has changed state to/from connected/disconnected as given by matipSessionTrapReason.
TRAP-TYPE