Linkskey LKV-IPM01 User Manual

Page 67

Advertising
background image

KLE User Guide R1.2

- -

63

DESCRIPTION
"The Name of the KLE unit that generated the trap."
::= { trapInfo 2 }

computerNumber OBJECT-TYPE
SYNTAX INTEGER (1..65535)
ACCESS read-only
STATUS deprecated
DESCRIPTION
"the number of the computer that originated the trap."
::= { trapInfo 3 }

computerName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..256))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"The Name of the computer that originated the trap."
::= { trapInfo 4 }

videoMode OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..256))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"The blue screen video resolution."
::= { trapInfo 5 }



-- KLE Traps

noVideo TRAP-TYPE
ENTERPRISE kle
VARIABLES {
alertMessage,
kleName,
computerNumber,
computerName,
}
DESCRIPTION "No Video (Power-Off or Out-of-Range Video) Alert "
::= 1

blueScreen TRAP-TYPE
ENTERPRISE kle
VARIABLES {
alertMessage,
kleName,
computerNumber,
computerName,
videoMode
}
DESCRIPTION "Blue Screen (text mode) Alert "
::= 2

numockTest TRAP-TYPE
ENTERPRISE kle
VARIABLES {
alertMessage,
kleName,
computerNumber,

computerName,

videoMode
}
DESCRIPTION "Numlock Test(Frozen keyboard) Alert "
::= 3

END

Advertising