CXCommonConsole-MIB

File: CXCommonConsole-MIB.mib (5249 bytes)

Imported modules

RFC-1212 RFC1213-MIB CXProduct-SMI

Imported symbols

OBJECT-TYPE DisplayString cxCommonConsole
Alias

Defined Types

CxCcRemoteEntry  
SEQUENCE    
  cxCcRemoteIndex INTEGER
  cxCcRemoteDestAlias Alias
  cxCcRemoteRowStatus INTEGER

Defined Values

cxCcInactivityTimer 1.3.6.1.4.1.495.2.1.5.14.1
Determines the amount of time (in seconds) that the Common Console will wait for input before terminating a user session. The user must logon again and start a new session to continue. Range of Values: 10 - 65,535 Default Value: 300 Configuration Changed: operative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

cxCcPassword 1.3.6.1.4.1.495.2.1.5.14.2
Determines the password required to logon through the CX1000 console port to the Common Console module. The password must be between 6 and 16 alphanumeric characters in length. Default Value: supervisor Configuration Changed: operative
Status: mandatory Access: write-only
OBJECT-TYPE    
  DisplayString Size(6..16)  

cxCcPrompt 1.3.6.1.4.1.495.2.1.5.14.3
Determines the prompt that will appear after logging on to and establishing a session with the Common Console to prompt the user for the next command. Range of Values: from 1 to 16 alphanumeric characters Default Value: Common Console Configuration Changed: operative
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..16)  

cxCcLogDevice 1.3.6.1.4.1.495.2.1.5.14.4
Establishes the operational status (enabled or disabled) of the logging device within the chassis. If enabled, the Common Console will send system-generated messages to a log located in 'cxCcLogDeviceSlot'. Options: disabled (1): no events written to the log file enabled (2): events written to the log file Default Value: enabled (2) Related Objects: cxCcLogDeviceSlot Configuration Changed: operative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

cxCcLogDeviceSlot 1.3.6.1.4.1.495.2.1.5.14.5
Establishes the physical slot number in the local chassis where the logging device is located. All log messages produced locally are routed to this slot. However, if this slot is more than one hop away from the current Common Console, messages are discarded. If the value of this object is set to '0', the console considers that there is no logging device in this chassis and sends log messages to all endpoints connected to the local User Interface. Range of Values: 1 - 16 Default Value: 0 Configuration Changed: operative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

cxCcQueueDepth 1.3.6.1.4.1.495.2.1.5.14.6
Determines the maximum number of log messages that are retained in the console device output when the console device is flow-controlled (XOFF'ed). Once the maximum number of log messages is attained, the Common Console module discards new log messages targeted for the console device. Range of Values: 0 - 218 Default Value: 0 Configuration Changed: administrative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..128  

cxCcRemoteTable 1.3.6.1.4.1.495.2.1.5.14.7
A table containing the locally defined network access required to connect to the remote Common Console module.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CxCcRemoteEntry

cxCcRemoteEntry 1.3.6.1.4.1.495.2.1.5.14.7.1
Entry defining the network access.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CxCcRemoteEntry  

cxCcRemoteIndex 1.3.6.1.4.1.495.2.1.5.14.7.1.1
Index for table management only. No other MIB object refers to this index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cxCcRemoteDestAlias 1.3.6.1.4.1.495.2.1.5.14.7.1.2
Identifies the name used to query the IAM module to resolve the location of this network service. Range of Values: 0 to 15 alphanumeric characters beginning with an alphabetic character Configuration Changed: operative
Status: mandatory Access: read-write
OBJECT-TYPE    
  Alias  

cxCcRemoteRowStatus 1.3.6.1.4.1.495.2.1.5.14.7.1.3
Indicates if this entry in the table is valid. The entry may be deleted when this object is set to 'invalid'. Once deleted, the entry can not be read back. Options: invalid (1): entry can be deleted valid (2): entry is still in use and should not be deleted Default Value: valid (2) Configuration Changed: administrative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)