HUAWEI-TS-MIB

File: HUAWEI-TS-MIB.mib (32266 bytes)

Imported modules

RFC1213-MIB RFC1155-SMI RFC-1212
RFC-1215 HUAWEI-3COM-OID-MIB

Imported symbols

DisplayString IpAddress OBJECT-TYPE
TRAP-TYPE huawei mlsr

Defined Types

EntryStatus  
INTEGER valid(1), createRequest(2), underCreation(3), invalid(4)    

TSAppEntry  
SEQUENCE    
  tsAppID INTEGER
  tsAppIPAddress IpAddress
  tsAppPort INTEGER
  tsAppType INTEGER
  tsAppName DisplayString
  tsAppSourceIP IpAddress
  tsAppLocalPort INTEGER
  tsAppTtyServerState INTEGER
  tsAppSocketRecvBufSize INTEGER
  tsAppSocketSendBufSize INTEGER
  tsAppSockRecvByte INTEGER
  tsAppSockSendByte INTEGER
  tsAppLastRecvTime DisplayString
  tsAppLastSendTime DisplayString
  tsAppClearStatistic INTEGER
  tsAppUnixIndex INTEGER
  tsAppStatus EntryStatus

TSAsyModeTtyEntry  
SEQUENCE    
  tsAsyModeTtyID INTEGER
  tsAsyModeTtyVtyID INTEGER
  tsAsyModeTtyIFIndex INTEGER
  tsAsyModeTtyAppID INTEGER
  tsAsyModeTtyDisconnect INTEGER
  tsAsyModeTtyVtyState INTEGER
  tsAsyModeTtyFlowCtrlState INTEGER
  tsAsyModeTtyStatus EntryStatus

TSTtyEntry  
SEQUENCE    
  tsTtyID INTEGER
  tsTtyBufferSize INTEGER
  tsTtyAutoLink INTEGER
  tsTtyCloseLink INTEGER
  tsTtyConnPrint INTEGER
  tsTtyDelay INTEGER
  tsTtyLogoPrint INTEGER
  tsTtyMenuKey1 INTEGER
  tsTtyMenuKey2 INTEGER
  tsTtyMenuKey3 INTEGER
  tsTtyReadBlock INTEGER
  tsTtyRedrawkey1 INTEGER
  tsTtyRedrawkey2 INTEGER
  tsTtyRedrawkey3 INTEGER
  tsTtyResetKey1 INTEGER
  tsTtyResetKey2 INTEGER
  tsTtyResetKey3 INTEGER
  tsTtyTcpNoDelay INTEGER
  tsTtyTcpRecvBufferSize INTEGER
  tsTtyTcpSendBufferSize INTEGER
  tsTtyTestKey1 INTEGER
  tsTtyTestKey2 INTEGER
  tsTtyTestKey3 INTEGER
  tsTtyBufferRate INTEGER
  tsTtyRecvBytes INTEGER
  tsTtySendBytes INTEGER
  tsTtyLastRecvTime DisplayString
  tsTtyLastSendTime DisplayString
  tsTtyCurrentVtyID INTEGER
  tsTtyCurrentVtyRecv INTEGER
  tsTtyCurrentVtySend INTEGER
  tsTtyCurrentAppID INTEGER
  tsTtyCurrentAppRecv INTEGER
  tsTtyCurrentAppSend INTEGER
  tsTtyClearStatistic INTEGER
  tsDebugTtyAll INTEGER
  tsDebugTtyBrief INTEGER
  tsDebugTtySock INTEGER
  tsDebugTtyTimeStamp INTEGER
  tsDebugTtyTty INTEGER

TSTtyManageEntry  
SEQUENCE    
  tsTtyManageUnixIndex INTEGER
  tsTtyManageUnixSockid INTEGER
  tsTtyManageLocalIP IpAddress
  tsTtyManageItemNum INTEGER

Defined Values

terminalServer 1.3.6.1.4.1.2011.2.33.1
OBJECT IDENTIFIER    

tsAppTable 1.3.6.1.4.1.2011.2.33.1.1
A table containing how to set the application.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TSAppEntry

tsAppEntry 1.3.6.1.4.1.2011.2.33.1.1.1
Management information about how to set the application.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TSAppEntry  

tsAppID 1.3.6.1.4.1.2011.2.33.1.1.1.1
Set the ID of application.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..515  

tsAppIPAddress 1.3.6.1.4.1.2011.2.33.1.1.1.2
Set the IP Address of UNIX that offer terminal server,0 indicate no ip address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

tsAppPort 1.3.6.1.4.1.2011.2.33.1.1.1.3
Set the port of application,0 indicate no port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0 | 1025..65535  

tsAppType 1.3.6.1.4.1.2011.2.33.1.1.1.4
Set the type of application.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER normal(1), special(2)  

tsAppName 1.3.6.1.4.1.2011.2.33.1.1.1.5
Set the name of application.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..18)  

tsAppSourceIP 1.3.6.1.4.1.2011.2.33.1.1.1.6
Set the tcp/ip that will be bound,0 indicate no source ip.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

tsAppLocalPort 1.3.6.1.4.1.2011.2.33.1.1.1.7
Display the port of router,0 indicate no port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1025..65535 | 0  

tsAppTtyServerState 1.3.6.1.4.1.2011.2.33.1.1.1.8
Display the connection-state on the UNIX.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER noset(1), kept(2), linking(3), linked(4), removed(5), overcast(6)  

tsAppSocketRecvBufSize 1.3.6.1.4.1.2011.2.33.1.1.1.9
Display the size of recvbuf for socket.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsAppSocketSendBufSize 1.3.6.1.4.1.2011.2.33.1.1.1.10
Display the size of sendbuf for socket.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsAppSockRecvByte 1.3.6.1.4.1.2011.2.33.1.1.1.11
Display the byte number that has already received from socket.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsAppSockSendByte 1.3.6.1.4.1.2011.2.33.1.1.1.12
Display the byte number that has already sent from socket.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsAppLastRecvTime 1.3.6.1.4.1.2011.2.33.1.1.1.13
Display the time when the tty received from socket for last time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

tsAppLastSendTime 1.3.6.1.4.1.2011.2.33.1.1.1.14
Display the time when the tty sent from socket for last time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

tsAppClearStatistic 1.3.6.1.4.1.2011.2.33.1.1.1.15
Clear APP's statistic information.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER clear(1)  

tsAppUnixIndex 1.3.6.1.4.1.2011.2.33.1.1.1.16
Display the channel number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..511  

tsAppStatus 1.3.6.1.4.1.2011.2.33.1.1.1.17
set the state on terminal server.If you will create a row,the values of tsAppIPAddress,tsAppPort,tsAppType,tsAppName must be not null. You can delete a exist row and you can modify a exist row.If you modify a row under the status of row,you change the status from valid to undercreation.when you have changed them,you change the status to valid
Status: mandatory Access: read-write
OBJECT-TYPE    
  EntryStatus  

tsAsyModeTtyTable 1.3.6.1.4.1.2011.2.33.1.2
A table containing how to set the tty mode on interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TSAsyModeTtyEntry

tsAsyModeTtyEntry 1.3.6.1.4.1.2011.2.33.1.2.1
Management information about how to set the tty mode on interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TSAsyModeTtyEntry  

tsAsyModeTtyID 1.3.6.1.4.1.2011.2.33.1.2.1.1
Set the tty ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..128  

tsAsyModeTtyVtyID 1.3.6.1.4.1.2011.2.33.1.2.1.2
Set the vty ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..3  

tsAsyModeTtyIFIndex 1.3.6.1.4.1.2011.2.33.1.2.1.3
Select the current interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

tsAsyModeTtyAppID 1.3.6.1.4.1.2011.2.33.1.2.1.4
Set the application ID,-1 indicate no app.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER -1..515  

tsAsyModeTtyDisconnect 1.3.6.1.4.1.2011.2.33.1.2.1.5
Disconnect current VTY's tcp.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER disconnect(1)  

tsAsyModeTtyVtyState 1.3.6.1.4.1.2011.2.33.1.2.1.6
Display the state of the unix.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER down(1), up(2), waitaaa(3), ok(4), menu(5)  

tsAsyModeTtyFlowCtrlState 1.3.6.1.4.1.2011.2.33.1.2.1.7
Display whether set flow control mode.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER start(1), stop(2)  

tsAsyModeTtyStatus 1.3.6.1.4.1.2011.2.33.1.2.1.8
Set the tty state in the interface.It can create a new row and delete a row.But when creat a new row,the application must be set.If you modify a row under the status of row, you change the status from valid to undercreation.when you have changed them,you change the status to valid.And if you will create a row,the values of tsAsyModeTtyIFIndex,tsAsyModeTtyAppID must be not null.
Status: mandatory Access: read-write
OBJECT-TYPE    
  EntryStatus  

tsTtyTable 1.3.6.1.4.1.2011.2.33.1.3
A table containing how to set something about the tty.If the tty no set,you can't set the values
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TSTtyEntry

tsTtyEntry 1.3.6.1.4.1.2011.2.33.1.3.1
Management information about how to set something about the tty.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TSTtyEntry  

tsTtyID 1.3.6.1.4.1.2011.2.33.1.3.1.1
Set the tty ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..128  

tsTtyBufferSize 1.3.6.1.4.1.2011.2.33.1.3.1.2
Set the buffer size(byte).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 4096..204800  



tsTtyConnPrint 1.3.6.1.4.1.2011.2.33.1.3.1.5
Print connection information.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER english(1), chinese(2), none(3)  

tsTtyDelay 1.3.6.1.4.1.2011.2.33.1.3.1.6
Print connection information(second).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..1200  

tsTtyLogoPrint 1.3.6.1.4.1.2011.2.33.1.3.1.7
Display the logo of terminal server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

tsTtyMenuKey1 1.3.6.1.4.1.2011.2.33.1.3.1.8
Set the hotkey to start-up terminal server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..127  

tsTtyMenuKey2 1.3.6.1.4.1.2011.2.33.1.3.1.9
Set the hotkey to start-up terminal server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..127  

tsTtyMenuKey3 1.3.6.1.4.1.2011.2.33.1.3.1.10
Set the hotkey to start-up terminal server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..127  

tsTtyReadBlock 1.3.6.1.4.1.2011.2.33.1.3.1.11
Set read TTY data block.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER set(1), noSet(2)  

tsTtyRedrawkey1 1.3.6.1.4.1.2011.2.33.1.3.1.12
Set redraw screen hot-key.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..127  

tsTtyRedrawkey2 1.3.6.1.4.1.2011.2.33.1.3.1.13
Set redraw screen hot-key.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..127  

tsTtyRedrawkey3 1.3.6.1.4.1.2011.2.33.1.3.1.14
Set redraw screen hot-key.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..127  

tsTtyResetKey1 1.3.6.1.4.1.2011.2.33.1.3.1.15
Set reset hot-key.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..127  

tsTtyResetKey2 1.3.6.1.4.1.2011.2.33.1.3.1.16
Set reset hot-key.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..127  

tsTtyResetKey3 1.3.6.1.4.1.2011.2.33.1.3.1.17
Set reset hot-key.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..127  

tsTtyTcpNoDelay 1.3.6.1.4.1.2011.2.33.1.3.1.18
Set tcp NODELAY option.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

tsTtyTcpRecvBufferSize 1.3.6.1.4.1.2011.2.33.1.3.1.19
Set tcp recv buffer size(byte).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 512..16384  

tsTtyTcpSendBufferSize 1.3.6.1.4.1.2011.2.33.1.3.1.20
Set tcp send buffer size(byte).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 512..16384  

tsTtyTestKey1 1.3.6.1.4.1.2011.2.33.1.3.1.21
Set test hot-key.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..127  

tsTtyTestKey2 1.3.6.1.4.1.2011.2.33.1.3.1.22
Set test hot-key.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..127  

tsTtyTestKey3 1.3.6.1.4.1.2011.2.33.1.3.1.23
Set test hot-key.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..127  

tsTtyBufferRate 1.3.6.1.4.1.2011.2.33.1.3.1.24
Display the rate of flow control(%).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

tsTtyRecvBytes 1.3.6.1.4.1.2011.2.33.1.3.1.25
Display the byte number of the tty that has received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsTtySendBytes 1.3.6.1.4.1.2011.2.33.1.3.1.26
Display the byte number of the tty that has sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsTtyLastRecvTime 1.3.6.1.4.1.2011.2.33.1.3.1.27
Display the last time of the tty that received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

tsTtyLastSendTime 1.3.6.1.4.1.2011.2.33.1.3.1.28
Display the last time of the tty that sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

tsTtyCurrentVtyID 1.3.6.1.4.1.2011.2.33.1.3.1.29
Display the ID of the current vty.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsTtyCurrentVtyRecv 1.3.6.1.4.1.2011.2.33.1.3.1.30
Display the byte number of the vty that received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsTtyCurrentVtySend 1.3.6.1.4.1.2011.2.33.1.3.1.31
Display the byte number of the vty that sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsTtyCurrentAppID 1.3.6.1.4.1.2011.2.33.1.3.1.32
Display the ID of the current vty.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsTtyCurrentAppRecv 1.3.6.1.4.1.2011.2.33.1.3.1.33
Display the byte number of the app that received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsTtyCurrentAppSend 1.3.6.1.4.1.2011.2.33.1.3.1.34
Display the byte number of the app that sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsTtyClearStatistic 1.3.6.1.4.1.2011.2.33.1.3.1.35
Clear TTY's statistic information.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER clear(1)  

tsDebugTtyAll 1.3.6.1.4.1.2011.2.33.1.3.1.36
Open/close specify tty's all debug information.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

tsDebugTtyBrief 1.3.6.1.4.1.2011.2.33.1.3.1.37
Open/close tty brief debug information.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

tsDebugTtySock 1.3.6.1.4.1.2011.2.33.1.3.1.38
socket data debug information.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER all(1), recv(2), send(3), none(4)  

tsDebugTtyTimeStamp 1.3.6.1.4.1.2011.2.33.1.3.1.39
dataflow timestamp debug information.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

tsDebugTtyTty 1.3.6.1.4.1.2011.2.33.1.3.1.40
Open/close the debug tty switch of the tty.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER all(1), recv(2), send(3), none(4)  

tsTtyManageTable 1.3.6.1.4.1.2011.2.33.1.4
A table containing the information about the channel.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TSTtyManageEntry

tsTtyManageEntry 1.3.6.1.4.1.2011.2.33.1.4.1
Management information about how to bind tcp/ip.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TSTtyManageEntry  

tsTtyManageUnixIndex 1.3.6.1.4.1.2011.2.33.1.4.1.1
An index for unix.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..511  

tsTtyManageUnixSockid 1.3.6.1.4.1.2011.2.33.1.4.1.2
Display the sock ID that the channel is using.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsTtyManageLocalIP 1.3.6.1.4.1.2011.2.33.1.4.1.3
Display the Local IP address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

tsTtyManageItemNum 1.3.6.1.4.1.2011.2.33.1.4.1.4
Display the number of unix item.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsEnable 1.3.6.1.4.1.2011.2.33.1.5
Decide whether to have the function of terminal server.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

tsEnableTrap 1.3.6.1.4.1.2011.2.33.1.6
Decide whether to send terminal server trap.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

tsClearTtyAll 1.3.6.1.4.1.2011.2.33.1.7
Clear the information of the app and tty.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER clear(1)  

tsLoginTty 1.3.6.1.4.1.2011.2.33.1.8
Enable HWTTY EXEC Authentication.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

tsDebugTtyGroup 1.3.6.1.4.1.2011.2.33.1.9
OBJECT IDENTIFIER    

tsDebugTtyError 1.3.6.1.4.1.2011.2.33.1.9.1
tty exception error information.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

tsDebugTtyManage 1.3.6.1.4.1.2011.2.33.1.9.2
manage channel debug information.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

tsTrap 1.3.6.1.4.1.2011.2.33.1.10
OBJECT IDENTIFIER    

tsAppStatusTrap 1.3.6.1.4.1.2011.2.33.1.10.1
send a value when the state of application change.
Status: current Access: read-write
NOTIFICATION-TYPE    

tsTtyStatusTrap 1.3.6.1.4.1.2011.2.33.1.10.2
send a value when the state of tty change.
Status: current Access: read-write
NOTIFICATION-TYPE    

tsExceptionTrap 1.3.6.1.4.1.2011.2.33.1.10.3
send a Exception when the terminal server has exception.
Status: current Access: read-write
NOTIFICATION-TYPE    

tsClearSuccessTrap 1.3.6.1.4.1.2011.2.33.1.10.4
Clear statistic successfully.
Status: current Access: read-write
NOTIFICATION-TYPE    

tsDisconnectSuccessTrap 1.3.6.1.4.1.2011.2.33.1.10.5
Disconnect vty successfully.
Status: current Access: read-write
NOTIFICATION-TYPE