diff --git a/includes/definitions/discovery/luminato.yaml b/includes/definitions/discovery/luminato.yaml index 37a13acc7b..a209d4495e 100644 --- a/includes/definitions/discovery/luminato.yaml +++ b/includes/definitions/discovery/luminato.yaml @@ -1,22 +1,33 @@ -mib: TELESTE-COMMON-MIB +mib: TELESTE-COMMON-MIB:UCD-SNMP-MIB:ENTITY-MIB modules: os: - hardware: TELESTE-LUMINATO-MIB::deviceName.0 + hardware: + - TELESTE-LUMINATO-MIB::hwType.0 + - TELESTE-LUMINATO-MIB::hwVersion.0 + hardware_template: '{{ TELESTE-LUMINATO-MIB::hwType.0 }} {{ TELESTE-LUMINATO-MIB::hwVersion.0 }}' serial: TELESTE-LUMINATO-MIB::hwSerialNumber.0 version: TELESTE-LUMINATO-MIB::swVersion.0 + + processors: + data: + - + oid: laLoadInt + num_oid: '.1.3.6.1.4.1.2021.10.1.5.{{ $index }}' + descr: Chassis CPU + index: 2 sensors: pre-cache: data: - oid: - - moduleSlotNo - - moduleHwType + - entPhysicalDescr + - entPhysicalName temperature: data: - oid: statusInternalTemperature num_oid: '.1.3.6.1.4.1.3715.99.2.2.1.1.3.{{ $index }}' - descr: "Slot {{ $moduleSlotNo }} ({{ $moduleHwType }}) " + descr: "{{ $entPhysicalName }} ({{ $entPhysicalDescr }}) " index: '{{ $index }}' divisor: 10 skip_value_lt: -50 @@ -46,8 +57,8 @@ modules: - oid: statusFan num_oid: '.1.3.6.1.4.1.3715.99.1.2.6.{{ $index }}' - descr: Temperature Status - state_name: statusTemperature + descr: Fan Status + state_name: statusFan states: - { descr: Normal, graph: 1, value: 1, generic: 0 } - { descr: Failure, graph: 1, value: 2, generic: 3} diff --git a/mibs/teleste/TELESTE-COMMON-MIB b/mibs/teleste/TELESTE-COMMON-MIB index 756b94b321..f5591227b3 100644 --- a/mibs/teleste/TELESTE-COMMON-MIB +++ b/mibs/teleste/TELESTE-COMMON-MIB @@ -65,7 +65,7 @@ -- 1.2 05.11.2001 Rainer Salminen -- - added repairIndex and changed indexing of repairLogTable. -- --- 1.1 2.11.2001 Pasi Pöri +-- 1.1 2.11.2001 Pasi Pöri -- - trapEnryId added to elementTrapReceiverTable as index -- in order to enable multiple null IP addresses (0.0.0.0). -- Thus no table row manipulation is needed. diff --git a/mibs/teleste/TELESTE-LUMINATO-MIB b/mibs/teleste/TELESTE-LUMINATO-MIB index e10aa1ad39..0482552b4f 100644 --- a/mibs/teleste/TELESTE-LUMINATO-MIB +++ b/mibs/teleste/TELESTE-LUMINATO-MIB @@ -1227,7 +1227,129 @@ the current interface." ::= { proMpegFecEntry 7 } - + +-- Input service information + -- 1.3.6.1.4.1.3715.17.3.4 + inputServiceTable OBJECT-TYPE + SYNTAX SEQUENCE OF InputServiceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "" + ::= { interface 4 } + + + -- 1.3.6.1.4.1.3715.17.3.4.1 + inputServiceEntry OBJECT-TYPE + SYNTAX InputServiceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "" + INDEX { ifExtIndex } + ::= { inputServiceTable 1 } + + + InputServiceEntry ::= + SEQUENCE { + iSID + INTEGER, + iServiceName + DisplayString, + iServiceBitrate + INTEGER + } + + -- 1.3.6.1.4.1.3715.17.3.4.1.2 + iSID OBJECT-TYPE + SYNTAX INTEGER (0..65535) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Unique service id number inside the transport stream." + ::= { inputServiceEntry 2 } + + -- 1.3.6.1.4.1.3715.17.3.4.1.3 + iServiceName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the service." + ::= { inputServiceEntry 3 } + + + -- 1.3.6.1.4.1.3715.17.3.4.1.4 + iServiceBitrate OBJECT-TYPE + SYNTAX INTEGER (0..65535) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The bitrate of service" + ::= { inputServiceEntry 4 } + + -- Output service information + + -- 1.3.6.1.4.1.3715.17.3.5 + outputServiceTable OBJECT-TYPE + SYNTAX SEQUENCE OF OutputServiceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "" + ::= { interface 5 } + + + -- 1.3.6.1.4.1.3715.17.3.5.1 + outputServiceEntry OBJECT-TYPE + SYNTAX OutputServiceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "" + INDEX { ifExtIndex } + ::= { outputServiceTable 1 } + + + OutputServiceEntry ::= + SEQUENCE { + oSID + INTEGER, + oServiceName + DisplayString, + oServiceBitrate + INTEGER + } + + -- 1.3.6.1.4.1.3715.17.3.5.1.2 + oSID OBJECT-TYPE + SYNTAX INTEGER (0..65535) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Unique service id number inside the transport stream." + ::= { outputServiceEntry 2 } + + -- 1.3.6.1.4.1.3715.17.3.5.1.2 + oServiceName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the service." + ::= { outputServiceEntry 3 } + + + -- 1.3.6.1.4.1.3715.17.3.5.1.3 + oServiceBitrate OBJECT-TYPE + SYNTAX INTEGER (0..65535) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The bitrate of service" + ::= { outputServiceEntry 4 } +---------------------------------------------------------------------- + -- 1.3.6.1.4.1.3715.17.4 notifications OBJECT IDENTIFIER ::= { luminato 4 } diff --git a/mibs/teleste/TELESTE-LUMINATO-MIB2 b/mibs/teleste/TELESTE-LUMINATO-MIB2 index e57e5c3dc0..b9a14c2f1c 100644 --- a/mibs/teleste/TELESTE-LUMINATO-MIB2 +++ b/mibs/teleste/TELESTE-LUMINATO-MIB2 @@ -1,2388 +1,2817 @@ --- --- TELESTE-LUMINATO-MIB2.mib --- --- ***************************************************************************** --- Copyright (c) 2000-2012 by: --- --- Teleste Corporation --- Seponkatu 1 --- FIN-20660 Littoinen, Finland --- tel. +358 2 2605 611 --- url: http://www.teleste.com --- --- Description: Objects for Luminato --- --- Revision History: --- ----------------- --- 1.0 27.03.2012 Sergey Egorov --- - Initial release --- **************************************************************************** --- - - TELESTE-LUMINATO-MIB2 DEFINITIONS ::= BEGIN - - IMPORTS - OBJECT-TYPE - FROM RFC-1212 - NOTIFICATION-TYPE - FROM SNMPv2-SMI - TimeTicks - FROM RFC1155-SMI - DisplayString - FROM RFC1213-MIB - Unsigned32 - FROM SNMPv2-SMI - luminato - FROM TELESTE-ROOT-MIB; - - - --- --- Node definitions --- - -- Traps node - -- 1.3.6.1.4.1.3715.17.4 - notifications OBJECT IDENTIFIER ::= { luminato 4 } - - -- Params node - -- 1.3.6.1.4.1.3715.17.4.1 - params OBJECT IDENTIFIER ::= { notifications 1 } - - -- Severity - -- 1.3.6.1.4.1.3715.17.4.1.1 - severity OBJECT-TYPE - SYNTAX INTEGER - { - severityEmergency(0), - severityAlert(1), - severityCritical(2), - severityError(3), - severityWarning(4), - severityNotice(5), - severityInformational(6), - severityDebug(7), - severityNominal(8) - } - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Severity level of alarm. severityNominal(8) means that alarm condition is removed." - ::= { params 1 } - - -- Module - -- 1.3.6.1.4.1.3715.17.4.1.2 - module OBJECT-TYPE - SYNTAX INTEGER - { - moduleChassis(0), - moduleSlot1(1), - moduleSlot2(2), - moduleSlot3(3), - moduleSlot4(4), - moduleSlot5(5), - moduleSlot6(6), - modulePsu(7) - } - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Module which cause the alarm." - ::= { params 2 } - - -- description - -- 1.3.6.1.4.1.3715.17.4.1.8 - description OBJECT-TYPE - SYNTAX OCTET STRING - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Description." - ::= { params 8 } - -- reason - -- 1.3.6.1.4.1.3715.17.4.1.10 - reason OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Reason code." - ::= { params 10 } - - paramTable OBJECT-TYPE - SYNTAX SEQUENCE OF ParamEntry - ACCESS not-accessible - STATUS optional - ::= { params 11 } - - paramEntry OBJECT-TYPE - SYNTAX ParamEntry - MAX-ACCESS accessible-for-notify - STATUS current - INDEX { paramIdx } - ::= { paramTable 1 } - - ParamEntry ::= - SEQUENCE { - paramIdx - INTEGER, - paramValue - Unsigned32 - } - - paramIdx OBJECT-TYPE - SYNTAX INTEGER (1..4) - MAX-ACCESS not-accessible - STATUS current - DESCRIPTION - "Index of the table." - ::= { paramEntry 1 } - - paramValue OBJECT-TYPE - SYNTAX Unsigned32 - MAX-ACCESS accessible-for-notify - STATUS current - DESCRIPTION - "Value of param." - ::= { paramEntry 2 } - - -- Traps node - -- 1.3.6.1.4.1.3715.17.4.2 - traps OBJECT IDENTIFIER ::= { notifications 2 } - generic OBJECT IDENTIFIER ::= { traps 1 } - - -- 1.3.6.1.4.1.3715.17.4.2.1.1 - extendedAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The generic SNMP trap that is generated when an alarm event is found." - ::= { generic 1 } - - specific OBJECT IDENTIFIER ::= { traps 2 } - --- %FORMAT_TRAP_BEGIN% - --- extended%NAME%AlarmEvent NOTIFICATION-TYPE --- OBJECTS { --- severity, --- module, --- reason, --- description, --- paramTable --- } --- STATUS current --- DESCRIPTION --- "The SNMP trap that is generated when an alarm event with id %ID% - '%ID_TEXT%' is found." --- ::= { specific %ID% } --- %FORMAT_TRAP_END% --- %BEGIN_DEFINE_TRAPS% - - extendedPidMissingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 2 - 'PID missing' is found." - ::= { specific 2 } - - extendedServiceMissingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 3 - 'Service missing' is found." - ::= { specific 3 } - - extendedPidConflictAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4 - 'PID conflict' is found." - ::= { specific 4 } - - extendedTemperatureTooHighAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 6 - 'Temperature too high' is found." - ::= { specific 6 } - - extendedTemperatureTooLowAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 7 - 'Temperature too low' is found." - ::= { specific 7 } - - extendedManualTableInsertionFailedAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 8 - 'Manual table insertion failed' is found." - ::= { specific 8 } - - extendedAlertMessageAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 10 - 'Alert message' is found." - ::= { specific 10 } - - extendedServicesPassthroughAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 11 - 'Services passthrough - duplicated SID from input stream not passed through' is found." - ::= { specific 11 } - - extendedPsigTableInsertionFailedAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 15 - 'Psig table insertion failed' is found." - ::= { specific 15 } - - extendedModuleOffAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4096 - 'Off' is found." - ::= { specific 4096 } - - extendedSignalMissingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4097 - 'Signal missing' is found." - ::= { specific 4097 } - - extendedNoTsSyncAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4098 - 'No TS sync' is found." - ::= { specific 4098 } - - extendedTsRxErrorsAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4099 - 'TS RX errors' is found." - ::= { specific 4099 } - - extendedTsInputBufferOverflowAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4100 - 'TS input buffer overflow' is found." - ::= { specific 4100 } - - extendedAsiLinkDownAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4102 - 'ASI link down' is found." - ::= { specific 4102 } - - extendedForbiddenNetworkAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4103 - 'Forbidden network' is found." - ::= { specific 4103 } - - extendedPidCapacityExceededAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4104 - 'PID capacity exceeded' is found." - ::= { specific 4104 } - - extendedPsiSiCaptureCapacityExceededAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4105 - 'PSI/SI capture capacity exceeded' is found." - ::= { specific 4105 } - - extendedOutOfServiceIdsAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4106 - 'Out of service ID's' is found." - ::= { specific 4106 } - - extendedCaModuleMissingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4108 - 'CA module missing' is found." - ::= { specific 4108 } - - extendedPsiSiInsertCapacityExceededAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4109 - 'PSI/SI insert capacity exceeded' is found." - ::= { specific 4109 } - - extendedMultiplexOversubscriptionPacketsDiscardedAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4110 - 'Multiplex oversubscription, packets discarded' is found." - ::= { specific 4110 } - - extendedUnknownModuleAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4111 - 'Unknown module' is found." - ::= { specific 4111 } - - extendedMainVoltageTooHighAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4112 - 'Main voltage too high' is found." - ::= { specific 4112 } - - extendedMainVoltageTooLowAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4113 - 'Main voltage too low' is found." - ::= { specific 4113 } - - extendedCurrentTooHighAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4114 - 'Current too high' is found." - ::= { specific 4114 } - - extendedCurrentTooLowAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4115 - 'Current too low' is found." - ::= { specific 4115 } - - extendedDaemonInitializationFailedAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4127 - 'Daemon initialization failed' is found." - ::= { specific 4127 } - - extendedDeviceDriverFailureAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4129 - 'Device driver failure' is found." - ::= { specific 4129 } - - extendedHardwareFailureAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4130 - 'Hardware failure' is found." - ::= { specific 4130 } - - extendedFanFailureAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4131 - 'Fan failure' is found." - ::= { specific 4131 } - - extendedRunningOnBackupPowerAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4132 - 'Running on backup power' is found." - ::= { specific 4132 } - - extendedPowerSupplyOverloadedAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4133 - 'Power supply overloaded' is found." - ::= { specific 4133 } - - extendedBootingUpAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4134 - 'Booting up' is found." - ::= { specific 4134 } - - extendedBootFailedRetryingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4135 - 'Boot failed: retrying' is found." - ::= { specific 4135 } - - extendedBootFailedAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4136 - 'Boot failed' is found." - ::= { specific 4136 } - - extendedShuttingDownAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4137 - 'Shutting down' is found." - ::= { specific 4137 } - - extendedConnectionLostAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4138 - 'Connection lost' is found." - ::= { specific 4138 } - - extendedIncompatibleModuleDisabledAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4139 - 'Incompatible module disabled' is found." - ::= { specific 4139 } - - extendedFailedToBootAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4141 - 'Failed to boot' is found." - ::= { specific 4141 } - - extendedUpcTooLowInputPowerAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4147 - 'UPC too low input power' is found." - ::= { specific 4147 } - - extendedUpcTooHighInputPowerAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4148 - 'UPC too high input power' is found." - ::= { specific 4148 } - - extendedCalibrationDataMissingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4149 - 'Calibration data missing' is found." - ::= { specific 4149 } - - extendedCalibrationCheckSkippedAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4150 - 'Calibration check skipped' is found." - ::= { specific 4150 } - - extendedDescramblingFailureAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4151 - 'Descrambling failure' is found." - ::= { specific 4151 } - - extendedBackupSwitchedOverToBackupDeviceAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4153 - 'Backup: Switched over to backup device' is found." - ::= { specific 4153 } - - extendedFailedToQuerySomeOfTheNitDataAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4157 - 'Failed to query some of the NIT data' is found." - ::= { specific 4157 } - - extendedNitWizardFailureAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4158 - 'NIT wizard failure' is found." - ::= { specific 4158 } - - extendedDuplicateFrequencyInTwoOrMoreSelectedQamOutputsAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4159 - 'Duplicate frequency in two or more selected QAM outputs' is found." - ::= { specific 4159 } - - extendedCannotResolveTableVersionUsingDefaultAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4160 - 'Cannot resolve table version: using default' is found." - ::= { specific 4160 } - - extendedSidConflictAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4173 - 'SID conflict' is found." - ::= { specific 4173 } - - extendedUnsupportedConfigurationAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4175 - 'Unsupported configuration' is found." - ::= { specific 4175 } - - extendedFrequencyOutOfRangeAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4176 - 'Frequency out of range' is found." - ::= { specific 4176 } - - extendedOutputPowerOutOfRangeAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4177 - 'Output power out of range' is found." - ::= { specific 4177 } - - extendedSymbolrateOutOfRangeAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4178 - 'Symbolrate out of range' is found." - ::= { specific 4178 } - - extendedChannelDistanceTooNarrowAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4179 - 'Channel distance too narrow' is found." - ::= { specific 4179 } - - extendedInvalidLnbVoltageConfigurationAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4180 - 'Invalid LNB voltage configuration' is found." - ::= { specific 4180 } - - extendedInvalidFecRateForSelectedModulationAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4181 - 'Invalid FEC rate for selected modulation' is found." - ::= { specific 4181 } - - extendedLnbCurrentAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4182 - 'LNB current' is found." - ::= { specific 4182 } - - extendedFrequencyOffsetAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4183 - 'Frequency offset' is found." - ::= { specific 4183 } - - extendedRestartingDescramblingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4185 - 'Restarting descrambling' is found." - ::= { specific 4185 } - - extendedRebootingCamAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4186 - 'Rebooting CAM' is found." - ::= { specific 4186 } - - extendedEcmgFailureAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4187 - 'ECMG failure' is found." - ::= { specific 4187 } - - extendedEcmStreamFailureAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4188 - 'ECM stream failure' is found." - ::= { specific 4188 } - - extendedEmmFailureAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4189 - 'EMM failure' is found." - ::= { specific 4189 } - - extendedEmmStreamFailureAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4190 - 'EMM stream failure' is found." - ::= { specific 4190 } - - extendedEcmgNotConnectedAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4191 - 'ECMG not connected' is found." - ::= { specific 4191 } - - extendedEmmNotConnectedAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4192 - 'EMM not connected' is found." - ::= { specific 4192 } - - extendedScsNotLicensedAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4193 - 'SCS not licensed' is found." - ::= { specific 4193 } - - extendedEcmgSwitchedToSpareServerAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4194 - 'ECMG switched to spare server' is found." - ::= { specific 4194 } - - extendedUpdatedBootLoaderAvailableAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4195 - 'Updated boot loader available' is found." - ::= { specific 4195 } - - extendedUpdatingStage1BootLoaderAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4196 - 'Updating stage 1 boot loader' is found." - ::= { specific 4196 } - - extendedUpdatingStage2BootLoaderAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4197 - 'Updating stage 2 boot loader' is found." - ::= { specific 4197 } - - extendedFailedToUpdateStage1BootLoaderAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4198 - 'Failed to update stage 1 boot loader' is found." - ::= { specific 4198 } - - extendedFailedToUpdateStage2BootLoaderAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4199 - 'Failed to update stage 2 boot loader' is found." - ::= { specific 4199 } - - extendedBackupActiveBackupAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4203 - 'Backup: Active Backup' is found." - ::= { specific 4203 } - - extendedConfiguringModuleAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4205 - 'Configuring module' is found." - ::= { specific 4205 } - - extendedNoModuleAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4206 - 'No module' is found." - ::= { specific 4206 } - - extendedProcessStartedAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4208 - 'Process started' is found." - ::= { specific 4208 } - - extendedBackupLicenseMissingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4209 - 'Backup license missing' is found." - ::= { specific 4209 } - - extendedMultiplexingLicenseMissingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4211 - 'Multiplexing license missing' is found." - ::= { specific 4211 } - - extendedDemultiplexingLicenseMissingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4212 - 'Demultiplexing license missing' is found." - ::= { specific 4212 } - - extendedDvbProcessingLicenseMissingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4213 - 'DVB processing license missing' is found." - ::= { specific 4213 } - - extendedMsdLicenseMissingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4214 - 'MSD license missing' is found." - ::= { specific 4214 } - - extendedDvbS2LicenseMissingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4215 - 'DVB-S2 license missing' is found." - ::= { specific 4215 } - - extendedScramblingLicenseMissingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4216 - 'Scrambling license missing' is found." - ::= { specific 4216 } - - extendedScsLicenseMissingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4217 - 'SCS license missing' is found." - ::= { specific 4217 } - - extendedUserFromGroupAdminIsUsingCliAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4218 - 'User from group admin is using CLI' is found." - ::= { specific 4218 } - - extendedUserFromGroupInstallIsUsingCliAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4219 - 'User from group install is using CLI' is found." - ::= { specific 4219 } - - extendedUserFromGroupOperIsUsingCliAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4220 - 'User from group oper is using CLI' is found." - ::= { specific 4220 } - - extendedUserFromGroupMonitorIsUsingCliAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4221 - 'User from group monitor is using CLI' is found." - ::= { specific 4221 } - - extendedRedundancyActivatedAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4222 - 'Redundancy activated' is found." - ::= { specific 4222 } - - extendedExtIoSignaledAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4223 - 'EXT IO Signaled' is found." - ::= { specific 4223 } - - extendedExtIoBackupPowerSupplyFailureAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4224 - 'EXT IO Backup power supply failure' is found." - ::= { specific 4224 } - - extendedExtIoIntrusionDetectedAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4225 - 'EXT IO Intrusion detected' is found." - ::= { specific 4225 } - - extendedLinkMissingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4226 - 'Link missing' is found." - ::= { specific 4226 } - - extendedRedundancyFailedAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4227 - 'Redundancy failed' is found." - ::= { specific 4227 } - - extendedMultiplexOversubscriptionPacketsDelayedAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4228 - 'Multiplex oversubscription, packets delayed' is found." - ::= { specific 4228 } - - extendedCbrOutputOversubscriptionAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4229 - 'CBR output oversubscription' is found." - ::= { specific 4229 } - - extendedBackupHwDoesNotSupportSelectedDeviceRoleAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4230 - 'Backup: HW does not support selected device role, fallback to Standalone role' is found." - ::= { specific 4230 } - - extendedSoftwareUpdateInProgressAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4231 - 'Software update in progress' is found." - ::= { specific 4231 } - - extendedSoftwareUpdateReadyWaitingForRebootToCompleteAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4232 - 'Software update ready. Waiting for reboot to complete' is found." - ::= { specific 4232 } - - extendedSoftwareUpdateFailedAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4233 - 'Software update failed' is found." - ::= { specific 4233 } - - extendedBackupModuleHwDoesNotSupportSelectedOnePlusOneBackupRoleAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4234 - 'Backup: Module HW does not support selected 1+1 backup role' is found." - ::= { specific 4234 } - - extendedEitProcessingLicenseMissingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4235 - 'EIT processing license missing' is found." - ::= { specific 4235 } - - extendedCbrOutputOversubscriptionPacketsDiscardedAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4236 - 'CBR output oversubscription, packets discarded' is found." - ::= { specific 4236 } - - extendedDescramblingFailedAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4237 - 'Descrambling failed' is found." - ::= { specific 4237 } - - extendedIpInputCapacityExceededAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4238 - 'IP input capacity exceeded' is found." - ::= { specific 4238 } - - extendedEitReinsertCapacityExceededAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4239 - 'EIT reinsert capacity exceeded' is found." - ::= { specific 4239 } - - extendedRtpInputErrorsDroppedPacketsAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4241 - 'RTP input errors, dropped packets' is found." - ::= { specific 4241 } - - extendedRtpInputPacketSequenceAnomaliesDetectedAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4242 - 'RTP input packet sequence anomalies detected' is found." - ::= { specific 4242 } - - extendedDvbTimeMissingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4243 - 'DVB time missing' is found." - ::= { specific 4243 } - - extendedDvbT2LicenseMissingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4244 - 'DVB-T2 license missing' is found." - ::= { specific 4244 } - - extendedDcFeedCurrentAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4245 - 'DC feed current' is found." - ::= { specific 4245 } - - extendedNotGeneratingTdtTotTableWaitingForCorrectSystemTimeAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4246 - 'Not generating TDT/TOT table. Waiting for correct system time' is found." - ::= { specific 4246 } - - extendedDataPlpIdSelectionRequiredAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4247 - 'Data PLP ID selection required' is found." - ::= { specific 4247 } - - extendedDataPlpIdSelectionNotValidAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4248 - 'Data PLP ID selection not valid' is found." - ::= { specific 4248 } - - extendedHierarchyHpSelectedForNonAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4249 - 'Hierarchy HP selected for non-hierarchical transmission' is found." - ::= { specific 4249 } - - extendedEcmMissingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4250 - 'ECM missing' is found." - ::= { specific 4250 } - - extendedScramblingConflictInSharedComponentAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4251 - 'Scrambling conflict in shared component' is found." - ::= { specific 4251 } - - extendedScrambledSharedComponentAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4252 - 'Scrambled shared component' is found." - ::= { specific 4252 } - - extendedBackupVoltageTooHighAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4253 - 'Backup voltage too high' is found." - ::= { specific 4253 } - - extendedBackupVoltageTooLowAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4254 - 'Backup voltage too low' is found." - ::= { specific 4254 } - - extendedInvalidSdtTemplateAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4255 - 'Invalid SDT template' is found." - ::= { specific 4255 } - - extendedCamFailureActionTakenRestartingDescramblingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4256 - 'CAM Failure action taken: restarting descrambling' is found." - ::= { specific 4256 } - - extendedCamFailureActionTakenRebootingCaModuleAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4257 - 'CAM Failure action taken: rebooting CA module' is found." - ::= { specific 4257 } - - extendedCaMenuIsOpenAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4258 - 'CA menu is open' is found." - ::= { specific 4258 } - - extendedCannotDescrambleDueToCamRoutingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4259 - 'Cannot descramble due to CAM routing' is found." - ::= { specific 4259 } - - extendedNitSidConflictAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4260 - 'SID conflict in output' is found." - ::= { specific 4260 } - - extendedNotGeneratingSttTableWaitingForCorrectSystemTimeAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4261 - 'Not generating STT table. Waiting for correct system time' is found." - ::= { specific 4261 } - - extendedNumberOfFecLicensesExceededAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4262 - 'Number of FEC licenses exceeded' is found." - ::= { specific 4262 } - - extendedErrorCorrectionOverloadTooManySimultaneousMissingPacketsAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4263 - 'Error correction overload. Too many simultaneous missing packets.' is found." - ::= { specific 4263 } - - extendedFecPacketsDiscardedModuleBitrateTooHighAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4264 - 'FEC packets discarded. Module bitrate too high.' is found." - ::= { specific 4264 } - - extendedMediaPacketsDiscardedModuleBitrateTooHighAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4265 - 'Media packets discarded. Module bitrate too high.' is found." - ::= { specific 4265 } - - extendedFecHasCorrectedPacketsAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4266 - 'FEC has corrected packets' is found." - ::= { specific 4266 } - - extendedFecInputAnomaliesDetectedAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4267 - 'FEC input anomalies detected' is found." - ::= { specific 4267 } - - extendedFecErrorCorrectionCapacityExceededAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4268 - 'FEC error correction capacity exceeded' is found." - ::= { specific 4268 } - - extendedSfpLinkDownAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4269 - 'SFP link down' is found." - ::= { specific 4269 } - - extendedBackupsyncTurnedOffAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4272 - 'BackupSync: Turned off' is found." - ::= { specific 4272 } - - extendedBackupsyncManualModeAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4273 - 'BackupSync: Manual mode' is found." - ::= { specific 4273 } - - extendedBackupsyncAutomaticModeAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4274 - 'BackupSync: Automatic mode' is found." - ::= { specific 4274 } - - extendedBackupsyncConfigurationWillBeSynchronizedAutomaticallyAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4275 - 'BackupSync: Configuration will be synchronized automatically' is found." - ::= { specific 4275 } - - extendedBackupsyncSynchronizingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4276 - 'BackupSync: Synchronizing' is found." - ::= { specific 4276 } - - extendedBackupsyncSwCompatibilityCheckAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4278 - 'BackupSync: SW compatibility check' is found." - ::= { specific 4278 } - - extendedBackupsyncHwCompatibilityCheckAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4279 - 'BackupSync: HW compatibility check' is found." - ::= { specific 4279 } - - extendedBackupsyncConfigurationFaultAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4280 - 'BackupSync: Configuration fault' is found." - ::= { specific 4280 } - - extendedBackupsyncConnectionLostAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4281 - 'BackupSync: Connection lost' is found." - ::= { specific 4281 } - - extendedBackupsyncAutosyncNotPossibleFromBackupToMainAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4283 - 'BackupSync: Autosync not possible from backup to main' is found." - ::= { specific 4283 } - - extendedBackupsyncRebootingPairDeviceToNewConfigurationAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4284 - 'BackupSync: Rebooting pair device to new configuration' is found." - ::= { specific 4284 } - - extendedBackupsyncCheckLicenseCompatibilityAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4285 - 'BackupSync: Check license compatibility!' is found." - ::= { specific 4285 } - - extendedBackupsyncLicenseCompatibilityCheckAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4286 - 'BackupSync: License compatibility check' is found." - ::= { specific 4286 } - - extendedDeviceFirstBootActionsAreInProgressAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4288 - 'Device first boot actions are in progress' is found." - ::= { specific 4288 } - - extendedDeviceConfigurationBackupInProgressAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4289 - 'Device configuration backup in progress' is found." - ::= { specific 4289 } - - extendedDeviceConfigurationRestoreInProgressAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4290 - 'Device configuration restore in progress' is found." - ::= { specific 4290 } - - extendedDeviceOtherSoftwareActivationAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4291 - 'Device other software activation' is found." - ::= { specific 4291 } - - extendedTooManyOutputPidsConfiguredAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4292 - 'Too many output PIDs configured! Some PIDs are dropped.' is found." - ::= { specific 4292 } - - extendedRebootRequestByUserAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4293 - 'Reboot request by user' is found." - ::= { specific 4293 } - - extendedRemovedFromTheChassisAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4294 - 'Removed from the chassis' is found." - ::= { specific 4294 } - - extendedInsertedIntoTheChassisAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4295 - 'Inserted into the chassis' is found." - ::= { specific 4295 } - - extendedUsedInputIsNotSptsAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4296 - 'Used input is not SPTS' is found." - ::= { specific 4296 } - - extendedPacketsDiscardedInIpMirrorOutputsAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4297 - 'Packets discarded in IP mirror outputs' is found." - ::= { specific 4297 } - - extendedAesLicenseMissingAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4298 - 'AES license missing' is found." - ::= { specific 4298 } - - extendedSymbolRateTooHighForSelectedModulationSelectHighSpeedModulationModeToAvoidErrorsAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4299 - 'Symbol rate too high for selected modulation (tuner %6%). Select high speed modulation mode to avoid errors.' is found." - ::= { specific 4299 } - - extendedEcmResponsesDelayedAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4300 - 'ECM responses delayed' is found." - ::= { specific 4300 } - - extendedCwGroupConflictAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4301 - 'CW group conflict' is found." - ::= { specific 4301 } - - extendedDisconnectedHostInMultichassisGroupAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4302 - 'Disconnected host(s) in multichassis group' is found." - ::= { specific 4302 } - - extendedMultichassisConfigurationFailureAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4303 - 'Multichassis configuration failure' is found." - ::= { specific 4303 } - - extendedSwVersionDifferenceWithinMultichassisGroupAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4304 - 'SW version difference within multichassis group' is found." - ::= { specific 4304 } - - extendedSwVersionMismatchAlarmEvent NOTIFICATION-TYPE - OBJECTS { - severity, - module, - reason, - description, - paramTable - } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an alarm event with id 4305 - 'SW version mismatch (module %6%)' is found." - ::= { specific 4305 } --- %END_DEFINE_TRAPS% - - END - --- --- TELESTE-LUMINATO-MIB2.mib --- +-- +-- TELESTE-LUMINATO-MIB2.mib +-- +-- ***************************************************************************** +-- Copyright (c) 2000-2012 by: +-- +-- Teleste Corporation +-- Seponkatu 1 +-- FIN-20660 Littoinen, Finland +-- tel. +358 2 2605 611 +-- url: http://www.teleste.com +-- +-- Description: Objects for Luminato +-- +-- Revision History: +-- ----------------- +-- 1.0 27.03.2012 Sergey Egorov +-- - Initial release +-- **************************************************************************** +-- + + TELESTE-LUMINATO-MIB2 DEFINITIONS ::= BEGIN + + IMPORTS + OBJECT-TYPE + FROM RFC-1212 + NOTIFICATION-TYPE + FROM SNMPv2-SMI + TimeTicks + FROM RFC1155-SMI + DisplayString + FROM RFC1213-MIB + Unsigned32 + FROM SNMPv2-SMI + luminato + FROM TELESTE-ROOT-MIB; + + + +-- +-- Node definitions +-- + -- Traps node + -- 1.3.6.1.4.1.3715.17.4 + notifications OBJECT IDENTIFIER ::= { luminato 4 } + + -- Params node + -- 1.3.6.1.4.1.3715.17.4.1 + params OBJECT IDENTIFIER ::= { notifications 1 } + + -- Severity + -- 1.3.6.1.4.1.3715.17.4.1.1 + severity OBJECT-TYPE + SYNTAX INTEGER + { + severityEmergency(0), + severityAlert(1), + severityCritical(2), + severityError(3), + severityWarning(4), + severityNotice(5), + severityInformational(6), + severityDebug(7), + severityNominal(8) + } + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION + "Severity level of alarm. severityNominal(8) means that alarm condition is removed." + ::= { params 1 } + + -- Module + -- 1.3.6.1.4.1.3715.17.4.1.2 + module OBJECT-TYPE + SYNTAX INTEGER + { + moduleChassis(0), + moduleSlot1(1), + moduleSlot2(2), + moduleSlot3(3), + moduleSlot4(4), + moduleSlot5(5), + moduleSlot6(6), + modulePsu(7) + } + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION + "Module which cause the alarm." + ::= { params 2 } + + -- description + -- 1.3.6.1.4.1.3715.17.4.1.8 + description OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION + "Description." + ::= { params 8 } + -- reason + -- 1.3.6.1.4.1.3715.17.4.1.10 + reason OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION + "Reason code." + ::= { params 10 } + + paramTable OBJECT-TYPE + SYNTAX SEQUENCE OF ParamEntry + ACCESS not-accessible + STATUS optional + ::= { params 11 } + + paramEntry OBJECT-TYPE + SYNTAX ParamEntry + MAX-ACCESS accessible-for-notify + STATUS current + INDEX { paramIdx } + ::= { paramTable 1 } + + ParamEntry ::= + SEQUENCE { + paramIdx + INTEGER, + paramValue + Unsigned32 + } + + paramIdx OBJECT-TYPE + SYNTAX INTEGER (1..4) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Index of the table." + ::= { paramEntry 1 } + + paramValue OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION + "Value of param." + ::= { paramEntry 2 } + + -- Traps node + -- 1.3.6.1.4.1.3715.17.4.2 + traps OBJECT IDENTIFIER ::= { notifications 2 } + generic OBJECT IDENTIFIER ::= { traps 1 } + + -- 1.3.6.1.4.1.3715.17.4.2.1.1 + extendedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The generic SNMP trap that is generated when an alarm event is found." + ::= { generic 1 } + + specific OBJECT IDENTIFIER ::= { traps 2 } + +-- %FORMAT_TRAP_BEGIN% + +-- extended%NAME%AlarmEvent NOTIFICATION-TYPE +-- OBJECTS { +-- severity, +-- module, +-- reason, +-- description, +-- paramTable +-- } +-- STATUS current +-- DESCRIPTION +-- "The SNMP trap that is generated when an alarm event with id %ID% - '%ID_TEXT%' is found." +-- ::= { specific %ID% } +-- %FORMAT_TRAP_END% +-- %BEGIN_DEFINE_TRAPS% + + extendedPidMissingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 2 - 'PID missing' is found." + ::= { specific 2 } + + extendedServiceMissingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 3 - 'Service missing' is found." + ::= { specific 3 } + + extendedPidConflictAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4 - 'PID conflict' is found." + ::= { specific 4 } + + extendedTemperatureTooHighAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 6 - 'Temperature too high' is found." + ::= { specific 6 } + + extendedTemperatureTooLowAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 7 - 'Temperature too low' is found." + ::= { specific 7 } + + extendedManualTableInsertionFailedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 8 - 'Manual table insertion failed' is found." + ::= { specific 8 } + + extendedAlertMessageAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 10 - 'Alert message' is found." + ::= { specific 10 } + + extendedServicesPassthroughAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 11 - 'Services passthrough - duplicated SID from input stream not passed through' is found." + ::= { specific 11 } + + extendedEcmStreamCannotBeAttachedToIncompatibleCwgAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 13 - 'ECM stream cannot be attached to incompatible CWG' is found." + ::= { specific 13 } + + extendedPsigTableInsertionFailedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 15 - 'Psig table insertion failed' is found." + ::= { specific 15 } + + extendedPsiTableCaptureFailureAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 17 - 'PSI table capture failure' is found." + ::= { specific 17 } + + extendedSignalMissingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 18 - 'Signal missing' is found." + ::= { specific 18 } + + extendedNoTsSyncAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 19 - 'No TS sync' is found." + ::= { specific 19 } + + extendedTsRxErrorsAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 20 - 'TS RX errors' is found." + ::= { specific 20 } + + extendedTsInputBufferOverflowAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 21 - 'TS input buffer overflow' is found." + ::= { specific 21 } + + extendedAsiLinkDownAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 22 - 'ASI link down' is found." + ::= { specific 22 } + + extendedForbiddenNetworkAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 23 - 'Forbidden network' is found." + ::= { specific 23 } + + extendedSidConflictAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 24 - 'SID conflict' is found." + ::= { specific 24 } + + extendedLinkMissingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 25 - 'Link missing' is found." + ::= { specific 25 } + + extendedEcmMissingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 26 - 'ECM missing' is found." + ::= { specific 26 } + + extendedScramblingConflictInSharedComponentAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 27 - 'Scrambling conflict in shared component' is found." + ::= { specific 27 } + + extendedScrambledSharedComponentAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 28 - 'Scrambled shared component' is found." + ::= { specific 28 } + + extendedUsedInputIsNotSptsAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 29 - 'Used input is not SPTS' is found." + ::= { specific 29 } + + extendedConfigurationErrorAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 30 - 'Configuration error' is found." + ::= { specific 30 } + + extendedDescramblingFailedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 31 - 'Descrambling failed' is found." + ::= { specific 31 } + + extendedCwGroupConflictAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 32 - 'CW group conflict' is found." + ::= { specific 32 } + + extendedInvalidSdtTemplateAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 33 - 'Invalid SDT template' is found." + ::= { specific 33 } + + extendedCannotDescrambleDueToCamRoutingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 34 - 'Cannot descramble due to CAM routing' is found." + ::= { specific 34 } + + extendedRedundancyActivatedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 35 - 'Redundancy activated' is found." + ::= { specific 35 } + + extendedRtpInputPacketSequenceAnomaliesDetectedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 36 - 'RTP input packet sequence anomalies detected' is found." + ::= { specific 36 } + + extendedRtpInputErrorsDroppedPacketsAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 37 - 'RTP input errors, dropped packets' is found." + ::= { specific 37 } + + extendedFecHasCorrectedPacketsAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 38 - 'FEC has corrected packets' is found." + ::= { specific 38 } + + extendedFecInputAnomaliesDetectedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 39 - 'FEC input anomalies detected' is found." + ::= { specific 39 } + + extendedFecErrorCorrectionCapacityExceededAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 40 - 'FEC error correction capacity exceeded' is found." + ::= { specific 40 } + + extendedTooManyServicesAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 42 - 'Too many services' is found." + ::= { specific 42 } + + extendedLowSignalLevelAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 43 - 'Low signal level' is found." + ::= { specific 43 } + + extendedSignalMutedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 44 - 'Signal muted' is found." + ::= { specific 44 } + + extendedProidiomScramblingDisabledAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 45 - 'Pro:Idiom scrambling disabled' is found." + ::= { specific 45 } + + extendedVmxConnectionLostAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 46 - 'VMX connection lost' is found." + ::= { specific 46 } + + extendedControlWordErrorAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 47 - 'Control word error' is found." + ::= { specific 47 } + + extendedOutputServiceCapacityExceededAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 48 - 'Output service capacity exceeded' is found." + ::= { specific 48 } + + extendedLowSignalQualityAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 49 - 'Low signal quality' is found." + ::= { specific 49 } + + extendedModuleOffAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4096 - 'Off' is found." + ::= { specific 4096 } + + extendedPidCapacityExceededAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4104 - 'PID capacity exceeded' is found." + ::= { specific 4104 } + + extendedPsiSiCaptureCapacityExceededAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4105 - 'PSI/SI capture capacity exceeded' is found." + ::= { specific 4105 } + + extendedOutOfServiceIdsAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4106 - 'Out of service ID's' is found." + ::= { specific 4106 } + + extendedCaModuleMissingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4108 - 'CA module missing' is found." + ::= { specific 4108 } + + extendedPsiSiInsertCapacityExceededAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4109 - 'PSI/SI insert capacity exceeded' is found." + ::= { specific 4109 } + + extendedMultiplexOversubscriptionPacketsDiscardedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4110 - 'Multiplex oversubscription, packets discarded' is found." + ::= { specific 4110 } + + extendedUnknownModuleAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4111 - 'Unknown module' is found." + ::= { specific 4111 } + + extendedMainVoltageTooHighAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4112 - 'Main voltage too high' is found." + ::= { specific 4112 } + + extendedMainVoltageTooLowAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4113 - 'Main voltage too low' is found." + ::= { specific 4113 } + + extendedCurrentTooHighAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4114 - 'Current too high' is found." + ::= { specific 4114 } + + extendedCurrentTooLowAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4115 - 'Current too low' is found." + ::= { specific 4115 } + + extendedDaemonInitializationFailedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4127 - 'Daemon initialization failed' is found." + ::= { specific 4127 } + + extendedDeviceDriverFailureAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4129 - 'Device driver failure' is found." + ::= { specific 4129 } + + extendedHardwareFailureAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4130 - 'Hardware failure' is found." + ::= { specific 4130 } + + extendedFanFailureAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4131 - 'Fan failure' is found." + ::= { specific 4131 } + + extendedRunningOnBackupPowerAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4132 - 'Running on backup power' is found." + ::= { specific 4132 } + + extendedPowerSupplyOverloadedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4133 - 'Power supply overloaded' is found." + ::= { specific 4133 } + + extendedBootingUpAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4134 - 'Booting up' is found." + ::= { specific 4134 } + + extendedBootFailedRetryingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4135 - 'Boot failed: retrying' is found." + ::= { specific 4135 } + + extendedBootFailedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4136 - 'Boot failed' is found." + ::= { specific 4136 } + + extendedShuttingDownAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4137 - 'Shutting down' is found." + ::= { specific 4137 } + + extendedConnectionLostAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4138 - 'Connection lost' is found." + ::= { specific 4138 } + + extendedIncompatibleModuleDisabledAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4139 - 'Incompatible module disabled' is found." + ::= { specific 4139 } + + extendedFailedToBootAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4141 - 'Failed to boot' is found." + ::= { specific 4141 } + + extendedUpcTooLowInputPowerAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4147 - 'UPC too low input power' is found." + ::= { specific 4147 } + + extendedUpcTooHighInputPowerAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4148 - 'UPC too high input power' is found." + ::= { specific 4148 } + + extendedCalibrationDataMissingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4149 - 'Calibration data missing' is found." + ::= { specific 4149 } + + extendedCalibrationCheckSkippedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4150 - 'Calibration check skipped' is found." + ::= { specific 4150 } + + extendedDescramblingFailureAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4151 - 'Descrambling failure' is found." + ::= { specific 4151 } + + extendedBackupSwitchedOverToBackupDeviceAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4153 - 'Backup: Switched over to backup device' is found." + ::= { specific 4153 } + + extendedFailedToQuerySomeOfTheNitDataAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4157 - 'Failed to query some of the NIT data' is found." + ::= { specific 4157 } + + extendedNitWizardFailureAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4158 - 'NIT wizard failure' is found." + ::= { specific 4158 } + + extendedDuplicateFrequencyInTwoOrMoreSelectedQamOutputsAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4159 - 'Duplicate frequency in two or more selected QAM outputs' is found." + ::= { specific 4159 } + + extendedCannotResolveTableVersionUsingDefaultAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4160 - 'Cannot resolve table version: using default' is found." + ::= { specific 4160 } + + extendedUnsupportedConfigurationAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4175 - 'Unsupported configuration' is found." + ::= { specific 4175 } + + extendedFrequencyOutOfRangeAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4176 - 'Frequency out of range' is found." + ::= { specific 4176 } + + extendedOutputPowerOutOfRangeAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4177 - 'Output power out of range' is found." + ::= { specific 4177 } + + extendedSymbolrateOutOfRangeAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4178 - 'Symbolrate out of range' is found." + ::= { specific 4178 } + + extendedChannelDistanceTooNarrowAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4179 - 'Channel distance too narrow' is found." + ::= { specific 4179 } + + extendedInvalidLnbVoltageConfigurationAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4180 - 'Invalid LNB voltage configuration' is found." + ::= { specific 4180 } + + extendedInvalidFecRateForSelectedModulationAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4181 - 'Invalid FEC rate for selected modulation' is found." + ::= { specific 4181 } + + extendedLnbCurrentAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4182 - 'LNB current' is found." + ::= { specific 4182 } + + extendedFrequencyOffsetAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4183 - 'Frequency offset' is found." + ::= { specific 4183 } + + extendedRestartingDescramblingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4185 - 'Restarting descrambling' is found." + ::= { specific 4185 } + + extendedRebootingCamAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4186 - 'Rebooting CAM' is found." + ::= { specific 4186 } + + extendedEcmgFailureAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4187 - 'ECMG failure' is found." + ::= { specific 4187 } + + extendedEcmStreamFailureAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4188 - 'ECM stream failure' is found." + ::= { specific 4188 } + + extendedEmmFailureAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4189 - 'EMM failure' is found." + ::= { specific 4189 } + + extendedEmmStreamFailureAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4190 - 'EMM stream failure' is found." + ::= { specific 4190 } + + extendedEcmgNotConnectedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4191 - 'ECMG not connected' is found." + ::= { specific 4191 } + + extendedEmmNotConnectedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4192 - 'EMM not connected' is found." + ::= { specific 4192 } + + extendedScsNotLicensedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4193 - 'SCS not licensed' is found." + ::= { specific 4193 } + + extendedEcmgSwitchedToSpareServerAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4194 - 'ECMG switched to spare server' is found." + ::= { specific 4194 } + + extendedUpdatedBootLoaderAvailableAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4195 - 'Updated boot loader available' is found." + ::= { specific 4195 } + + extendedUpdatingStage1BootLoaderAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4196 - 'Updating stage 1 boot loader' is found." + ::= { specific 4196 } + + extendedUpdatingStage2BootLoaderAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4197 - 'Updating stage 2 boot loader' is found." + ::= { specific 4197 } + + extendedFailedToUpdateStage1BootLoaderAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4198 - 'Failed to update stage 1 boot loader' is found." + ::= { specific 4198 } + + extendedFailedToUpdateStage2BootLoaderAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4199 - 'Failed to update stage 2 boot loader' is found." + ::= { specific 4199 } + + extendedBackupActiveBackupAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4203 - 'Backup: Active Backup' is found." + ::= { specific 4203 } + + extendedConfiguringModuleAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4205 - 'Configuring module' is found." + ::= { specific 4205 } + + extendedNoModuleAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4206 - 'No module' is found." + ::= { specific 4206 } + + extendedProcessStartedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4208 - 'Process started' is found." + ::= { specific 4208 } + + extendedBackupLicenseMissingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4209 - 'Backup license missing' is found." + ::= { specific 4209 } + + extendedMultiplexingLicenseMissingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4211 - 'Multiplexing license missing' is found." + ::= { specific 4211 } + + extendedDemultiplexingLicenseMissingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4212 - 'Demultiplexing license missing' is found." + ::= { specific 4212 } + + extendedDvbProcessingLicenseMissingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4213 - 'DVB processing license missing' is found." + ::= { specific 4213 } + + extendedMsdLicenseMissingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4214 - 'MSD license missing' is found." + ::= { specific 4214 } + + extendedDvbS2LicenseMissingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4215 - 'DVB-S2 license missing' is found." + ::= { specific 4215 } + + extendedScramblingLicenseMissingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4216 - 'Scrambling license missing' is found." + ::= { specific 4216 } + + extendedScsLicenseMissingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4217 - 'SCS license missing' is found." + ::= { specific 4217 } + + extendedUserFromGroupAdminIsUsingCliAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4218 - 'User from group admin is using CLI' is found." + ::= { specific 4218 } + + extendedUserFromGroupInstallIsUsingCliAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4219 - 'User from group install is using CLI' is found." + ::= { specific 4219 } + + extendedUserFromGroupOperIsUsingCliAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4220 - 'User from group oper is using CLI' is found." + ::= { specific 4220 } + + extendedUserFromGroupMonitorIsUsingCliAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4221 - 'User from group monitor is using CLI' is found." + ::= { specific 4221 } + + extendedExtIoSignaledAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4223 - 'EXT IO Signaled' is found." + ::= { specific 4223 } + + extendedExtIoBackupPowerSupplyFailureAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4224 - 'EXT IO Backup power supply failure' is found." + ::= { specific 4224 } + + extendedExtIoIntrusionDetectedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4225 - 'EXT IO Intrusion detected' is found." + ::= { specific 4225 } + + extendedRedundancyFailedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4227 - 'Redundancy failed' is found." + ::= { specific 4227 } + + extendedMultiplexOversubscriptionPacketsDelayedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4228 - 'Multiplex oversubscription, packets delayed' is found." + ::= { specific 4228 } + + extendedCbrOutputOversubscriptionAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4229 - 'CBR output oversubscription' is found." + ::= { specific 4229 } + + extendedBackupHwDoesNotSupportSelectedDeviceRoleAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4230 - 'Backup: HW does not support selected device role, fallback to Standalone role' is found." + ::= { specific 4230 } + + extendedSoftwareUpdateInProgressAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4231 - 'Software update in progress' is found." + ::= { specific 4231 } + + extendedSoftwareUpdateReadyWaitingForRebootToCompleteAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4232 - 'Software update ready. Waiting for reboot to complete' is found." + ::= { specific 4232 } + + extendedSoftwareUpdateFailedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4233 - 'Software update failed' is found." + ::= { specific 4233 } + + extendedBackupModuleHwDoesNotSupportSelectedOnePlusOneBackupRoleAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4234 - 'Backup: Module HW does not support selected 1+1 backup role' is found." + ::= { specific 4234 } + + extendedEitProcessingLicenseMissingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4235 - 'EIT processing license missing' is found." + ::= { specific 4235 } + + extendedCbrOutputOversubscriptionPacketsDiscardedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4236 - 'CBR output oversubscription, packets discarded' is found." + ::= { specific 4236 } + + extendedIpInputCapacityExceededAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4238 - 'IP input capacity exceeded' is found." + ::= { specific 4238 } + + extendedEitReinsertCapacityExceededAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4239 - 'EIT reinsert capacity exceeded' is found." + ::= { specific 4239 } + + extendedDvbTimeMissingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4243 - 'DVB time missing' is found." + ::= { specific 4243 } + + extendedDvbT2LicenseMissingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4244 - 'DVB-T2 license missing' is found." + ::= { specific 4244 } + + extendedDcFeedCurrentAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4245 - 'DC feed current' is found." + ::= { specific 4245 } + + extendedNotGeneratingTdtTotTableWaitingForCorrectSystemTimeAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4246 - 'Not generating TDT/TOT table. Waiting for correct system time' is found." + ::= { specific 4246 } + + extendedDataPlpIdSelectionRequiredAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4247 - 'Data PLP ID selection required' is found." + ::= { specific 4247 } + + extendedDataPlpIdSelectionNotValidAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4248 - 'Data PLP ID selection not valid' is found." + ::= { specific 4248 } + + extendedHierarchyHpSelectedForNonAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4249 - 'Hierarchy HP selected for non-hierarchical transmission' is found." + ::= { specific 4249 } + + extendedBackupVoltageTooHighAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4253 - 'Backup voltage too high' is found." + ::= { specific 4253 } + + extendedBackupVoltageTooLowAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4254 - 'Backup voltage too low' is found." + ::= { specific 4254 } + + extendedCamFailureActionTakenRestartingDescramblingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4256 - 'CAM Failure action taken: restarting descrambling' is found." + ::= { specific 4256 } + + extendedCamFailureActionTakenRebootingCaModuleAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4257 - 'CAM Failure action taken: rebooting CA module' is found." + ::= { specific 4257 } + + extendedCaMenuIsOpenAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4258 - 'CA menu is open' is found." + ::= { specific 4258 } + + extendedNitSidConflictAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4260 - 'SID conflict in output' is found." + ::= { specific 4260 } + + extendedNotGeneratingSttTableWaitingForCorrectSystemTimeAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4261 - 'Not generating STT table. Waiting for correct system time' is found." + ::= { specific 4261 } + + extendedNumberOfFecLicensesExceededAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4262 - 'Number of FEC licenses exceeded' is found." + ::= { specific 4262 } + + extendedErrorCorrectionOverloadTooManySimultaneousMissingPacketsAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4263 - 'Error correction overload. Too many simultaneous missing packets.' is found." + ::= { specific 4263 } + + extendedFecPacketsDiscardedModuleBitrateTooHighAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4264 - 'FEC packets discarded. Module bitrate too high.' is found." + ::= { specific 4264 } + + extendedMediaPacketsDiscardedModuleBitrateTooHighAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4265 - 'Media packets discarded. Module bitrate too high.' is found." + ::= { specific 4265 } + + extendedSfpLinkDownAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4269 - 'SFP link down' is found." + ::= { specific 4269 } + + extendedBackupsyncTurnedOffAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4272 - 'BackupSync: Turned off' is found." + ::= { specific 4272 } + + extendedBackupsyncManualModeAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4273 - 'BackupSync: Manual mode' is found." + ::= { specific 4273 } + + extendedBackupsyncAutomaticModeAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4274 - 'BackupSync: Automatic mode' is found." + ::= { specific 4274 } + + extendedBackupsyncConfigurationWillBeSynchronizedAutomaticallyAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4275 - 'BackupSync: Configuration will be synchronized automatically' is found." + ::= { specific 4275 } + + extendedBackupsyncSynchronizingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4276 - 'BackupSync: Synchronizing' is found." + ::= { specific 4276 } + + extendedBackupsyncSwCompatibilityCheckAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4278 - 'BackupSync: SW compatibility check' is found." + ::= { specific 4278 } + + extendedBackupsyncHwCompatibilityCheckAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4279 - 'BackupSync: HW compatibility check' is found." + ::= { specific 4279 } + + extendedBackupsyncConfigurationFaultAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4280 - 'BackupSync: Configuration fault' is found." + ::= { specific 4280 } + + extendedBackupsyncConnectionLostAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4281 - 'BackupSync: Connection lost' is found." + ::= { specific 4281 } + + extendedBackupsyncAutosyncNotPossibleFromBackupToMainAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4283 - 'BackupSync: Autosync not possible from backup to main' is found." + ::= { specific 4283 } + + extendedBackupsyncRebootingPairDeviceToNewConfigurationAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4284 - 'BackupSync: Rebooting pair device to new configuration' is found." + ::= { specific 4284 } + + extendedBackupsyncCheckLicenseCompatibilityAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4285 - 'BackupSync: Check license compatibility!' is found." + ::= { specific 4285 } + + extendedBackupsyncLicenseCompatibilityCheckAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4286 - 'BackupSync: License compatibility check' is found." + ::= { specific 4286 } + + extendedDeviceFirstBootActionsAreInProgressAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4288 - 'Device first boot actions are in progress' is found." + ::= { specific 4288 } + + extendedDeviceConfigurationBackupInProgressAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4289 - 'Device configuration backup in progress' is found." + ::= { specific 4289 } + + extendedDeviceConfigurationRestoreInProgressAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4290 - 'Device configuration restore in progress' is found." + ::= { specific 4290 } + + extendedDeviceOtherSoftwareActivationAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4291 - 'Device other software activation' is found." + ::= { specific 4291 } + + extendedTooManyOutputPidsConfiguredAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4292 - 'Too many output PIDs configured! Some PIDs are dropped.' is found." + ::= { specific 4292 } + + extendedRebootRequestByUserAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4293 - 'Reboot request by user' is found." + ::= { specific 4293 } + + extendedRemovedFromTheChassisAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4294 - 'Removed from the chassis' is found." + ::= { specific 4294 } + + extendedInsertedIntoTheChassisAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4295 - 'Inserted into the chassis' is found." + ::= { specific 4295 } + + extendedPacketsDiscardedInIpMirrorOutputsAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4297 - 'Packets discarded in IP mirror outputs' is found." + ::= { specific 4297 } + + extendedAesLicenseMissingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4298 - 'AES license missing' is found." + ::= { specific 4298 } + + extendedSymbolRateTooHighForSelectedModulationSelectHighSpeedModulationModeToAvoidErrorsAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4299 - 'Symbol rate too high for selected modulation (tuner %6%). Select high speed modulation mode to avoid errors.' is found." + ::= { specific 4299 } + + extendedEcmResponsesDelayedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4300 - 'ECM responses delayed' is found." + ::= { specific 4300 } + + extendedDisconnectedHostInMultichassisGroupAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4302 - 'Disconnected host(s) in multichassis group' is found." + ::= { specific 4302 } + + extendedMultichassisConfigurationFailureAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4303 - 'Multichassis configuration failure' is found." + ::= { specific 4303 } + + extendedSwVersionDifferenceWithinMultichassisGroupAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4304 - 'SW version difference within multichassis group' is found." + ::= { specific 4304 } + + extendedSwVersionMismatchAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4305 - 'SW version mismatch (module %6%)' is found." + ::= { specific 4305 } + + extendedEmergencySignalActivatedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4307 - 'Emergency signal activated' is found." + ::= { specific 4307 } + + extendedEmergencySignalMissingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4308 - 'Emergency signal missing' is found." + ::= { specific 4308 } + + extendedUnableToAddEmergencySignalAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4309 - 'Unable to add emergency signal' is found." + ::= { specific 4309 } + + extendedNetworkInformationTableNeedsToBeUpdatedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4310 - 'Network information table needs to be updated' is found." + ::= { specific 4310 } + + extendedNfsMountFailureAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4311 - 'NFS mount failure' is found." + ::= { specific 4311 } + + extendedEthernetInputBufferOverflowAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4312 - 'Ethernet input buffer overflow' is found." + ::= { specific 4312 } + + extendedDvbAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4313 - 'DVB-Multi license missing' is found." + ::= { specific 4313 } + + extendedPoweredOffAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4315 - 'Powered off' is found." + ::= { specific 4315 } + + extendedPsu1NoModuleAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4316 - 'PSU 1: No module' is found." + ::= { specific 4316 } + + extendedPsu2NoModuleAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4317 - 'PSU 2: No module' is found." + ::= { specific 4317 } + + extendedPsu1VoltageMissingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4318 - 'PSU 1: Voltage missing' is found." + ::= { specific 4318 } + + extendedPsu2VoltageMissingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4319 - 'PSU 2: Voltage missing' is found." + ::= { specific 4319 } + + extendedPsu1VoltageLowAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4320 - 'PSU 1: Voltage low' is found." + ::= { specific 4320 } + + extendedPsu2VoltageLowAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4321 - 'PSU 2: Voltage low' is found." + ::= { specific 4321 } + + extendedPsu1FanFailureAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4322 - 'PSU 1: Fan failure (fan %6%)' is found." + ::= { specific 4322 } + + extendedPsu2FanFailureAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4323 - 'PSU 2: Fan failure (fan %6%)' is found." + ::= { specific 4323 } + + extendedBackupCableIsNotConnectedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4324 - 'Backup: Cable is not connected' is found." + ::= { specific 4324 } + + extendedUnableToAddMacAddressMappingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4325 - 'Unable to add MAC address mapping' is found." + ::= { specific 4325 } + + extendedFpgaPllNotLockedAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4327 - 'FPGA PLL not locked' is found." + ::= { specific 4327 } + + extendedFpgaRegisterMissmatchAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4328 - 'FPGA register missmatch' is found." + ::= { specific 4328 } + + extendedDepiLicenseMissingAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4329 - 'DEPI license missing' is found." + ::= { specific 4329 } + + extendedXfiPortOverflowAlarmEvent NOTIFICATION-TYPE + OBJECTS { + severity, + module, + reason, + description, + paramTable + } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an alarm event with id 4330 - 'XFI port overflow' is found." + ::= { specific 4330 } +-- %END_DEFINE_TRAPS% + + END + +-- +-- TELESTE-LUMINATO-MIB2.mib +-- diff --git a/tests/data/luminato.json b/tests/data/luminato_c12.json similarity index 92% rename from tests/data/luminato.json rename to tests/data/luminato_c12.json index 35286190c8..2ca513e339 100644 --- a/tests/data/luminato.json +++ b/tests/data/luminato_c12.json @@ -8,7 +8,7 @@ "sysDescr": "Teleste Luminato 8.2.6", "sysContact": "dohlad@gecom.sk", "version": "8.2.6", - "hardware": "Luminato", + "hardware": "LCH-D C12", "features": null, "os": "luminato", "type": "network", @@ -457,8 +457,8 @@ "ifName": "MGMT 1", "portName": null, "ifIndex": 1, - "ifSpeed": null, - "ifSpeed_prev": 0, + "ifSpeed": 0, + "ifSpeed_prev": null, "ifConnectorPresent": "true", "ifPromiscuousMode": "false", "ifOperStatus": "up", @@ -562,8 +562,8 @@ "ifName": "MGMT 2", "portName": null, "ifIndex": 2, - "ifSpeed": null, - "ifSpeed_prev": 0, + "ifSpeed": 0, + "ifSpeed_prev": null, "ifConnectorPresent": "true", "ifPromiscuousMode": "false", "ifOperStatus": "up", @@ -667,8 +667,8 @@ "ifName": "GE 1", "portName": null, "ifIndex": 3, - "ifSpeed": null, - "ifSpeed_prev": 0, + "ifSpeed": 0, + "ifSpeed_prev": null, "ifConnectorPresent": "true", "ifPromiscuousMode": "false", "ifOperStatus": "up", @@ -772,8 +772,8 @@ "ifName": "GE 2", "portName": null, "ifIndex": 4, - "ifSpeed": null, - "ifSpeed_prev": 0, + "ifSpeed": 0, + "ifSpeed_prev": null, "ifConnectorPresent": "true", "ifPromiscuousMode": "false", "ifOperStatus": "up", @@ -870,38 +870,34 @@ ] } }, - "storage": { + "processors": { "discovery": { - "storage": [ + "processors": [ { - "storage_mib": "hrstorage", - "storage_index": "1", - "storage_type": "hrStorageFlashMemory", - "storage_descr": "user partition", - "storage_size": 27262976, - "storage_units": 1024, - "storage_used": 2146304, - "storage_free": 0, - "storage_perc": 0, - "storage_perc_warn": 60, - "storage_deleted": 0 + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2021.10.1.5.3", + "processor_index": "2", + "processor_type": "luminato", + "processor_usage": 29, + "processor_descr": "Chassis CPU", + "processor_precision": 1, + "processor_perc_warn": 75 } ] }, "poller": { - "storage": [ + "processors": [ { - "storage_mib": "hrstorage", - "storage_index": "1", - "storage_type": "hrStorageFlashMemory", - "storage_descr": "user partition", - "storage_size": 27262976, - "storage_units": 1024, - "storage_used": 2146304, - "storage_free": 25116672, - "storage_perc": 8, - "storage_perc_warn": 60, - "storage_deleted": 0 + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.2021.10.1.5.3", + "processor_index": "2", + "processor_type": "luminato", + "processor_usage": 10, + "processor_descr": "Chassis CPU", + "processor_precision": 1, + "processor_perc_warn": 75 } ] } @@ -909,6 +905,30 @@ "sensors": { "discovery": { "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3715.99.1.2.6.0", + "sensor_index": "0", + "sensor_type": "statusFan", + "sensor_descr": "Fan Status", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "statusFan" + }, { "sensor_deleted": 0, "sensor_class": "state", @@ -985,7 +1005,7 @@ "sensor_deleted": 0, "sensor_class": "state", "poller_type": "snmp", - "sensor_oid": ".1.3.6.1.4.1.3715.99.1.2.6.0", + "sensor_oid": ".1.3.6.1.4.1.3715.99.1.2.5.0", "sensor_index": "0", "sensor_type": "statusTemperature", "sensor_descr": "Temperature Status", @@ -1012,7 +1032,7 @@ "sensor_oid": ".1.3.6.1.4.1.3715.99.2.2.1.1.3.1", "sensor_index": "1", "sensor_type": "luminato", - "sensor_descr": "Slot 1 (LQM-C) ", + "sensor_descr": "Slot1 (LQM-C) ", "group": null, "sensor_divisor": 10, "sensor_multiplier": 1, @@ -1036,7 +1056,7 @@ "sensor_oid": ".1.3.6.1.4.1.3715.99.2.2.1.1.3.10", "sensor_index": "10", "sensor_type": "luminato", - "sensor_descr": "Slot 0 (LCH-D) ", + "sensor_descr": "Chassis (LCH-D) ", "group": null, "sensor_divisor": 10, "sensor_multiplier": 1, @@ -1060,7 +1080,7 @@ "sensor_oid": ".1.3.6.1.4.1.3715.99.2.2.1.1.3.2", "sensor_index": "2", "sensor_type": "luminato", - "sensor_descr": "Slot 2 (LQM-C) ", + "sensor_descr": "Slot2 (LQM-C) ", "group": null, "sensor_divisor": 10, "sensor_multiplier": 1, @@ -1084,7 +1104,7 @@ "sensor_oid": ".1.3.6.1.4.1.3715.99.2.2.1.1.3.3", "sensor_index": "3", "sensor_type": "luminato", - "sensor_descr": "Slot 3 (LQM-C) ", + "sensor_descr": "Slot3 (LQM-C) ", "group": null, "sensor_divisor": 10, "sensor_multiplier": 1, @@ -1103,6 +1123,20 @@ } ], "state_indexes": [ + { + "state_name": "statusFan", + "state_descr": "Normal", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "statusFan", + "state_descr": "Failure", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 3 + }, { "state_name": "statusGeneral", "state_descr": "Normal", @@ -1182,13 +1216,70 @@ }, { "state_name": "statusTemperature", - "state_descr": "Failure", + "state_descr": "Hihi", "state_draw_graph": 1, "state_value": 2, "state_generic_value": 3 + }, + { + "state_name": "statusTemperature", + "state_descr": "Hi", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 3 + }, + { + "state_name": "statusTemperature", + "state_descr": "Lo", + "state_draw_graph": 1, + "state_value": 4, + "state_generic_value": 2 + }, + { + "state_name": "statusTemperature", + "state_descr": "Lolo", + "state_draw_graph": 1, + "state_value": 5, + "state_generic_value": 2 } ] }, "poller": "matches discovery" + }, + "storage": { + "discovery": { + "storage": [ + { + "storage_mib": "hrstorage", + "storage_index": "1", + "storage_type": "hrStorageFlashMemory", + "storage_descr": "user partition", + "storage_size": 27262976, + "storage_units": 1024, + "storage_used": 2146304, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + } + ] + }, + "poller": { + "storage": [ + { + "storage_mib": "hrstorage", + "storage_index": "1", + "storage_type": "hrStorageFlashMemory", + "storage_descr": "user partition", + "storage_size": 27262976, + "storage_units": 1024, + "storage_used": 2146304, + "storage_free": 25116672, + "storage_perc": 8, + "storage_perc_warn": 60, + "storage_deleted": 0 + } + ] + } } } diff --git a/tests/snmpsim/luminato.snmprec b/tests/snmpsim/luminato_c12.snmprec similarity index 100% rename from tests/snmpsim/luminato.snmprec rename to tests/snmpsim/luminato_c12.snmprec