summaryrefslogtreecommitdiff
path: root/MIBS/teleste
diff options
context:
space:
mode:
Diffstat (limited to 'MIBS/teleste')
-rw-r--r--MIBS/teleste/TELESTE-COMMON-MIB1888
-rw-r--r--MIBS/teleste/TELESTE-LUMINATO-MIB4030
-rw-r--r--MIBS/teleste/TELESTE-LUMINATO-MIB22817
-rw-r--r--MIBS/teleste/TELESTE-ROOT-MIB206
4 files changed, 8941 insertions, 0 deletions
diff --git a/MIBS/teleste/TELESTE-COMMON-MIB b/MIBS/teleste/TELESTE-COMMON-MIB
new file mode 100644
index 0000000..f559122
--- /dev/null
+++ b/MIBS/teleste/TELESTE-COMMON-MIB
@@ -0,0 +1,1888 @@
+--
+-- TELESTE-COMMON-MIB.mib
+-- MIB generated by MG-SOFT Visual MIB Builder Version 4.0 Build 349
+-- Friday, May 02, 2008 at 09:31:32
+--
+
+-- *****************************************************************************
+-- Copyright (c) 2000-2008 by:
+--
+-- Teleste Corporation
+-- Seponkatu 1
+-- FIN-20660 Littoinen, Finland
+-- tel. +358 2 2605 611
+-- url: http://www.teleste.com
+--
+-- Description: Common objects for all Teleste products
+--
+-- Revision History:
+-- -----------------
+-- 1.47 26.3.2008 Matti Susi
+-- - added product key control objects
+-- - added geographical coordinate objects
+--
+-- 1.46 22.2.2008 Matti Susi
+-- - added new enumeration values to statusSw and statusSettings
+--
+-- 1.45 28.5.2007 Matti Susi
+-- - added object statusSettings
+--
+-- 1.44 30.11.2006 Matti Susi
+-- - added moduleSWUpdate Table
+-- - added totalUptime and resetCount objects
+--
+-- 1.43 13.6.2006 Matti Susi
+-- - added statusHw and statusSw objects
+--
+-- 1.42 12.4.2006 Matti Susi
+-- - added statusTemperature and statusFan objects
+--
+-- 1.41 1.4.2003 Matti Susi
+-- - added object controlInternalAppAccess for BXX function
+-- control
+--
+-- 1.40 13.9.2002 Matti Susi
+-- - moduleId SYNTAX changed to INTEGER
+--
+-- 1.32 7.8.2002 Matti Susi
+-- - Some editorial changes
+-- - Note: SNMPc network manager requires an index object
+-- with size definitions in every SEQUENCE definition.
+-- This must be done manually after creating the MIB with
+-- MIB builder!
+--
+-- 1.31 13.5.2002 Matti Susi
+-- - trap delay object inserted
+--
+-- 1.3 9.1.2002 Matti Susi
+-- - module temperature limits inserted to moduleControlTable
+-- - trap and alarm control objects inserted
+-- - several objects changed to optional
+--
+-- 1.21 18.12.2001 Matti Susi
+-- - editorial changes
+--
+-- 1.2 05.11.2001 Rainer Salminen
+-- - added repairIndex and changed indexing of repairLogTable.
+--
+-- 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.
+-- - Specified LMT status info more accurately .
+--
+-- 1.0 11.10.2001 Rainer Salminen
+-- - Initial release (revised version of TELESTE-GENDATA-MIB)
+--
+-- ****************************************************************************
+--
+
+ TELESTE-COMMON-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ OBJECT-TYPE
+ FROM RFC-1212
+ IpAddress, Counter
+ FROM RFC1155-SMI
+ DisplayString
+ FROM RFC1213-MIB
+ common, TPhysAddress, Uint16, DateAndTime
+ FROM TELESTE-ROOT-MIB;
+
+
+
+--
+-- Node definitions
+--
+
+-- Common element definition
+--
+-- An element is a common name for the managed device or system.
+-- It is a concept that corresponds to a network node or a network
+-- element in general.
+--
+-- An element can be a single device system or it can be a modular
+-- system in which case it consists of several modules. The module
+-- in the system that instruments this MIB is called the main module
+-- or the main controller.
+--
+-- The word element has this general meaning everywhere in this
+-- document.
+--
+ -- 1.3.6.1.4.1.3715.99.1
+ element OBJECT IDENTIFIER ::= { common 1 }
+
+
+-- This section contains element's common identification, classification
+-- and configuration information.
+--
+ -- 1.3.6.1.4.1.3715.99.1.1
+ elementInformation OBJECT IDENTIFIER ::= { element 1 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.1.1
+ elementName OBJECT-TYPE
+ SYNTAX DisplayString
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "This is the logical name of the controlling module of
+ the network element. The name may or may not be the same
+ as the module's name in the moduleTable."
+ ::= { elementInformation 1 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.1.2
+ elementStructure OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ unknown(1),
+ compact(2),
+ modular(3)
+ }
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "This object tells whether the device is a single compact
+ device or a modular device."
+ ::= { elementInformation 2 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.1.3
+ elementConfigChangeCode OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+ "This object is an indicator about changes in the network
+ element configuration. How the value is formed is device
+ dependent. It can be a counter, a checksum of the device
+ configuration parameters, a DateAndTime type variable or
+ even SysUptime, if no other information is available.
+ DateAndTime is the recommended value.
+
+ This object is intended to permit a management application
+ to maintain configuration (including moduleTable)
+ syncronization with the agent."
+ ::= { elementInformation 3 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.1.4
+ elementResetCount OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+ "Total number of software resets during the device's life time."
+ ::= { elementInformation 4 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.1.5
+ elementTotalUpTime OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The total uptime the device (software) has been running. Unit 1 day."
+ ::= { elementInformation 5 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.1.6
+ elementLatitude OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "Device latitude coordinate. Unit 0.00001 degrees."
+ ::= { elementInformation 6 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.1.7
+ elementLongitude OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "Device longitude coordinate. Unit 0.00001 degrees."
+ ::= { elementInformation 7 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.1.8
+ elementAltitude OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "Device altitude coordinate. Unit 1 metre."
+ ::= { elementInformation 8 }
+
+
+-- This section contains element's general status objects.
+--
+ -- 1.3.6.1.4.1.3715.99.1.2
+ elementStatus OBJECT IDENTIFIER ::= { element 2 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.2.1
+ statusGeneral OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ normal(1),
+ notification(2),
+ warning(3),
+ alarm(4)
+ }
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "A number stating the general status of the element.
+
+ Values:
+ 1 = Normal
+ 2 = At least one Notification is active
+ 3 = At least one Warning is active
+ 4 = At least one Alarm is active
+
+ If the element has more than one state active, then
+ the state with the highest value is returned."
+ ::= { elementStatus 1 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.2.2
+ statusBusMaster OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ slaveOnly(1),
+ configuredSlave(2),
+ currentlySlave(3),
+ currentlyMaster(4)
+ }
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+ "A number stating the Bus Master status of the NE.
+
+ Values:
+ 1 = The NE is a slave-only device
+ 2 = The NE is configured as slave
+ 3 = The NE is configured as master but is currently
+ slave because a stronger master is on the bus
+ 4 = The NE is currently the bus master"
+ ::= { elementStatus 2 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.2.3
+ statusLmt OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ noLmtInterface(1),
+ stateUnknown(2),
+ notConnected(3),
+ connected(4)
+ }
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+ "A number telling if the Local Management Terminal (LMT)
+ is connected to the element.
+
+ Values:
+ 1 = The element does not have an LMT interface
+ 2 = The element can not detect if an LMT is connected
+ 3 = The element has not detected a connected LMT
+ 4 = The element has detected a connected LMT
+
+ Note! Applies only to fysically point-to-point
+ connected LMT's to device, not via bus ot other
+ shared medias."
+ ::= { elementStatus 3 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.2.4
+ statusLid OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ noLid(1),
+ closed(2),
+ open(3)
+ }
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+ "Element lid status:
+ 1 = no lid (no lid sensor is available)
+ 2 = lid is closed
+ 3 = lid is open"
+ ::= { elementStatus 4 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.2.5
+ statusTemperature OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ tempNormal(1),
+ tempHIHI(2),
+ tempHi(3),
+ tempLo(4),
+ tempLOLO(5)
+ }
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+ "Element temperature status:
+ 1 = normal
+ 2 = HIHI
+ 3 = Hi
+ 4 = Lo
+ 5 = LOLO
+ "
+ ::= { elementStatus 5 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.2.6
+ statusFan OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ fanNormal(1),
+ fanFailure(2)
+ }
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "A common status object for all fans in the device.
+ fanNormal(1) = all fans operate normally
+ fanFailure(2) = at least one fan has a failure"
+ ::= { elementStatus 6 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.2.7
+ statusHardware OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ hwNormal(1),
+ hwFailure(2)
+ }
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Device hardware status:
+ hwNormal(1) = the hardware operates normally
+ hwFailure(2) = a hardware failure is detected"
+ ::= { elementStatus 7 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.2.8
+ statusSoftware OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ swNormal(1),
+ swFailure(2),
+ swMissing(3),
+ swInitialising(4)
+ }
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Device software status:
+ swNormal(1) = the software operates normally
+ swFailure(2) = a software failure is detected
+ swMissing(3) = the software or firmware is missing
+ sw(Initialising(4) = the software is initialising"
+ ::= { elementStatus 8 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.2.9
+ statusSettings OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ settingsStable(1),
+ settingsChanged(2),
+ settingsNotAvailable(3)
+ }
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Status of device settings:
+ settingsStable(1) = settings are stable
+ settingsChanged(2) = settings have been (recently) changed
+ settingsNotAvailable(3) = settings status is not available
+ The value should stay in value 2 only a predefined time, e.g. 60 seconds or
+ the time it takes until the settings are written into non-volatile memory.
+ "
+ ::= { elementStatus 9 }
+
+
+-- This section contains element's common control parameters.
+--
+ -- 1.3.6.1.4.1.3715.99.1.3
+ elementControl OBJECT IDENTIFIER ::= { element 3 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.3.1
+ controlResetElement OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ noReset(1),
+ hardReset(2),
+ softReset(3)
+ }
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "On write requests this object commands the module to
+ reset itself.
+
+ If softReset(3) or hardReset(2) can not be performed,
+ then BAD VALUE error is returned.
+
+ On read requests value noReset(1) is returned."
+ ::= { elementControl 1 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.3.2
+ controlBusMasterAdminState OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ master(1),
+ slave(2)
+ }
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "This object tells whether the element is configured as
+ a bus master or not. Only relevant for bus master type
+ of elements. Others return no(2)."
+ ::= { elementControl 2 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.3.3
+ controlAlarmDetection OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disabled(1),
+ enabled(2),
+ restart(3)
+ }
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "This variable is used to disable or enable the element
+ alarm checking. When disabled(1), the element
+ will not check any alarms (or send traps).
+ Default value is enabled(2).
+
+ Note: This variable must be consistent with
+ commonAlarmDetectionControl in SCTE-HMS-COMMON-MIB, if
+ that is implemented."
+ ::= { elementControl 3 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.3.4
+ controlMaxNumberTrapReceivers OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Number of entries in the elementTrapReceiverTable.
+ At least one trap entry must be supported."
+ ::= { elementControl 4 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.3.5
+ controlTrapReceiverTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ControlTrapReceiverEntry
+ ACCESS not-accessible
+ STATUS optional
+ DESCRIPTION
+ "A table of manager trap receiver addresses, ports and
+ communities. Total number of entries can not exceed
+ elementNumberTrapReceivers. An entry is deleted from this
+ table by setting its IP address to '0.0.0.0'.
+
+ Note: one of the community strings must match to
+ commonTrapCommunityString in SCTE-HMS-COMMON-MIB, if
+ that is implemented."
+ ::= { elementControl 5 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.3.5.1
+ controlTrapReceiverEntry OBJECT-TYPE
+ SYNTAX ControlTrapReceiverEntry
+ ACCESS not-accessible
+ STATUS optional
+ INDEX { receiverEntryId }
+ ::= { controlTrapReceiverTable 1 }
+
+
+ ControlTrapReceiverEntry ::=
+ SEQUENCE {
+ receiverEntryId
+ INTEGER,
+ receiverAddress
+ IpAddress,
+ receiverPort
+ INTEGER,
+ receiverCommunity
+ DisplayString
+ }
+
+ -- 1.3.6.1.4.1.3715.99.1.3.5.1.1
+ receiverEntryId OBJECT-TYPE
+ SYNTAX INTEGER (1..255)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Unique table index. Makes possible to have several
+ ip-address of 0.0.0.0 entries so that no mechanism
+ for row manipulation of table is needed."
+ ::= { controlTrapReceiverEntry 1 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.3.5.1.2
+ receiverAddress OBJECT-TYPE
+ SYNTAX IpAddress
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "Ip address of the manager receiving Traps."
+ ::= { controlTrapReceiverEntry 2 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.3.5.1.3
+ receiverPort OBJECT-TYPE
+ SYNTAX INTEGER (1..65535)
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "Trap UDP port number. Default port is the standard trap
+ port 162."
+ ::= { controlTrapReceiverEntry 3 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.3.5.1.4
+ receiverCommunity OBJECT-TYPE
+ SYNTAX DisplayString
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "Community string for the trap receiver.
+
+ The agent is allowed to limit the length of the string.
+ Minimum length of eight characters must be supported.
+
+ Note: one of the community strings must match to
+ commonTrapCommunityString in SCTE-HMS-COMMON-MIB, if
+ that is implemented."
+ ::= { controlTrapReceiverEntry 4 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.3.6
+ controlTrapSending OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ enabled(1),
+ disabled(2)
+ }
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "Enables/disables trap sending.
+
+ 1 = traps enabled
+ 2 = traps disabled"
+ ::= { elementControl 6 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.3.7
+ controlTrapInterval OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "The minimum interval between traps.
+ - Unit 10 milliseconds
+ - Minimum value 0 (send as fast as possible)
+ - Maximum value 1000 (10 seconds)
+ - Default value is 100 (1 second)"
+ ::= { elementControl 7 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.3.8
+ controlTrapLifeTime OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "The maximum time a trap stays in the trap queue waiting
+ for sending.
+ - Unit 1 second.
+ - Minimum value 10
+ - Maximum value 300
+ - Default value 60"
+ ::= { elementControl 8 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.3.9
+ controlAlarmOnDelay OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "The minimum time an object's alarm/warning condition must
+ exist before it is recorded as an alarm/warning. Common
+ to all alarms/warnings
+ - Unit 10 ms
+ - Minimum value 10 (100 ms)
+ - Maximum value 6000 (60 seconds)
+ - Default value 100 (1 second)"
+ ::= { elementControl 9 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.3.10
+ controlAlarmOffDelay OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "The minimum time an alarm/warning entry stays active after
+ the object has reached it's normal condition. Common to all
+ alarms/warnings.
+ - Unit 10 ms
+ - Minimum value 10 (100 ms)
+ - Maximum value 6000 (60 seconds)
+ - default value 100 (1 second)"
+ ::= { elementControl 10 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.3.11
+ controlTrapDelay OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "The time before a trap is sent after an alarm
+ is detected.
+
+ - Unit 10 ms
+ - Minimum value 10 (100 ms)
+ - Maximum value 6000 (60 seconds)
+ - Default value 500 (5 seconds)
+
+ This parameter can be used to control alarm storms e.g.
+ in an amplifier cascade by using a different value in
+ each amplifier."
+ ::= { elementControl 11 }
+
+
+-- This section contains element's product key parameters
+ -- 1.3.6.1.4.1.3715.99.1.4
+ elementProductKey OBJECT IDENTIFIER ::= { element 4 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.4.4
+ productKeyNumberOfKeys OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+ "Number of product keys supported by the device."
+ ::= { elementProductKey 4 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.4.5
+ productKeyTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ProductKeyEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ ::= { elementProductKey 5 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.4.5.1
+ productKeyEntry OBJECT-TYPE
+ SYNTAX ProductKeyEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ INDEX { productKeyIndex }
+ ::= { productKeyTable 1 }
+
+
+ ProductKeyEntry ::=
+ SEQUENCE {
+ productKeyIndex
+ INTEGER,
+ productKeyValue
+ OCTET STRING,
+ productKeyMask
+ OCTET STRING,
+ productKeyStatus
+ INTEGER,
+ productKeyCipher
+ INTEGER,
+ productKeyNumberOfFeatures
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.3715.99.1.4.5.1.1
+ productKeyIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..16)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Product key index."
+ ::= { productKeyEntry 1 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.4.5.1.2
+ productKeyValue OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-write
+ STATUS mandatory
+ DESCRIPTION
+ "Product key value."
+ ::= { productKeyEntry 2 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.4.5.1.3
+ productKeyMask OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Product key mask."
+ ::= { productKeyEntry 3 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.4.5.1.4
+ productKeyStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ keyInvalid(1),
+ keyValid(2)
+ }
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Product key status:
+ 1(keyInvalid) = the key is invalid or missing
+ 2(keyValid) = the key is valid"
+ ::= { productKeyEntry 4 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.4.5.1.5
+ productKeyCipher OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ cipherOther(1),
+ cipherBlowFish(2),
+ cipherXXTEA(3)
+ }
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Cipher method supported by this key:
+ 1(cipherOther) = other ciphering is used
+ 2(cipherBlowFish) = BlowFish ciphering is used
+ 3(cipherXXTEA) = XXTEA ciphering is used"
+ ::= { productKeyEntry 5 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.4.5.1.6
+ productKeyNumberOfFeatures OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Number of features available with this key."
+ ::= { productKeyEntry 6 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.4.6
+ productKeyFeatureTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ProductKeyFeatureEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ ::= { elementProductKey 6 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.4.6.1
+ productKeyFeatureEntry OBJECT-TYPE
+ SYNTAX ProductKeyFeatureEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ INDEX { productKeyIndex, productKeyFeatureIndex }
+ ::= { productKeyFeatureTable 1 }
+
+
+ ProductKeyFeatureEntry ::=
+ SEQUENCE {
+ productKeyFeatureIndex
+ INTEGER,
+ productKeyFeatureName
+ OCTET STRING,
+ productKeyFeatureEnable
+ INTEGER,
+ productKeyFeatureExpirationTime
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.3715.99.1.4.6.1.1
+ productKeyFeatureIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..32)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Feature index (second index)."
+ ::= { productKeyFeatureEntry 1 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.4.6.1.2
+ productKeyFeatureName OBJECT-TYPE
+ SYNTAX OCTET STRING
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "A human-readable description of the feature."
+ ::= { productKeyFeatureEntry 2 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.4.6.1.3
+ productKeyFeatureEnable OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ featureDisable(1),
+ featureEnable(2)
+ }
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Status of the feature:
+ 1(featureDisable) = the feature si disabled in this device
+ 2(featureEnable) = the feature is enabled in this devices"
+ ::= { productKeyFeatureEntry 3 }
+
+
+ -- 1.3.6.1.4.1.3715.99.1.4.6.1.4
+ productKeyFeatureExpirationTime OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Number of days left before the feature expires. A zero value means
+ infinite validity time. This object has a meaning only if the
+ feature is enabled (productKeyFeatureEnable = 2(featureEnable))."
+ ::= { productKeyFeatureEntry 4 }
+
+
+-- Common module definition
+--
+-- The element consists of one or more modules. Module parameters are
+-- collected into several module tables. Each module has one entry
+-- in these tables. If the element is a single device, then the tables
+-- have only one entry, which is the element itself.
+--
+-- Modules are identified within the element with a unique moduleId.
+-- See the moduleId description for more information.
+--
+ -- 1.3.6.1.4.1.3715.99.2
+ module OBJECT IDENTIFIER ::= { common 2 }
+
+
+-- This section contains the element's identification objects
+-- and other common element information.
+--
+ -- 1.3.6.1.4.1.3715.99.2.1
+ moduleInformation OBJECT IDENTIFIER ::= { module 1 }
+
+
+--
+-- The moduleTable table shows basic module data of the element.
+-- Every plug-in module is represented as an entry in the Table.
+-- If the element is not modular, only the first row is present.
+--
+ -- 1.3.6.1.4.1.3715.99.2.1.1
+ moduleTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ModuleEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+ "This table lists basic module identification and
+ configuration data of modules installed inside
+ the managed element.
+
+ The first row in the table list information about the
+ element itself. If the element is not modular, only the
+ first row exists in the table.
+
+ Object moduleId is used for indexing the modules
+ in all module section tables."
+ ::= { moduleInformation 1 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.1.1.1
+ moduleEntry OBJECT-TYPE
+ SYNTAX ModuleEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ INDEX { moduleId }
+ ::= { moduleTable 1 }
+
+
+ ModuleEntry ::=
+ SEQUENCE {
+ moduleId
+ INTEGER,
+ moduleName
+ DisplayString,
+ moduleHwType
+ DisplayString,
+ moduleRackNo
+ INTEGER,
+ moduleSlotNo
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.3715.99.2.1.1.1.1
+ moduleId OBJECT-TYPE
+ SYNTAX INTEGER (1..65535)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "An unique module index identifying the (physical) modules
+ inside the network element. The exact conjunction between
+ the index and the physical modules depends on the element
+ structural principle.
+
+ For network elements containing plug-in modules the index
+ should follow module slot numbering.
+
+ This index should be used in all subsequent module tables."
+ ::= { moduleEntry 1 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.1.1.1.2
+ moduleName OBJECT-TYPE
+ SYNTAX DisplayString
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "The identification name ('aliasname') of the module."
+ ::= { moduleEntry 2 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.1.1.1.3
+ moduleHwType OBJECT-TYPE
+ SYNTAX DisplayString
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "The hardware type name of the module."
+ ::= { moduleEntry 3 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.1.1.1.4
+ moduleRackNo OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "Rack number of the module.
+
+ This can be used to identify the physical position of
+ the module in the case where the agent manages modules
+ that are in several racks."
+ ::= { moduleEntry 4 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.1.1.1.5
+ moduleSlotNo OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "Slot number of the module (within rack)."
+ ::= { moduleEntry 5 }
+
+
+--
+-- This table shows detailed module data of the element.
+-- Every plug-in module is represented as a row in the Table.
+-- If the element is not modular, only one row is present.
+--
+ -- 1.3.6.1.4.1.3715.99.2.1.2
+ moduleDetailTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ModuleDetailEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+ "This table lists detailed module data of modules installed
+ inside the element.
+
+ The first row in the table list information about the
+ element itself. If the element is not modular, only the
+ first row exists in the table."
+ ::= { moduleInformation 2 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.1.2.1
+ moduleDetailEntry OBJECT-TYPE
+ SYNTAX ModuleDetailEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ INDEX { moduleId }
+ ::= { moduleDetailTable 1 }
+
+
+ ModuleDetailEntry ::=
+ SEQUENCE {
+ moduleMacAddress
+ TPhysAddress,
+ moduleBusAddress
+ INTEGER,
+ moduleAppDate
+ DateAndTime,
+ moduleAppVersion
+ DisplayString,
+ moduleBiosDate
+ DateAndTime,
+ moduleBiosVersion
+ DisplayString,
+ moduleHwSerialNumber
+ DisplayString,
+ moduleHwVersion
+ DisplayString
+ }
+
+ -- 1.3.6.1.4.1.3715.99.2.1.2.1.1
+ moduleMacAddress OBJECT-TYPE
+ SYNTAX TPhysAddress
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+ "Module MAC address. If the MAC address is unknown
+ '00.00.00.00.00.00' is returned."
+ ::= { moduleDetailEntry 1 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.1.2.1.2
+ moduleBusAddress OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+ "Module bus address."
+ ::= { moduleDetailEntry 2 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.1.2.1.3
+ moduleAppDate OBJECT-TYPE
+ SYNTAX DateAndTime
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Module application software date."
+ ::= { moduleDetailEntry 3 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.1.2.1.4
+ moduleAppVersion OBJECT-TYPE
+ SYNTAX DisplayString
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Module application software version. If software version
+ is undefined, then zero length string is returned."
+ ::= { moduleDetailEntry 4 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.1.2.1.5
+ moduleBiosDate OBJECT-TYPE
+ SYNTAX DateAndTime
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Module BIOS date."
+ ::= { moduleDetailEntry 5 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.1.2.1.6
+ moduleBiosVersion OBJECT-TYPE
+ SYNTAX DisplayString
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Module BIOS version. If bios version is undefined,
+ a zero length string is returned."
+ ::= { moduleDetailEntry 6 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.1.2.1.7
+ moduleHwSerialNumber OBJECT-TYPE
+ SYNTAX DisplayString
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Module serial number."
+ ::= { moduleDetailEntry 7 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.1.2.1.8
+ moduleHwVersion OBJECT-TYPE
+ SYNTAX DisplayString
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Module hardware version."
+ ::= { moduleDetailEntry 8 }
+
+
+-- This section contains status information of the modules
+-- of the element.
+--
+ -- 1.3.6.1.4.1.3715.99.2.2
+ moduleStatus OBJECT IDENTIFIER ::= { module 2 }
+
+
+--
+-- This table contains common status objects for all
+-- modules inside the element.
+--
+ -- 1.3.6.1.4.1.3715.99.2.2.1
+ moduleStatusTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ModuleStatusEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+ "This table contains status objects for modules inside
+ the network element.The first row in the table lists
+ information about the host module. If the element is
+ not modular, only the first row exists in the table."
+ ::= { moduleStatus 1 }
+--
+-- A table of common status objects for all modules.
+--
+
+ -- 1.3.6.1.4.1.3715.99.2.2.1.1
+ moduleStatusEntry OBJECT-TYPE
+ SYNTAX ModuleStatusEntry
+ ACCESS not-accessible
+ STATUS mandatory
+ DESCRIPTION
+ "Row in moduleStatusTable. The index is moduleId from
+ the moduleTable. Row in this table exist only if
+ there is a row with the same moduleId in the moduleTable."
+ INDEX { moduleId }
+ ::= { moduleStatusTable 1 }
+
+
+ ModuleStatusEntry ::=
+ SEQUENCE {
+ statusResetCause
+ INTEGER,
+ statusRunningSwImage
+ INTEGER,
+ statusInternalTemperature
+ INTEGER,
+ statusLidStatus
+ INTEGER,
+ statusRestartCounter
+ Counter
+ }
+
+ -- 1.3.6.1.4.1.3715.99.2.2.1.1.1
+ statusResetCause OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ unknown(1),
+ selfReset(2),
+ powerReset(3),
+ commandedReset(4),
+ softdownloadReset(5)
+ }
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Reason for the last reset.
+
+ If the reason is unknown, the value is reasonUnknown(1).
+ If the device makes self reset and it can detect it, then
+ value is reasonSelfReset(2). If the reset was made by the
+ user from the power switch and it can be sensed, then the
+ value is reasonPowerReset(3). If the reason is an external
+ command from the user interface or from the network
+ message (e.g. commonReset), then the reason is
+ reasonCommandedReset(4)."
+ ::= { moduleStatusEntry 1 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.2.1.1.2
+ statusRunningSwImage OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Currently running software image number.
+ Bios is 0, applications are numbered from 1..n,
+ where n is the maximum image number."
+ ::= { moduleStatusEntry 2 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.2.1.1.3
+ statusInternalTemperature OBJECT-TYPE
+ SYNTAX INTEGER (-600..1300)
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Device temperature, unit 0.1 deg C. Value is zero (0),
+ if temperature is not available."
+ ::= { moduleStatusEntry 3 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.2.1.1.4
+ statusLidStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ noLid(1),
+ closed(2),
+ open(3)
+ }
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+ "Current lid status detected by the device. May or may not be
+ the same variable as the elementLidStatus."
+ ::= { moduleStatusEntry 4 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.2.1.1.5
+ statusRestartCounter OBJECT-TYPE
+ SYNTAX Counter
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+ "This objects counts the number of restarts of the module.
+ A start can be a cold start or a warm start."
+ ::= { moduleStatusEntry 5 }
+--
+--
+
+-- This section contains control entities of the modules
+-- of the element.
+--
+ -- 1.3.6.1.4.1.3715.99.2.3
+ moduleControl OBJECT IDENTIFIER ::= { module 3 }
+
+
+--
+--
+ -- 1.3.6.1.4.1.3715.99.2.3.1
+ moduleControlTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ModuleControlEntry
+ ACCESS not-accessible
+ STATUS optional
+ DESCRIPTION
+ "This table contains common control commands for all the
+ modules inside the element."
+ ::= { moduleControl 1 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.3.1.1
+ moduleControlEntry OBJECT-TYPE
+ SYNTAX ModuleControlEntry
+ ACCESS not-accessible
+ STATUS optional
+ INDEX { moduleId }
+ ::= { moduleControlTable 1 }
+
+
+ ModuleControlEntry ::=
+ SEQUENCE {
+ controlLedUsage
+ INTEGER,
+ controlMarkState
+ INTEGER,
+ controlReset
+ INTEGER,
+ controlTempLimitHiHi
+ INTEGER,
+ controlTempLimitHi
+ INTEGER,
+ controlTempLimitLo
+ INTEGER,
+ controlTempLimitLoLo
+ INTEGER,
+ controlTempDeadBand
+ INTEGER,
+ controlInternalAppAccess
+ INTEGER,
+ controlLocalAccess
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.3715.99.2.3.1.1.1
+ controlLedUsage OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ notSupported(1),
+ alwaysOn(2),
+ offWhenLidClosed(3)
+ }
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "A variable to instruct how device LED's behave when
+ the lid is closed."
+ ::= { moduleControlEntry 1 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.3.1.1.2
+ controlMarkState OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ notSupported(1),
+ on(2),
+ off(3)
+ }
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "A variable to instruct the device to start and stop
+ showing mark (blinking module LED).
+
+ On read requests returns the current mark state."
+ ::= { moduleControlEntry 2 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.3.1.1.3
+ controlReset OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ noReset(1),
+ hardReset(2),
+ softReset(3)
+ }
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "On write requests this object commands the module to
+ reset itself.
+
+ If softReset(3) or hardReset(2) can not be performed,
+ then BAD VALUE error is returned.
+
+ On read requests value noReset(1) is returned."
+ ::= { moduleControlEntry 3 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.3.1.1.4
+ controlTempLimitHiHi OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "Module temperature HiHi (high alarm) limit in 0.1 degC."
+ ::= { moduleControlEntry 4 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.3.1.1.5
+ controlTempLimitHi OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "Module temperature Hi (high warning) limit in 0.1 degC."
+ ::= { moduleControlEntry 5 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.3.1.1.7
+ controlTempLimitLo OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "Module temperature Lo (low warning) limit in 0.1 degC."
+ ::= { moduleControlEntry 7 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.3.1.1.8
+ controlTempLimitLoLo OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "Module temperature LoLo (low alarm) limit in 0.1 degC."
+ ::= { moduleControlEntry 8 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.3.1.1.9
+ controlTempDeadBand OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "Module temperature alarm/warning deadband in 0.1 degC. Common
+ to all limit values (LoLo, Lo, Hi, HiHi). The deadband defines
+ the difference between the 'ON' limit and the 'OFF' limit of
+ the corresponding alarm.
+
+ Example: The Hi limit is 65 degC and the deadband is 5 degC.
+ The high warning is activated when the temperature exceeds
+ 65 degC and deactivated only after it falls below 60 degC."
+ ::= { moduleControlEntry 9 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.3.1.1.10
+ controlInternalAppAccess OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ allowIntControl(1),
+ denyIntControl(2)
+ }
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "This object defines whether the internal controller application
+ is able to access the module parameters. This corresponds
+ to the BXX module setting 'Allow Functions'.
+ 1 = allow internal control
+ 2 = deny internal control (remote control is possible)"
+ ::= { moduleControlEntry 10 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.3.1.1.11
+ controlLocalAccess OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ disabled(1),
+ enabled(2)
+ }
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "This object defines whether the local user interface
+ (buttons, knobs etc.) is enabled or disabled. Values:
+ 1 = disabled, local UI is locked
+ 2 = enabled, local UI is active
+ For modules/devices with no local UI this objects should
+ return value 'disabled (1)."
+ ::= { moduleControlEntry 11 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.3.2
+ moduleSWUpdateTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ModuleSWUpdateEntry
+ ACCESS not-accessible
+ STATUS optional
+ DESCRIPTION
+ "A table of software update control objects."
+ ::= { moduleControl 2 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.3.2.1
+ moduleSWUpdateEntry OBJECT-TYPE
+ SYNTAX ModuleSWUpdateEntry
+ ACCESS not-accessible
+ STATUS optional
+ INDEX { moduleId }
+ ::= { moduleSWUpdateTable 1 }
+
+
+ ModuleSWUpdateEntry ::=
+ SEQUENCE {
+ sWUpdateControl
+ INTEGER,
+ swUpdateURL
+ DisplayString,
+ sWUpdateFileName
+ DisplayString,
+ sWUpdateStatus
+ DisplayString
+ }
+
+ -- 1.3.6.1.4.1.3715.99.2.3.2.1.1
+ sWUpdateControl OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ updateIdle(1),
+ updateRunning(2),
+ updateFailed(3),
+ updateStart(4)
+ }
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "Writing value updateStart(4) commands the module to run a software
+ update. The software image location and file name are specified in
+ sWUpdateURL and sWUpdateFilename.
+
+ Writing a updateIdle(1) when the update is running will terminate the
+ update process immediately. Writing any value when no update is
+ runnign has no effect.
+
+ Reading this object returns either updateIdle(1), updateRunning(2) or
+ updateFailed(3) depending on the status of the (last) software update.
+ "
+ ::= { moduleSWUpdateEntry 1 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.3.2.1.2
+ swUpdateURL OBJECT-TYPE
+ SYNTAX DisplayString
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "The URL where the software image can be downloaded.
+
+ Format e.g. TFTP:\\downloads\swupdate\."
+ ::= { moduleSWUpdateEntry 2 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.3.2.1.3
+ sWUpdateFileName OBJECT-TYPE
+ SYNTAX DisplayString
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "File name of the software image file to be downloaded."
+ ::= { moduleSWUpdateEntry 3 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.3.2.1.4
+ sWUpdateStatus OBJECT-TYPE
+ SYNTAX DisplayString
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+ "Description of the software update result.
+
+ After successful update this object should return a string
+ 'Software updated successfully on <date and time>'. If the update failed
+ the returned value should be 'Software update failed'.
+ "
+ ::= { moduleSWUpdateEntry 4 }
+
+
+-- Module registry consists of one or more tables to store
+-- different kind of maintenance or management information.
+--
+-- The tables do not affect on the operation of the module.
+-- They are used only to support management and they are
+-- totally controlled by the manager.
+--
+ -- 1.3.6.1.4.1.3715.99.2.4
+ moduleRegistry OBJECT IDENTIFIER ::= { module 4 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.4.1
+ moduleSizeOfTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ModuleSizeOfEntry
+ ACCESS not-accessible
+ STATUS optional
+ DESCRIPTION
+ "This table defines maximum number of entries
+ in the registry tables. All the registry tables have
+ fixed size defined in this table."
+ ::= { moduleRegistry 1 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.4.1.1
+ moduleSizeOfEntry OBJECT-TYPE
+ SYNTAX ModuleSizeOfEntry
+ ACCESS not-accessible
+ STATUS optional
+ INDEX { moduleId }
+ ::= { moduleSizeOfTable 1 }
+
+
+ ModuleSizeOfEntry ::=
+ SEQUENCE {
+ sizeOfRegistry
+ INTEGER,
+ sizeOfRepairlog
+ INTEGER,
+ sizeOfNotebook
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.3715.99.2.4.1.1.1
+ sizeOfRegistry OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS mandatory
+ DESCRIPTION
+ "Max number of entries in the registryTable.
+ The entries in the registryTable are numbered
+ from 1..sizeofRegistry."
+ ::= { moduleSizeOfEntry 1 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.4.1.1.2
+ sizeOfRepairlog OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+ "Max number of entries in the repairlogTable.
+
+ First entry (oldest entry) is deleted, when a new
+ entry is added and the table is full."
+ ::= { moduleSizeOfEntry 2 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.4.1.1.3
+ sizeOfNotebook OBJECT-TYPE
+ SYNTAX INTEGER
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+ "Max number of entries in the notebookTable.
+ The lines in the notebookTable are numbered from
+ 1..sizeofNotebook."
+ ::= { moduleSizeOfEntry 3 }
+
+
+--
+-- The moduleRegistryTable contains an indexed data storage
+-- for each module. The Manager may use registry data for
+-- various purposes.
+--
+ -- 1.3.6.1.4.1.3715.99.2.4.2
+ moduleRegistryTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ModuleRegistryEntry
+ ACCESS not-accessible
+ STATUS optional
+ DESCRIPTION
+ "This table lists user data for all modules
+ installed inside the element.
+
+ Table is indexed by the moduleId and regIndex.
+ regIndex can have values 1..sizeofRegistry.
+
+ A registryEntry is 'deleted' by setting its name
+ to an empty string."
+ ::= { moduleRegistry 2 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.4.2.1
+ moduleRegistryEntry OBJECT-TYPE
+ SYNTAX ModuleRegistryEntry
+ ACCESS not-accessible
+ STATUS optional
+ INDEX { moduleId, regIndex }
+ ::= { moduleRegistryTable 1 }
+
+
+ ModuleRegistryEntry ::=
+ SEQUENCE {
+ regIndex
+ INTEGER,
+ regName
+ DisplayString,
+ regValue
+ DisplayString
+ }
+
+ -- 1.3.6.1.4.1.3715.99.2.4.2.1.1
+ regIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..255)
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+ "A second index to registryTable.
+ Can have values 1..sizeofRegistryTable."
+ ::= { moduleRegistryEntry 1 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.4.2.1.2
+ regName OBJECT-TYPE
+ SYNTAX DisplayString
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "Descriptive name for the parameter.
+
+ The agent is allowed to limit the length of the name.
+ Minimum length of eight characters must be supported.
+
+ Writing empty string to this object removes it from the
+ registryTable."
+ ::= { moduleRegistryEntry 2 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.4.2.1.3
+ regValue OBJECT-TYPE
+ SYNTAX DisplayString
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "Textual information describing the parameter information.
+
+ The agent is allowed to limit the length of the name.
+ Minimum length of eight characters must be supported."
+ ::= { moduleRegistryEntry 3 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.4.3
+ moduleRepairLogTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ModuleRepairLogEntry
+ ACCESS not-accessible
+ STATUS optional
+ DESCRIPTION
+ "This table contains repair history entries for modules
+ in the element. The table is indexed with moduleId and
+ repairLogDate.
+
+ The table can have sizeofRepairlog number of entries.
+ If this number is exceeded when writing a new entry,
+ the oldest entry is deleted and and a new entry is added."
+ ::= { moduleRegistry 3 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.4.3.1
+ moduleRepairLogEntry OBJECT-TYPE
+ SYNTAX ModuleRepairLogEntry
+ ACCESS not-accessible
+ STATUS optional
+ DESCRIPTION
+ "Row entry in RepairLogTable.
+
+ Note that it uses double index: moduleId repairIndex.
+ that uniquely identify each log entry. Rows for particular
+ module exist only if there is row, that represents this
+ module in the moduleTable.
+
+ A row is 'deleted' by giving a date 0000-00-00."
+ INDEX { moduleId, repairIndex }
+ ::= { moduleRepairLogTable 1 }
+
+
+ ModuleRepairLogEntry ::=
+ SEQUENCE {
+ repairIndex
+ INTEGER,
+ repairDate
+ DisplayString,
+ repairReasonCode
+ OCTET STRING,
+ repairNameCode
+ OCTET STRING,
+ repairComment
+ DisplayString
+ }
+
+ -- 1.3.6.1.4.1.3715.99.2.4.3.1.1
+ repairIndex OBJECT-TYPE
+ SYNTAX INTEGER (1..32767)
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+ "Row number of the Repairlog entry. Can have values
+ between 1..sizeOfRepairlog. This field is a second index
+ to moduleRepairLogTable."
+ ::= { moduleRepairLogEntry 1 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.4.3.1.2
+ repairDate OBJECT-TYPE
+ SYNTAX DisplayString
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "Date of this repair entry formatted as CCYY-MM-DD."
+ ::= { moduleRepairLogEntry 2 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.4.3.1.3
+ repairReasonCode OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (4))
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "Repair code for this entry."
+ ::= { moduleRepairLogEntry 3 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.4.3.1.4
+ repairNameCode OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (4))
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "Repairer name code (initials) for this entry."
+ ::= { moduleRepairLogEntry 4 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.4.3.1.5
+ repairComment OBJECT-TYPE
+ SYNTAX DisplayString
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "Comment of the repair event.
+ The agent is allowed to truncate the length of the
+ comment, if it is too long to internal storage."
+ ::= { moduleRepairLogEntry 5 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.4.4
+ moduleNotebookTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ModuleNotebookEntry
+ ACCESS not-accessible
+ STATUS optional
+ DESCRIPTION
+ "Notebook is a free text area for manager or serviceman
+ notes. It is divided into 50 character long character
+ blocks or lines. Each line is an entry in the
+ notebookTable.
+
+ Indices are moduleName and lineNumber.
+
+ A new line with the same lineNumber overwrites
+ the old line."
+ ::= { moduleRegistry 4 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.4.4.1
+ moduleNotebookEntry OBJECT-TYPE
+ SYNTAX ModuleNotebookEntry
+ ACCESS not-accessible
+ STATUS optional
+ INDEX { moduleId, notebookLineNumber }
+ ::= { moduleNotebookTable 1 }
+
+
+ ModuleNotebookEntry ::=
+ SEQUENCE {
+ notebookLineNumber
+ INTEGER,
+ notebookLineText
+ OCTET STRING
+ }
+
+ -- 1.3.6.1.4.1.3715.99.2.4.4.1.1
+ notebookLineNumber OBJECT-TYPE
+ SYNTAX INTEGER (1..255)
+ ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+ "The line number of the notebookTextLine.
+ The number must be in between 1..sizeofNotebook.
+ inclusive. Numbers should be used consecutively."
+ ::= { moduleNotebookEntry 1 }
+
+
+ -- 1.3.6.1.4.1.3715.99.2.4.4.1.2
+ notebookLineText OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..50))
+ ACCESS read-write
+ STATUS optional
+ DESCRIPTION
+ "Text field for storing notes about the module."
+ ::= { moduleNotebookEntry 2 }
+
+
+
+ END
+
+--
+-- TELESTE-COMMON-MIB.mib
+--
diff --git a/MIBS/teleste/TELESTE-LUMINATO-MIB b/MIBS/teleste/TELESTE-LUMINATO-MIB
new file mode 100644
index 0000000..0482552
--- /dev/null
+++ b/MIBS/teleste/TELESTE-LUMINATO-MIB
@@ -0,0 +1,4030 @@
+--
+-- TELESTE-LUMINATO-MIB.mib
+-- MIB generated by MG-SOFT Visual MIB Builder Version 4.0 Build 349
+-- Wednesday, September 30, 2009 at 14:12:58
+--
+-- TELESTE-LUMINATO-MIB.mib
+--
+-- *****************************************************************************
+-- Copyright (c) 2000-2010 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.2 16.02.2010 Sami Salo and Sergey Egorov
+-- - Changed OID 1.3.6.1.4.1.3715.17.2 from 'monitor' to 'statusCode'
+-- - Corrected types and ranges for PID, SID and TS IDs
+-- - Minor cosmetic corrections
+-- 1.1 30.09.2009 Rainer Salminen and Sami Salo
+-- - Added monitor and alarm object tables
+-- 1.0 19.02.2009 Sergey Egorov
+-- - Initial release
+-- ****************************************************************************
+--
+
+ TELESTE-LUMINATO-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ OBJECT-TYPE
+ FROM RFC-1212
+ TimeTicks
+ FROM RFC1155-SMI
+ DisplayString
+ FROM RFC1213-MIB
+ Unsigned32
+ FROM SNMPv2-SMI
+ luminato
+ FROM TELESTE-ROOT-MIB
+ Float
+ FROM UCD-SNMP-MIB;
+
+
+
+--
+-- Node definitions
+--
+-- General information of device
+ -- 1.3.6.1.4.1.3715.17.1
+ general OBJECT IDENTIFIER ::= { luminato 1 }
+
+ -- 1.3.6.1.4.1.3715.17.1.1
+ deviceName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The identification name ('aliasname') of the device"
+ ::= { general 1 }
+
+
+ -- 1.3.6.1.4.1.3715.17.1.2
+ generalStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ statusAlert(1),
+ statusCritical(2),
+ statusError(3),
+ statusWarning(4),
+ statusNotice(5),
+ statusInformational(6),
+ statusDebug(7)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "General status of device"
+ ::= { general 2 }
+
+ -- 1.3.6.1.4.1.3715.17.1.3
+ redundancyStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ redundancyStandalone(1),
+ redundancyMaster(16),
+ redundancyMasterHandover(24),
+ redundancyBackup(32),
+ redundancyBackupHandover(40),
+ redundancyError(64)
+ }
+ MAX-ACCESS read-only
+ STATUS optional
+ DESCRIPTION
+ "Status of device in 1+1 backup operation mode"
+ ::= { general 3 }
+
+ -- 1.3.6.1.4.1.3715.17.1.10
+ hwSerialNumber OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Device serial number"
+ ::= { general 10 }
+
+ -- 1.3.6.1.4.1.3715.17.1.11
+ hwType OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The hardware type name of the device"
+ ::= { general 11 }
+
+ -- 1.3.6.1.4.1.3715.17.1.12
+ hwVersion OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Device hardware version"
+ ::= { general 12 }
+
+ -- 1.3.6.1.4.1.3715.17.1.13
+ swVersion OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Device running software version"
+ ::= { general 13 }
+
+ -- 1.3.6.1.4.1.3715.17.1.14
+ upTime OBJECT-TYPE
+ SYNTAX TimeTicks
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Device uptime"
+ ::= { general 14 }
+
+
+ -- 1.3.6.1.4.1.3715.17.1.15
+ cumulativeUptime OBJECT-TYPE
+ SYNTAX TimeTicks
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Device cummulative uptime"
+ ::= { general 15 }
+
+
+ -- 1.3.6.1.4.1.3715.17.2
+ statusCode OBJECT IDENTIFIER ::= { luminato 2 }
+
+ -- 1.3.6.1.4.1.3715.17.2.1
+ interfaceTypeTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF InterfaceTypeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "InterfaceTypeTable lists possible interface types in the system."
+ ::= { statusCode 1 }
+
+ -- 1.3.6.1.4.1.3715.17.2.1.1
+ interfaceTypeEntry OBJECT-TYPE
+ SYNTAX InterfaceTypeEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Each InterfaceTypeEntry describes type of the interface."
+ INDEX { interfaceTypeId }
+ ::= { interfaceTypeTable 1 }
+
+
+ InterfaceTypeEntry ::=
+ SEQUENCE {
+ interfaceTypeId
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.3715.17.2.1.1.1
+ interfaceTypeId OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ input(1),
+ output(2)
+ }
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Interfacetype Id has two values input(1) and output(2). Values are used in other tables as index."
+ ::= { interfaceTypeEntry 1 }
+
+ -- 1.3.6.1.4.1.3715.17.2.2
+ statusCodeDeviceTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF StatusCodeDeviceEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table describes monitorable objects of the device.
+ The objects may represents real objects or classes.
+ The monitoring system or user shall not poll this table to detect device state.
+
+ Instead - user shall wait for traps or poll currentAlarmTable(1.3.6.1.4.1.5591.1.1.2) from SCTE-HMS-PROPERTY-MIB.
+ In this case statusCodeDeviceTable shall be used to obtains text definition of alarm."
+ ::= { statusCode 2 }
+
+ -- 1.3.6.1.4.1.3715.17.2.2.1
+ statusCodeDeviceEntry OBJECT-TYPE
+ SYNTAX StatusCodeDeviceEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { scdObjectId }
+ ::= { statusCodeDeviceTable 1 }
+
+
+ StatusCodeDeviceEntry ::=
+ SEQUENCE {
+ scdObjectId
+ Unsigned32,
+ scdObjectValue
+ INTEGER,
+ scdObjectDescriptor
+ DisplayString,
+ scdObjectAlarmValue
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.3715.17.2.2.1.1
+ scdObjectId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Unique identifier of the monitorable object.
+ "
+ ::= { statusCodeDeviceEntry 1 }
+
+ -- 1.3.6.1.4.1.3715.17.2.2.1.2
+ scdObjectValue OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Value of the monitorable object.
+ The scdObjectDescriptor tells name, scale and unit of the object."
+ ::= { statusCodeDeviceEntry 2 }
+
+
+ -- 1.3.6.1.4.1.3715.17.2.2.1.3
+ scdObjectDescriptor OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description of the monitorable object.
+
+ Free text if object has two states
+
+ or
+
+ Format:
+ Name, Scale, Unit, [optional text]
+
+ ------------------------------------
+
+ Example 1 (Analogue object):
+
+ 'MainVoltage, 0.01, V'
+
+ Usage:
+ scdObjectId:7 (example)
+ scdObjectValue:2399
+ scdObjectDescriptor:'MainVoltage, 0.01, V'
+
+ means
+
+ Main voltage is 23.99 V
+
+ ------------------------------------
+
+ Example 2 (Discrete object):
+
+ 'TemperatureHigh, 1, high(2)/nominal(1), Alarm state of the temperature'
+
+ Usage:
+ scdObjectId:12 (example)
+ scdObjectValue:2
+
+ means
+
+ Temperature is in high alarm state.
+
+ ------------------------------------
+ "
+ ::= { statusCodeDeviceEntry 3 }
+
+
+ -- 1.3.6.1.4.1.3715.17.2.2.1.4
+ scdObjectAlarmValue OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "When the object has this value it is in the alarm state.
+ One object id can have only one alarm state.
+ If more alarm states exist then new associated object needs to be created.
+ Note that alarm state value can have only discrete values.
+ If the value is zero then there is no alarm for this object.
+
+ Example:
+
+ TemperatureHigh object can have values high(2) or nominal(1).
+ Alarm monitoring for this object is triggered by setting dmObjectAlarmValue
+ to value 2 meaning high(2).
+
+ How the alarm processing is done is out of scope of this MIB.
+ "
+ ::= { statusCodeDeviceEntry 4 }
+
+ -- 1.3.6.1.4.1.3715.17.2.3
+ statusCodeModuleTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF StatusCodeModuleEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table describes monitorable objects per module inside the device.
+ The objects may represents real objects or classes.
+ The monitoring system or user shall not poll this table to detect device state.
+
+ Instead - user shall wait for traps or poll currentAlarmTable(1.3.6.1.4.1.5591.1.1.2) from SCTE-HMS-PROPERTY-MIB.
+ In this case statusCodeModuleTable shall be used to obtains text definition of alarm."
+ ::= { statusCode 3 }
+
+ -- 1.3.6.1.4.1.3715.17.2.3.1
+ statusCodeModuleEntry OBJECT-TYPE
+ SYNTAX StatusCodeModuleEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { scmModuleId, scmObjectId }
+ ::= { statusCodeModuleTable 1 }
+
+
+ StatusCodeModuleEntry ::=
+ SEQUENCE {
+ scmModuleId
+ INTEGER,
+ scmObjectId
+ Unsigned32,
+ scmObjectValue
+ INTEGER,
+ scmObjectDescriptor
+ DisplayString,
+ scmObjectAlarmValue
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.3715.17.2.3.1.1
+ scmModuleId OBJECT-TYPE
+ SYNTAX INTEGER (1..7)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module Id within the device (usually slot number)."
+ ::= { statusCodeModuleEntry 1 }
+
+ -- 1.3.6.1.4.1.3715.17.2.3.1.2
+ scmObjectId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Unique identifier of the monitorable object within the module."
+ ::= { statusCodeModuleEntry 2 }
+
+
+ -- 1.3.6.1.4.1.3715.17.2.3.1.3
+ scmObjectValue OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Value of the monitorable object.
+ The scmObjectDescriptor tells name, scale and unit of the object."
+ ::= { statusCodeModuleEntry 3 }
+
+
+ -- 1.3.6.1.4.1.3715.17.2.3.1.4
+ scmObjectDescriptor OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description of the monitorable object.
+ See scdObjectDescriptor for format, example and usage.
+
+ "
+ ::= { statusCodeModuleEntry 4 }
+
+
+ -- 1.3.6.1.4.1.3715.17.2.3.1.5
+ scmObjectAlarmValue OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "See scdObjectAlarmValue for format, example and usage.
+
+ "
+ ::= { statusCodeModuleEntry 5 }
+
+
+ -- 1.3.6.1.4.1.3715.17.2.4
+ statusCodeInterfaceTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF StatusCodeInterfaceEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table describes monitorable objects per interface per module.
+ The objects may represents real objects or classes.
+ The monitoring system or user shall not poll this table to detect device state.
+
+ Instead - user shall wait for traps or poll currentAlarmTable(1.3.6.1.4.1.5591.1.1.2) from SCTE-HMS-PROPERTY-MIB.
+ In this case statusCodeInterfaceTable shall be used to obtains text definition of alarm."
+
+ ::= { statusCode 4 }
+
+ -- 1.3.6.1.4.1.3715.17.2.4.1
+ statusCodeInterfaceEntry OBJECT-TYPE
+ SYNTAX StatusCodeInterfaceEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { interfaceTypeId, scmModuleId, sciInterfaceId, sciObjectId }
+ ::= { statusCodeInterfaceTable 1 }
+
+
+ StatusCodeInterfaceEntry ::=
+ SEQUENCE {
+ sciInterfaceId
+ INTEGER,
+ sciObjectId
+ Unsigned32,
+ sciObjectValue
+ INTEGER,
+ sciObjectDescriptor
+ DisplayString,
+ sciObjectAlarmValue
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.3715.17.2.4.1.1
+ sciInterfaceId OBJECT-TYPE
+ SYNTAX INTEGER (1..4)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Unique interface Id within the module (e.g. RF connector number)."
+ ::= { statusCodeInterfaceEntry 1 }
+
+
+ -- 1.3.6.1.4.1.3715.17.2.4.1.2
+ sciObjectId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Unique identifier of the monitorable object within the interface."
+ ::= { statusCodeInterfaceEntry 2 }
+
+ -- 1.3.6.1.4.1.3715.17.2.4.1.3
+ sciObjectValue OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Value of the monitorable object.
+ The sciObjectDescriptor tells name, scale and unit of the object."
+ ::= { statusCodeInterfaceEntry 3 }
+
+
+ -- 1.3.6.1.4.1.3715.17.2.4.1.4
+ sciObjectDescriptor OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description of the monitorable object.
+ See scdObjectDescriptor for format, example and usage.
+
+ "
+ ::= { statusCodeInterfaceEntry 4 }
+
+
+ -- 1.3.6.1.4.1.3715.17.2.4.1.5
+ sciObjectAlarmValue OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "See dmObjectAlarmValue for format, example and usage.
+
+ "
+ ::= { statusCodeInterfaceEntry 5 }
+
+
+ -- 1.3.6.1.4.1.3715.17.2.5
+ statusCodeTransportStreamTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF StatusCodeTransportStreamEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table describes monitorable objects of each transport stream.
+ The objects may represents real objects or classes.
+ The monitoring system or user shall not poll this table to detect device state.
+
+ Instead - user shall wait for traps or poll currentAlarmTable(1.3.6.1.4.1.5591.1.1.2) from SCTE-HMS-PROPERTY-MIB.
+ In this case statusCodeTransportStreamTable shall be used to obtains text definition of alarm."
+ ::= { statusCode 5 }
+
+ -- 1.3.6.1.4.1.3715.17.2.5.1
+ statusCodeTransportStreamEntry OBJECT-TYPE
+ SYNTAX StatusCodeTransportStreamEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { interfaceTypeId, scmModuleId, sciInterfaceId, sctsTransportStreamId, sctsObjectId
+ }
+ ::= { statusCodeTransportStreamTable 1 }
+
+
+ StatusCodeTransportStreamEntry ::=
+ SEQUENCE {
+ sctsTransportStreamId
+ INTEGER,
+ sctsObjectId
+ Unsigned32,
+ sctsObjectValue
+ INTEGER,
+ sctsObjectDescriptor
+ DisplayString,
+ sctsObjectAlarmValue
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.3715.17.2.5.1.1
+ sctsTransportStreamId OBJECT-TYPE
+ SYNTAX INTEGER (1..8192)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Unique transport stream id inside the interface."
+ ::= { statusCodeTransportStreamEntry 1 }
+
+
+ -- 1.3.6.1.4.1.3715.17.2.5.1.2
+ sctsObjectId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Unique identifier of the monitorable object."
+ ::= { statusCodeTransportStreamEntry 2 }
+
+
+ -- 1.3.6.1.4.1.3715.17.2.5.1.3
+ sctsObjectValue OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Value of the monitorable object.
+ The sctsObjectDescriptor tells name, scale and unit of the object."
+ ::= { statusCodeTransportStreamEntry 3 }
+
+ -- 1.3.6.1.4.1.3715.17.2.5.1.4
+ sctsObjectDescriptor OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description of the monitorable object.
+ See dmObjectDescriptor for format, example and usage.
+
+ "
+ ::= { statusCodeTransportStreamEntry 4 }
+
+
+ -- 1.3.6.1.4.1.3715.17.2.5.1.5
+ sctsObjectAlarmValue OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "See scdObjectAlarmValue for format, example and usage.
+
+ "
+ ::= { statusCodeTransportStreamEntry 5 }
+
+ -- 1.3.6.1.4.1.3715.17.2.6
+ statusCodeServiceTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF StatusCodeServiceEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table describes monitorable objects of each service.
+ The objects may represents real objects or classes.
+ The monitoring system or user shall not poll this table to detect device state.
+
+ Instead - user shall wait for traps or poll currentAlarmTable(1.3.6.1.4.1.5591.1.1.2) from SCTE-HMS-PROPERTY-MIB.
+ In this case statusCodeServiceTable shall be used to obtains text definition of alarm."
+ ::= { statusCode 6 }
+
+ -- 1.3.6.1.4.1.3715.17.2.6.1
+ statusCodeServiceEntry OBJECT-TYPE
+ SYNTAX StatusCodeServiceEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { interfaceTypeId, scmModuleId, sciInterfaceId, sctsTransportStreamId, scsSID,
+ scsObjectId }
+ ::= { statusCodeServiceTable 1 }
+
+
+ StatusCodeServiceEntry ::=
+ SEQUENCE {
+ scsSID
+ INTEGER,
+ scsObjectId
+ Unsigned32,
+ scsObjectValue
+ INTEGER,
+ scsObjectDescriptor
+ DisplayString,
+ scsServiceName
+ DisplayString,
+ scsObjectAlarmValue
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.3715.17.2.6.1.1
+ scsSID OBJECT-TYPE
+ SYNTAX INTEGER (0..65535)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Unique service id number inside the transport stream."
+ ::= { statusCodeServiceEntry 1 }
+
+ -- 1.3.6.1.4.1.3715.17.2.6.1.2
+ scsObjectId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Unique identifier of the monitorable object."
+ ::= { statusCodeServiceEntry 2 }
+
+
+ -- 1.3.6.1.4.1.3715.17.2.6.1.3
+ scsObjectValue OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Value of the monitorable object.
+ The scsObjectDescriptor tells name, scale and unit of the object."
+ ::= { statusCodeServiceEntry 3 }
+
+ -- 1.3.6.1.4.1.3715.17.2.6.1.4
+ scsObjectDescriptor OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description of the monitorable object.
+ See scdObjectDescriptor for format, example and usage.
+
+ "
+ ::= { statusCodeServiceEntry 4 }
+
+
+ -- 1.3.6.1.4.1.3715.17.2.6.1.5
+ scsServiceName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The name of the service."
+ ::= { statusCodeServiceEntry 5 }
+
+
+ -- 1.3.6.1.4.1.3715.17.2.6.1.6
+ scsObjectAlarmValue OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "See scdObjectAlarmValue for format, example and usage.
+
+ "
+ ::= { statusCodeServiceEntry 6 }
+
+
+ -- 1.3.6.1.4.1.3715.17.2.7
+ statusCodePidTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF StatusCodePidEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "This table lists monitorable objects of each PID.
+ The objects may represents real objects or classes.
+ The monitoring system or user shall not poll this table to detect device state.
+
+ Instead - user shall wait for traps or poll currentAlarmTable(1.3.6.1.4.1.5591.1.1.2) from SCTE-HMS-PROPERTY-MIB.
+ In this case statusCodePidTable shall be used to obtains text definition of alarm."
+ ::= { statusCode 7 }
+
+ -- 1.3.6.1.4.1.3715.17.2.7.1
+ statusCodePidEntry OBJECT-TYPE
+ SYNTAX StatusCodePidEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ " "
+ INDEX { interfaceTypeId, scmModuleId, sciInterfaceId, sctsTransportStreamId, scpPID,
+ scpObjectId }
+ ::= { statusCodePidTable 1 }
+
+
+ StatusCodePidEntry ::=
+ SEQUENCE {
+ scpPID
+ INTEGER,
+ scpObjectId
+ Unsigned32,
+ scpObjectValue
+ INTEGER,
+ scpObjectDescriptor
+ DisplayString,
+ scpObjectAlarmValue
+ INTEGER
+ }
+
+
+ -- 1.3.6.1.4.1.3715.17.2.7.1.1
+ scpPID OBJECT-TYPE
+ SYNTAX INTEGER (0..8191)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Unique PID value inside the transport stream."
+ ::= { statusCodePidEntry 1 }
+
+
+ -- 1.3.6.1.4.1.3715.17.2.7.1.2
+ scpObjectId OBJECT-TYPE
+ SYNTAX Unsigned32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Unique identifier of the monitorable object."
+ ::= { statusCodePidEntry 2 }
+
+
+ -- 1.3.6.1.4.1.3715.17.2.7.1.3
+ scpObjectValue OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Value of the monitorable object.
+ The scpObjectDescriptor tells name, scale and unit of the object."
+ ::= { statusCodePidEntry 3 }
+
+ -- 1.3.6.1.4.1.3715.17.2.7.1.4
+ scpObjectDescriptor OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description of the monitorable object.
+ See scdObjectDescriptor for format, example and usage.
+
+ "
+ ::= { statusCodePidEntry 4 }
+
+
+ -- 1.3.6.1.4.1.3715.17.2.7.1.5
+ scpObjectAlarmValue OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "See scdObjectAlarmValue for format, example and usage.
+
+ "
+ ::= { statusCodePidEntry 5 }
+
+
+ -- 1.3.6.1.4.1.3715.17.3
+ interface OBJECT IDENTIFIER ::= { luminato 3 }
+
+ -- 1.3.6.1.4.1.3715.17.3.1
+ ifExtTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF IfExtEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { interface 1 }
+
+
+ -- 1.3.6.1.4.1.3715.17.3.1.1
+ ifExtEntry OBJECT-TYPE
+ SYNTAX IfExtEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ ""
+ INDEX { INTEGER }
+ ::= { ifExtTable 1 }
+
+
+ IfExtEntry ::=
+ SEQUENCE {
+ ifExtIndex
+ INTEGER,
+ ifExtName
+ DisplayString,
+ ifExtModule
+ INTEGER,
+ ifExtPhysInterface
+ INTEGER,
+ ifExtLogiInterface
+ INTEGER,
+ ifExtDirection
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.3715.17.3.1.1.1
+ ifExtIndex OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A unique index for an interface.
+ The index is of following format: SDPPVVVV, where:
+ - S = Slot number
+ - D = input(1) / output(2)
+ - PP = Physical interface number
+ - VVVV = Virtual interface number"
+ ::= { ifExtEntry 1 }
+
+
+ -- 1.3.6.1.4.1.3715.17.3.1.1.2
+ ifExtName OBJECT-TYPE
+ SYNTAX DisplayString
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Description for the interface."
+ ::= { ifExtEntry 2 }
+
+
+ -- 1.3.6.1.4.1.3715.17.3.1.1.3
+ ifExtModule OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Number of the physical module or slot housing the interface."
+ ::= { ifExtEntry 3 }
+
+
+ -- 1.3.6.1.4.1.3715.17.3.1.1.4
+ ifExtPhysInterface OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Physical interface number."
+ ::= { ifExtEntry 4 }
+
+
+ -- 1.3.6.1.4.1.3715.17.3.1.1.5
+ ifExtLogiInterface OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Logical interface number."
+ ::= { ifExtEntry 5 }
+
+
+ -- 1.3.6.1.4.1.3715.17.3.1.1.6
+ ifExtDirection OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ input(1),
+ output(2),
+ both(3)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Direction for the data going through the interface."
+ ::= { ifExtEntry 6 }
+
+
+-- Signal physical level
+
+ -- 1.3.6.1.4.1.3715.17.3.2
+ signalPhysTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF SignalPhysEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { interface 2 }
+
+
+ -- 1.3.6.1.4.1.3715.17.3.2.1
+ signalPhysEntry OBJECT-TYPE
+ SYNTAX SignalPhysEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ ""
+ INDEX { ifExtIndex }
+ ::= { signalPhysTable 1 }
+
+
+ SignalPhysEntry ::=
+ SEQUENCE {
+ signalSnr
+ INTEGER,
+ signalSnrMin
+ INTEGER,
+ signalSnrMax
+ INTEGER,
+ signalCcErrors
+ INTEGER,
+ signalBer
+ Float,
+ signalVber
+ Float
+ }
+
+ -- 1.3.6.1.4.1.3715.17.3.2.1.2
+ signalSnr OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Recent signal to noise ratio in 1/10th of dB."
+ ::= { signalPhysEntry 2 }
+
+
+ -- 1.3.6.1.4.1.3715.17.3.2.1.3
+ signalSnrMin OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Lowest measured SNR value since last device startup or last counter reset."
+ ::= { signalPhysEntry 3 }
+
+
+ -- 1.3.6.1.4.1.3715.17.3.2.1.4
+ signalSnrMax OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Highest measured SNR value since last device startup or last counter reset."
+ ::= { signalPhysEntry 4 }
+
+
+ -- 1.3.6.1.4.1.3715.17.3.2.1.5
+ signalCcErrors OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "The number of continuity errors since last device startup or last counter reset."
+ ::= { signalPhysEntry 5 }
+
+
+ -- 1.3.6.1.4.1.3715.17.3.2.1.6
+ signalBer OBJECT-TYPE
+ SYNTAX Float
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Calculated bit error ratio of the signal."
+ ::= { signalPhysEntry 6 }
+
+
+ -- 1.3.6.1.4.1.3715.17.3.2.1.7
+ signalVber OBJECT-TYPE
+ SYNTAX Float
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Calculated Viterbi bit error ratio of the signal."
+ ::= { signalPhysEntry 7 }
+
+
+
+-- transfer statistics
+
+ -- 1.3.6.1.4.1.3715.17.3.3
+ transferTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF TransferEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { interface 3 }
+
+
+ -- 1.3.6.1.4.1.3715.17.3.3.1
+ transferEntry OBJECT-TYPE
+ SYNTAX TransferEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ ""
+ INDEX { ifExtIndex }
+ ::= { transferTable 1 }
+
+
+ TransferEntry ::=
+ SEQUENCE {
+ transBitrate
+ INTEGER,
+ transBitrateMin
+ INTEGER,
+ transBitrateMax
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.3715.17.3.3.1.2
+ transBitrate OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Recent measured bitrate of the interface in kilobits per second."
+ ::= { transferEntry 2 }
+
+
+ -- 1.3.6.1.4.1.3715.17.3.3.1.3
+ transBitrateMin OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Lowest measured bitrate since last device startup or last counter reset.
+ Writing clears the counter."
+ ::= { transferEntry 3 }
+
+
+ -- 1.3.6.1.4.1.3715.17.3.3.1.4
+ transBitrateMax OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Highest measured bitrate since last device startup or last counter reset.
+ Writing clears the counter."
+ ::= { transferEntry 4 }
+
+
+-- ProMpegFec interface related data
+
+ -- 1.3.6.1.4.1.3715.17.3.20
+ proMpegFecTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ProMpegFecEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ ""
+ ::= { interface 20 }
+
+
+ -- 1.3.6.1.4.1.3715.17.3.20.1
+ proMpegFecEntry OBJECT-TYPE
+ SYNTAX ProMpegFecEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ ""
+ INDEX { ifExtIndex }
+ ::= { proMpegFecTable 1 }
+
+
+ ProMpegFecEntry ::=
+ SEQUENCE {
+ fecValidPkts
+ Counter32,
+ fecUncorrectedPkts
+ Counter32,
+ fecCorrectedPkts
+ Counter32,
+ fecDuplicatePkts
+ Counter32,
+ fecReorderedPkts
+ Counter32,
+ fecIncorrectSeqNumbers
+ Counter32,
+ fecDiscontinuities
+ Counter32
+ }
+
+ -- 1.3.6.1.4.1.3715.17.3.20.1.1
+ fecValidPkts OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Number of media stream packets received.
+ Writing any value in this oid will clear all ProMpegFec related counters on
+ the current interface."
+ ::= { proMpegFecEntry 1 }
+
+
+ -- 1.3.6.1.4.1.3715.17.3.20.1.2
+ fecUncorrectedPkts OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Number of missing media stream packets after FEC decoding.
+ Writing any value in this oid will clear all ProMpegFec related counters on
+ the current interface."
+ ::= { proMpegFecEntry 2 }
+
+
+ -- 1.3.6.1.4.1.3715.17.3.20.1.3
+ fecCorrectedPkts OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Number of corrected packets after FEC decoding.
+ Writing any value in this oid will clear all ProMpegFec related counters on
+ the current interface."
+ ::= { proMpegFecEntry 3 }
+
+
+ -- 1.3.6.1.4.1.3715.17.3.20.1.4
+ fecDuplicatePkts OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Number of duplicate packets received. Defined as a received packet with
+ the same RTP sequence number as any of the packets already in the decoding
+ buffer. All duplicate packets are automatically discarded and do not cause
+ missing packets or duplicates to the output stream.
+ Writing any value in this oid will clear all ProMpegFec related counters on
+ the current interface."
+ ::= { proMpegFecEntry 4 }
+
+
+ -- 1.3.6.1.4.1.3715.17.3.20.1.5
+ fecReorderedPkts OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Number of reordered packets received. Defined as a received packet which
+ RTP sequence number is smaller than the highest RTP sequence number already
+ received, excluding duplicate packets and packets which are out of the
+ decoding buffer range. These packets will be re-ordered and do not cause
+ missing packets to the output stream.
+ Writing any value in this oid will clear all ProMpegFec related counters on
+ the current interface."
+ ::= { proMpegFecEntry 5 }
+
+
+ -- 1.3.6.1.4.1.3715.17.3.20.1.6
+ fecIncorrectSeqNumbers OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Number of received media packets that have RTP sequence number out of
+ decoding buffer range. All these packet are discarded. If 10 consecutive
+ packets are out of range then decoding buffer is flushed and re-initialised
+ i.e. all packets in the buffer are discarded. Incorrect sequence numbers
+ counter will not be incremented if decoding buffer has been flushed.
+ Writing any value in this oid will clear all ProMpegFec related counters on
+ the current interface."
+ ::= { proMpegFecEntry 6 }
+
+
+ -- 1.3.6.1.4.1.3715.17.3.20.1.7
+ fecDiscontinuities OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "Number of RTP sequence number discontinuities after FEC decoding. Discontinuity
+ is detected when the sequence number of received RTP packet (after decoding) is
+ not equal to sequence number of previous packet. Discontinuities are typically
+ detected when there are uncorrected packets in the stream, or when there are
+ brief interruptions in the stream (in range of about 1-20 seconds). Also abrupt
+ change of stream source will be counted as discontinuity because of jump in RTP
+ sequence numbers.
+ Writing any value in this oid will clear all ProMpegFec related counters on
+ 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 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5
+ statusFlags OBJECT IDENTIFIER ::= { luminato 5 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2
+ moduleStatusTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ModuleStatusEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ ::= { statusFlags 2 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1
+ moduleStatusEntry OBJECT-TYPE
+ SYNTAX ModuleStatusEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ INDEX { moduleId }
+ ::= { moduleStatusTable 1 }
+
+
+ ModuleStatusEntry ::=
+ SEQUENCE {
+ moduleId
+ INTEGER,
+ modulePidConflictStatus
+ INTEGER,
+ moduleTemperatureHigh
+ INTEGER,
+ moduleTemperatureLow
+ INTEGER,
+ modulePidCapaStatus
+ INTEGER,
+ modulePsisiCaptureCapaStatus
+ INTEGER,
+ moduleSidAllocStatus
+ INTEGER,
+ moduleCaDetectStatus
+ INTEGER,
+ moduleDetectStatus
+ INTEGER,
+ moduleVoltageHigh
+ INTEGER,
+ moduleVoltageLow
+ INTEGER,
+ moduleCurrentHigh
+ INTEGER,
+ moduleCurrentLow
+ INTEGER,
+ moduleDaemonInitStatus
+ INTEGER,
+ moduleDriverStatus
+ INTEGER,
+ moduleHwStatus
+ INTEGER,
+ moduleFanStatus
+ INTEGER,
+ modulePowerSourceStatus
+ INTEGER,
+ modulePsuOverloadStatus
+ INTEGER,
+ moduleBootupProgressStatus
+ INTEGER,
+ moduleBootupRetryStatus
+ INTEGER,
+ moduleBootupStatus
+ INTEGER,
+ moduleShutdownProgressStatus
+ INTEGER,
+ moduleConnStatus
+ INTEGER,
+ moduleCompatStatus
+ INTEGER,
+ moduleUpcPowerLow
+ INTEGER,
+ moduleUpcPowerHigh
+ INTEGER,
+ moduleCalibrDataStatus
+ INTEGER,
+ moduleCalibrDataCheckStatus
+ INTEGER,
+ moduleDescrStatus
+ INTEGER,
+ moduleBackupStatus
+ INTEGER,
+ moduleNitOutputsStatus
+ INTEGER,
+ moduleNitSelectionStatus
+ INTEGER,
+ moduleNitConfChangeStatus
+ INTEGER,
+ moduleNitDataQueryStatus
+ INTEGER,
+ moduleNitWizardStatus
+ INTEGER,
+ moduleQamFreqStatus
+ INTEGER,
+ moduleOutputSidStatus
+ INTEGER,
+ moduleConfStatus
+ INTEGER,
+ moduleFreqStatus
+ INTEGER,
+ moduleOutputPowerStatus
+ INTEGER,
+ moduleSymrateStatus
+ INTEGER,
+ moduleChanDistStatus
+ INTEGER,
+ moduleLnbVoltStatus
+ INTEGER,
+ moduleFecRateStatus
+ INTEGER,
+ moduleLnbCurrStatus
+ INTEGER,
+ moduleFreqOffsetStatus
+ INTEGER,
+ moduleDescrRestartStatus
+ INTEGER,
+ moduleCamRestartStatus
+ INTEGER,
+ moduleEcmgStatus
+ INTEGER,
+ moduleEcmStreamStatus
+ INTEGER,
+ moduleEmmStatus
+ INTEGER,
+ moduleEmmStreamStatus
+ INTEGER,
+ moduleEcmgConnStatus
+ INTEGER,
+ moduleEmmConnStatus
+ INTEGER,
+ moduleEcmgSpareStatus
+ INTEGER,
+ moduleBootloaderAvailStatus
+ INTEGER,
+ moduleBl1UpdateProgStatus
+ INTEGER,
+ moduleBl2UpdateProgStatus
+ INTEGER,
+ moduleBl1UpdateStatus
+ INTEGER,
+ moduleBl2UpdateStatus
+ INTEGER,
+ moduleActiveBackupStatus
+ INTEGER,
+ moduleConfProgressStatus
+ INTEGER,
+ modulePresenceStatus
+ INTEGER,
+ moduleProcessRestartStatus
+ INTEGER,
+ moduleBackupLicenseStatus
+ INTEGER,
+ modulePsisiEditorLicenseStatus
+ INTEGER,
+ moduleMuxLicenseStatus
+ INTEGER,
+ moduleDemuxLicenseStatus
+ INTEGER,
+ moduleDvbLicenseStatus
+ INTEGER,
+ moduleMsdLicenseStatus
+ INTEGER,
+ moduleDvbs2LicenseStatus
+ INTEGER,
+ moduleDvbt2LicenseStatus
+ INTEGER,
+ moduleScsLicenseStatus
+ INTEGER,
+ moduleCliLoginStatus
+ INTEGER,
+ moduleRedunActivationStatus
+ INTEGER,
+ moduleExtioPinSignalingStatus
+ INTEGER,
+ moduleBackupPsuStatus
+ INTEGER,
+ moduleIntrusionStatus
+ INTEGER,
+ moduleRedunStatus
+ INTEGER,
+ moduleBackupHwStatus
+ INTEGER,
+ moduleSwUpdateProgress
+ INTEGER,
+ moduleSwUpdateStatus
+ INTEGER,
+ moduleEitLicenseStatus
+ INTEGER,
+ moduleDescramblingStatus
+ INTEGER,
+ moduleDvbTimeStatus
+ INTEGER,
+ moduleTunerDcFeedStatus
+ INTEGER,
+ moduleTunerPlpSelectionReqStatus
+ INTEGER,
+ moduleTunerPlpStatus
+ INTEGER,
+ moduleTunerHierarchyStatus
+ INTEGER,
+ moduleEcmStatus
+ INTEGER,
+ moduleScramConflictStatus
+ INTEGER,
+ moduleScramSharedStatus
+ INTEGER,
+ moduleBackupVoltageHigh
+ INTEGER,
+ moduleBackupVoltageLow
+ INTEGER,
+ moduleSdtTableStatus
+ INTEGER,
+ moduleDescramblingRestart
+ INTEGER,
+ moduleCaModuleRestart
+ INTEGER,
+ moduleCaMenuStatus
+ INTEGER,
+ moduleInvalidCamRouting
+ INTEGER,
+ moduleNitSidConflict
+ INTEGER,
+ moduleLicenseMissingFEC
+ INTEGER,
+ moduleFecCorrectionStatus
+ INTEGER,
+ moduleFecPacketDropStatus
+ INTEGER,
+ moduleFecMediaPktsStatus
+ INTEGER,
+ moduleSfpLinkStatus
+ INTEGER,
+ moduleBackupSyncModeOff
+ INTEGER,
+ moduleBackupSyncModeManual
+ INTEGER,
+ moduleBackupSyncModeAuto
+ INTEGER,
+ moduleBackupSyncConfStatus
+ INTEGER,
+ moduleBackupSyncStatus
+ INTEGER,
+ moduleBackupSyncSwCompatibility
+ INTEGER,
+ moduleBackupSyncHwCompatibility
+ INTEGER,
+ moduleBackupSyncConfFaultStatus
+ INTEGER,
+ moduleBackupSyncConnectionStatus
+ INTEGER,
+ moduleBackupSyncFromBackupStatus
+ INTEGER,
+ moduleBackupSyncRebootStatus
+ INTEGER,
+ moduleBackupSyncLicenseCompatStatus
+ INTEGER,
+ moduleBackupSyncLicenseCompareStatus
+ INTEGER,
+ moduleDeviceFirstBootStatus
+ INTEGER,
+ modulePartitionConfigurationBackup
+ INTEGER,
+ modulePartitionConfigurationRestore
+ INTEGER,
+ moduleSwRevertStatus
+ INTEGER,
+ moduleMaxOutputPidsStatus
+ INTEGER,
+ moduleUserRebootStatus
+ INTEGER,
+ moduleRemovalStatus
+ INTEGER,
+ moduleInsertionStatus
+ INTEGER,
+ moduleSptsInputConfStatus
+ INTEGER
+ }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.1
+ moduleId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Module identifier"
+ ::= { moduleStatusEntry 1 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4
+ modulePidConflictStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ pidOk(1),
+ pidConflict(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "PID conflict status"
+ ::= { moduleStatusEntry 4 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.6
+ moduleTemperatureHigh OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ temperatureNominal(1),
+ temperatureHigh(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "High temperature status"
+ ::= { moduleStatusEntry 6 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.7
+ moduleTemperatureLow OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ temperatureNominal(1),
+ temperatureLow(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Low temperature status"
+ ::= { moduleStatusEntry 7 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4104
+ modulePidCapaStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ capacityNominal(1),
+ capacityExceeded(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module PID capacity status"
+ ::= { moduleStatusEntry 4104 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4105
+ modulePsisiCaptureCapaStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ capacityNominal(1),
+ capacityExceeded(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module PSI/SI table capture capacity status"
+ ::= { moduleStatusEntry 4105 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4106
+ moduleSidAllocStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ sidAllocOk(1),
+ sidAllocCapaExceeded(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module service ID allocation capacity status"
+ ::= { moduleStatusEntry 4106 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4108
+ moduleCaDetectStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ moduleOk(1),
+ moduleMissing(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "CA module detection status"
+ ::= { moduleStatusEntry 4108 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4111
+ moduleDetectStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ moduleOk(1),
+ moduleUnknown(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module detection status"
+ ::= { moduleStatusEntry 4111 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4112
+ moduleVoltageHigh OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ voltageNominal(1),
+ voltageHigh(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "High voltage status"
+ ::= { moduleStatusEntry 4112 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4113
+ moduleVoltageLow OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ voltageNominal(1),
+ voltageLow(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Low voltage status"
+ ::= { moduleStatusEntry 4113 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4114
+ moduleCurrentHigh OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ currentNominal(1),
+ currentHigh(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "High current status"
+ ::= { moduleStatusEntry 4114 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4115
+ moduleCurrentLow OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ currentNominal(1),
+ currentLow(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Low current status"
+ ::= { moduleStatusEntry 4115 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4127
+ moduleDaemonInitStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ daemonNominal(1),
+ daemonInitFailed(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module daemon initialization status"
+ ::= { moduleStatusEntry 4127 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4129
+ moduleDriverStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ driverNominal(1),
+ driverFailure(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module device driver status"
+ ::= { moduleStatusEntry 4129 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4130
+ moduleHwStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ hwNominal(1),
+ hwFailure(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module hardware status"
+ ::= { moduleStatusEntry 4130 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4131
+ moduleFanStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ fanNominal(1),
+ fanFailure(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Fan status"
+ ::= { moduleStatusEntry 4131 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4132
+ modulePowerSourceStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ runningOnMainPower(1),
+ runningOnBackupPower(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Power source status"
+ ::= { moduleStatusEntry 4132 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4133
+ modulePsuOverloadStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ psuNominal(1),
+ psuOverloaded(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Power supply overload status"
+ ::= { moduleStatusEntry 4133 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4134
+ moduleBootupProgressStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ moduleNominal(1),
+ moduleBootingUp(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module bootup progress"
+ ::= { moduleStatusEntry 4134 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4135
+ moduleBootupRetryStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ moduleNominal(1),
+ moduleBootingRetrying(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module bootup retry status"
+ ::= { moduleStatusEntry 4135 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4136
+ moduleBootupStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ moduleNominal(1),
+ moduleBootFailure(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module bootup status"
+ ::= { moduleStatusEntry 4136 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4137
+ moduleShutdownProgressStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ moduleNominal(1),
+ moduleShuttingDown(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module shutdown progress"
+ ::= { moduleStatusEntry 4137 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4138
+ moduleConnStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ connectionNominal(1),
+ connectionLost(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module connection status"
+ ::= { moduleStatusEntry 4138 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4139
+ moduleCompatStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ moduleNominal(1),
+ moduleIncompatible(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module compatibility status"
+ ::= { moduleStatusEntry 4139 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4147
+ moduleUpcPowerLow OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ ucpPowerNominal(1),
+ ucpPowerLow(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module UPC input power low status"
+ ::= { moduleStatusEntry 4147 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4148
+ moduleUpcPowerHigh OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ ucpPowerNominal(1),
+ ucpPowerHigh(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module UPC input power high status"
+ ::= { moduleStatusEntry 4148 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4149
+ moduleCalibrDataStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ calibrationDataNominal(1),
+ calibrationDataMissing(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module calibration data status"
+ ::= { moduleStatusEntry 4149 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4150
+ moduleCalibrDataCheckStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ checkOk(1),
+ checkSkipped(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module calibration data check status"
+ ::= { moduleStatusEntry 4150 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4151
+ moduleDescrStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ descramblingOk(1),
+ descramblingFailure(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module descrambling status"
+ ::= { moduleStatusEntry 4151 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4153
+ moduleBackupStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ moduleNominal(1),
+ moduleSwitchedToBackup(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module backup status"
+ ::= { moduleStatusEntry 4153 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4154
+ moduleNitOutputsStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ nitOutputsNominal(1),
+ noSupportedNitOutputs(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Supported Nit output module status"
+ ::= { moduleStatusEntry 4154 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4155
+ moduleNitSelectionStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ nitSelectionNominal(1),
+ noSelectedNitOutputs(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Nit output selection status"
+ ::= { moduleStatusEntry 4155 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4156
+ moduleNitConfChangeStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ nitConfNominal(1),
+ nitConfChanged(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Nit configuration change status"
+ ::= { moduleStatusEntry 4156 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4157
+ moduleNitDataQueryStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ nitDataQueryNominal(1),
+ nitDataQueryFailure(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Nit data query status"
+ ::= { moduleStatusEntry 4157 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4158
+ moduleNitWizardStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ nitWizardNominal(1),
+ nitWizardFailure(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Nit wizard status"
+ ::= { moduleStatusEntry 4158 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4159
+ moduleQamFreqStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ qamFreqUnique(1),
+ qamFreqDuplicate(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "QAM output unique frequency status"
+ ::= { moduleStatusEntry 4159 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4173
+ moduleOutputSidStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ sidOk(1),
+ sidConflict(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module output SID status"
+ ::= { moduleStatusEntry 4173 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4175
+ moduleConfStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ configurationOk(1),
+ configurationUnsupported(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module configuration status"
+ ::= { moduleStatusEntry 4175 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4176
+ moduleFreqStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ freqOk(1),
+ freqOutOfRange(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module frequency configuration range status"
+ ::= { moduleStatusEntry 4176 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4177
+ moduleOutputPowerStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ powerOk(1),
+ powerOutOfRange(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module output power status"
+ ::= { moduleStatusEntry 4177 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4178
+ moduleSymrateStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ symbolRateOk(1),
+ symbolRateOutOfRange(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module symbol rate configuration status"
+ ::= { moduleStatusEntry 4178 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4179
+ moduleChanDistStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ chanDistOk(1),
+ chanDistTooNarrow(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module channel distance configuration status"
+ ::= { moduleStatusEntry 4179 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4180
+ moduleLnbVoltStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ lnbVoltageOk(1),
+ lnbVoltageInvalid(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module LNB voltage configuration status"
+ ::= { moduleStatusEntry 4180 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4181
+ moduleFecRateStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ fecRateOk(1),
+ fecRateInvalid(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module FEC rate configuration vs modulation status"
+ ::= { moduleStatusEntry 4181 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4182
+ moduleLnbCurrStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ lnbCurrentOk(1),
+ lnbCurrentInvalid(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module LNB current status"
+ ::= { moduleStatusEntry 4182 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4183
+ moduleFreqOffsetStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ freqOffsetOk(1),
+ freqOffsetInvalid(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module frequency offset configuration status"
+ ::= { moduleStatusEntry 4183 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4185
+ moduleDescrRestartStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ descramblingNominal(1),
+ descramblingRestarting(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module descrambling restart status"
+ ::= { moduleStatusEntry 4185 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4186
+ moduleCamRestartStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ camNominal(1),
+ camRestarting(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module CAM restart status"
+ ::= { moduleStatusEntry 4186 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4187
+ moduleEcmgStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ ecmgNominal(1),
+ ecmgFailure(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Ecmg status"
+ ::= { moduleStatusEntry 4187 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4188
+ moduleEcmStreamStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ ecmStreamNominal(1),
+ ecmStreamFailure(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Ecm stream status"
+ ::= { moduleStatusEntry 4188 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4189
+ moduleEmmStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ emmNominal(1),
+ emmFailure(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Emm status"
+ ::= { moduleStatusEntry 4189 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4190
+ moduleEmmStreamStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ emmStreamNominal(1),
+ emmStreamFailure(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Emm stream status"
+ ::= { moduleStatusEntry 4190 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4191
+ moduleEcmgConnStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ ecmgConnNominal(1),
+ ecmgNotConnected(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Ecmg connection status"
+ ::= { moduleStatusEntry 4191 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4192
+ moduleEmmConnStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ emmConnNominal(1),
+ emmNotConnected(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Emm connection status"
+ ::= { moduleStatusEntry 4192 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4194
+ moduleEcmgSpareStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ ecmgNominal(1),
+ ecmgSwitchedToSpare(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Ecmg spare connection status"
+ ::= { moduleStatusEntry 4194 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4195
+ moduleBootloaderAvailStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ bootloaderOk(1),
+ bootloaderObsolete(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module bootloader availability status"
+ ::= { moduleStatusEntry 4195 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4196
+ moduleBl1UpdateProgStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ bootloaderNominal(1),
+ bootloaderUpdating(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module bootloader update progress"
+ ::= { moduleStatusEntry 4196 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4197
+ moduleBl2UpdateProgStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ bootloaderNominal(1),
+ bootloaderUpdating(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module bootloader update progress"
+ ::= { moduleStatusEntry 4197 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4198
+ moduleBl1UpdateStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ bootloaderNominal(1),
+ bootloaderUpdateFailure(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module bootloader update status"
+ ::= { moduleStatusEntry 4198 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4199
+ moduleBl2UpdateStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ bootloaderNominal(1),
+ bootloaderUpdateFailure(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module bootloader update status"
+ ::= { moduleStatusEntry 4199 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4203
+ moduleActiveBackupStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ backupPassive(1),
+ backupActive(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Backup module status"
+ ::= { moduleStatusEntry 4203 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4205
+ moduleConfProgressStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ moduleNominal(1),
+ moduleConfiguring(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module configuration progress"
+ ::= { moduleStatusEntry 4205 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4206
+ modulePresenceStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ moduleNominal(1),
+ noModule(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module presence progress"
+ ::= { moduleStatusEntry 4206 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4208
+ moduleProcessRestartStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ processesNominal(1),
+ processRestarted(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Process restart status"
+ ::= { moduleStatusEntry 4208 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4209
+ moduleBackupLicenseStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ licenseOk(1),
+ notLicensed(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Backup license status"
+ ::= { moduleStatusEntry 4209 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4210
+ modulePsisiEditorLicenseStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ licenseOk(1),
+ notLicensed(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "PSI/SI editor license status"
+ ::= { moduleStatusEntry 4210 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4211
+ moduleMuxLicenseStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ licenseOk(1),
+ notLicensed(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Multiplexing license status"
+ ::= { moduleStatusEntry 4211 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4212
+ moduleDemuxLicenseStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ licenseOk(1),
+ notLicensed(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Demultiplexing license status"
+ ::= { moduleStatusEntry 4212 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4213
+ moduleDvbLicenseStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ licenseOk(1),
+ notLicensed(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "DVB processing license status"
+ ::= { moduleStatusEntry 4213 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4214
+ moduleMsdLicenseStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ licenseOk(1),
+ notLicensed(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "MSD license status"
+ ::= { moduleStatusEntry 4214 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4215
+ moduleDvbs2LicenseStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ licenseOk(1),
+ notLicensed(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "DVB-S2 processing license status"
+ ::= { moduleStatusEntry 4215 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4216
+ moduleDvbt2LicenseStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ licenseOk(1),
+ notLicensed(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "DVB-T2 processing license status"
+ ::= { moduleStatusEntry 4216 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4217
+ moduleScsLicenseStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ licenseValid(1),
+ notLicensed(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Scs license status"
+ ::= { moduleStatusEntry 4217 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4218
+ moduleCliLoginStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ cliNotLoggedIn(1),
+ cliLoggedIn(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "CLI login status"
+ ::= { moduleStatusEntry 4218 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4222
+ moduleRedunActivationStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ redundancyPassive(1),
+ redundancyActivated(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Redundancy activation status"
+ ::= { moduleStatusEntry 4222 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4223
+ moduleExtioPinSignalingStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ extioPinNominal(1),
+ extioPinSignaled(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "EXT-IO pin status"
+ ::= { moduleStatusEntry 4223 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4224
+ moduleBackupPsuStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ backupPsuNominal(1),
+ backupPsuFailure(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Backup power supply status"
+ ::= { moduleStatusEntry 4224 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4225
+ moduleIntrusionStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ intrusionNominal(1),
+ intrusionDetected(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Intrusion detection status"
+ ::= { moduleStatusEntry 4225 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4227
+ moduleRedunStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ redundancyOk(1),
+ redundancyFailure(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Redundancy status"
+ ::= { moduleStatusEntry 4227 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4230
+ moduleBackupHwStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ backupHwOk(1),
+ backupHwNotSupported(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Hardware backup support status"
+ ::= { moduleStatusEntry 4230 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4231
+ moduleSwUpdateProgress OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ swUpdateInactive(1),
+ swUpdateInProgress(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Software update progress"
+ ::= { moduleStatusEntry 4231 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4233
+ moduleSwUpdateStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ swNominal(1),
+ swUpdateFailure(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Software update status"
+ ::= { moduleStatusEntry 4233 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4235
+ moduleEitLicenseStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ licenseValid(1),
+ notLicensed(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "EIT license status"
+ ::= { moduleStatusEntry 4235 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4237
+ moduleDescramblingStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ descramblingNominal(1),
+ descramblingFailure(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Descrambling status"
+ ::= { moduleStatusEntry 4237 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4243
+ moduleDvbTimeStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ dvbTimeNominal(1),
+ dvbTimeMissing(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "DVB time detection status"
+ ::= { moduleStatusEntry 4243 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4245
+ moduleTunerDcFeedStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ currentNominal(1),
+ currentOutOfRange(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Tuner DC feed current status"
+ ::= { moduleStatusEntry 4245 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4247
+ moduleTunerPlpSelectionReqStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ plpSelectionOk(1),
+ plpSelectionRequired(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Tuner data PLP ID requirement status"
+ ::= { moduleStatusEntry 4247 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4248
+ moduleTunerPlpStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ plpSelectionValid(1),
+ plpSelectionNotValid(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Tuner data PLP ID validity status"
+ ::= { moduleStatusEntry 4248 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4249
+ moduleTunerHierarchyStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ hierarchyOk(1),
+ hierarchyInvalid(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Status of transmission hierarchy"
+ ::= { moduleStatusEntry 4249 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4250
+ moduleEcmStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ ecmNominal(1),
+ ecmMissing(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "ECM stream connection status"
+ ::= { moduleStatusEntry 4250 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4251
+ moduleScramConflictStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ scramblingNominal(1),
+ scramblingConflict(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module scrambling shared component conflict status"
+ ::= { moduleStatusEntry 4251 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4252
+ moduleScramSharedStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ scramblingNominal(1),
+ scramblingSharedComponent(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Module scrambling shared component status"
+ ::= { moduleStatusEntry 4252 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4253
+ moduleBackupVoltageHigh OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ voltageNominal(1),
+ voltageHigh(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Backup high voltage status"
+ ::= { moduleStatusEntry 4253 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4254
+ moduleBackupVoltageLow OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ voltageNominal(1),
+ voltageLow(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Backup low voltage status"
+ ::= { moduleStatusEntry 4254 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4255
+ moduleSdtTableStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ sdtTableOk(1),
+ invalidSdtTableTemplate(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Sdt table template status"
+ ::= { moduleStatusEntry 4255 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4256
+ moduleDescramblingRestart OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ descramblingNominal(1),
+ descramblingRestarting(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Descrambling restart status"
+ ::= { moduleStatusEntry 4256 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4257
+ moduleCaModuleRestart OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ caModuleNominal(1),
+ caModuleRestarting(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "CA module restart status"
+ ::= { moduleStatusEntry 4257 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4258
+ moduleCaMenuStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ caMenuNominal(1),
+ caMenuOpen(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "CA menu access status"
+ ::= { moduleStatusEntry 4258 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4259
+ moduleInvalidCamRouting OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ camRoutingNominal(1),
+ camRoutingInvalid(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "CAM routing status"
+ ::= { moduleStatusEntry 4259 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4260
+ moduleNitSidConflict OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ nitSidNominal(1),
+ nitSidConflict(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Nit / Sid conflict status"
+ ::= { moduleStatusEntry 4260 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4262
+ moduleLicenseMissingFEC OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ licenseOk(1),
+ licenseMissing(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "FEC license status"
+ ::= { moduleStatusEntry 4262 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4263
+ moduleFecCorrectionStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ correctionNominal(1),
+ correctionOverload(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Fec packet correction status. Correction overload (2) is result of too many simultaneous missing packets."
+ ::= { moduleStatusEntry 4263 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4264
+ moduleFecPacketDropStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ packetsNominal(1),
+ packetsDropped(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "FEC packet discarding status. Packet discarding (2) is resulted by too high bitrate."
+ ::= { moduleStatusEntry 4264 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4265
+ moduleFecMediaPktsStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ packetsNominal(1),
+ packetsDiscarded(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Fec media packet discarding status. Packet discarding (2) is resulted by too high bitrate."
+ ::= { moduleStatusEntry 4265 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4269
+ moduleSfpLinkStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ sfpLinkNominal(1),
+ sfpLinkDown(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "SFP link status"
+ ::= { moduleStatusEntry 4269 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4272
+ moduleBackupSyncModeOff OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ modeNominal(1),
+ modeOff(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Backup sync mode off status flag"
+ ::= { moduleStatusEntry 4272 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4273
+ moduleBackupSyncModeManual OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ modeNominal(1),
+ modeManual(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Backup sync mode manual status flag"
+ ::= { moduleStatusEntry 4273 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4274
+ moduleBackupSyncModeAuto OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ modeNominal(1),
+ modeAuto(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Backup sync mode automatic status flag"
+ ::= { moduleStatusEntry 4274 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4275
+ moduleBackupSyncConfStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ configurationNominal(1),
+ configurationChanged(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Backup sync configuration change status"
+ ::= { moduleStatusEntry 4275 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4276
+ moduleBackupSyncStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ syncNominal(1),
+ synchronizing(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Backup configuration synchronization status"
+ ::= { moduleStatusEntry 4276 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4278
+ moduleBackupSyncSwCompatibility OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ swCompatible(1),
+ swIncompatible(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Software version compatibility for backup sync"
+ ::= { moduleStatusEntry 4278 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4279
+ moduleBackupSyncHwCompatibility OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ hwCompatible(1),
+ hwIncompatible(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Hardware version compatibility for backup sync"
+ ::= { moduleStatusEntry 4279 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4280
+ moduleBackupSyncConfFaultStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ configurationNominal(1),
+ configurationFault(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Backup sync configuration fault status"
+ ::= { moduleStatusEntry 4280 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4281
+ moduleBackupSyncConnectionStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ connectionNominal(1),
+ connectionLost(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Backup sync connection status"
+ ::= { moduleStatusEntry 4281 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4283
+ moduleBackupSyncFromBackupStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ syncNominal(1),
+ syncNotPossible(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Status flag for backup autosync from backup to main"
+ ::= { moduleStatusEntry 4283 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4284
+ moduleBackupSyncRebootStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ pairDevNominal(1),
+ pairDevRebooting(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Status flag for rebooting pair device to new configuration"
+ ::= { moduleStatusEntry 4284 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4285
+ moduleBackupSyncLicenseCompatStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ licensesCompatible(1),
+ licensesIncompatible(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "License compatibility status flag for backup sync"
+ ::= { moduleStatusEntry 4285 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4286
+ moduleBackupSyncLicenseCompareStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ licenseNominal(1),
+ licenseComparing(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Backup sync license comparing status"
+ ::= { moduleStatusEntry 4286 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4288
+ moduleDeviceFirstBootStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ firstBootNominal(1),
+ firstBootInProgress(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Status flag for device first boot operations"
+ ::= { moduleStatusEntry 4288 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4289
+ modulePartitionConfigurationBackup OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ configurationNominal(1),
+ configurationBackupInProgress(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Status flag for partition configuration backup operation"
+ ::= { moduleStatusEntry 4289 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4290
+ modulePartitionConfigurationRestore OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ configurationNominal(1),
+ configurationRestoreInProgress(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Status flag for partition configuration restore operation"
+ ::= { moduleStatusEntry 4290 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4291
+ moduleSwRevertStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ swNominal(1),
+ swRevertInProgress(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Software revertion status"
+ ::= { moduleStatusEntry 4291 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4292
+ moduleMaxOutputPidsStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ pidsNominal(1),
+ maxPidsUsed(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Status flag for maximum number of Pid allocations"
+ ::= { moduleStatusEntry 4292 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4293
+ moduleUserRebootStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ moduleNominal(1),
+ moduleRebootedByUser(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Status flag for user initiated reboot"
+ ::= { moduleStatusEntry 4293 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4294
+ moduleRemovalStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ moduleNominal(1),
+ moduleRemoved(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Status flag for module removal"
+ ::= { moduleStatusEntry 4294 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4295
+ moduleInsertionStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ moduleNominal(1),
+ moduleInserted(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Status flag for module insertion"
+ ::= { moduleStatusEntry 4295 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.2.1.4296
+ moduleSptsInputConfStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ sptsInputNominal(1),
+ inputNotSpts(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Status flag for input spts misconfiguration"
+ ::= { moduleStatusEntry 4296 }
+
+
+
+ -- 1.3.6.1.4.1.3715.17.5.3
+ ifStatusTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF IfStatusEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ ::= { statusFlags 3 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.3.1
+ ifStatusEntry OBJECT-TYPE
+ SYNTAX IfStatusEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ INDEX { moduleId, ifDirection, ifId }
+ ::= { ifStatusTable 1 }
+
+
+ IfStatusEntry ::=
+ SEQUENCE {
+ ifId
+ INTEGER,
+ ifDirection
+ INTEGER,
+ ifSignalStatus
+ INTEGER,
+ ifAsiLinkStatus
+ INTEGER,
+ ifLinkStatus
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.3715.17.5.3.1.1
+ ifId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Interface identifier"
+ ::= { ifStatusEntry 1 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.3.1.2
+ ifDirection OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ input(1),
+ output(2),
+ both(3)
+ }
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Interface data direction"
+ ::= { ifStatusEntry 2 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.3.1.4097
+ ifSignalStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ signalOk(1),
+ signalMissing(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interface signal status"
+ ::= { ifStatusEntry 4097 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.3.1.4102
+ ifAsiLinkStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ linkOk(1),
+ linkDown(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "ASI link status"
+ ::= { ifStatusEntry 4102 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.3.1.4226
+ ifLinkStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ linkOk(1),
+ linkDown(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Interface link status"
+ ::= { ifStatusEntry 4226 }
+
+
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4
+ tsStatusTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF TsStatusEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ ::= { statusFlags 4 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1
+ tsStatusEntry OBJECT-TYPE
+ SYNTAX TsStatusEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ INDEX { moduleId, ifDirection, ifId }
+ ::= { tsStatusTable 1 }
+
+
+ TsStatusEntry ::=
+ SEQUENCE {
+ tsPidRemappingStatus
+ INTEGER,
+ tsManualTableInsertStatus
+ INTEGER,
+ tsPassthruDupStatus
+ INTEGER,
+ tsSyncStatus
+ INTEGER,
+ tsRxStatus
+ INTEGER,
+ tsInputBufferStatus
+ INTEGER,
+ tsNetworkStatus
+ INTEGER,
+ tsPsisiCapaStatus
+ INTEGER,
+ tsMultiplexDiscardStatus
+ INTEGER,
+ tsMultiplexDelayStatus
+ INTEGER,
+ tsCbrOversubscriptionStatus
+ INTEGER,
+ tsCbrDiscardStatus
+ INTEGER,
+ tsIpInputCapaStatus
+ INTEGER,
+ tsEitReinsertCapaStatus
+ INTEGER,
+ tsSectionCapaStatus
+ INTEGER,
+ tsRtpInputStatus
+ INTEGER,
+ tsRtpSeqStatus
+ INTEGER,
+ tsTdtTotGenStatus
+ INTEGER,
+ tsSttGenStatus
+ INTEGER,
+ tsFecPacketCorrectionStatus
+ INTEGER,
+ tsFecInputAnomalyStatus
+ INTEGER,
+ tsFecCorrectionCapacityStatus
+ INTEGER,
+ tsIpMirrorOutputPacketLossStatus
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1.5
+ tsPidRemappingStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ pidNominal(1),
+ pidRemapped(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "TS PID remapping status"
+ ::= { tsStatusEntry 5 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1.8
+ tsManualTableInsertStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ insertOk(1),
+ insertFailure(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "TS manual table insertion status"
+ ::= { tsStatusEntry 8 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1.11
+ tsPassthruDupStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ servicesNominal(1),
+ servicesBlocked(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "TS output service passthrough duplication status"
+ ::= { tsStatusEntry 11 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1.4098
+ tsSyncStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ syncOk(1),
+ noSync(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "TS sync status"
+ ::= { tsStatusEntry 4098 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1.4099
+ tsRxStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ rxNominal(1),
+ rxErrors(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "TS Rx error status"
+ ::= { tsStatusEntry 4099 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1.4100
+ tsInputBufferStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ bufferNominal(1),
+ bufferOverflow(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "TS input buffer status"
+ ::= { tsStatusEntry 4100 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1.4103
+ tsNetworkStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ netOk(1),
+ netForbidden(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "TS network ID status"
+ ::= { tsStatusEntry 4103 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1.4109
+ tsPsisiCapaStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ capacityNominal(1),
+ capacityExceeded(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "TS PSI/SI insertion capacity status"
+ ::= { tsStatusEntry 4109 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1.4110
+ tsMultiplexDiscardStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ muxNominal(1),
+ muxPacketsDiscarded(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "TS multiplex packet discard status"
+ ::= { tsStatusEntry 4110 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1.4228
+ tsMultiplexDelayStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ muxNominal(1),
+ muxPacketsDelayed(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "TS multiplex packet delay status"
+ ::= { tsStatusEntry 4228 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1.4229
+ tsCbrOversubscriptionStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ cbrNominal(1),
+ cbrOversubscription(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "TS CBR oversubscription status"
+ ::= { tsStatusEntry 4229 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1.4236
+ tsCbrDiscardStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ cbrNominal(1),
+ cbrPacketsDiscarded(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "TS CBR packet discard due to oversubscription status"
+ ::= { tsStatusEntry 4236 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1.4238
+ tsIpInputCapaStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ capacityNominal(1),
+ capacityExceeded(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "TS IP input capacity status"
+ ::= { tsStatusEntry 4238 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1.4239
+ tsEitReinsertCapaStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ capacityNominal(1),
+ capacityExceeded(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "TS EIT reinsert capacity status"
+ ::= { tsStatusEntry 4239 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1.4240
+ tsSectionCapaStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ capacityNominal(1),
+ capacityExceeded(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "TS section processing capacity status"
+ ::= { tsStatusEntry 4240 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1.4241
+ tsRtpInputStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ inputOk(1),
+ inputPacketsDropped(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "TS RTP input packet droip status"
+ ::= { tsStatusEntry 4241 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1.4242
+ tsRtpSeqStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ seqOk(1),
+ seqAnomalies(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "TS RTP input packet sequence anomaly status"
+ ::= { tsStatusEntry 4242 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1.4246
+ tsTdtTotGenStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ tdtTotOk(1),
+ tdtTotNotGenerated(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "TS output TDT/TOT table generation status"
+ ::= { tsStatusEntry 4246 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1.4261
+ tsSttGenStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ sttOk(1),
+ sttNotGenerated(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "TS output STT table generation status"
+ ::= { tsStatusEntry 4261 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1.4266
+ tsFecPacketCorrectionStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ packetsNominal(1),
+ fecCorrectedPackets(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Status flag for FEC correcting packets"
+ ::= { tsStatusEntry 4266 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1.4267
+ tsFecInputAnomalyStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ fecInputNominal(1),
+ fecInputAnomalies(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Status flag for FEC input anomaly detection"
+ ::= { tsStatusEntry 4267 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1.4268
+ tsFecCorrectionCapacityStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ correctionCapacityNominal(1),
+ correctionCapacityExceeded(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Fec input packets correction capacity status"
+ ::= { tsStatusEntry 4268 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.4.1.4297
+ tsIpMirrorOutputPacketLossStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ ipOutputNominal(1),
+ ipOutputPacketsDiscarded(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Status flag for IP mirror output packet discarding"
+ ::= { tsStatusEntry 4297 }
+
+
+
+ -- 1.3.6.1.4.1.3715.17.5.5
+ serviceStatusTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF ServiceStatusEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ ::= { statusFlags 5 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.5.1
+ serviceStatusEntry OBJECT-TYPE
+ SYNTAX ServiceStatusEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ INDEX { moduleId, ifDirection, ifId, serviceId }
+ ::= { serviceStatusTable 1 }
+
+
+ ServiceStatusEntry ::=
+ SEQUENCE {
+ serviceId
+ INTEGER,
+ serviceStatus
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.3715.17.5.5.1.1
+ serviceId OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Service identifier"
+ ::= { serviceStatusEntry 1 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.5.1.3
+ serviceStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ servicePresent(1),
+ serviceMissing(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Service status"
+ ::= { serviceStatusEntry 3 }
+
+
+
+ -- 1.3.6.1.4.1.3715.17.5.6
+ pidStatusTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF PidStatusEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ ::= { statusFlags 6 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.6.1
+ pidStatusEntry OBJECT-TYPE
+ SYNTAX PidStatusEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION " "
+ INDEX { moduleId, ifDirection, ifId, pId }
+ ::= { pidStatusTable 1 }
+
+
+ PidStatusEntry ::=
+ SEQUENCE {
+ pId
+ INTEGER,
+ pidStatus
+ INTEGER
+ }
+
+ -- 1.3.6.1.4.1.3715.17.5.6.1.1
+ pId OBJECT-TYPE
+ SYNTAX INTEGER (1..65535)
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "Program Identifier"
+ ::= { pidStatusEntry 1 }
+
+
+ -- 1.3.6.1.4.1.3715.17.5.6.1.2
+ pidStatus OBJECT-TYPE
+ SYNTAX INTEGER
+ {
+ pidPresent(1),
+ pidMissing(2)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "PID status"
+ ::= { pidStatusEntry 2 }
+
+ END
+
+--
+-- TELESTE-LUMINATO-MIB.mib
+--
diff --git a/MIBS/teleste/TELESTE-LUMINATO-MIB2 b/MIBS/teleste/TELESTE-LUMINATO-MIB2
new file mode 100644
index 0000000..b9a14c2
--- /dev/null
+++ b/MIBS/teleste/TELESTE-LUMINATO-MIB2
@@ -0,0 +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 }
+
+ 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/MIBS/teleste/TELESTE-ROOT-MIB b/MIBS/teleste/TELESTE-ROOT-MIB
new file mode 100644
index 0000000..a002b3d
--- /dev/null
+++ b/MIBS/teleste/TELESTE-ROOT-MIB
@@ -0,0 +1,206 @@
+ TELESTE-ROOT-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ enterprises
+ FROM RFC1155-SMI
+ DisplayString
+ FROM RFC1213-MIB;
+
+
+ TDisplayString ::= OCTET STRING (SIZE (0..255))
+
+ TPhysAddress ::= OCTET STRING (SIZE (6))
+
+ Int8 ::= INTEGER (-128..127)
+
+ Int16 ::= INTEGER (-32768..32768)
+
+ Uint8 ::= INTEGER (0..255)
+
+ Uint16 ::= INTEGER (0..65536)
+
+ Uint32 ::= INTEGER (0..2147483647)
+
+ DateAndTime ::= DisplayString (SIZE (16..28))
+
+-- 'HMS style' value definition for status objects.
+ ValueStatus ::= INTEGER
+ {
+ valueNormal(1),
+ valueHIHI(2),
+ valueHi(3),
+ valueLo(4),
+ valueLOLO(5)
+ }
+
+
+--
+-- Node definitions
+--
+
+--
+-- TELESTE root object identifier
+--
+ -- 1.3.6.1.4.1.3715
+ teleste OBJECT IDENTIFIER ::= { enterprises 3715 }
+
+
+--
+-- EMS server objects (SNMP Wizard)
+--
+ -- 1.3.6.1.4.1.3715.1
+ ems OBJECT IDENTIFIER ::= { teleste 1 }
+
+
+--
+-- Objects common to all teleste products/agents.
+-- Deprecated 11.10.2001 and replaced with section Common.
+--
+ -- 1.3.6.1.4.1.3715.2
+ gendata OBJECT IDENTIFIER ::= { teleste 2 }
+
+
+--
+-- BK product family specific objects
+--
+ -- 1.3.6.1.4.1.3715.3
+ bk OBJECT IDENTIFIER ::= { teleste 3 }
+
+
+--
+-- BXX product family specific objects
+--
+ -- 1.3.6.1.4.1.3715.4
+ bxx OBJECT IDENTIFIER ::= { teleste 4 }
+
+
+--
+-- DVO product family specific objects
+--
+ -- 1.3.6.1.4.1.3715.5
+ dvo OBJECT IDENTIFIER ::= { teleste 5 }
+
+
+--
+-- DVX product family specific objects
+--
+ -- 1.3.6.1.4.1.3715.6
+ dvx OBJECT IDENTIFIER ::= { teleste 6 }
+
+
+--
+-- INF product family specific objects
+--
+ -- 1.3.6.1.4.1.3715.7
+ inf OBJECT IDENTIFIER ::= { teleste 7 }
+
+
+--
+-- ATMux product family specific objects
+--
+ -- 1.3.6.1.4.1.3715.8
+ atmux OBJECT IDENTIFIER ::= { teleste 8 }
+
+
+--
+-- Edge Access System Interface products.
+--
+ -- 1.3.6.1.4.1.3715.9
+ easi OBJECT IDENTIFIER ::= { teleste 9 }
+
+
+--
+-- EMT product family specific objects
+--
+ -- 1.3.6.1.4.1.3715.10
+ emt OBJECT IDENTIFIER ::= { teleste 10 }
+
+
+--
+-- ACx product family specific objects
+--
+ -- 1.3.6.1.4.1.3715.11
+ acx OBJECT IDENTIFIER ::= { teleste 11 }
+
+
+--
+-- EttH product family specific objects
+--
+ -- 1.3.6.1.4.1.3715.12
+ etth OBJECT IDENTIFIER ::= { teleste 12 }
+
+
+--
+-- HDO product family specific objects
+--
+ -- 1.3.6.1.4.1.3715.14
+ hdo OBJECT IDENTIFIER ::= { teleste 14 }
+
+
+--
+-- CFO product family specific objects
+--
+ -- 1.3.6.1.4.1.3715.15
+ cfo OBJECT IDENTIFIER ::= { teleste 15 }
+
+
+-- FTTH product family specific objects
+ -- 1.3.6.1.4.1.3715.16
+ ftth OBJECT IDENTIFIER ::= { teleste 16 }
+
+
+ -- 1.3.6.1.4.1.3715.17
+ luminato OBJECT IDENTIFIER ::= { teleste 17 }
+
+
+--
+-- Objects common to all teleste products/agents.
+--
+ -- 1.3.6.1.4.1.3715.99
+ common OBJECT IDENTIFIER ::= { teleste 99 }
+
+
+--
+-- Functional object groups
+--
+ -- 1.3.6.1.4.1.3715.100
+ functional OBJECT IDENTIFIER ::= { teleste 100 }
+
+
+ -- 1.3.6.1.4.1.3715.100.1
+ hmsModem OBJECT IDENTIFIER ::= { functional 1 }
+
+
+ -- 1.3.6.1.4.1.3715.100.2
+ spectrumAnalyser OBJECT IDENTIFIER ::= { functional 2 }
+
+
+ -- 1.3.6.1.4.1.3715.100.3
+ pilotGenerator OBJECT IDENTIFIER ::= { functional 3 }
+
+
+ -- 1.3.6.1.4.1.3715.100.4
+ ntpcontrol OBJECT IDENTIFIER ::= { functional 4 }
+
+
+ -- 1.3.6.1.4.1.3715.100.10
+ hfcOptics OBJECT IDENTIFIER ::= { functional 10 }
+
+
+ -- 1.3.6.1.4.1.3715.100.20
+ headEnd OBJECT IDENTIFIER ::= { functional 20 }
+
+
+--
+-- Placeholder experimental and preliminary MIB modules.
+--
+ -- 1.3.6.1.4.1.3715.999
+ experimental OBJECT IDENTIFIER ::= { teleste 999 }
+
+
+
+ END
+
+--
+-- TELESTE-ROOT-MIB.mib
+--