TELESTE-LUMINATO-MIB
- Registered at
- 1.3.6.1.4.1.3715.17.11.3.6.1.4.1.3715.17.21.3.6.1.4.1.3715.17.31.3.6.1.4.1.3715.17.41.3.6.1.4.1.3715.17.5
- Namespace
- teleste
- Source file
TELESTE-LUMINATO-MIB- Digest
sha256:6b100ef5b89b6a3e0913c5634f32575bd63324bc15f127e2ecf5e7d8f9e22339
Imports
| From | Symbols |
|---|---|
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
| TELESTE-ROOT-MIB | luminato |
| UCD-SNMP-MIB | Float |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HCNUM-TC SNMPv2-CONF SNMPv2-SMI SNMPv2-TC TELESTE-LUMINATO-MIB TELESTE-ROOT-MIB UCD-SNMP-MIB
Under this module's arcs
Where the registration tree carries on below this module.
| Arc | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.3715.17.4.1 | params | TELESTE-LUMINATO-MIB2 |
| 1.3.6.1.4.1.3715.17.4.2 | traps | TELESTE-LUMINATO-MIB2 |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| general OBJECT-IDENTITY | 1.3.6.1.4.1.3715.17.1 | |||
| deviceName OBJECT-TYPE The identification name ('aliasname') of the device | 1.3.6.1.4.1.3715.17.1.1 | DisplayString | read-write | current |
| generalStatus OBJECT-TYPE General status of device | 1.3.6.1.4.1.3715.17.1.2 | INTEGER {statusAlert(1), statusCritical(2), statusError(3), statusWarning(4), statusNotice(5), statusInformational(6), statusDebug(7)} | read-only | current |
| redundancyStatus OBJECT-TYPE Status of device in 1+1 backup operation mode | 1.3.6.1.4.1.3715.17.1.3 | INTEGER {redundancyStandalone(1), redundancyMaster(16), redundancyMasterHandover(24), redundancyBackup(32), redundancyBackupHandover(40), redundancyError(64)} | read-only | optional |
| hwSerialNumber OBJECT-TYPE Device serial number | 1.3.6.1.4.1.3715.17.1.10 | DisplayString | read-only | current |
| hwType OBJECT-TYPE The hardware type name of the device | 1.3.6.1.4.1.3715.17.1.11 | DisplayString | read-only | current |
| hwVersion OBJECT-TYPE Device hardware version | 1.3.6.1.4.1.3715.17.1.12 | DisplayString | read-only | current |
| swVersion OBJECT-TYPE Device running software version | 1.3.6.1.4.1.3715.17.1.13 | DisplayString | read-only | current |
| upTime OBJECT-TYPE Device uptime | 1.3.6.1.4.1.3715.17.1.14 | TimeTicks | read-only | current |
| cumulativeUptime OBJECT-TYPE Device cummulative uptime | 1.3.6.1.4.1.3715.17.1.15 | TimeTicks | read-only | current |
| statusCode OBJECT-IDENTITY | 1.3.6.1.4.1.3715.17.2 | |||
| interfaceTypeTable OBJECT-TYPE InterfaceTypeTable lists possible interface types in the system. | 1.3.6.1.4.1.3715.17.2.1 | not-accessible | current | |
| interfaceTypeEntry OBJECT-TYPE Each InterfaceTypeEntry describes type of the interface. | 1.3.6.1.4.1.3715.17.2.1.1 | not-accessible | current | |
| interfaceTypeId OBJECT-TYPE Interfacetype Id has two values input(1) and output(2). Values are used in other tables as index. | 1.3.6.1.4.1.3715.17.2.1.1.1 | INTEGER {input(1), output(2)} | not-accessible | current |
| statusCodeDeviceTable OBJECT-TYPE 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. | 1.3.6.1.4.1.3715.17.2.2 | not-accessible | current | |
| statusCodeDeviceEntry OBJECT-TYPE | 1.3.6.1.4.1.3715.17.2.2.1 | not-accessible | current | |
| scdObjectId OBJECT-TYPE Unique identifier of the monitorable object. | 1.3.6.1.4.1.3715.17.2.2.1.1 | Unsigned32 | read-only | current |
| scdObjectValue OBJECT-TYPE Value of the monitorable object. The scdObjectDescriptor tells name, scale and unit of the object. | 1.3.6.1.4.1.3715.17.2.2.1.2 | INTEGER | read-only | current |
| scdObjectDescriptor OBJECT-TYPE 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. ------------------------------------ | 1.3.6.1.4.1.3715.17.2.2.1.3 | DisplayString | read-only | current |
| scdObjectAlarmValue OBJECT-TYPE 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. | 1.3.6.1.4.1.3715.17.2.2.1.4 | INTEGER | read-only | current |
| statusCodeModuleTable OBJECT-TYPE 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. | 1.3.6.1.4.1.3715.17.2.3 | not-accessible | current | |
| statusCodeModuleEntry OBJECT-TYPE | 1.3.6.1.4.1.3715.17.2.3.1 | not-accessible | current | |
| scmModuleId OBJECT-TYPE Module Id within the device (usually slot number). | 1.3.6.1.4.1.3715.17.2.3.1.1 | INTEGER (1..7) | read-only | current |
| scmObjectId OBJECT-TYPE Unique identifier of the monitorable object within the module. | 1.3.6.1.4.1.3715.17.2.3.1.2 | Unsigned32 | read-only | current |
| scmObjectValue OBJECT-TYPE Value of the monitorable object. The scmObjectDescriptor tells name, scale and unit of the object. | 1.3.6.1.4.1.3715.17.2.3.1.3 | INTEGER | read-only | current |
| scmObjectDescriptor OBJECT-TYPE Description of the monitorable object. See scdObjectDescriptor for format, example and usage. | 1.3.6.1.4.1.3715.17.2.3.1.4 | DisplayString | read-only | current |
| scmObjectAlarmValue OBJECT-TYPE See scdObjectAlarmValue for format, example and usage. | 1.3.6.1.4.1.3715.17.2.3.1.5 | INTEGER | read-only | current |
| statusCodeInterfaceTable OBJECT-TYPE 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. | 1.3.6.1.4.1.3715.17.2.4 | not-accessible | current | |
| statusCodeInterfaceEntry OBJECT-TYPE | 1.3.6.1.4.1.3715.17.2.4.1 | not-accessible | current | |
| sciInterfaceId OBJECT-TYPE Unique interface Id within the module (e.g. RF connector number). | 1.3.6.1.4.1.3715.17.2.4.1.1 | INTEGER (1..4) | read-only | current |
| sciObjectId OBJECT-TYPE Unique identifier of the monitorable object within the interface. | 1.3.6.1.4.1.3715.17.2.4.1.2 | Unsigned32 | read-only | current |
| sciObjectValue OBJECT-TYPE Value of the monitorable object. The sciObjectDescriptor tells name, scale and unit of the object. | 1.3.6.1.4.1.3715.17.2.4.1.3 | INTEGER | read-only | current |
| sciObjectDescriptor OBJECT-TYPE Description of the monitorable object. See scdObjectDescriptor for format, example and usage. | 1.3.6.1.4.1.3715.17.2.4.1.4 | DisplayString | read-only | current |
| sciObjectAlarmValue OBJECT-TYPE See dmObjectAlarmValue for format, example and usage. | 1.3.6.1.4.1.3715.17.2.4.1.5 | INTEGER | read-only | current |
| statusCodeTransportStreamTable OBJECT-TYPE 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. | 1.3.6.1.4.1.3715.17.2.5 | not-accessible | current | |
| statusCodeTransportStreamEntry OBJECT-TYPE | 1.3.6.1.4.1.3715.17.2.5.1 | not-accessible | current | |
| sctsTransportStreamId OBJECT-TYPE Unique transport stream id inside the interface. | 1.3.6.1.4.1.3715.17.2.5.1.1 | INTEGER (1..8192) | read-only | current |
| sctsObjectId OBJECT-TYPE Unique identifier of the monitorable object. | 1.3.6.1.4.1.3715.17.2.5.1.2 | Unsigned32 | read-only | current |
| sctsObjectValue OBJECT-TYPE Value of the monitorable object. The sctsObjectDescriptor tells name, scale and unit of the object. | 1.3.6.1.4.1.3715.17.2.5.1.3 | INTEGER | read-only | current |
| sctsObjectDescriptor OBJECT-TYPE Description of the monitorable object. See dmObjectDescriptor for format, example and usage. | 1.3.6.1.4.1.3715.17.2.5.1.4 | DisplayString | read-only | current |
| sctsObjectAlarmValue OBJECT-TYPE See scdObjectAlarmValue for format, example and usage. | 1.3.6.1.4.1.3715.17.2.5.1.5 | INTEGER | read-only | current |
| statusCodeServiceTable OBJECT-TYPE 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. | 1.3.6.1.4.1.3715.17.2.6 | not-accessible | current | |
| statusCodeServiceEntry OBJECT-TYPE | 1.3.6.1.4.1.3715.17.2.6.1 | not-accessible | current | |
| scsSID OBJECT-TYPE Unique service id number inside the transport stream. | 1.3.6.1.4.1.3715.17.2.6.1.1 | INTEGER (0..65535) | read-only | current |
| scsObjectId OBJECT-TYPE Unique identifier of the monitorable object. | 1.3.6.1.4.1.3715.17.2.6.1.2 | Unsigned32 | read-only | current |
| scsObjectValue OBJECT-TYPE Value of the monitorable object. The scsObjectDescriptor tells name, scale and unit of the object. | 1.3.6.1.4.1.3715.17.2.6.1.3 | INTEGER | read-only | current |
| scsObjectDescriptor OBJECT-TYPE Description of the monitorable object. See scdObjectDescriptor for format, example and usage. | 1.3.6.1.4.1.3715.17.2.6.1.4 | DisplayString | read-only | current |
| scsServiceName OBJECT-TYPE The name of the service. | 1.3.6.1.4.1.3715.17.2.6.1.5 | DisplayString | read-only | current |
| scsObjectAlarmValue OBJECT-TYPE See scdObjectAlarmValue for format, example and usage. | 1.3.6.1.4.1.3715.17.2.6.1.6 | INTEGER | read-only | current |
| statusCodePidTable OBJECT-TYPE 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. | 1.3.6.1.4.1.3715.17.2.7 | not-accessible | current | |
| statusCodePidEntry OBJECT-TYPE | 1.3.6.1.4.1.3715.17.2.7.1 | not-accessible | current | |
| scpPID OBJECT-TYPE Unique PID value inside the transport stream. | 1.3.6.1.4.1.3715.17.2.7.1.1 | INTEGER (0..8191) | read-only | current |
| scpObjectId OBJECT-TYPE Unique identifier of the monitorable object. | 1.3.6.1.4.1.3715.17.2.7.1.2 | Unsigned32 | read-only | current |
| scpObjectValue OBJECT-TYPE Value of the monitorable object. The scpObjectDescriptor tells name, scale and unit of the object. | 1.3.6.1.4.1.3715.17.2.7.1.3 | INTEGER | read-only | current |
| scpObjectDescriptor OBJECT-TYPE Description of the monitorable object. See scdObjectDescriptor for format, example and usage. | 1.3.6.1.4.1.3715.17.2.7.1.4 | DisplayString | read-only | current |
| scpObjectAlarmValue OBJECT-TYPE See scdObjectAlarmValue for format, example and usage. | 1.3.6.1.4.1.3715.17.2.7.1.5 | INTEGER | read-only | current |
| interface OBJECT-IDENTITY | 1.3.6.1.4.1.3715.17.3 | |||
| ifExtTable OBJECT-TYPE | 1.3.6.1.4.1.3715.17.3.1 | not-accessible | current | |
| ifExtEntry OBJECT-TYPE | 1.3.6.1.4.1.3715.17.3.1.1 | not-accessible | current | |
| ifExtIndex OBJECT-TYPE 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 | 1.3.6.1.4.1.3715.17.3.1.1.1 | INTEGER | not-accessible | current |
| ifExtName OBJECT-TYPE Description for the interface. | 1.3.6.1.4.1.3715.17.3.1.1.2 | DisplayString | read-only | current |
| ifExtModule OBJECT-TYPE Number of the physical module or slot housing the interface. | 1.3.6.1.4.1.3715.17.3.1.1.3 | INTEGER | read-only | current |
| ifExtPhysInterface OBJECT-TYPE Physical interface number. | 1.3.6.1.4.1.3715.17.3.1.1.4 | INTEGER | read-only | current |
| ifExtLogiInterface OBJECT-TYPE Logical interface number. | 1.3.6.1.4.1.3715.17.3.1.1.5 | INTEGER | read-only | current |
| ifExtDirection OBJECT-TYPE Direction for the data going through the interface. | 1.3.6.1.4.1.3715.17.3.1.1.6 | INTEGER {input(1), output(2), both(3)} | read-only | current |
| pysmiFakeCol1020 OBJECT-TYPE | 1.3.6.1.4.1.3715.17.3.1.1.1020 | INTEGER | ||
| signalPhysTable OBJECT-TYPE | 1.3.6.1.4.1.3715.17.3.2 | not-accessible | current | |
| signalPhysEntry OBJECT-TYPE | 1.3.6.1.4.1.3715.17.3.2.1 | not-accessible | current | |
| signalSnr OBJECT-TYPE Recent signal to noise ratio in 1/10th of dB. | 1.3.6.1.4.1.3715.17.3.2.1.2 | INTEGER | read-only | current |
| signalSnrMin OBJECT-TYPE Lowest measured SNR value since last device startup or last counter reset. | 1.3.6.1.4.1.3715.17.3.2.1.3 | INTEGER | read-write | current |
| signalSnrMax OBJECT-TYPE Highest measured SNR value since last device startup or last counter reset. | 1.3.6.1.4.1.3715.17.3.2.1.4 | INTEGER | read-write | current |
| signalCcErrors OBJECT-TYPE The number of continuity errors since last device startup or last counter reset. | 1.3.6.1.4.1.3715.17.3.2.1.5 | INTEGER | read-write | current |
| signalBer OBJECT-TYPE Calculated bit error ratio of the signal. | 1.3.6.1.4.1.3715.17.3.2.1.6 | Float | read-only | current |
| signalVber OBJECT-TYPE Calculated Viterbi bit error ratio of the signal. | 1.3.6.1.4.1.3715.17.3.2.1.7 | Float | read-only | current |
| transferTable OBJECT-TYPE | 1.3.6.1.4.1.3715.17.3.3 | not-accessible | current | |
| transferEntry OBJECT-TYPE | 1.3.6.1.4.1.3715.17.3.3.1 | not-accessible | current | |
| transBitrate OBJECT-TYPE Recent measured bitrate of the interface in kilobits per second. | 1.3.6.1.4.1.3715.17.3.3.1.2 | INTEGER | read-only | current |
| transBitrateMin OBJECT-TYPE Lowest measured bitrate since last device startup or last counter reset. Writing clears the counter. | 1.3.6.1.4.1.3715.17.3.3.1.3 | INTEGER | read-write | current |
| transBitrateMax OBJECT-TYPE Highest measured bitrate since last device startup or last counter reset. Writing clears the counter. | 1.3.6.1.4.1.3715.17.3.3.1.4 | INTEGER | read-write | current |
| proMpegFecTable OBJECT-TYPE | 1.3.6.1.4.1.3715.17.3.20 | not-accessible | current | |
| proMpegFecEntry OBJECT-TYPE | 1.3.6.1.4.1.3715.17.3.20.1 | not-accessible | current | |
| fecValidPkts OBJECT-TYPE Number of media stream packets received. Writing any value in this oid will clear all ProMpegFec related counters on the current interface. | 1.3.6.1.4.1.3715.17.3.20.1.1 | Counter32 | read-write | current |
| fecUncorrectedPkts OBJECT-TYPE 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. | 1.3.6.1.4.1.3715.17.3.20.1.2 | Counter32 | read-write | current |
| fecCorrectedPkts OBJECT-TYPE Number of corrected packets after FEC decoding. Writing any value in this oid will clear all ProMpegFec related counters on the current interface. | 1.3.6.1.4.1.3715.17.3.20.1.3 | Counter32 | read-write | current |
| fecDuplicatePkts OBJECT-TYPE 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. | 1.3.6.1.4.1.3715.17.3.20.1.4 | Counter32 | read-write | current |
| fecReorderedPkts OBJECT-TYPE 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. | 1.3.6.1.4.1.3715.17.3.20.1.5 | Counter32 | read-write | current |
| fecIncorrectSeqNumbers OBJECT-TYPE 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. | 1.3.6.1.4.1.3715.17.3.20.1.6 | Counter32 | read-write | current |
| fecDiscontinuities OBJECT-TYPE 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. | 1.3.6.1.4.1.3715.17.3.20.1.7 | Counter32 | read-write | current |
| notifications OBJECT-IDENTITY | 1.3.6.1.4.1.3715.17.4 | |||
| statusFlags OBJECT-IDENTITY | 1.3.6.1.4.1.3715.17.5 | |||
| moduleStatusTable OBJECT-TYPE | 1.3.6.1.4.1.3715.17.5.2 | not-accessible | current | |
| moduleStatusEntry OBJECT-TYPE | 1.3.6.1.4.1.3715.17.5.2.1 | not-accessible | current | |
| moduleId OBJECT-TYPE Module identifier | 1.3.6.1.4.1.3715.17.5.2.1.1 | INTEGER | not-accessible | current |
| modulePidConflictStatus OBJECT-TYPE PID conflict status | 1.3.6.1.4.1.3715.17.5.2.1.4 | INTEGER {pidOk(1), pidConflict(2)} | read-only | current |
| moduleTemperatureHigh OBJECT-TYPE High temperature status | 1.3.6.1.4.1.3715.17.5.2.1.6 | INTEGER {temperatureNominal(1), temperatureHigh(2)} | read-only | current |
| moduleTemperatureLow OBJECT-TYPE Low temperature status | 1.3.6.1.4.1.3715.17.5.2.1.7 | INTEGER {temperatureNominal(1), temperatureLow(2)} | read-only | current |
| modulePidCapaStatus OBJECT-TYPE Module PID capacity status | 1.3.6.1.4.1.3715.17.5.2.1.4104 | INTEGER {capacityNominal(1), capacityExceeded(2)} | read-only | current |
| modulePsisiCaptureCapaStatus OBJECT-TYPE Module PSI/SI table capture capacity status | 1.3.6.1.4.1.3715.17.5.2.1.4105 | INTEGER {capacityNominal(1), capacityExceeded(2)} | read-only | current |
| moduleSidAllocStatus OBJECT-TYPE Module service ID allocation capacity status | 1.3.6.1.4.1.3715.17.5.2.1.4106 | INTEGER {sidAllocOk(1), sidAllocCapaExceeded(2)} | read-only | current |
| moduleCaDetectStatus OBJECT-TYPE CA module detection status | 1.3.6.1.4.1.3715.17.5.2.1.4108 | INTEGER {moduleOk(1), moduleMissing(2)} | read-only | current |
| moduleDetectStatus OBJECT-TYPE Module detection status | 1.3.6.1.4.1.3715.17.5.2.1.4111 | INTEGER {moduleOk(1), moduleUnknown(2)} | read-only | current |
| moduleVoltageHigh OBJECT-TYPE High voltage status | 1.3.6.1.4.1.3715.17.5.2.1.4112 | INTEGER {voltageNominal(1), voltageHigh(2)} | read-only | current |
| moduleVoltageLow OBJECT-TYPE Low voltage status | 1.3.6.1.4.1.3715.17.5.2.1.4113 | INTEGER {voltageNominal(1), voltageLow(2)} | read-only | current |
| moduleCurrentHigh OBJECT-TYPE High current status | 1.3.6.1.4.1.3715.17.5.2.1.4114 | INTEGER {currentNominal(1), currentHigh(2)} | read-only | current |
| moduleCurrentLow OBJECT-TYPE Low current status | 1.3.6.1.4.1.3715.17.5.2.1.4115 | INTEGER {currentNominal(1), currentLow(2)} | read-only | current |
| moduleDaemonInitStatus OBJECT-TYPE Module daemon initialization status | 1.3.6.1.4.1.3715.17.5.2.1.4127 | INTEGER {daemonNominal(1), daemonInitFailed(2)} | read-only | current |
| moduleDriverStatus OBJECT-TYPE Module device driver status | 1.3.6.1.4.1.3715.17.5.2.1.4129 | INTEGER {driverNominal(1), driverFailure(2)} | read-only | current |
| moduleHwStatus OBJECT-TYPE Module hardware status | 1.3.6.1.4.1.3715.17.5.2.1.4130 | INTEGER {hwNominal(1), hwFailure(2)} | read-only | current |
| moduleFanStatus OBJECT-TYPE Fan status | 1.3.6.1.4.1.3715.17.5.2.1.4131 | INTEGER {fanNominal(1), fanFailure(2)} | read-only | current |
| modulePowerSourceStatus OBJECT-TYPE Power source status | 1.3.6.1.4.1.3715.17.5.2.1.4132 | INTEGER {runningOnMainPower(1), runningOnBackupPower(2)} | read-only | current |
| modulePsuOverloadStatus OBJECT-TYPE Power supply overload status | 1.3.6.1.4.1.3715.17.5.2.1.4133 | INTEGER {psuNominal(1), psuOverloaded(2)} | read-only | current |
| moduleBootupProgressStatus OBJECT-TYPE Module bootup progress | 1.3.6.1.4.1.3715.17.5.2.1.4134 | INTEGER {moduleNominal(1), moduleBootingUp(2)} | read-only | current |
| moduleBootupRetryStatus OBJECT-TYPE Module bootup retry status | 1.3.6.1.4.1.3715.17.5.2.1.4135 | INTEGER {moduleNominal(1), moduleBootingRetrying(2)} | read-only | current |
| moduleBootupStatus OBJECT-TYPE Module bootup status | 1.3.6.1.4.1.3715.17.5.2.1.4136 | INTEGER {moduleNominal(1), moduleBootFailure(2)} | read-only | current |
| moduleShutdownProgressStatus OBJECT-TYPE Module shutdown progress | 1.3.6.1.4.1.3715.17.5.2.1.4137 | INTEGER {moduleNominal(1), moduleShuttingDown(2)} | read-only | current |
| moduleConnStatus OBJECT-TYPE Module connection status | 1.3.6.1.4.1.3715.17.5.2.1.4138 | INTEGER {connectionNominal(1), connectionLost(2)} | read-only | current |
| moduleCompatStatus OBJECT-TYPE Module compatibility status | 1.3.6.1.4.1.3715.17.5.2.1.4139 | INTEGER {moduleNominal(1), moduleIncompatible(2)} | read-only | current |
| moduleUpcPowerLow OBJECT-TYPE Module UPC input power low status | 1.3.6.1.4.1.3715.17.5.2.1.4147 | INTEGER {ucpPowerNominal(1), ucpPowerLow(2)} | read-only | current |
| moduleUpcPowerHigh OBJECT-TYPE Module UPC input power high status | 1.3.6.1.4.1.3715.17.5.2.1.4148 | INTEGER {ucpPowerNominal(1), ucpPowerHigh(2)} | read-only | current |
| moduleCalibrDataStatus OBJECT-TYPE Module calibration data status | 1.3.6.1.4.1.3715.17.5.2.1.4149 | INTEGER {calibrationDataNominal(1), calibrationDataMissing(2)} | read-only | current |
| moduleCalibrDataCheckStatus OBJECT-TYPE Module calibration data check status | 1.3.6.1.4.1.3715.17.5.2.1.4150 | INTEGER {checkOk(1), checkSkipped(2)} | read-only | current |
| moduleDescrStatus OBJECT-TYPE Module descrambling status | 1.3.6.1.4.1.3715.17.5.2.1.4151 | INTEGER {descramblingOk(1), descramblingFailure(2)} | read-only | current |
| moduleBackupStatus OBJECT-TYPE Module backup status | 1.3.6.1.4.1.3715.17.5.2.1.4153 | INTEGER {moduleNominal(1), moduleSwitchedToBackup(2)} | read-only | current |
| moduleNitOutputsStatus OBJECT-TYPE Supported Nit output module status | 1.3.6.1.4.1.3715.17.5.2.1.4154 | INTEGER {nitOutputsNominal(1), noSupportedNitOutputs(2)} | read-only | current |
| moduleNitSelectionStatus OBJECT-TYPE Nit output selection status | 1.3.6.1.4.1.3715.17.5.2.1.4155 | INTEGER {nitSelectionNominal(1), noSelectedNitOutputs(2)} | read-only | current |
| moduleNitConfChangeStatus OBJECT-TYPE Nit configuration change status | 1.3.6.1.4.1.3715.17.5.2.1.4156 | INTEGER {nitConfNominal(1), nitConfChanged(2)} | read-only | current |
| moduleNitDataQueryStatus OBJECT-TYPE Nit data query status | 1.3.6.1.4.1.3715.17.5.2.1.4157 | INTEGER {nitDataQueryNominal(1), nitDataQueryFailure(2)} | read-only | current |
| moduleNitWizardStatus OBJECT-TYPE Nit wizard status | 1.3.6.1.4.1.3715.17.5.2.1.4158 | INTEGER {nitWizardNominal(1), nitWizardFailure(2)} | read-only | current |
| moduleQamFreqStatus OBJECT-TYPE QAM output unique frequency status | 1.3.6.1.4.1.3715.17.5.2.1.4159 | INTEGER {qamFreqUnique(1), qamFreqDuplicate(2)} | read-only | current |
| moduleOutputSidStatus OBJECT-TYPE Module output SID status | 1.3.6.1.4.1.3715.17.5.2.1.4173 | INTEGER {sidOk(1), sidConflict(2)} | read-only | current |
| moduleConfStatus OBJECT-TYPE Module configuration status | 1.3.6.1.4.1.3715.17.5.2.1.4175 | INTEGER {configurationOk(1), configurationUnsupported(2)} | read-only | current |
| moduleFreqStatus OBJECT-TYPE Module frequency configuration range status | 1.3.6.1.4.1.3715.17.5.2.1.4176 | INTEGER {freqOk(1), freqOutOfRange(2)} | read-only | current |
| moduleOutputPowerStatus OBJECT-TYPE Module output power status | 1.3.6.1.4.1.3715.17.5.2.1.4177 | INTEGER {powerOk(1), powerOutOfRange(2)} | read-only | current |
| moduleSymrateStatus OBJECT-TYPE Module symbol rate configuration status | 1.3.6.1.4.1.3715.17.5.2.1.4178 | INTEGER {symbolRateOk(1), symbolRateOutOfRange(2)} | read-only | current |
| moduleChanDistStatus OBJECT-TYPE Module channel distance configuration status | 1.3.6.1.4.1.3715.17.5.2.1.4179 | INTEGER {chanDistOk(1), chanDistTooNarrow(2)} | read-only | current |
| moduleLnbVoltStatus OBJECT-TYPE Module LNB voltage configuration status | 1.3.6.1.4.1.3715.17.5.2.1.4180 | INTEGER {lnbVoltageOk(1), lnbVoltageInvalid(2)} | read-only | current |
| moduleFecRateStatus OBJECT-TYPE Module FEC rate configuration vs modulation status | 1.3.6.1.4.1.3715.17.5.2.1.4181 | INTEGER {fecRateOk(1), fecRateInvalid(2)} | read-only | current |
| moduleLnbCurrStatus OBJECT-TYPE Module LNB current status | 1.3.6.1.4.1.3715.17.5.2.1.4182 | INTEGER {lnbCurrentOk(1), lnbCurrentInvalid(2)} | read-only | current |
| moduleFreqOffsetStatus OBJECT-TYPE Module frequency offset configuration status | 1.3.6.1.4.1.3715.17.5.2.1.4183 | INTEGER {freqOffsetOk(1), freqOffsetInvalid(2)} | read-only | current |
| moduleDescrRestartStatus OBJECT-TYPE Module descrambling restart status | 1.3.6.1.4.1.3715.17.5.2.1.4185 | INTEGER {descramblingNominal(1), descramblingRestarting(2)} | read-only | current |
| moduleCamRestartStatus OBJECT-TYPE Module CAM restart status | 1.3.6.1.4.1.3715.17.5.2.1.4186 | INTEGER {camNominal(1), camRestarting(2)} | read-only | current |
| moduleEcmgStatus OBJECT-TYPE Ecmg status | 1.3.6.1.4.1.3715.17.5.2.1.4187 | INTEGER {ecmgNominal(1), ecmgFailure(2)} | read-only | current |
| moduleEcmStreamStatus OBJECT-TYPE Ecm stream status | 1.3.6.1.4.1.3715.17.5.2.1.4188 | INTEGER {ecmStreamNominal(1), ecmStreamFailure(2)} | read-only | current |
| moduleEmmStatus OBJECT-TYPE Emm status | 1.3.6.1.4.1.3715.17.5.2.1.4189 | INTEGER {emmNominal(1), emmFailure(2)} | read-only | current |
| moduleEmmStreamStatus OBJECT-TYPE Emm stream status | 1.3.6.1.4.1.3715.17.5.2.1.4190 | INTEGER {emmStreamNominal(1), emmStreamFailure(2)} | read-only | current |
| moduleEcmgConnStatus OBJECT-TYPE Ecmg connection status | 1.3.6.1.4.1.3715.17.5.2.1.4191 | INTEGER {ecmgConnNominal(1), ecmgNotConnected(2)} | read-only | current |
| moduleEmmConnStatus OBJECT-TYPE Emm connection status | 1.3.6.1.4.1.3715.17.5.2.1.4192 | INTEGER {emmConnNominal(1), emmNotConnected(2)} | read-only | current |
| moduleEcmgSpareStatus OBJECT-TYPE Ecmg spare connection status | 1.3.6.1.4.1.3715.17.5.2.1.4194 | INTEGER {ecmgNominal(1), ecmgSwitchedToSpare(2)} | read-only | current |
| moduleBootloaderAvailStatus OBJECT-TYPE Module bootloader availability status | 1.3.6.1.4.1.3715.17.5.2.1.4195 | INTEGER {bootloaderOk(1), bootloaderObsolete(2)} | read-only | current |
| moduleBl1UpdateProgStatus OBJECT-TYPE Module bootloader update progress | 1.3.6.1.4.1.3715.17.5.2.1.4196 | INTEGER {bootloaderNominal(1), bootloaderUpdating(2)} | read-only | current |
| moduleBl2UpdateProgStatus OBJECT-TYPE Module bootloader update progress | 1.3.6.1.4.1.3715.17.5.2.1.4197 | INTEGER {bootloaderNominal(1), bootloaderUpdating(2)} | read-only | current |
| moduleBl1UpdateStatus OBJECT-TYPE Module bootloader update status | 1.3.6.1.4.1.3715.17.5.2.1.4198 | INTEGER {bootloaderNominal(1), bootloaderUpdateFailure(2)} | read-only | current |
| moduleBl2UpdateStatus OBJECT-TYPE Module bootloader update status | 1.3.6.1.4.1.3715.17.5.2.1.4199 | INTEGER {bootloaderNominal(1), bootloaderUpdateFailure(2)} | read-only | current |
| moduleActiveBackupStatus OBJECT-TYPE Backup module status | 1.3.6.1.4.1.3715.17.5.2.1.4203 | INTEGER {backupPassive(1), backupActive(2)} | read-only | current |
| moduleConfProgressStatus OBJECT-TYPE Module configuration progress | 1.3.6.1.4.1.3715.17.5.2.1.4205 | INTEGER {moduleNominal(1), moduleConfiguring(2)} | read-only | current |
| modulePresenceStatus OBJECT-TYPE Module presence progress | 1.3.6.1.4.1.3715.17.5.2.1.4206 | INTEGER {moduleNominal(1), noModule(2)} | read-only | current |
| moduleProcessRestartStatus OBJECT-TYPE Process restart status | 1.3.6.1.4.1.3715.17.5.2.1.4208 | INTEGER {processesNominal(1), processRestarted(2)} | read-only | current |
| moduleBackupLicenseStatus OBJECT-TYPE Backup license status | 1.3.6.1.4.1.3715.17.5.2.1.4209 | INTEGER {licenseOk(1), notLicensed(2)} | read-only | current |
| modulePsisiEditorLicenseStatus OBJECT-TYPE PSI/SI editor license status | 1.3.6.1.4.1.3715.17.5.2.1.4210 | INTEGER {licenseOk(1), notLicensed(2)} | read-only | current |
| moduleMuxLicenseStatus OBJECT-TYPE Multiplexing license status | 1.3.6.1.4.1.3715.17.5.2.1.4211 | INTEGER {licenseOk(1), notLicensed(2)} | read-only | current |
| moduleDemuxLicenseStatus OBJECT-TYPE Demultiplexing license status | 1.3.6.1.4.1.3715.17.5.2.1.4212 | INTEGER {licenseOk(1), notLicensed(2)} | read-only | current |
| moduleDvbLicenseStatus OBJECT-TYPE DVB processing license status | 1.3.6.1.4.1.3715.17.5.2.1.4213 | INTEGER {licenseOk(1), notLicensed(2)} | read-only | current |
| moduleMsdLicenseStatus OBJECT-TYPE MSD license status | 1.3.6.1.4.1.3715.17.5.2.1.4214 | INTEGER {licenseOk(1), notLicensed(2)} | read-only | current |
| moduleDvbs2LicenseStatus OBJECT-TYPE DVB-S2 processing license status | 1.3.6.1.4.1.3715.17.5.2.1.4215 | INTEGER {licenseOk(1), notLicensed(2)} | read-only | current |
| moduleDvbt2LicenseStatus OBJECT-TYPE DVB-T2 processing license status | 1.3.6.1.4.1.3715.17.5.2.1.4216 | INTEGER {licenseOk(1), notLicensed(2)} | read-only | current |
| moduleScsLicenseStatus OBJECT-TYPE Scs license status | 1.3.6.1.4.1.3715.17.5.2.1.4217 | INTEGER {licenseValid(1), notLicensed(2)} | read-only | current |
| moduleCliLoginStatus OBJECT-TYPE CLI login status | 1.3.6.1.4.1.3715.17.5.2.1.4218 | INTEGER {cliNotLoggedIn(1), cliLoggedIn(2)} | read-only | current |
| moduleRedunActivationStatus OBJECT-TYPE Redundancy activation status | 1.3.6.1.4.1.3715.17.5.2.1.4222 | INTEGER {redundancyPassive(1), redundancyActivated(2)} | read-only | current |
| moduleExtioPinSignalingStatus OBJECT-TYPE EXT-IO pin status | 1.3.6.1.4.1.3715.17.5.2.1.4223 | INTEGER {extioPinNominal(1), extioPinSignaled(2)} | read-only | current |
| moduleBackupPsuStatus OBJECT-TYPE Backup power supply status | 1.3.6.1.4.1.3715.17.5.2.1.4224 | INTEGER {backupPsuNominal(1), backupPsuFailure(2)} | read-only | current |
| moduleIntrusionStatus OBJECT-TYPE Intrusion detection status | 1.3.6.1.4.1.3715.17.5.2.1.4225 | INTEGER {intrusionNominal(1), intrusionDetected(2)} | read-only | current |
| moduleRedunStatus OBJECT-TYPE Redundancy status | 1.3.6.1.4.1.3715.17.5.2.1.4227 | INTEGER {redundancyOk(1), redundancyFailure(2)} | read-only | current |
| moduleBackupHwStatus OBJECT-TYPE Hardware backup support status | 1.3.6.1.4.1.3715.17.5.2.1.4230 | INTEGER {backupHwOk(1), backupHwNotSupported(2)} | read-only | current |
| moduleSwUpdateProgress OBJECT-TYPE Software update progress | 1.3.6.1.4.1.3715.17.5.2.1.4231 | INTEGER {swUpdateInactive(1), swUpdateInProgress(2)} | read-only | current |
| moduleSwUpdateStatus OBJECT-TYPE Software update status | 1.3.6.1.4.1.3715.17.5.2.1.4233 | INTEGER {swNominal(1), swUpdateFailure(2)} | read-only | current |
| moduleEitLicenseStatus OBJECT-TYPE EIT license status | 1.3.6.1.4.1.3715.17.5.2.1.4235 | INTEGER {licenseValid(1), notLicensed(2)} | read-only | current |
| moduleDescramblingStatus OBJECT-TYPE Descrambling status | 1.3.6.1.4.1.3715.17.5.2.1.4237 | INTEGER {descramblingNominal(1), descramblingFailure(2)} | read-only | current |
| moduleDvbTimeStatus OBJECT-TYPE DVB time detection status | 1.3.6.1.4.1.3715.17.5.2.1.4243 | INTEGER {dvbTimeNominal(1), dvbTimeMissing(2)} | read-only | current |
| moduleTunerDcFeedStatus OBJECT-TYPE Tuner DC feed current status | 1.3.6.1.4.1.3715.17.5.2.1.4245 | INTEGER {currentNominal(1), currentOutOfRange(2)} | read-only | current |
| moduleTunerPlpSelectionReqStatus OBJECT-TYPE Tuner data PLP ID requirement status | 1.3.6.1.4.1.3715.17.5.2.1.4247 | INTEGER {plpSelectionOk(1), plpSelectionRequired(2)} | read-only | current |
| moduleTunerPlpStatus OBJECT-TYPE Tuner data PLP ID validity status | 1.3.6.1.4.1.3715.17.5.2.1.4248 | INTEGER {plpSelectionValid(1), plpSelectionNotValid(2)} | read-only | current |
| moduleTunerHierarchyStatus OBJECT-TYPE Status of transmission hierarchy | 1.3.6.1.4.1.3715.17.5.2.1.4249 | INTEGER {hierarchyOk(1), hierarchyInvalid(2)} | read-only | current |
| moduleEcmStatus OBJECT-TYPE ECM stream connection status | 1.3.6.1.4.1.3715.17.5.2.1.4250 | INTEGER {ecmNominal(1), ecmMissing(2)} | read-only | current |
| moduleScramConflictStatus OBJECT-TYPE Module scrambling shared component conflict status | 1.3.6.1.4.1.3715.17.5.2.1.4251 | INTEGER {scramblingNominal(1), scramblingConflict(2)} | read-only | current |
| moduleScramSharedStatus OBJECT-TYPE Module scrambling shared component status | 1.3.6.1.4.1.3715.17.5.2.1.4252 | INTEGER {scramblingNominal(1), scramblingSharedComponent(2)} | read-only | current |
| moduleBackupVoltageHigh OBJECT-TYPE Backup high voltage status | 1.3.6.1.4.1.3715.17.5.2.1.4253 | INTEGER {voltageNominal(1), voltageHigh(2)} | read-only | current |
| moduleBackupVoltageLow OBJECT-TYPE Backup low voltage status | 1.3.6.1.4.1.3715.17.5.2.1.4254 | INTEGER {voltageNominal(1), voltageLow(2)} | read-only | current |
| moduleSdtTableStatus OBJECT-TYPE Sdt table template status | 1.3.6.1.4.1.3715.17.5.2.1.4255 | INTEGER {sdtTableOk(1), invalidSdtTableTemplate(2)} | read-only | current |
| moduleDescramblingRestart OBJECT-TYPE Descrambling restart status | 1.3.6.1.4.1.3715.17.5.2.1.4256 | INTEGER {descramblingNominal(1), descramblingRestarting(2)} | read-only | current |
| moduleCaModuleRestart OBJECT-TYPE CA module restart status | 1.3.6.1.4.1.3715.17.5.2.1.4257 | INTEGER {caModuleNominal(1), caModuleRestarting(2)} | read-only | current |
| moduleCaMenuStatus OBJECT-TYPE CA menu access status | 1.3.6.1.4.1.3715.17.5.2.1.4258 | INTEGER {caMenuNominal(1), caMenuOpen(2)} | read-only | current |
| moduleInvalidCamRouting OBJECT-TYPE CAM routing status | 1.3.6.1.4.1.3715.17.5.2.1.4259 | INTEGER {camRoutingNominal(1), camRoutingInvalid(2)} | read-only | current |
| moduleNitSidConflict OBJECT-TYPE Nit / Sid conflict status | 1.3.6.1.4.1.3715.17.5.2.1.4260 | INTEGER {nitSidNominal(1), nitSidConflict(2)} | read-only | current |
| moduleLicenseMissingFEC OBJECT-TYPE FEC license status | 1.3.6.1.4.1.3715.17.5.2.1.4262 | INTEGER {licenseOk(1), licenseMissing(2)} | read-only | current |
| moduleFecCorrectionStatus OBJECT-TYPE Fec packet correction status. Correction overload (2) is result of too many simultaneous missing packets. | 1.3.6.1.4.1.3715.17.5.2.1.4263 | INTEGER {correctionNominal(1), correctionOverload(2)} | read-only | current |
| moduleFecPacketDropStatus OBJECT-TYPE FEC packet discarding status. Packet discarding (2) is resulted by too high bitrate. | 1.3.6.1.4.1.3715.17.5.2.1.4264 | INTEGER {packetsNominal(1), packetsDropped(2)} | read-only | current |
| moduleFecMediaPktsStatus OBJECT-TYPE Fec media packet discarding status. Packet discarding (2) is resulted by too high bitrate. | 1.3.6.1.4.1.3715.17.5.2.1.4265 | INTEGER {packetsNominal(1), packetsDiscarded(2)} | read-only | current |
| moduleSfpLinkStatus OBJECT-TYPE SFP link status | 1.3.6.1.4.1.3715.17.5.2.1.4269 | INTEGER {sfpLinkNominal(1), sfpLinkDown(2)} | read-only | current |
| moduleBackupSyncModeOff OBJECT-TYPE Backup sync mode off status flag | 1.3.6.1.4.1.3715.17.5.2.1.4272 | INTEGER {modeNominal(1), modeOff(2)} | read-only | current |
| moduleBackupSyncModeManual OBJECT-TYPE Backup sync mode manual status flag | 1.3.6.1.4.1.3715.17.5.2.1.4273 | INTEGER {modeNominal(1), modeManual(2)} | read-only | current |
| moduleBackupSyncModeAuto OBJECT-TYPE Backup sync mode automatic status flag | 1.3.6.1.4.1.3715.17.5.2.1.4274 | INTEGER {modeNominal(1), modeAuto(2)} | read-only | current |
| moduleBackupSyncConfStatus OBJECT-TYPE Backup sync configuration change status | 1.3.6.1.4.1.3715.17.5.2.1.4275 | INTEGER {configurationNominal(1), configurationChanged(2)} | read-only | current |
| moduleBackupSyncStatus OBJECT-TYPE Backup configuration synchronization status | 1.3.6.1.4.1.3715.17.5.2.1.4276 | INTEGER {syncNominal(1), synchronizing(2)} | read-only | current |
| moduleBackupSyncSwCompatibility OBJECT-TYPE Software version compatibility for backup sync | 1.3.6.1.4.1.3715.17.5.2.1.4278 | INTEGER {swCompatible(1), swIncompatible(2)} | read-only | current |
| moduleBackupSyncHwCompatibility OBJECT-TYPE Hardware version compatibility for backup sync | 1.3.6.1.4.1.3715.17.5.2.1.4279 | INTEGER {hwCompatible(1), hwIncompatible(2)} | read-only | current |
| moduleBackupSyncConfFaultStatus OBJECT-TYPE Backup sync configuration fault status | 1.3.6.1.4.1.3715.17.5.2.1.4280 | INTEGER {configurationNominal(1), configurationFault(2)} | read-only | current |
| moduleBackupSyncConnectionStatus OBJECT-TYPE Backup sync connection status | 1.3.6.1.4.1.3715.17.5.2.1.4281 | INTEGER {connectionNominal(1), connectionLost(2)} | read-only | current |
| moduleBackupSyncFromBackupStatus OBJECT-TYPE Status flag for backup autosync from backup to main | 1.3.6.1.4.1.3715.17.5.2.1.4283 | INTEGER {syncNominal(1), syncNotPossible(2)} | read-only | current |
| moduleBackupSyncRebootStatus OBJECT-TYPE Status flag for rebooting pair device to new configuration | 1.3.6.1.4.1.3715.17.5.2.1.4284 | INTEGER {pairDevNominal(1), pairDevRebooting(2)} | read-only | current |
| moduleBackupSyncLicenseCompatStatus OBJECT-TYPE License compatibility status flag for backup sync | 1.3.6.1.4.1.3715.17.5.2.1.4285 | INTEGER {licensesCompatible(1), licensesIncompatible(2)} | read-only | current |
| moduleBackupSyncLicenseCompareStatus OBJECT-TYPE Backup sync license comparing status | 1.3.6.1.4.1.3715.17.5.2.1.4286 | INTEGER {licenseNominal(1), licenseComparing(2)} | read-only | current |
| moduleDeviceFirstBootStatus OBJECT-TYPE Status flag for device first boot operations | 1.3.6.1.4.1.3715.17.5.2.1.4288 | INTEGER {firstBootNominal(1), firstBootInProgress(2)} | read-only | current |
| modulePartitionConfigurationBackup OBJECT-TYPE Status flag for partition configuration backup operation | 1.3.6.1.4.1.3715.17.5.2.1.4289 | INTEGER {configurationNominal(1), configurationBackupInProgress(2)} | read-only | current |
| modulePartitionConfigurationRestore OBJECT-TYPE Status flag for partition configuration restore operation | 1.3.6.1.4.1.3715.17.5.2.1.4290 | INTEGER {configurationNominal(1), configurationRestoreInProgress(2)} | read-only | current |
| moduleSwRevertStatus OBJECT-TYPE Software revertion status | 1.3.6.1.4.1.3715.17.5.2.1.4291 | INTEGER {swNominal(1), swRevertInProgress(2)} | read-only | current |
| moduleMaxOutputPidsStatus OBJECT-TYPE Status flag for maximum number of Pid allocations | 1.3.6.1.4.1.3715.17.5.2.1.4292 | INTEGER {pidsNominal(1), maxPidsUsed(2)} | read-only | current |
| moduleUserRebootStatus OBJECT-TYPE Status flag for user initiated reboot | 1.3.6.1.4.1.3715.17.5.2.1.4293 | INTEGER {moduleNominal(1), moduleRebootedByUser(2)} | read-only | current |
| moduleRemovalStatus OBJECT-TYPE Status flag for module removal | 1.3.6.1.4.1.3715.17.5.2.1.4294 | INTEGER {moduleNominal(1), moduleRemoved(2)} | read-only | current |
| moduleInsertionStatus OBJECT-TYPE Status flag for module insertion | 1.3.6.1.4.1.3715.17.5.2.1.4295 | INTEGER {moduleNominal(1), moduleInserted(2)} | read-only | current |
| moduleSptsInputConfStatus OBJECT-TYPE Status flag for input spts misconfiguration | 1.3.6.1.4.1.3715.17.5.2.1.4296 | INTEGER {sptsInputNominal(1), inputNotSpts(2)} | read-only | current |
| ifStatusTable OBJECT-TYPE | 1.3.6.1.4.1.3715.17.5.3 | not-accessible | current | |
| ifStatusEntry OBJECT-TYPE | 1.3.6.1.4.1.3715.17.5.3.1 | not-accessible | current | |
| ifId OBJECT-TYPE Interface identifier | 1.3.6.1.4.1.3715.17.5.3.1.1 | INTEGER | not-accessible | current |
| ifDirection OBJECT-TYPE Interface data direction | 1.3.6.1.4.1.3715.17.5.3.1.2 | INTEGER {input(1), output(2), both(3)} | not-accessible | current |
| ifSignalStatus OBJECT-TYPE Interface signal status | 1.3.6.1.4.1.3715.17.5.3.1.4097 | INTEGER {signalOk(1), signalMissing(2)} | read-only | current |
| ifAsiLinkStatus OBJECT-TYPE ASI link status | 1.3.6.1.4.1.3715.17.5.3.1.4102 | INTEGER {linkOk(1), linkDown(2)} | read-only | current |
| ifLinkStatus OBJECT-TYPE Interface link status | 1.3.6.1.4.1.3715.17.5.3.1.4226 | INTEGER {linkOk(1), linkDown(2)} | read-only | current |
| tsStatusTable OBJECT-TYPE | 1.3.6.1.4.1.3715.17.5.4 | not-accessible | current | |
| tsStatusEntry OBJECT-TYPE | 1.3.6.1.4.1.3715.17.5.4.1 | not-accessible | current | |
| tsPidRemappingStatus OBJECT-TYPE TS PID remapping status | 1.3.6.1.4.1.3715.17.5.4.1.5 | INTEGER {pidNominal(1), pidRemapped(2)} | read-only | current |
| tsManualTableInsertStatus OBJECT-TYPE TS manual table insertion status | 1.3.6.1.4.1.3715.17.5.4.1.8 | INTEGER {insertOk(1), insertFailure(2)} | read-only | current |
| tsPassthruDupStatus OBJECT-TYPE TS output service passthrough duplication status | 1.3.6.1.4.1.3715.17.5.4.1.11 | INTEGER {servicesNominal(1), servicesBlocked(2)} | read-only | current |
| tsSyncStatus OBJECT-TYPE TS sync status | 1.3.6.1.4.1.3715.17.5.4.1.4098 | INTEGER {syncOk(1), noSync(2)} | read-only | current |
| tsRxStatus OBJECT-TYPE TS Rx error status | 1.3.6.1.4.1.3715.17.5.4.1.4099 | INTEGER {rxNominal(1), rxErrors(2)} | read-only | current |
| tsInputBufferStatus OBJECT-TYPE TS input buffer status | 1.3.6.1.4.1.3715.17.5.4.1.4100 | INTEGER {bufferNominal(1), bufferOverflow(2)} | read-only | current |
| tsNetworkStatus OBJECT-TYPE TS network ID status | 1.3.6.1.4.1.3715.17.5.4.1.4103 | INTEGER {netOk(1), netForbidden(2)} | read-only | current |
| tsPsisiCapaStatus OBJECT-TYPE TS PSI/SI insertion capacity status | 1.3.6.1.4.1.3715.17.5.4.1.4109 | INTEGER {capacityNominal(1), capacityExceeded(2)} | read-only | current |
| tsMultiplexDiscardStatus OBJECT-TYPE TS multiplex packet discard status | 1.3.6.1.4.1.3715.17.5.4.1.4110 | INTEGER {muxNominal(1), muxPacketsDiscarded(2)} | read-only | current |
| tsMultiplexDelayStatus OBJECT-TYPE TS multiplex packet delay status | 1.3.6.1.4.1.3715.17.5.4.1.4228 | INTEGER {muxNominal(1), muxPacketsDelayed(2)} | read-only | current |
| tsCbrOversubscriptionStatus OBJECT-TYPE TS CBR oversubscription status | 1.3.6.1.4.1.3715.17.5.4.1.4229 | INTEGER {cbrNominal(1), cbrOversubscription(2)} | read-only | current |
| tsCbrDiscardStatus OBJECT-TYPE TS CBR packet discard due to oversubscription status | 1.3.6.1.4.1.3715.17.5.4.1.4236 | INTEGER {cbrNominal(1), cbrPacketsDiscarded(2)} | read-only | current |
| tsIpInputCapaStatus OBJECT-TYPE TS IP input capacity status | 1.3.6.1.4.1.3715.17.5.4.1.4238 | INTEGER {capacityNominal(1), capacityExceeded(2)} | read-only | current |
| tsEitReinsertCapaStatus OBJECT-TYPE TS EIT reinsert capacity status | 1.3.6.1.4.1.3715.17.5.4.1.4239 | INTEGER {capacityNominal(1), capacityExceeded(2)} | read-only | current |
| tsSectionCapaStatus OBJECT-TYPE TS section processing capacity status | 1.3.6.1.4.1.3715.17.5.4.1.4240 | INTEGER {capacityNominal(1), capacityExceeded(2)} | read-only | current |
| tsRtpInputStatus OBJECT-TYPE TS RTP input packet droip status | 1.3.6.1.4.1.3715.17.5.4.1.4241 | INTEGER {inputOk(1), inputPacketsDropped(2)} | read-only | current |
| tsRtpSeqStatus OBJECT-TYPE TS RTP input packet sequence anomaly status | 1.3.6.1.4.1.3715.17.5.4.1.4242 | INTEGER {seqOk(1), seqAnomalies(2)} | read-only | current |
| tsTdtTotGenStatus OBJECT-TYPE TS output TDT/TOT table generation status | 1.3.6.1.4.1.3715.17.5.4.1.4246 | INTEGER {tdtTotOk(1), tdtTotNotGenerated(2)} | read-only | current |
| tsSttGenStatus OBJECT-TYPE TS output STT table generation status | 1.3.6.1.4.1.3715.17.5.4.1.4261 | INTEGER {sttOk(1), sttNotGenerated(2)} | read-only | current |
| tsFecPacketCorrectionStatus OBJECT-TYPE Status flag for FEC correcting packets | 1.3.6.1.4.1.3715.17.5.4.1.4266 | INTEGER {packetsNominal(1), fecCorrectedPackets(2)} | read-only | current |
| tsFecInputAnomalyStatus OBJECT-TYPE Status flag for FEC input anomaly detection | 1.3.6.1.4.1.3715.17.5.4.1.4267 | INTEGER {fecInputNominal(1), fecInputAnomalies(2)} | read-only | current |
| tsFecCorrectionCapacityStatus OBJECT-TYPE Fec input packets correction capacity status | 1.3.6.1.4.1.3715.17.5.4.1.4268 | INTEGER {correctionCapacityNominal(1), correctionCapacityExceeded(2)} | read-only | current |
| tsIpMirrorOutputPacketLossStatus OBJECT-TYPE Status flag for IP mirror output packet discarding | 1.3.6.1.4.1.3715.17.5.4.1.4297 | INTEGER {ipOutputNominal(1), ipOutputPacketsDiscarded(2)} | read-only | current |
| serviceStatusTable OBJECT-TYPE | 1.3.6.1.4.1.3715.17.5.5 | not-accessible | current | |
| serviceStatusEntry OBJECT-TYPE | 1.3.6.1.4.1.3715.17.5.5.1 | not-accessible | current | |
| serviceId OBJECT-TYPE Service identifier | 1.3.6.1.4.1.3715.17.5.5.1.1 | INTEGER | not-accessible | current |
| serviceStatus OBJECT-TYPE Service status | 1.3.6.1.4.1.3715.17.5.5.1.3 | INTEGER {servicePresent(1), serviceMissing(2)} | read-only | current |
| pidStatusTable OBJECT-TYPE | 1.3.6.1.4.1.3715.17.5.6 | not-accessible | current | |
| pidStatusEntry OBJECT-TYPE | 1.3.6.1.4.1.3715.17.5.6.1 | not-accessible | current | |
| pId OBJECT-TYPE Program Identifier | 1.3.6.1.4.1.3715.17.5.6.1.1 | INTEGER (1..65535) | not-accessible | current |
| pidStatus OBJECT-TYPE PID status | 1.3.6.1.4.1.3715.17.5.6.1.2 | INTEGER {pidPresent(1), pidMissing(2)} | read-only | current |