ZHONE-CONSOLE

File: ZHONE-CONSOLE.mib (3806 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC Zhone
Zhone-TC

Imported symbols

Integer32 Counter32 OBJECT-TYPE
MODULE-IDENTITY TimeStamp zhoneConsole
zhoneModules ZhoneAdminString

Defined Values

phyConsole 1.3.6.1.4.1.5504.6.14
The Zhone console mib that applies to the console connection to an Information Services card. There is only one supported connection at a time, thus the single instance implementation.
MODULE-IDENTITY    

consoleHeight 1.3.6.1.4.1.5504.5.5.1
The height of the console in the number of lines displayed. The default value is 24.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 24..120  

consoleCurrentUser 1.3.6.1.4.1.5504.5.5.2
The name of the current or last user logged in to the system.
Status: current Access: read-only
OBJECT-TYPE    
  ZhoneAdminString  

consoleLastLoginTime 1.3.6.1.4.1.5504.5.5.3
Time at which the last user logged in. If a user has never logged in on this system, the value returned is 0. This is the sysuptime value as defined in rfc1907.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

consoleLastLogoutTime 1.3.6.1.4.1.5504.5.5.4
The sysuptime at which the last user logged out. A value of 0 is returned if a logout has never occured OR if a user is currently logged in.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

consoleCharsOut 1.3.6.1.4.1.5504.5.5.5
The number of characters sent by the console since initialization.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

consoleCharsIn 1.3.6.1.4.1.5504.5.5.6
The number of charcters received by the console since initialization.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

consoleBaudRate 1.3.6.1.4.1.5504.5.5.7
The speed of the console serial port, in characters per second. The default value is determined by the particular platform. Current known values are 57600 for the BAN and 9600 for other devices.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER gcAutoBaud(1), gc9600(2), gc19200(3), gc38400(4), gc57600(5)  

consoleInactivityTime 1.3.6.1.4.1.5504.5.5.8
The console inactivity time where after this number of minutes, the user is automatically logged out. A value of 0 disables the timer. The default is 30 minutes.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..60