OLD-CISCO-TS-MIB

File: OLD-CISCO-TS-MIB.mib (19512 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
CISCO-SMI

Imported symbols

IpAddress OBJECT-TYPE DisplayString
local

Defined Types

LtsLineEntry  
SEQUENCE    
  tsLineActive INTEGER
  tsLineType INTEGER
  tsLineAutobaud INTEGER
  tsLineSpeedin INTEGER
  tsLineSpeedout INTEGER
  tsLineFlow INTEGER
  tsLineModem INTEGER
  tsLineLoc DisplayString
  tsLineTerm DisplayString
  tsLineScrlen INTEGER
  tsLineScrwid INTEGER
  tsLineEsc DisplayString
  tsLineTmo INTEGER
  tsLineSestmo INTEGER
  tsLineRotary INTEGER
  tsLineUses INTEGER
  tsLineNses INTEGER
  tsLineUser DisplayString
  tsLineNoise INTEGER
  tsLineNumber INTEGER
  tsLineTimeActive INTEGER

LtsLineSessionEntry  
SEQUENCE    
  tslineSesType INTEGER
  tslineSesDir INTEGER
  tslineSesAddr IpAddress
  tslineSesName DisplayString
  tslineSesCur INTEGER
  tslineSesIdle INTEGER
  tslineSesLine INTEGER
  tslineSesSession INTEGER

Defined Values

lts 2.9
OBJECT IDENTIFIER    

tsLines 2.9.1
Number of terminal lines on this device. Includes virtual lines.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ltsLineTable 2.9.2
A list of terminal server line entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LtsLineEntry

ltsLineEntry 2.9.2.1
A collection of per TTY objects in the cisco Terminal Server implementation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LtsLineEntry  

tsLineActive 2.9.2.1.1
Boolean whether this line is active or not.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsLineType 2.9.2.1.2
Type of line.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), console(2), terminal(3), line-printer(4), virtual-terminal(5), auxiliary(6)  

tsLineAutobaud 2.9.2.1.3
Boolean whether line will autobaud or not.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsLineSpeedin 2.9.2.1.4
What input speed the line is running at.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsLineSpeedout 2.9.2.1.5
What output speed the line is running at.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsLineFlow 2.9.2.1.6
What kind of flow control the line is using.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), none(2), software-input(3), software-output(4), software-both(5), hardware-input(6), hardware-output(7), hardware-both(8)  

tsLineModem 2.9.2.1.7
What kind of modem control the line is using.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), none(2), call-in(3), call-out(4), cts-required(5), ri-is-cd(6), inout(7)  

tsLineLoc 2.9.2.1.8
Describes the line's physical location.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

tsLineTerm 2.9.2.1.9
Describes the line's terminal type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

tsLineScrlen 2.9.2.1.10
Length in lines of the screen of terminal attached to this line.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsLineScrwid 2.9.2.1.11
Width in characters of the screen of terminal attached to this line.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsLineEsc 2.9.2.1.12
Escape character used to break out of active sessions.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

tsLineTmo 2.9.2.1.13
Line idleness timeout in seconds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsLineSestmo 2.9.2.1.14
Session idleness timeout in seconds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsLineRotary 2.9.2.1.15
Rotary group number the line belongs in.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsLineUses 2.9.2.1.16
Number of times a connection has been made to or from this line.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsLineNses 2.9.2.1.17
Current number of sessions in use on this line.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsLineUser 2.9.2.1.18
TACACS user name, if TACACS enabled, of user on this line.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

tsLineNoise 2.9.2.1.19
Count of garbage characters received when line inactive.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsLineNumber 2.9.2.1.20
The line i've been talking about.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsLineTimeActive 2.9.2.1.21
The time in seconds since line was activated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ltsLineSessionTable 2.9.3
A list of terminal server line and session entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LtsLineSessionEntry

ltsLineSessionEntry 2.9.3.1
A collection of per session and per TTY objects in the cisco Terminal Server implementation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LtsLineSessionEntry  

tslineSesType 2.9.3.1.1
Type of session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), pad(2), stream(3), rlogin(4), telnet(5), tcp(6), lat(7), mop(8), slip(9), xremote(10), rshell(11)  

tslineSesDir 2.9.3.1.2
Direction of session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), incoming(2), outgoing(3)  

tslineSesAddr 2.9.3.1.3
Remote host address of session. [What about PAD connections?]
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

tslineSesName 2.9.3.1.4
Remote host name of session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

tslineSesCur 2.9.3.1.5
Boolean whether session is the currently active one.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tslineSesIdle 2.9.3.1.6
Time in seconds session has been idle.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tslineSesLine 2.9.3.1.7
Table index 1.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tslineSesSession 2.9.3.1.8
Table index 2.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

tsMsgTtyLine 2.9.4
tty line to send the message to. -1 will send it to all tty lines
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

tsMsgIntervaltim 2.9.5
Interval between reissuing message in milliseconds. Minimum non-zero setting is 10000. 0 will cause the routine to choose its own intervals becoming more frequent as MessageDuration gets close to expiring. 2hr, 1hr, 30min, 5min, 1min
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

tsMsgDuration 2.9.6
Length of time to reissue message in milliseconds. Minimum non-zero setting is 10000. A setting of 0 will not repeat the message.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

tsMsgText 2.9.7
Up to 256 characters that will make up the message
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

tsMsgTmpBanner 2.9.8
Should the message be used as a temporary banner. 1 - No. 2 - In addition to the normal banner
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), additive(2)  

tsMsgSend 2.9.9
Sends the message. The value determines what to do after the message has completed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER nothing(1), reload(2), messagedone(3), abort(4)  

tsClrTtyLine 2.9.10
tty line to clear. Read returns the last line cleared. A value of -1 indicates no lines have been cleared.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER