TERM-PROT-MIB

File: TERM-PROT-MIB.mib (9095 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC USR-DEFINITIONS-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Integer32
IpAddress RowStatus DisplayString
common UsrConfigStatus

Defined Types

UsrTelnetAccessEntry  
SEQUENCE    
  usrTelnetAccessIpAddr IpAddress
  usrTelnetAccessIpMask IpAddress
  usrTelnetAccessStatus INTEGER

UsrCTCPEncryptionEntry  
SEQUENCE    
  usrCTCPEncryptionId DisplayString
  usrCTCPEncryptionKey Integer32
  usrCTCPEncryptionStatus RowStatus

Defined Values

usrTermProt 1.3.6.1.4.1.429.4.18
The commWorks enterprise defined MIB objects for Terminal Protocols Process.
MODULE-IDENTITY    

usrTermProtCFMStatusFlag 1.3.6.1.4.1.429.4.18.1
This variable controls saving and loading of configuration information for the Terminal Protocols Module. The value can be set to either save or load by a management station. The other values indicate if any configuration operation and what type is in progress.
Status: current Access: read-write
OBJECT-TYPE    
  UsrConfigStatus  

usrTermProtCfgFileName 1.3.6.1.4.1.429.4.18.2
The name of a ConfigFile to read/write permanent database records. If the value of this object is an empty string, then the Terminal Protocols module uses the default name `@file://TermProt.cfg'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

usrTermProtConnectedMsg 1.3.6.1.4.1.429.4.18.3
The string which is displayed when a ClearTCP client session is connected to the remote TCP host. If the value of this object is an empty string, the Terminal Protocols module uses a default of CONNECTED
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

usrTermProtTelnetEscEnabled 1.3.6.1.4.1.429.4.18.4
If set to DISABLED, this object prevents all Telnet Clients from using the escape character during a session. If they enter that character, it will be sent as regular text. If set to ENABLED, the user will be permitted to enter the escape character to use the local Telnet command line.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrTermProtAllowManageUsers 1.3.6.1.4.1.429.4.18.5
This variable turns on/off the ability to manage the system through telnet server connections.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER manage-off(0), manage-on(1)  

usrTermProtTelnetShowTryingMsg 1.3.6.1.4.1.429.4.18.6
This variable turns on/off the trying status message for telnet to terminal servers.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrTermProtTelnetClientAccess 1.3.6.1.4.1.429.4.18.7
This indicates whether to use the client access table. By default, this value will be disabled. If set to enabled, the users can telnet into the HARC only from ip addresses added in the client access table. If the value if set to disabled, the client access table is not referred to.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrTelnetAccessTable 1.3.6.1.4.1.429.4.18.8
The Telnet access table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrTelnetAccessEntry

usrTelnetAccessEntry 1.3.6.1.4.1.429.4.18.8.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrTelnetAccessEntry  

usrTelnetAccessIpAddr 1.3.6.1.4.1.429.4.18.8.1.1
The IP Address of the station allowed for telnet into HiPerARC.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

usrTelnetAccessStatus 1.3.6.1.4.1.429.4.18.8.1.2
The status of the entry for this address.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER add(1), normal(2), delete(3)  

usrTelnetAccessIpMask 1.3.6.1.4.1.429.4.18.8.1.3
The IP Address of the station allowed for telnet into HiPerARC.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrTelnetTerminalDownloadMode 1.3.6.1.4.1.429.4.18.9
Will cause telnet client on non-23 port disable ECHO in local and remote side
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrTermProtRloginEscEnabled 1.3.6.1.4.1.429.4.18.10
If set to disabled, this object prevents all Rlogin Clients from using the escape character during a session. If they enter that character, it will be sent as regular text. If set to enabled, the user will be permitted to enter the escape character to use the local Telnet command line.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrTermProtTelnetShowDisconnect 1.3.6.1.4.1.429.4.18.11
This variable enabled/disables the disconnect message for telnet/cleartcp connections
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

usrCTCPEncryptionTable 1.3.6.1.4.1.429.4.18.12
The table of cleartcp encryption ids and keys.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrCTCPEncryptionEntry

usrTermProtTelnetBannerFile 1.3.6.1.4.1.429.4.18.13
Banner text displayed to admin users telneting to the system
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

usrCTCPEncryptionEntry 1.3.6.1.4.1.429.4.18.12.1
A (conceptual) entry for one encryption id and key.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrCTCPEncryptionEntry  

usrCTCPEncryptionId 1.3.6.1.4.1.429.4.18.12.1.1
The logical identifier of the encryption id-key Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

usrCTCPEncryptionKey 1.3.6.1.4.1.429.4.18.12.1.2
Key number corresponds to the encryption-id in the table
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrCTCPEncryptionStatus 1.3.6.1.4.1.429.4.18.12.1.3
The status of this row of the CTCP Encryption Table.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus