ADTRAN-TSU120e-MIB DEFINITIONS ::= BEGIN -- TITLE: TSU120e - T1 MUX MIB -- PRODUCT: ????? -- VERSION: 1.0 -- DATE: ????? -- This MIB defines the TSU120e product information. IMPORTS enterprises FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 DisplayString, ifIndex FROM RFC1213-MIB TRAP-TYPE FROM RFC-1215 dsx1LineStatus FROM RFC1406-MIB adProdPhysAddress FROM ADTRAN-MIB; -- OBJECT IDENTIFIERS adtran OBJECT IDENTIFIER ::= { enterprises 664 } adProducts OBJECT IDENTIFIER ::= { adtran 1 } adMgmt OBJECT IDENTIFIER ::= { adtran 2 } ------------------------------------------------------------------------------ -- The TSU-120E Management Group -- -- The TSU-120E is a T1 CSU/DSU which comes with a single Nx56/64 synchronous -- data port, a single DSX data port, and a single option slot designed to accomodate a variety of -- option modules. -- ------------------------------------------------------------------------------ adTSU120E OBJECT IDENTIFIER ::= { adProducts 130 } adTSU120Emg OBJECT IDENTIFIER ::= { adMgmt 130 } adTSU120Econfig OBJECT IDENTIFIER ::= { adTSU120Emg 1 } -- The TSU120E Configuration Group adTSU120Epasscode OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The password string used for authentication of SNMP messages between proxy agent and the TSU120E." ::= { adTSU120Econfig 1 } adTSU120Etime OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The current TSU120E time value. A sequence of ASCII characters encoded as HHMMSS." ::= { adTSU120Econfig 2 } adTSU120Edate OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The current TSU120E date value. A sequence of ASCII characters encoded as MMDDYY." ::= { adTSU120Econfig 3 } adTSU120EresetPM OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "A set will reset Performance Monitoring DS1 statistic counters in the TSU120E." ::= { adTSU120Econfig 4 } adTSU120Ephone OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The dial string (phone number) to reach the network manager." ::= { adTSU120Econfig 5 } adTSU120Einit OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The modem init string used by the TSU120E." ::= { adTSU120Econfig 6 } adTSU120Ereboot OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "A set will reboot the TSU-120E." ::= { adTSU120Econfig 7 } adTSU120ECancelTests OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "A set will cancel all tests modes on the TSU-120E." ::= { adTSU120Econfig 8 } adTSU120ET1Map OBJECT-TYPE SYNTAX INTEGER { mapA (1), mapB (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The currently active T1 Map." ::= { adTSU120Econfig 9 } adTSU120Eid OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The unit identification number for the TSU120E." ::= { adTSU120Econfig 10 } adTSU120ETrap OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Overall trap enable/disable." ::= { adTSU120Econfig 11 } adTSU120EAccess OBJECT-TYPE SYNTAX INTEGER { dial (1), direct (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Method by which unit sends traps." ::= { adTSU120Econfig 12 } -- this table is used to monitor status of ports adTSU120ePortStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF AdTSU120ePortStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Port status" ::= {adTSU120Econfig 13} adTSU120ePortStatusEntry OBJECT-TYPE SYNTAX AdTSU120ePortStatusEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An Entry in the Port Status Table" INDEX { adTSU120ePortStatusIndex } ::= {adTSU120ePortStatusTable 1} AdTSU120ePortStatusEntry ::= SEQUENCE { adTSU120ePortStatusIndex INTEGER, adTSU120ePortStatusValue INTEGER } adTSU120ePortStatusIndex OBJECT-TYPE SYNTAX INTEGER (2..26) ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the object instance." ::= { adTSU120ePortStatusEntry 1 } adTSU120ePortStatusValue OBJECT-TYPE SYNTAX INTEGER { ok (1), test (2), alarm (3), not-present (4) } ACCESS read-only STATUS mandatory DESCRIPTION "Port Status 1 OK 2 Test 3 Alarm 4 Not_Present " ::= { adTSU120ePortStatusEntry 2 } -- end of port status table adTSU120eLedStates OBJECT IDENTIFIER ::= { adTSU120Econfig 14 } adTSU120eDsuLeds OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The variable containing the state of the DSU leds - Bit mapped with Bit 1 representing OK, Bit 2 reperesenting TEST, and Bit 3 representing ALARM LED Status. Bit value of 0 = Off, 1 = 0n. " ::= { adTSU120eLedStates 1 } adTSU120eModuleLeds OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The variable containing the state of the MODULE leds - Bit mapped with Bit 1 representing OK, Bit 2 reperesenting TEST, and Bit 3 representing ALARM LED Status. Bit value of 0 = Off, 1 = 0n. " ::= { adTSU120eLedStates 2 } adTSU120eCsuLeds OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The variable containing the state of the CSU leds - Bit mapped with Bit 1 representing OK, Bit 2 reperesenting TEST, Bit 3 representing ALARM, and Bit 4 representing ERROR LED status. Bit value of 0 = Off, 1 = 0n. " ::= { adTSU120eLedStates 3 } --------------------------------------- -- TSU-120E Enterprise Specific Traps --------------------------------------- adTSU120eNoAlarm TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a change in the alarm state has occurred." -- #TYPE "Status - Alarm State" -- #SUMMARY "TSU120e 13001: Change in alarm state has occurred for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13001 adTSU120eRxYellow TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a change in the received yellow alarm state has occurred." -- #TYPE "Error - RX Yellow Alarm" -- #SUMMARY "TSU120e 13002: Change in the received yellow alarm state has occurred for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY MINOR -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13002 adTSU120eTxYellow TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a change in the transmit yellow alarm state has occurred." -- #TYPE "Error - TX Yellow Alarm" -- #SUMMARY "TSU120e 13003: Change in the transmit yellow alarm state has occurred for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13003 adTSU120eRxAIS TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a change in the received alarm indication signal (AIS) state has occurred." -- #TYPE "Error - RX AIS Alarm" -- #SUMMARY "TSU120e 13004: Change in the receive Alarm Indication Signal state has occurred for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY MINOR -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13004 adTSU120eTxAIS TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a change in the transmit alarm indication signal (AIS) state has occurred." -- #TYPE "Error - TX AIS Alarm" -- #SUMMARY "TSU120e 13005: Change in the transmit Alarm Indication Signal state has occurred for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13005 adTSU120eRedAlarm TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a change in the red alarm state has occurred." -- #TYPE "Error - RED Alarm" -- #SUMMARY "TSU120e 13006: Change in the red alarm state has occurred for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY MAJOR -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13006 adTSU120eLOS TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a change in the loss of signal state has occurred." -- #TYPE "Error - Loss of Signal" -- #SUMMARY "TSU120e 13007: Change in the loss of signal state has occurred for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY MAJOR -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13007 adTSU120eLoopback TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a change in the loopback state has occurred." -- #TYPE "Status - Loopback" -- #SUMMARY "TSU120e 13008: Change in the loopback state has occurred for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Status Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13008 adTSU120eCurrentES TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that the current interval errored second threshold has been exceeded." -- #TYPE "Threshold - Current Errored Seconds" -- #SUMMARY "TSU120e 13017: Current interval errored second threshold exceeded for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Threshold Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13017 adTSU120eCurrentSES TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that the current interval severely errored second threshold has been exceeded." -- #TYPE "Threshold - Current Severely Errored Seconds" -- #SUMMARY "TSU120e 13018: Current interval severely errored second threshold exceeded for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Threshold Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13018 adTSU120eCurrentSEFS TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that the current interval severely errored framing second threshold has been exceeded." -- #TYPE "Threshold - Current Severely Errored Framing Seconds" -- #SUMMARY "TSU120e 13019: Current interval severely errored framing second threshold exceeded for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Threshold Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13019 adTSU120eCurrentUAS TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that the current interval unavailable second threshold has been exceeded." -- #TYPE "Threshold - Current Unavailable Seconds" -- #SUMMARY "TSU120e 13020: Current unavailable second threshold exceeded for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY MAJOR -- #GENERIC 6 -- #CATEGORY "Threshold Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13020 adTSU120eCurrentCSS TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that the current interval controlled slip second threshold has been exceeded." -- #TYPE "Threshold - Current Controlled Slip Seconds" -- #SUMMARY "TSU120e 13021: Current interval controlled slip second threshold exceeded for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Threshold Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13021 adTSU120eCurrentPCV TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that the current interval path coding violations threshold has been exceeded." -- #TYPE "Threshold - Current Path Coding Violation" -- #SUMMARY "TSU120e 13022: Current interval path coding violations threshold exceeded for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Threshold Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13022 adTSU120eCurrentLES TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that the current interval line errored second threshold has been exceeded." -- #TYPE "Threshold - Current Line Errored Seconds" -- #SUMMARY "TSU120e 13023: Current interval line errored second threshold exceeded for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Threshold Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13023 adTSU120eCurrentLCV TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that the current interval line code violations threshold has been exceeded." -- #TYPE "Threshold - Current Line Code Violations" -- #SUMMARY "TSU120e 13026: Current interval line code violations threshold exceeded for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Threshold Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13026 adTSU120eTotalES TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that the total errored second threshold has been exceeded." -- #TYPE "Threshold - Total Errored Seconds" -- #SUMMARY "TSU120e 13033: Total errored second threshold exceeded for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Threshold Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13033 adTSU120eTotalSES TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that the total severely errored second threshold has been exceeded." -- #TYPE "Threshold - Total Severely Errored Seconds" -- #SUMMARY "TSU120e 13034: Total severely errored second threshold exceeded for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Threshold Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13034 adTSU120eTotalSEFS TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that the total severely errored framing second threshold has been exceeded." -- #TYPE "Threshold - Total Severely Errored Framing Seconds" -- #SUMMARY "TSU120e 13035: Total severely errored second threshold exceeded for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Threshold Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13035 adTSU120eTotalUAS TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that the total unavailable second threshold has been exceeded." -- #TYPE "Threshold - Total Unavailble Seconds" -- #SUMMARY "TSU120e 13036: Total unavailable second threshold exceeded for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY MAJOR -- #GENERIC 6 -- #CATEGORY "Threshold Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13036 adTSU120eTotalCSS TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that the total controlled slip second threshold has been exceeded." -- #TYPE "Threshold - Total Controlled Slip Seconds" -- #SUMMARY "TSU120e 13037: Total controlled slip second threshold exceeded for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Threshold Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13037 adTSU120eTotalPCV TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that the total path coding violations threshold has been exceeded." -- #TYPE "Threshold - Total Path Coding Violations" -- #SUMMARY "TSU120e 13038: Total path coding violations threshold exceeded for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Threshold Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13038 adTSU120eTotalLES TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that the total line errored second threshold has been exceeded." -- #TYPE "Threshold - Total Line Errored Seconds" -- #SUMMARY "TSU120e 13039: Total line errored second threshold exceeded for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Threshold Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13039 adTSU120eTotalLCV TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that the total line code violations threshold has been exceeded." -- #TYPE "Threshold - Total Line Code Violations" -- #SUMMARY "TSU120e 13042: Total line code violations threshold exceeded for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Threshold Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13042 adTSU120eDbuActivated TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a Dial Backup Connection has been activated." -- #TYPE "Status - Dial Backup" -- #SUMMARY "TSU120e 13049: Dial Backup Connection activated for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Status Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13049 adTSU120eDbuTerminated TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a Dial Backup Connection has been terminated." -- #TYPE "Status - Dial Backup" -- #SUMMARY "TSU120e 13050: Dial Backup Connection terminated for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Status Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13050 adTSU120eAlarmActive TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates an active alarm state." -- #TYPE "Error - Alarm State" -- #SUMMARY "TSU120e 13060: Active Alarm State for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13060 adTSU120eAlarmInactive TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates an inactive alarm state." -- #TYPE "Error - Alarm State" -- #SUMMARY "TSU120e 13061: Inactive Alarm State for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13061 adTSU120eRxYellowActive TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a received yellow alarm state exists." -- #TYPE "Error - Rx Yellow Alarm" -- #SUMMARY "TSU120e 13062: Received yellow alarm state is active for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY MINOR -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13062 adTSU120eRxYellowInactive TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a received yellow alarm state no longer exists." -- #TYPE "Error - Rx Yellow Alarm" -- #SUMMARY "TSU120e 13063: Received yellow alarm state is inactive for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY MINOR -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13063 adTSU120eTxYellowActive TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a transmit yellow alarm state exists." -- #TYPE "Error - Tx Yellow Alarm" -- #SUMMARY "TSU120e 13064: Transmit yellow alarm is active for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13064 adTSU120eTxYellowInactive TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a transmit yellow alarm state no longer exists." -- #TYPE "Error - Tx Yellow Alarm" -- #SUMMARY "TSU120e 13065: Transmit yellow alarm is inactive for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13065 adTSU120eRxAISActive TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a received alarm indication signal (AIS) state exists." -- #TYPE "Error - Rx AIS Alarm" -- #SUMMARY "TSU120e 13066: Received Alarm Indication Signal is active for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY MINOR -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13066 adTSU120eRxAISInactive TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a received alarm indication signal (AIS) state no longer exists." -- #TYPE "Error - Rx AIS Alarm" -- #SUMMARY "TSU120e 13067: Received Alarm Indication Signal is inactive for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY MINOR -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13067 adTSU120eTxAISActive TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a transmit alarm indication signal (AIS) state exists." -- #TYPE "Error - Tx AIS Alarm" -- #SUMMARY "TSU120e 13068: Transmit Alarm Indication Signal is active for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13068 adTSU120eTxAISInactive TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a transmit alarm indication signal (AIS) state no longer exists." -- #TYPE "Error - Tx AIS Alarm" -- #SUMMARY "TSU120e 13069: Transmit Alarm Indication Signal is inactive for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13069 adTSU120eRedAlarmActive TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a red alarm state exists." -- #TYPE "Error - RED Alarm" -- #SUMMARY "TSU120e 13070: Red alarm is active for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY MAJOR -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13070 adTSU120eRedAlarmInactive TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a red alarm state no longer exists." -- #TYPE "Error - RED Alarm" -- #SUMMARY "TSU120e 13071: Red alarm is inactive for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY MAJOR -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13071 adTSU120eLOSActive TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a loss of signal state exists." -- #TYPE "Error - Loss of Signal" -- #SUMMARY "TSU120e 13072: Loss of signal state is active for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY MAJOR -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13072 adTSU120eLOSInactive TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a loss of signal state no longer exists." -- #TYPE "Error - Loss of Signal" -- #SUMMARY "TSU120e 13073: Loss of signal state is inactive for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY MAJOR -- #GENERIC 6 -- #CATEGORY "Error Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13073 adTSU120eLoopbackActive TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a loopback condition exists." -- #TYPE "Status - Loopback" -- #SUMMARY "TSU120e 13074: Loopback condition is active for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Status Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13074 adTSU120eLoopbackInactive TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { ifIndex, adProdPhysAddress, dsx1LineStatus } DESCRIPTION "This trap indicates that a loopback condition no longer exists." -- #TYPE "Status - Loopback" -- #SUMMARY "TSU120e 13075: Loopback condition is inactive for " -- #SUMMARY "Line %d, Unit Id: %x, Line Status: %d" -- #ARGUMENTS {0,1,2} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Status Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13075 adTSU120ePollLinkUp TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { adProdPhysAddress -- unit id } DESCRIPTION "This trap indicates that the polled link status for the indicated device has returned to active." -- #TYPE "Status - Poll Link Up" -- #SUMMARY "TSU120e 13091: Poll Link Up for Unit Name: $C, Unit Id: %x" -- #ARGUMENTS {0} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Status Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13091 adTSU120ePollLinkDown TRAP-TYPE ENTERPRISE adTSU120E VARIABLES { adProdPhysAddress -- unit id } DESCRIPTION "This trap indicates that the polled link status for the indicated device is inactive." -- #TYPE "Status - Poll Link Down" -- #SUMMARY "TSU120e 13092: Poll Link Down for Unit Name: $C, Unit Id: %x" -- #ARGUMENTS {0} -- #SEVERITY WARNING -- #GENERIC 6 -- #CATEGORY "Status Events" -- #SOURCE_ID "A" -- #TIMEINDEX 0 ::= 13092 END