MIBs Depot

TELESTE-LUMINATO-MIB

Registered at
1.3.6.1.4.1.3715.17.1
1.3.6.1.4.1.3715.17.2
1.3.6.1.4.1.3715.17.3
1.3.6.1.4.1.3715.17.4
1.3.6.1.4.1.3715.17.5
Namespace
teleste
Source file
TELESTE-LUMINATO-MIB
Digest
sha256:6b100ef5b89b6a3e0913c5634f32575bd63324bc15f127e2ecf5e7d8f9e22339

Imports

FromSymbols
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMIMODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION
TELESTE-ROOT-MIBluminato
UCD-SNMP-MIBFloat

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.

ArcNameModule
1.3.6.1.4.1.3715.17.4.1paramsTELESTE-LUMINATO-MIB2
1.3.6.1.4.1.3715.17.4.2trapsTELESTE-LUMINATO-MIB2

Objects

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