SPIDCOM-ALARM-MIB

File: SPIDCOM-ALARM-MIB.mib (11304 bytes)

Imported modules

NE-ALARM-MIB SNMPv2-CONF SNMPv2-SMI
SNMPv2-TC

Imported symbols

neMibAlarm OBJECT-GROUP NOTIFICATION-GROUP
Integer32 Unsigned32 Counter32
TimeTicks IpAddress OBJECT-TYPE
MODULE-IDENTITY NOTIFICATION-TYPE DisplayString
DateAndTime TEXTUAL-CONVENTION

Defined Types

ItuAlarmProbableCause  
ItuAlarmProbableCause is the probable cause according the ITU X.733.
TEXTUAL-CONVENTION    
  INTEGER other(1), adapterError(2), applicationSubsystemFailure(3), bandwidthReduced(4), callEstablishmentError(5), communicationsProtocolError(6), communicationsSubsystemFailure(7), configurationOrCustomizationError(8), congestion(9), corruptData(10), cpuCyclesLimitExceeded(11), dataSetOrModemError(12), degradedSignal(13), dteDceInterfaceError(14), enclosureDoorOpen(15), equipmentMalfunction(16), excessiveVibration(17), fileError(18), fireDetected(19), floodDetected(20), framingError(21), heatingVentCoolingSystemProblem(22), humidityUnacceptable(23), inputOutputDeviceError(24), inputDeviceError(25), lanError(26), leakDetected(27), localNodeTransmissionError(28), lossOfFrame(29), lossOfSignal(30), materialSupplyExhausted(31), multiplexerProblem(32), outOfMemory(33), ouputDeviceError(34), performanceDegraded(35), powerProblem(36), pressureUnacceptable(37), processorProblem(38), pumpFailure(39), queueSizeExceeded(40), receiveFailure(41), receiverFailure(42), remoteNodeTransmissionError(43), resourceAtOrNearingCapacity(44), responseTimeExecessive(45), retransmissionRateExcessive(46), softwareError(47), softwareProgramAbnormallyTerminated(48), softwareProgramError(49), storageCapacityProblem(50), temperatureUnacceptable(51), thresholdCrossed(52), timingProblem(53), toxicLeakDetected(54), transmitFailure(55), transmitterFailure(56), underlyingResourceUnavailable(57), versionMismatch(58), authenticationFailure(59), breachOfConfidentiality(60), cableTamper(61), delayedInformation(62), denialOfService(63), duplicateInformation(64), informationMissing(65), informationModificationDetected(66), informationOutOfSequence(67), intrusionDetection(68), keyExpired(69), nonRepudiationFailure(70), outOfHoursActivity(71), outOfService(72), proceduralError(73), unauthorizedAccessAttempt(74), unexpectedInformation(75)  

ItuAlarmType  
ItuAlarmType is the alarm type according the ITU X.733.
TEXTUAL-CONVENTION    
  INTEGER other(1), communicationsAlarm(2), qualityOfServiceAlarm(3), processingErrorAlarm(4), equipmentAlarm(5), environmentalAlarm(6), integrityViolation(7), operationalViolation(8), physicalViolation(9), securityServiceOrMechanismViolation(10), timeDomainViolation(11)  

NeAlarmPhoto  
Description.
TEXTUAL-CONVENTION    
  INTEGER takePhoto(1)  

NeTrapFilter  
Filtertype used for control of traps by manager. If trapFilterOn, the agent sends non traps.
TEXTUAL-CONVENTION    
  INTEGER trapFilterOff(0), trapFilterOn(1)  

NeAlarmEntry  
SEQUENCE    
  neAlarmIndex Unsigned32
  neAlarmAdditionalText DisplayString
  neAlarmProbableCause ItuAlarmProbableCause
  neAlarmDescription DisplayString
  neAlarmType ItuAlarmType
  neAlarmManagedObject DisplayString
  neAlarmStatus INTEGER
  neAlarmAlreadyPresent INTEGER
  neAlarmTimeStamp TimeTicks

Defined Values

neAlarm 1.3.6.1.4.1.22764.2.1
Definition of the MIB tree structure to manage the Alarm Monitoring.
MODULE-IDENTITY    

neAlarmTable 1.3.6.1.4.1.22764.2.1.1
neAlarmTable represents all the possible alarms on the NE, stating the probable cause, the alarm type and the perceived severity as per [X.733]. Note that each entry is significant until neAlarmIsApplicable is applicable(1). Entries should never be removed unless the NE they refer to disconnected NEs. To invalidate an entry the Agent sets neAlarmIsApplicable to notApplicable(0). before invalidating the entry, the agent sets the neAlarmPerceivedSeverity to cleared.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NeAlarmEntry

neAlarmEntry 1.3.6.1.4.1.22764.2.1.1.1
neAlarmMibEntry: an entry in neAlarmMibTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  NeAlarmEntry  

neAlarmIndex 1.3.6.1.4.1.22764.2.1.1.1.1
neAlarmIndex is a unique identifier for an alarm on a given type of NE. The association between the alarmIndex and the alarm for the type of NE is described in the NE MIB. For example for the SRA L it is in the NETVIEWER SRAL 16X2 MIB.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

neAlarmAdditionalText 1.3.6.1.4.1.22764.2.1.1.1.2
neAlarmDescription is a brief description of a given alarm. E.g. Tributary 1 Card Fail.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

neAlarmProbableCause 1.3.6.1.4.1.22764.2.1.1.1.3
neAlarmProbablecause represents the probable cause values for the alarms as per [X.733].
Status: current Access: read-only
OBJECT-TYPE    
  ItuAlarmProbableCause  

neAlarmDescription 1.3.6.1.4.1.22764.2.1.1.1.4
neAlarmDescription represents a description of the Alarm, as per [X.733]
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

neAlarmType 1.3.6.1.4.1.22764.2.1.1.1.5
neAlarmType represents the event type values for the alarms as per [X.733].
Status: current Access: read-only
OBJECT-TYPE    
  ItuAlarmType  

neAlarmManagedObject 1.3.6.1.4.1.22764.2.1.1.1.6
neAlarmManagedObject represents the managed Object values for the alarms.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

neAlarmStatus 1.3.6.1.4.1.22764.2.1.1.1.7
If neAlarmStatus is active(1) the current alarm is active for the NE. If neAlarmStatus is inactive(2), the current alarm is inactive (normality) for the NE. If neAlarmStatus is notAffected(3), the current alarm is not significant for the NE.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER active(1), inactive(2), terminate(3)  

neAlarmAlreadyPresent 1.3.6.1.4.1.22764.2.1.1.1.8
This field could be use to know if alarm already there.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER false(0), true(1)  

neAlarmTimeStamp 1.3.6.1.4.1.22764.2.1.1.1.9
The alarm timestamp.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

neAlarmActiveLastTrapIndex 1.3.6.1.4.1.22764.2.1.2
This is the Alarm Index sent for which the last trap was sent
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

neClearTerminatedAlarms 1.3.6.1.4.1.22764.2.1.3
When the manager sets this object, the agent deletes its alarms which status is terminated
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1  

neAlarmActivePhoto 1.3.6.1.4.1.22764.2.1.4
When the manager sets this object, the agent sends all the active alarms from neAlarmtable to the manager.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1  

neAlarmTrap 1.3.6.1.4.1.22764.2.1.10
OBJECT IDENTIFIER    

neAlarmTrapCounter 1.3.6.1.4.1.22764.2.1.10.2
This object counts only the traps sent under node neAlarmTrap.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

neAlarmTrapFilter 1.3.6.1.4.1.22764.2.1.10.3
If trapFilterOn, the agent sends no traps under node neAlarmTrap.
Status: current Access: read-write
OBJECT-TYPE    
  NeTrapFilter  

neAlarmTrapDestiIp 1.3.6.1.4.1.22764.2.1.10.4
The @IP where traps are sent
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

neAlarmTrapDestiPort 1.3.6.1.4.1.22764.2.1.10.5
The UDP port where traps are sent
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

neAlarmGroup 1.3.6.1.4.1.22764.2.1.11
The objects you can find in this MIB.
Status: current Access: read-write
OBJECT-GROUP    

neAlarmActiveGroup 1.3.6.1.4.1.22764.2.1.13
The object regarding active alarms
Status: current Access: read-write
OBJECT-GROUP