Shown here is the Alarm Forwarding MIB , which is located on the NSP server at /usr/TKLC/xIH/apps/forwarding/target/misc/NSP-FORWARDING-MIB
-- File Name : NSP-FORWARDING-MIB -- Date : Mon Nov 21 10:18:28 CET 2006 -- Author : AdventNet Agent Toolkit Java Edition - MIB Editor 6 NSP-FORWARDING-MIB DEFINITIONS ::= BEGIN IMPORTS RowStatus, DisplayString FROM SNMPv2-TC NOTIFICATION-GROUP, OBJECT-GROUP FROM SNMPv2-CONF enterprises, MODULE-IDENTITY, OBJECT-TYPE, Integer32, NOTIFICATION-TYPE FROM SNMPv2-SMI; steleus MODULE-IDENTITY LAST-UPDATED 200602131148Z ORGANIZATION Tekelec CONTACT-INFO ttprocessing@tekelec.com DESCRIPTION Description REVISION 200602131148Z DESCRIPTION NSP module ::= { enterprises 4404 } nsp OBJECT IDENTIFIER ::= { steleus 8 } forwarding OBJECT IDENTIFIER ::= { nsp 6 } nspManagedObjectClassTable OBJECT-TYPE SYNTAX SEQUENCE OF NspManagedObjectClassEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION NSP managed object class table ::= { forwarding 1 } nspManagedObjectClassEntry OBJECT-TYPE SYNTAX NspManagedObjectClassEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION NSP managed object class entry INDEX { nspManagedObjectClassId } ::= { nspManagedObjectClassTable 1 } NspManagedObjectClassEntry ::= SEQUENCE { nspManagedObjectClassId Integer32, nspManagedObjectClassName DisplayString, nspManagedObjectClassDescription DisplayString, nspManagedObjectClassRowStatus RowStatus } nspManagedObjectClassId OBJECT-TYPE SYNTAX Integer32 ( -2147483648 .. 2147483647 ) MAX-ACCESS read-only STATUS current DESCRIPTION Value that defines an instance of managed object class in the table ::= { nspManagedObjectClassEntry 1 } nspManagedObjectClassName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION NSP managed object class instance name ::= { nspManagedObjectClassEntry 2 } nspManagedObjectClassDescription OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION NSP managed object class instance description ::= { nspManagedObjectClassEntry 3 } nspManagedObjectClassRowStatus OBJECT-TYPE SYNTAX RowStatus { active ( 1 ) , notInService ( 2 ) , notReady ( 3 ) , createAndGo ( 4 ) , createAndWait ( 5 ) , destroy ( 6 ) } MAX-ACCESS read-create STATUS current DESCRIPTION SMI v2 required attribute ::= { nspManagedObjectClassEntry 50 } nspManagedObjectTable OBJECT-TYPE SYNTAX SEQUENCE OF NspManagedObjectEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION Description ::= { forwarding 2 } nspManagedObjectEntry OBJECT-TYPE SYNTAX NspManagedObjectEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION Row Description INDEX { nspManagedObjectId} ::= { nspManagedObjectTable 1 } NspManagedObjectEntry ::= SEQUENCE { nspManagedObjectId Integer32, nspManagedObjectName DisplayString, nspManagedObjectClassIdRef Integer32, nspManagedObjectParent Integer32, nspManagedObjectRowStatus RowStatus } nspManagedObjectId OBJECT-TYPE SYNTAX Integer32 ( -2147483648 .. 2147483647 ) MAX-ACCESS read-only STATUS current DESCRIPTION Value that defines an instance of managed object in the table ::= { nspManagedObjectEntry 1 } nspManagedObjectName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION Column Description ::= { nspManagedObjectEntry 2 } nspManagedObjectClassIdRef OBJECT-TYPE SYNTAX Integer32 ( -2147483648 .. 2147483647 ) MAX-ACCESS read-only STATUS current DESCRIPTION Value that defines an instance of managed object class ::= { nspManagedObjectEntry 10 } nspManagedObjectParent OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION Value that defines an instance of parent managed object ::= { nspManagedObjectEntry 20 } nspManagedObjectRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION SMI v2 required attribute ::= { nspManagedObjectEntry 50 } nspAlarmsTable OBJECT-TYPE SYNTAX SEQUENCE OF NspAlarmsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION NSP forwarded opened alarms table ::= { forwarding 3 } nspAlarmsEntry OBJECT-TYPE SYNTAX NspAlarmsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION NSP forwarded opened alarms entry INDEX { nspAlarmId } ::= { nspAlarmsTable 1 } NspAlarmsEntry ::= SEQUENCE { nspManagedObjectIdRef Integer32, nspAlarmId Integer32, nspAlarmRowStatus RowStatus, nspManagedObjectDN DisplayString, nspAlarmLastEventTime DisplayString, nspAlarmEventType INTEGER, nspAlarmProbableCause INTEGER, nspAlarmPerceivedSeverity INTEGER, nspAlarmTrendIndication INTEGER, nspAlarmThresholdLevel DisplayString, nspAlarmObservedValue DisplayString, nspAlarmAdditionalText DisplayString, nspAlarmSpecificProblem DisplayString, nspAlarmFirstDate OCTET STRING, nspAlarmClearDate OCTET STRING, nspAlarmCriticalCount Integer32, nspAlarmMajorCount Integer32, nspAlarmMinorCount Integer32, nspAlarmWarningCount Integer32, nspAlarmAcknowledged INTEGER } nspManagedObjectIdRef OBJECT-TYPE SYNTAX Integer32 ( -2147483648 .. 2147483647 ) MAX-ACCESS read-only STATUS current DESCRIPTION Value that refers to managed object involved in the forwarded alarm ::= { nspAlarmsEntry 1 } nspAlarmId OBJECT-TYPE SYNTAX Integer32 ( -2147483648 .. 2147483647 ) MAX-ACCESS read-only STATUS current DESCRIPTION Value that defines an instance of forwarded alarm ::= { nspAlarmsEntry 2 } nspAlarmRowStatus OBJECT-TYPE SYNTAX RowStatus { active ( 1 ) , notInService ( 2 ) , notReady ( 3 ) , createAndGo ( 4 ) , createAndWait ( 5 ) , destroy ( 6 ) } MAX-ACCESS read-create STATUS current DESCRIPTION SMI v2 required attribute ::= { nspAlarmsEntry 50 } nspManagedObjectDN OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION Distinguished name that refers to managed object involved in the forwarded alarm ::= { nspAlarmsEntry 100 } nspAlarmLastEventTime OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION Last event time in ASN.1 format for the last event of the NSP forwarded alarm on the managed object ::= { nspAlarmsEntry 1000 } nspAlarmProbableCause OBJECT-TYPE SYNTAX INTEGER { adapterError ( 1 ) , applicationSubsystemFailure ( 2 ) , bandwidthReduced ( 3 ) , callEstablishmentError ( 4 ) , communicationsprotocolError ( 5 ) , communicationsSubsystemFailure ( 6 ) , configurationOrCustomizationError ( 7 ) , congestion ( 8 ) , corruptData ( 9 ) , cpuCyclesLimitExceeded ( 10 ) , dataSetOrModemError ( 11 ) , degradedSignal ( 12 ) , dteDceInterfaceError ( 13 ) , enclosureDoorOpen ( 14 ) , equipmentMalfunction ( 15 ) , excessiveVibration ( 16 ) , fileError ( 17 ) , fireDetected ( 18 ) , floodDetected ( 19 ) , framingError ( 20 ) , heatingVentCoolingSystemnspblem ( 21 ) , humidityUnacceptable ( 22 ) , inputOutputDeviceError ( 23 ) , inputDeviceError ( 24 ) , lanError ( 25 ) , leakDetected ( 26 ) , localNodeTransmissionError ( 27 ) , lossOfFrame ( 28 ) , lossOfSignal ( 29 ) , materialSupplyExhausted ( 30 ) , multiplexerproblem ( 31 ) , outOfMemory ( 32 ) , ouputDeviceError ( 33 ) , performanceDegraded ( 34 ) , powerproblem ( 35 ) , pressureUnacceptable ( 36 ) , processorproblem ( 37 ) , pumpFailure ( 38 ) , queueSizeExceeded ( 39 ) , receiveFailure ( 40 ) , receiverFailure ( 41 ) , remoteNodeTransmissionError ( 42 ) , resourceAtOrNearingCapacity ( 43 ) , responseTimeExecessive ( 44 ) , retransmissionRateExcessive ( 45 ) , softwareError ( 46 ) , softwareprogramAbnormallyTerminated ( 47 ) , softwareprogramError ( 48 ) , storageCapacityproblem ( 49 ) , temperatureUnacceptable ( 50 ) , thresholdCrossed ( 51 ) , timingproblem ( 52 ) , toxicLeakDetected ( 53 ) , transmitFailure ( 54 ) , transmitterFailure ( 55 ) , underlyingResourceUnavailable ( 56 ) , versionMismatch ( 57 ) , authenticationFailure ( 58 ) , breachOfConfidentiality ( 59 ) , cableTamper ( 60 ) , delayedInformation ( 61 ) , denialOfService ( 62 ) , duplicateInformation ( 63 ) , informationMissing ( 64 ) , informationModificationDetected ( 65 ) , informationOutOfSequence ( 66 ) , intrusionDetection ( 67 ) , keyExpired ( 68 ) , nonRepudiationFailure ( 69 ) , outOfHoursActivity ( 70 ) , outOfService ( 71 ) , proceduralError ( 72 ) , unauthorizedAccessAttempt ( 73 ) , unexpectedInformation ( 74 ) } MAX-ACCESS read-only STATUS current DESCRIPTION Represents the probable cause values for the alarms as per [X.721], [X.733] and [X.736] for the NSP forwarded alarm on the managed object ::= { nspAlarmsEntry 1001 } nspAlarmPerceivedSeverity OBJECT-TYPE SYNTAX INTEGER { indeterminate ( 0 ) , critical ( 1 ) , major ( 2 ) , minor ( 3 ) , warning ( 4 ) , cleared ( 5 ) } MAX-ACCESS read-write STATUS current DESCRIPTION Represents the perceived severity values for the alarms as per [X.733] and [X.721] for the NSP forwarded alarm on the managed object ::= { nspAlarmsEntry 1002 } nspAlarmTrendIndication OBJECT-TYPE SYNTAX INTEGER { lessSevere ( 0 ) , noChange ( 1 ) , moreSevere ( 2 ) } MAX-ACCESS read-only STATUS current DESCRIPTION Represents the trend indication values for the alarms as per [X.733] for the NSP forwarded alarm on the managed object ::= { nspAlarmsEntry 1003 } nspAlarmThresholdLevel OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION Represents the threshold level indication values (real) for the alarms as per [X.733] for the last event of the NSP forwarded alarm on the managed object ::= { nspAlarmsEntry 1004 } nspAlarmObservedValue OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION Represents the threshold observed values (real) for the alarms as per [X.733] for the last event of the NSP forwarded alarm on the managed object ::= { nspAlarmsEntry 1005 } nspAlarmAdditionalText OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION Represents the additional text field for the alarm as per [X.733] for the last event of the NSP forwarded alarm on the managed object ::= { nspAlarmsEntry 1006 } nspAlarmEventType OBJECT-TYPE SYNTAX INTEGER { otherAlarm ( 1 ) , communicationAlarm ( 2 ) , environmentalAlarm ( 3 ) , equipmentAlarm ( 4 ) , integrityViolation ( 5 ) , processingErrorAlarm ( 10 ) , qualityOfServiceAlarm ( 11 ) } MAX-ACCESS read-only STATUS current DESCRIPTION Represents the ITU event type value for the alarms as per [X.721], [X.733] and [X.736] for the NSP forwarded alarm on the managed object ::= { nspAlarmsEntry 1007 } nspAlarmSpecificProblem OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION Represents the specific problem name for the NSP forwarded alarm on the managed object ::= { nspAlarmsEntry 1008 } nspAlarmFirstDate OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION Represents the raised date in ASN.1 format for the NSP forwarded alarm on the managed object ::= { nspAlarmsEntry 1010 } nspAlarmClearDate OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION Represents the clear date in ASN.1 format for the NSP forwarded alarm on the managed object ::= { nspAlarmsEntry 1011 } nspAlarmCriticalCount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION Represents the number of critical events for the NSP forwarded alarm on the managed object ::= { nspAlarmsEntry 1012 } nspAlarmMajorCount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION Represents the number of major events for the NSP forwarded alarm on the managed object ::= { nspAlarmsEntry 1013 } nspAlarmMinorCount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION Represents the number of minor events for the NSP forwarded alarm on the managed object ::= { nspAlarmsEntry 1014 } nspAlarmWarningCount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION Represents the number of warning events for the NSP forwarded alarm on the managed object ::= { nspAlarmsEntry 1015 } nspAlarmAcknowledged OBJECT-TYPE SYNTAX INTEGER { false ( 0 ) , true ( 1 ) } MAX-ACCESS read-write STATUS current DESCRIPTION Represents the acknowledged status for the NSP forwarded alarm of the managed object ::= { nspAlarmsEntry 1016 } fwdVersion OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION Current version of the NSP Forwarding SNMP sub-agent ::= { forwarding 10 } fwdStatus OBJECT-TYPE SYNTAX INTEGER { allGood ( 0 ) , failure ( 1 ) } MAX-ACCESS read-only STATUS current DESCRIPTION Global state of the NSP Forwarding SNMP sub-agent ::= { forwarding 11 } ituAlarmEvent OBJECT IDENTIFIER ::= { forwarding 733 } otherAlarm NOTIFICATION-TYPE OBJECTS { nspAlarmId, nspManagedObjectId, nspAlarmLastEventTime, nspAlarmProbableCause, nspAlarmPerceivedSeverity, nspAlarmTrendIndication, nspAlarmThresholdLevel, nspAlarmObservedValue, nspAlarmAdditionalText, nspAlarmSpecificProblem, nspAlarmFirstDate, nspAlarmClearDate, nspAlarmCriticalCount, nspAlarmMajorCount, nspAlarmMinorCount, nspAlarmWarningCount, nspAlarmAcknowledged, nspManagedObjectName, nspManagedObjectDN } STATUS current DESCRIPTION Represents the event type for other alarms as per [X.721],[X.733] and [X.736] ::= { ituAlarmEvent 1 } communicationAlarm NOTIFICATION-TYPE OBJECTS { nspAlarmId, nspManagedObjectId, nspAlarmLastEventTime, nspAlarmProbableCause, nspAlarmPerceivedSeverity, nspAlarmTrendIndication, nspAlarmThresholdLevel, nspAlarmObservedValue, nspAlarmAdditionalText, nspAlarmSpecificProblem, nspAlarmFirstDate, nspAlarmClearDate, nspAlarmCriticalCount, nspAlarmMajorCount, nspAlarmMinorCount, nspAlarmWarningCount, nspAlarmAcknowledged, nspManagedObjectName, nspManagedObjectDN } STATUS current DESCRIPTION Represents the event type for the communication alarms as per [X.721],[X.733] and [X.736] ::= { ituAlarmEvent 2 } environmentalAlarm NOTIFICATION-TYPE OBJECTS { nspAlarmId, nspManagedObjectId, nspAlarmLastEventTime, nspAlarmProbableCause, nspAlarmPerceivedSeverity, nspAlarmTrendIndication, nspAlarmThresholdLevel, nspAlarmObservedValue, nspAlarmAdditionalText, nspAlarmSpecificProblem, nspAlarmFirstDate, nspAlarmClearDate, nspAlarmCriticalCount, nspAlarmMajorCount, nspAlarmMinorCount, nspAlarmWarningCount, nspAlarmAcknowledged, nspManagedObjectName, nspManagedObjectDN } STATUS current DESCRIPTION Represents the event type for the environment alarms as per [X.721],[X.733] and [X.736] ::= { ituAlarmEvent 3 } equipmentAlarm NOTIFICATION-TYPE OBJECTS { nspAlarmId, nspManagedObjectId, nspAlarmLastEventTime, nspAlarmProbableCause, nspAlarmPerceivedSeverity, nspAlarmTrendIndication, nspAlarmThresholdLevel, nspAlarmObservedValue, nspAlarmAdditionalText, nspAlarmSpecificProblem, nspAlarmFirstDate, nspAlarmCriticalCount, nspAlarmMajorCount, nspAlarmMinorCount, nspAlarmWarningCount, nspAlarmAcknowledged, nspManagedObjectName, nspManagedObjectDN } STATUS current DESCRIPTION Represents the event type for the equipment alarms as per [X.721],[X.733] and [X.736] ::= { ituAlarmEvent 4 } integrityViolation NOTIFICATION-TYPE OBJECTS { nspAlarmId, nspManagedObjectId, nspAlarmLastEventTime, nspAlarmProbableCause, nspAlarmPerceivedSeverity, nspAlarmTrendIndication, nspAlarmThresholdLevel, nspAlarmObservedValue, nspAlarmAdditionalText, nspAlarmSpecificProblem, nspAlarmFirstDate, nspAlarmCriticalCount, nspAlarmMajorCount, nspAlarmMinorCount, nspAlarmWarningCount, nspAlarmAcknowledged, nspManagedObjectName, nspManagedObjectDN } STATUS current DESCRIPTION Represents the event type for the integrity violation as per [X.721],[X.733] and [X.736] ::= { ituAlarmEvent 5 } processingErrorAlarm NOTIFICATION-TYPE OBJECTS { nspAlarmId, nspManagedObjectId, nspAlarmLastEventTime, nspAlarmProbableCause, nspAlarmPerceivedSeverity, nspAlarmTrendIndication, nspAlarmThresholdLevel, nspAlarmObservedValue, nspAlarmAdditionalText, nspAlarmSpecificProblem, nspAlarmFirstDate, nspAlarmCriticalCount, nspAlarmMajorCount, nspAlarmMinorCount, nspAlarmWarningCount, nspAlarmAcknowledged, nspManagedObjectName, nspManagedObjectDN } STATUS current DESCRIPTION Represents the event type for the processing error alarms as per [X.721],[X.733] and [X.736] ::= { ituAlarmEvent 10 } qualityOfServiceAlarm NOTIFICATION-TYPE OBJECTS { nspAlarmId, nspManagedObjectId, nspAlarmLastEventTime, nspAlarmProbableCause, nspAlarmPerceivedSeverity, nspAlarmTrendIndication, nspAlarmThresholdLevel, nspAlarmObservedValue, nspAlarmAdditionalText, nspAlarmSpecificProblem, nspAlarmFirstDate, nspAlarmCriticalCount, nspAlarmMajorCount, nspAlarmMinorCount, nspAlarmWarningCount, nspAlarmAcknowledged, nspManagedObjectName, nspManagedObjectDN } STATUS current DESCRIPTION Represents the event type for the quality of service alarms as per [X.721],[X.733] and [X.736] ::= { ituAlarmEvent 11 } ituAlarmEventGroup NOTIFICATION-GROUP NOTIFICATIONS { communicationAlarm, environmentalAlarm, equipmentAlarm, integrityViolation, otherAlarm, processingErrorAlarm, qualityOfServiceAlarm } STATUS current DESCRIPTION ITU alarm Event notifications ::= { forwarding 500 } managedObject OBJECT-GROUP OBJECTS { nspManagedObjectClassDescription, nspManagedObjectClassId, nspManagedObjectClassIdRef, nspManagedObjectClassName, nspManagedObjectClassRowStatus, nspManagedObjectId, nspManagedObjectIdRef, nspManagedObjectName, nspManagedObjectParent, nspManagedObjectRowStatus, nspManagedObjectDN } STATUS current DESCRIPTION Data related to NSP managed objects ::= { forwarding 200 } alarm OBJECT-GROUP OBJECTS { nspAlarmAcknowledged, nspAlarmAdditionalText, nspAlarmClearDate, nspAlarmCriticalCount, nspAlarmFirstDate, nspAlarmId, nspAlarmLastEventTime, nspAlarmMajorCount, nspAlarmMinorCount, nspAlarmObservedValue, nspAlarmPerceivedSeverity, nspAlarmProbableCause, nspAlarmEventType, nspAlarmRowStatus, nspAlarmSpecificProblem, nspAlarmThresholdLevel, nspAlarmTrendIndication, nspAlarmWarningCount } STATUS current DESCRIPTION Data related to NSP alarms ::= { forwarding 300 } forward OBJECT-GROUP OBJECTS {fwdVersion, fwdStatus} STATUS current DESCRIPTION Data related to NSP forwarding module ::= { forwarding 100 } END