Observium_CE/mibs/zhone/ZHONE-CONSOLE

156 lines
3.7 KiB
Plaintext

--
-- phyConsole.mib
-- MIB generated by MG-SOFT Visual MIB Builder Version 2.1 Build 205
-- Monday, November 13, 2000 at 14:29:38
--
ZHONE-CONSOLE DEFINITIONS ::= BEGIN
IMPORTS
Integer32, Counter32, OBJECT-TYPE, MODULE-IDENTITY
FROM SNMPv2-SMI
TimeStamp
FROM SNMPv2-TC
zhoneConsole, zhoneModules
FROM Zhone
ZhoneAdminString
FROM Zhone-TC;
--
--
phyConsole MODULE-IDENTITY
LAST-UPDATED "200011051538Z"
ORGANIZATION
"Zhone Technolgies, Inc."
CONTACT-INFO
"Postal:
Zhone Technologies, Inc.
@ Zhone Way
7001 Oakport Street
Oakland, CA 94621
USA
Toll-Free: +1 877-ZHONE20 (+1 877-946-6320)
Tel: +1-510-777-7000
Fax: +1-510-777-7001
E-mail: support@zhone.com"
DESCRIPTION
"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."
REVISION "200011060930Z"
DESCRIPTION
"V01.00.00 - Initial Version"
::= { zhoneModules 14 }
-- The console can also be enabled/disabled for changes via
-- the system mib.
--
-- Node definitions
--
consoleHeight OBJECT-TYPE
SYNTAX Integer32 (24..120)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The height of the console in the number of lines
displayed.
The default value is 24."
::= { zhoneConsole 1 }
consoleCurrentUser OBJECT-TYPE
SYNTAX ZhoneAdminString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the current or last user logged in to the
system."
::= { zhoneConsole 2 }
consoleLastLoginTime OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"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.
"
::= { zhoneConsole 3 }
consoleLastLogoutTime OBJECT-TYPE
SYNTAX TimeStamp
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"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.
"
::= { zhoneConsole 4 }
consoleCharsOut OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of characters sent by the console since
initialization."
::= { zhoneConsole 5 }
consoleCharsIn OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of charcters received by the console since
initialization."
::= { zhoneConsole 6 }
consoleBaudRate OBJECT-TYPE
SYNTAX INTEGER
{
gcAutoBaud(1),
gc9600(2),
gc19200(3),
gc38400(4),
gc57600(5)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"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."
::= { zhoneConsole 7 }
consoleInactivityTime OBJECT-TYPE
SYNTAX Integer32 (0..60)
UNITS "minutes"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"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."
::= { zhoneConsole 8 }
END
--
-- phyConsole.mib
--