-- Kentrox "trap" MIB 5-Nov-92 -- This small MIB is intended to be used for the "alarm only" version -- of the ADC Kentrox SNMP Proxy Agent. KENTROX-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises, OBJECT-TYPE FROM RFC1155-SMI DisplayString FROM RFC1158-MIB; adcKentrox OBJECT IDENTIFIER ::= { enterprises 181 } ktxProducts OBJECT IDENTIFIER ::= { adcKentrox 1 } -- Simple alarm data definitions for the Alarm Processing Agent. kpaAlarmAgent OBJECT IDENTIFIER ::= { ktxProducts 1 } kpaDevAlarmType OBJECT-TYPE SYNTAX DisplayString (SIZE (0..2)) ACCESS read-only STATUS mandatory DESCRIPTION "The alarm type, as documented in the manual for the Kentrox device which generated the alarm." ::= { kpaAlarmAgent 1 } kpaDevAlarmAddress OBJECT-TYPE SYNTAX DisplayString (SIZE (0..9)) ACCESS read-only STATUS mandatory DESCRIPTION "The device's address, in the form XX:XX:XXX" ::= { kpaAlarmAgent 2 } kpaDevAlarmSite OBJECT-TYPE SYNTAX DisplayString (SIZE (0..20)) ACCESS read-only STATUS mandatory DESCRIPTION "The site name of the device generating the alarm." ::= { kpaAlarmAgent 3 } kpaDevAlarmTime OBJECT-TYPE SYNTAX DisplayString (SIZE (0..5)) ACCESS read-only STATUS mandatory DESCRIPTION "The time, according to the device generating the alarm." ::= { kpaAlarmAgent 4 } kpaDevAlarmDate OBJECT-TYPE SYNTAX DisplayString (SIZE (0..6)) ACCESS read-only STATUS mandatory DESCRIPTION "The date, according to the device generating the alarm." ::= { kpaAlarmAgent 5 } kpaDevAlarmRaw OBJECT-TYPE SYNTAX DisplayString (SIZE (0..80)) ACCESS read-only STATUS mandatory DESCRIPTION "The entire alarm string, as it came from the device. This includes the beginning ^D and the ending ^E. The length of 80 characters is really more than a legal alarm can be." ::= { kpaAlarmAgent 6 } END