APEX-MIB
- Registered at
- 1.3.6.1.4.1.1166.1.31
- Last updated
- 2014-10-22 00:00
- Organization
- ARRIS Enterprises, Inc.
- Revisions
- 2014-10-22 00:00, 2014-08-04 00:00, 2014-06-27 00:00, 2013-01-25 00:00, 2012-08-27 00:00, 2011-02-15 00:00, 2010-08-17 00:00, 2010-06-30 00:00, 2010-03-05 00:00, 2010-01-19 00:00, 2009-10-16 00:00, 2009-09-14 00:00, 2009-06-09 00:00, 2009-04-20 00:00, 2009-04-08 00:00, 2009-04-14 00:00, 2009-03-23 00:00, 2009-03-10 00:00, 2008-07-24 00:00, 2008-07-08 00:00, 2008-02-18 14:00
- Namespace
- arris
- Source file
APEX-MIB- Digest
sha256:ad8cee855ee441c4f600d9fbb82d03f2b11b0fe4a74700aa87d4392e5b1841e2
Description
The MIB module for the APEX.
Contact
The Technical Assistance Center (TAC) provides assistance 24 hours a day, 7 days a week. To open a case, use one of these contact methods: Customers in North America should call the TAC at : 1-888-944-HELP (1-888-944-4357) Customers outside North America should call the TAC at: 1-215-323-2345 For Spanish language support, call the TAC at : 1-215-323-2346 Contact the TAC by e-mail at : Tac.Helpdesk@arrisi.com
Imports
| From | Symbols |
|---|---|
| BCS-IDENT-MIB | giproducts |
| BCS-TRAPS-MIB | trapAdditionalInfoInteger1, trapAdditionalInfoInteger2, trapAdditionalInfoInteger3, trapChangedObjectId, trapChangedValueDisplayString, trapChangedValueInteger, trapChangedValueIpAddress, trapChangedValueOID, trapIdentifier, trapNETrapLastTrapTimeStamp, trapNetworkElemAdminState, trapNetworkElemAlarmStatus, trapNetworkElemAvailStatus, trapNetworkElemModelNumber, trapNetworkElemOperState, trapNetworkElemSerialNum, trapPerceivedSeverity, trapSequenceId, trapText |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
APEX-MIB BCS-IDENT-MIB BCS-TRAPS-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ActiveTYPE type | ||||
| ApplyDataToDeviceTYPE type | ||||
| ClearAlarmTYPE type | ||||
| ClearCountersTYPE type | ||||
| EnableDisableTYPE type | ||||
| EthernetInterfaceTYPE type | ||||
| InputInterfaceTYPE type | ||||
| InputTsStateTYPE type | ||||
| NetworkDuplexModeTYPE type | ||||
| NetworkSpeedTYPE type | ||||
| RateComparisonTYPE type | ||||
| ResetStatisticsTYPE type |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| apexTraps OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.0 | |||
| apexSys OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.1 | |||
| apexSysConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.1.1 | |||
| apexSysConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.1.1.1 | |||
| apexSaveConfig OBJECT-TYPE Writing this object will commit the current configuration to Flash. While a read returns the value savingConfigToFlash, the flash is being saved; the save may not have been initiated by an SNMP set. Once written, the change to this parameter will take immediate effect. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.1.1.1.1 | INTEGER {saveNotInProgress(1), startSaveToFlash(2), savingConfigToFlash(3)} | read-write | current |
| apexProductName OBJECT-TYPE This is the Product Name of the APEX loaded at initialization from the config.ini file. Specific configurations of the APEX have specific purposes and are identified by their product name. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2, default=yes) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.1.1.1.2 | DisplayString (SIZE(0..31)) | read-write | current |
| apexBootMethod OBJECT-TYPE This parameter is used to set the boot method for the APEX. Selection of noDhcpOrBootp means the APEX will not use DHCP or BOOTP - this will result in about a 10 second savings in boot time. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.1.1.1.3 | INTEGER {noDhcpOrBootp(1), bootpOnly(3)} | read-write | current |
| apexAutoRebootEnable OBJECT-TYPE Setting to 'enabled' allows the APEX to automatically reboot when specific APEX hardware errors occur. Setting this to Enabled will cause the APEX to automatically reboot upon specific HW faults, such as a GigE processor crash, or upon a Host processor watchdog event. When disabled, HW faults and watchdog events will not cause an automatic reboot. This is useful when it is necessary to debug the event (to allow time to gather status prior to manually rebooting). Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.1.1.1.4 | EnableDisableTYPE | read-write | current |
| apexSysConfigMcEmmInsertion OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.1.1.2 | |||
| apexMcEmmInsertionMode OBJECT-TYPE Specify the mode in which MediaCipher EMMs are inserted, out of band or full in band. Once written, the change to this parameter will only take immediate effect after apexMcEmmInsertionApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexMcEmmInsertionApplyChange , value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.1.1.2.1 | INTEGER {outOfBand(1), fullInBand(2)} | read-write | current |
| apexMcEmmInsertionPid1Enable OBJECT-TYPE Enable/disable first EMM PID to include in the CAT for MediaCipher Full In Band mode. Default value is enabled. Once written, the change to this parameter will only take immediate effect after apexMcEmmInsertionApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexMcEmmInsertionApplyChange , value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.1.1.2.2 | EnableDisableTYPE | read-write | current |
| apexMcEmmInsertionPid1 OBJECT-TYPE First EMM PID to include in the CAT for MediaCipher Full In Band mode. Allowed values: from 0x1C00 to 0x1FFE. Default value is 0x1C02. Once written, the change to this parameter will only take immediate effect after apexMcEmmInsertionApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexMcEmmInsertionApplyChange , value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.1.1.2.3 | Unsigned32 (7168..8190) | read-write | current |
| apexMcEmmInsertionPid2Enable OBJECT-TYPE Enable/disable first EMM PID to include in the CAT for MediaCipher Full In Band mode. Default value is disabled. Once written, the change to this parameter will only take immediate effect after apexMcEmmInsertionApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexMcEmmInsertionApplyChange , value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.1.1.2.4 | EnableDisableTYPE | read-write | current |
| apexMcEmmInsertionPid2 OBJECT-TYPE Second EMM PID to include in the CAT for MediaCipher Full In Band mode. Allowed values: from 0x1C00 to 0x1FFE. Default value is 0x1C03. Once written, the change to this parameter will only take immediate effect after apexMcEmmInsertionApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexMcEmmInsertionApplyChange , value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.1.1.2.5 | Unsigned32 (7168..8190) | read-write | current |
| apexMcEmmInsertionApplyChange OBJECT-TYPE The Apply for the MediaCipher EMM Insertion group. This parameter MUST be set to 'apply' in order for any of the data in the MC EMM Insertion group to take effect in the device. This parameter MUST be set LAST after all other data in the MC Emm Insertion group has been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.1.1.2.6 | ApplyDataToDeviceTYPE | read-write | current |
| apexSysStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.1.2 | |||
| apexSysStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.1.2.1 | |||
| apexBootReason OBJECT-TYPE Indicates reason for APEX boot: 'powerCycle' - Power-up or power cycled. 'operatorReboot' - Operator commanded reboot (refer to manual). 'hwFault' - Automatic reboot occurred as per apexAutoRebootEnable. 'wdFault' - Automatic Watchdog reboot as per apexAutoRebootEnable. | 1.3.6.1.4.1.1166.1.31.1.2.1.1 | INTEGER {powerCycle(0), operatorReboot(1), hwFault(2), wdFault(3)} | read-only | current |
| apexMaxServiceMappings OBJECT-TYPE Maximum number of service mappings supported by the APEX. | 1.3.6.1.4.1.1166.1.31.1.2.1.2 | Integer32 | read-only | current |
| apexSysStatusVersions OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.1.2.2 | |||
| apexHostProcessorBootCodeVersion OBJECT-TYPE APEX Host Processor Boot Code Version. | 1.3.6.1.4.1.1166.1.31.1.2.2.1 | DisplayString (SIZE(0..31)) | read-only | current |
| apexMuxFpgaVersion OBJECT-TYPE APEX MUX FPGA Version. | 1.3.6.1.4.1.1166.1.31.1.2.2.2 | DisplayString (SIZE(0..31)) | read-only | current |
| apexMuxFpgaEncryption OBJECT-TYPE APEX MUX FPGA Encryption type currently loaded. | 1.3.6.1.4.1.1166.1.31.1.2.2.3 | INTEGER {noEncryption(0), des(1), csa(2), aes(3)} | read-only | current |
| apexMainBoardVersion OBJECT-TYPE APEX Main Board Version. This is the revision of the apexMainBoardType. | 1.3.6.1.4.1.1166.1.31.1.2.2.4 | DisplayString (SIZE(0..31)) | read-only | current |
| apexHostApplicationDate OBJECT-TYPE APEX Host Processor Application Creation Date. | 1.3.6.1.4.1.1166.1.31.1.2.2.5 | DisplayString (SIZE(0..31)) | read-only | current |
| apexProductType OBJECT-TYPE APEX Product Type. The corresponding product name text setting can be found in identUnitModel. | 1.3.6.1.4.1.1166.1.31.1.2.2.6 | INTEGER {invalid(0), apex1000(1)} | read-only | current |
| apexMainBoardType OBJECT-TYPE APEX Main Board Type. The revision is found in apexMainBoardVersion. | 1.3.6.1.4.1.1166.1.31.1.2.2.7 | Integer32 | read-only | current |
| apexGlueFpgaVersion OBJECT-TYPE APEX Glue FPGA Version. | 1.3.6.1.4.1.1166.1.31.1.2.2.8 | DisplayString (SIZE(0..31)) | read-only | current |
| apexGlueCpldVersion OBJECT-TYPE APEX Glue CPLD Version. | 1.3.6.1.4.1.1166.1.31.1.2.2.9 | DisplayString (SIZE(0..31)) | read-only | current |
| apexDtiFpgaVersion OBJECT-TYPE APEX DTI FPGA Version. | 1.3.6.1.4.1.1166.1.31.1.2.2.10 | DisplayString (SIZE(0..31)) | read-only | current |
| apexMpc2FpgaVersion OBJECT-TYPE APEX MPC2 FPGA Version. | 1.3.6.1.4.1.1166.1.31.1.2.2.11 | DisplayString (SIZE(0..31)) | read-only | current |
| apexDpmVersion OBJECT-TYPE APEX DPM Version. | 1.3.6.1.4.1.1166.1.31.1.2.2.12 | DisplayString (SIZE(0..31)) | read-only | current |
| apexTime OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.2 | |||
| apexTimeConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.2.1 | |||
| apexTimeConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.2.1.1 | |||
| apexTimeSource OBJECT-TYPE The source for system time. The time source can be configured to come from an SNTP time source, or be generated internally. When configured as internal: - The APEX will internally keep time starting at GPS time 0. A user can set the time to a valid GPS time in this mode. - The system time and UTC offset in internal mode are not updated and therefore are not valid. When configured to receive time via SNTP the SntpServerSpecified object and SntpServiceIP objects can be used to optionally define the SNTP server. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.2.1.1.1 | INTEGER {sntp(1), internal(2)} | read-write | current |
| apexSntpUtcOffset OBJECT-TYPE The value of this object is the Universal Time Coordinated (UTC) offset from GPS time. Subtract this from GPS time to convert from GPS to UTC. Units are seconds. When time source is SNTP, this object can be set to specify the UTC offset that the APEX will use in calculating GPS time. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.2.1.1.2 | Integer32 (0..1000) | read-write | current |
| apexSntpServerSpecified OBJECT-TYPE When the TimeSource is SNTP, this object specifies whether the APEX will only accept time for a single SNTP server or from any server that broadcasts time. When notSpecified, the APEX will accept time from any SNTP server. When specified, the APEX will poll for time from the address of the SNTP server specified by the SntpServerIP address object. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.2.1.1.3 | INTEGER {notSpecified(1), specified(2)} | read-write | current |
| apexSntpServerIpAddr OBJECT-TYPE This contains the IP address of the specified SNTP server. If apexTimeSource is SNTP and apexSntpServerSpecified is set to specified, then the apex will poll for time from this IP address. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.2.1.1.4 | IpAddress | read-write | current |
| apexUserSuppliedTime OBJECT-TYPE The value of this object is the GPS Time the APEX is given via user entry. The time is reported in GPS seconds. This time is ONLY used when the APEX is set to Internal time mode. Once written, the change to this parameter will take immediate effect. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.2.1.1.5 | Unsigned32 | read-write | current |
| apexTimeStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.2.2 | |||
| apexTimeStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.2.2.1 | |||
| apexSystemTime OBJECT-TYPE The value of this object is the current System Time of the APEX. The system time is reported in GPS seconds. To determine the APEXs system time in UTC the apexSntpUtcOffset object must also be read and used in the calculation. | 1.3.6.1.4.1.1166.1.31.2.2.1.1 | Integer32 | read-only | current |
| apexOperationalTime OBJECT-TYPE The Operational Time is the time in seconds since the APEX completed the boot sequence. It is the time that the APEX has been operational. | 1.3.6.1.4.1.1166.1.31.2.2.1.8 | Integer32 | read-only | current |
| apexTemperature OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.3 | |||
| apexTemperatureConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.3.1 | |||
| apexTemperatureConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.3.1.1 | |||
| apexTemperatureStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.3.2 | |||
| apexTemperatureStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.3.2.1 | |||
| apexMainBoardTemperature OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.3.2.2 | |||
| apexMainBoardTempFrontIntake OBJECT-TYPE Ambient temperature at the intake vent at the front of the unit. Measured in whole number degrees Celsius. | 1.3.6.1.4.1.1166.1.31.3.2.2.1 | Integer32 | read-only | current |
| apexMainBoardTempMuxFpga OBJECT-TYPE Ambient temperature at the MUX FPGAs. Measured in whole number degrees Celsius. | 1.3.6.1.4.1.1166.1.31.3.2.2.2 | Integer32 | read-only | current |
| apexMainBoardTempAcpModule OBJECT-TYPE Ambient temperature at the ACP Module location. This reading is valid for all models whether an ACP Module is standard on the model. Measured in whole number degrees Celsius. | 1.3.6.1.4.1.1166.1.31.3.2.2.3 | Integer32 | read-only | current |
| apexMainBoardTempHostProcessor OBJECT-TYPE Ambient temperature at the Host Processor. Measured in whole number degrees Celsius. | 1.3.6.1.4.1.1166.1.31.3.2.2.4 | Integer32 | read-only | current |
| apexMainBoardTemperatureFault OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.3.2.3 | |||
| apexMainBoardTempFrontIntakeFault OBJECT-TYPE Fault status of ambient temperature at the intake vent at the front of the unit. | 1.3.6.1.4.1.1166.1.31.3.2.3.1 | INTEGER {notApplicable(0), ok(1), overTemp(2)} | read-only | current |
| apexMainBoardTempMuxFpgaFault OBJECT-TYPE Fault status of ambient temperature at the MUX FPGAs. | 1.3.6.1.4.1.1166.1.31.3.2.3.2 | INTEGER {notApplicable(0), ok(1), overTemp(2)} | read-only | current |
| apexMainBoardTempAcpModuleFault OBJECT-TYPE Fault status of ambient temperature at the ACP Module location. | 1.3.6.1.4.1.1166.1.31.3.2.3.3 | INTEGER {notApplicable(0), ok(1), overTemp(2)} | read-only | current |
| apexMainBoardTempHostProcessorFault OBJECT-TYPE Fault status of ambient temperature at the Host Processor. | 1.3.6.1.4.1.1166.1.31.3.2.3.4 | INTEGER {notApplicable(0), ok(1), overTemp(2)} | read-only | current |
| apexPowerSupply OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.4 | |||
| apexPsConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.4.1 | |||
| apexPsConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.4.1.1 | |||
| apexPsPowerFaultFilter OBJECT-TYPE This setting enables or disables apexPsPowerFaultFilter. When set to 'enabled', the device ignore the power fault alarm for two consecutive positive samples of an AC power interruption. When set to 'disabled' the alarm(apexAlarmPowerFault) will operate as described. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.4.1.1.1 | EnableDisableTYPE | read-write | current |
| apexPsStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.4.2 | |||
| apexPsStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.4.2.1 | |||
| apexPsStatusTable OBJECT-TYPE This is a table of status parameters for the two Power Supplies. | 1.3.6.1.4.1.1166.1.31.4.2.2 | not-accessible | current | |
| apexPsStatusEntry OBJECT-TYPE Power Supply Status Table Entry. | 1.3.6.1.4.1.1166.1.31.4.2.2.1 | not-accessible | current | |
| apexPsStatusPsNum OBJECT-TYPE PS Number. | 1.3.6.1.4.1.1166.1.31.4.2.2.1.1 | Integer32 (1..2) | not-accessible | current |
| apexPsStatusInstalled OBJECT-TYPE This parameter indicates installed status of the PS. | 1.3.6.1.4.1.1166.1.31.4.2.2.1.2 | INTEGER {notApplicable(0), notInstalled(1), installedAcInput(2), installedDcInput(3), fanModuleInstalled(4), unsupported(5)} | read-only | current |
| apexPsStatusOutputVoltage OBJECT-TYPE PS measured output voltage in milli-Volts. | 1.3.6.1.4.1.1166.1.31.4.2.2.1.3 | Integer32 | read-only | current |
| apexPsStatusOutputCurrent OBJECT-TYPE PS measured output current in milli-Amps. | 1.3.6.1.4.1.1166.1.31.4.2.2.1.4 | Integer32 | read-only | current |
| apexPsStatusFanSpeed OBJECT-TYPE The fan speed in RPM an installed Power Supply or Fan Module. Zero if not installed. | 1.3.6.1.4.1.1166.1.31.4.2.2.1.5 | Unsigned32 | read-only | current |
| apexPsStatusFanStatus OBJECT-TYPE PS Fan Status. | 1.3.6.1.4.1.1166.1.31.4.2.2.1.6 | INTEGER {notApplicable(0), ok(1), error(2)} | read-only | current |
| apexPsStatusTemperatureStatus OBJECT-TYPE Indicates whether the power supply is in protection mode due to an over temperature condition. The PS is shut down while in 'overTemp' and will recover when the temperature returns to normal operating range. A power cycle is not required for recovery. Note that Output Power Status will be 'error' when Temperature status is 'overTemp'. | 1.3.6.1.4.1.1166.1.31.4.2.2.1.7 | INTEGER {notApplicable(0), ok(1), error(2)} | read-only | current |
| apexPsStatusInputPowerStatus OBJECT-TYPE Indicates whether AC Input is within specification. Note that Output Power Status will be 'error' when Input Power status is 'error' | 1.3.6.1.4.1.1166.1.31.4.2.2.1.8 | INTEGER {notApplicable(0), ok(1), error(2)} | read-only | current |
| apexPsStatusOutputPowerStatus OBJECT-TYPE Indicates whether the +12V and +3.3V output power are within specification. If the output power error occurs with an Input Power error, apply input power to recover. If the output power error occurs with an Over Temperature error, a power cycle is not required for recovery. Otherwise, a power cycle is required for recovery. If the problem persists after the power cycle, the PS must be replaced for recovery. | 1.3.6.1.4.1.1166.1.31.4.2.2.1.9 | INTEGER {notApplicable(0), ok(1), error(2)} | read-only | current |
| apexPsStatusErrorStatus OBJECT-TYPE Summary of errors reported on a power supply basis. The reported error will be the most severe. | 1.3.6.1.4.1.1166.1.31.4.2.2.1.10 | INTEGER {ok(1), psNotInstalled(2), psUnsupported(3), inputPower(4), fanFault(5), overTemp(6), outputPower(7), commLost(8)} | read-only | current |
| apexPsStatusFaultCondition OBJECT-TYPE Current fault condition of the power supply errors. | 1.3.6.1.4.1.1166.1.31.4.2.2.1.11 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexPsStatusDiagnosticData1 OBJECT-TYPE Diagnostic data word 1 (HP) - Contents for Arris diagnostic purposes. | 1.3.6.1.4.1.1166.1.31.4.2.2.1.12 | Integer32 | read-only | current |
| apexPsStatusDiagnosticData2 OBJECT-TYPE Diagnostic data word 2 (PS) - Contents for Arris diagnostic purposes. | 1.3.6.1.4.1.1166.1.31.4.2.2.1.13 | Integer32 | read-only | current |
| apexPsStatusCommError OBJECT-TYPE Communication with the Power Supply has failed and status cannot be determined. Only applies when valid PS installed. | 1.3.6.1.4.1.1166.1.31.4.2.2.1.14 | INTEGER {notApplicable(0), ok(1), error(2)} | read-only | current |
| apexPsStatusVersionsTable OBJECT-TYPE This is a table of version status parameters for the two Power Supplies. | 1.3.6.1.4.1.1166.1.31.4.2.3 | not-accessible | current | |
| apexPsStatusVersionsEntry OBJECT-TYPE Power Supply Version Status Table Entry. | 1.3.6.1.4.1.1166.1.31.4.2.3.1 | not-accessible | current | |
| apexPsStatusVersionsPsNum OBJECT-TYPE PS Number. | 1.3.6.1.4.1.1166.1.31.4.2.3.1.1 | Integer32 (1..2) | not-accessible | current |
| apexPsStatusVersionsModel OBJECT-TYPE PS Model. | 1.3.6.1.4.1.1166.1.31.4.2.3.1.2 | DisplayString (SIZE(0..17)) | read-only | current |
| apexPsStatusVersionsSerialNumber OBJECT-TYPE PS serial number. | 1.3.6.1.4.1.1166.1.31.4.2.3.1.3 | DisplayString (SIZE(0..12)) | read-only | current |
| apexAsi OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.5 | |||
| apexAsiConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.5.1 | |||
| apexAsiMonitorPortConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.5.1.2 | |||
| apexAsiMonitorPortOutputTsNum OBJECT-TYPE The number of the output transport stream to route to the ASI Monitor Port. Zero indicates that no stream is to be routed to the ASI Monitor port. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.5.1.2.1 | Integer32 (0..48) | read-write | current |
| apexAsiMonitorPortEncryption OBJECT-TYPE Selects pre or post encryption for the ASI monitor port. This parameter is only applicable to APEXs with encryption capability. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.5.1.2.2 | INTEGER {preEncryption(1), postEncryption(2)} | read-write | current |
| apexFastEnet OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.6 | |||
| apexFastEnetConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.6.1 | |||
| apexFastEnetConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.6.1.1 | |||
| apexFastEnetDefaultGateway OBJECT-TYPE This is the IP address of the default gateway for the Fast Ethernet interfaces. This should be zero or a valid Class A, B, or C IP address. Once written, a save must be performed via the apexSaveConfig parameter and the APEX must be rebooted for the change to take effect. @Config(config=yes, reboot=yes) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.6.1.1.1 | IpAddress | read-write | current |
| apexFastEnetInsertRateTable OBJECT-TYPE This is a table of configuration parameters for Output Transport Rate of Fast Ethernet MPEG data Insertion. | 1.3.6.1.4.1.1166.1.31.6.1.1.2 | not-accessible | current | |
| apexFastEnetInsertRateEntry OBJECT-TYPE Output Transport Rate of Fast Ethernet MPEG Insertion Configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.6.1.1.2.1 | not-accessible | current | |
| apexFastEnetInsertRateOutputTsNum OBJECT-TYPE Output Transport Stream Number. | 1.3.6.1.4.1.1166.1.31.6.1.1.2.1.1 | Integer32 (1..48) | not-accessible | current |
| apexFastEnetInsertRate OBJECT-TYPE Insertion Rate for the transport stream for Fast Ethernet MPEG data. Maximum MPEG data rate to insert data received via Fast Ethernet interfaces. Range is 0 Kbps to 2500 Kbps for each transport stream. Total for all transport streams must not exceed 10000 Kbps. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Range(min=0, max=2500) @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.6.1.1.2.1.2 | Integer32 | read-write | current |
| apexFastEnetRoutingApplyChange OBJECT-TYPE The Apply for the Fast Ethernet Static Routing Table. This parameter MUST be set to 'apply' in order for any of the data in the apexFastEnetRoutingTable to take effect. This parameter MUST be set LAST after all other data in the apexFastEnetRoutingTable has been configured. Once written, the change to this parameter will take immediate effect. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.6.1.1.3 | ApplyDataToDeviceTYPE | read-write | current |
| apexFastEnetRoutingTable OBJECT-TYPE This table is the configuration Static Routing table for the Fast Ethernet Interface. @Commit(param=apexFastEnetRoutingApplyChange, value=2) @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.6.1.2 | not-accessible | current | |
| apexFastEnetRoutingEntry OBJECT-TYPE Fast Ethernet Interface Configuration Static Routing Table Entry. | 1.3.6.1.4.1.1166.1.31.6.1.2.1 | not-accessible | current | |
| apexFastEnetRoutingIndex OBJECT-TYPE The index of the Routing table entry. Currently limited to 16. | 1.3.6.1.4.1.1166.1.31.6.1.2.1.1 | Integer32 (1..16) | not-accessible | current |
| apexFastEnetRoutingDestinIp OBJECT-TYPE The Fast Ethernet Routing Destination IP address. Once written, the change to this parameter will only take immediate effect after apexFastEnetRoutingApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. | 1.3.6.1.4.1.1166.1.31.6.1.2.1.2 | IpAddress | read-write | current |
| apexFastEnetRoutingGatewayIp OBJECT-TYPE The Fast Ethernet Routing Gateway IP address. Once written, the change to this parameter will only take immediate effect after apexFastEnetRoutingApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. | 1.3.6.1.4.1.1166.1.31.6.1.2.1.3 | IpAddress | read-write | current |
| apexFastEnetRoutingSubnetMask OBJECT-TYPE The Fast Ethernet Routing Subnet Mask. Once written, the change to this parameter will only take immediate effect after apexFastEnetRoutingApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. | 1.3.6.1.4.1.1166.1.31.6.1.2.1.4 | IpAddress | read-write | current |
| apexFastEnetStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.6.2 | |||
| apexFastEnetStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.6.2.1 | |||
| apexFastEnetMaxInputUdpPorts OBJECT-TYPE Maximum number of Fast Ethernet input UDP ports that can be opened on this APEX. | 1.3.6.1.4.1.1166.1.31.6.2.1.1 | Integer32 | read-only | current |
| apexFastEnetStatusPacketsTable OBJECT-TYPE Table of Fast Ethernet Insert Packet Statistics for each Fast Ethernet interface. Indexed by FE interface port number. | 1.3.6.1.4.1.1166.1.31.6.2.2 | not-accessible | current | |
| apexFastEnetStatusPacketsEntry OBJECT-TYPE A row in the FE Insert Packets table. | 1.3.6.1.4.1.1166.1.31.6.2.2.1 | not-accessible | current | |
| apexFastEnetPacketsPortNum OBJECT-TYPE Fast Ethernet interface port Number. | 1.3.6.1.4.1.1166.1.31.6.2.2.1.1 | Integer32 (1..2) | not-accessible | current |
| apexFastEnetPacketsNumPkts OBJECT-TYPE Number of MPEG packets inserted during the last monitoring period (currently 5 seconds) on this FE interface port. | 1.3.6.1.4.1.1166.1.31.6.2.2.1.2 | Unsigned32 | read-only | current |
| apexFastEnetPacketsTotPkts OBJECT-TYPE Total number of MPEG packets inserted on this FE interface port. | 1.3.6.1.4.1.1166.1.31.6.2.2.1.3 | Unsigned32 | read-only | current |
| apexFastEnetPacketsNumDiscarded OBJECT-TYPE Number of MPEG packets discarded during the last monitoring period (currently 5 seconds) on this FE interface port. This may be due to a buffer overflow or incorrect configuration of the FE output stream insertion rate. | 1.3.6.1.4.1.1166.1.31.6.2.2.1.4 | Unsigned32 | read-only | current |
| apexFastEnetPacketsTotDiscarded OBJECT-TYPE Total number of FE MPEG packets discarded on this Output Transport Stream. Discarded packets on an FE interface port are those packets discarded due to an overflow condition. | 1.3.6.1.4.1.1166.1.31.6.2.2.1.5 | Unsigned32 | read-only | current |
| apexFastEnetInsertPacketsTable OBJECT-TYPE Table of Output Transport Stream FE Insert Packet Statistics. Indexed by Output Transport Stream number. | 1.3.6.1.4.1.1166.1.31.6.2.3 | not-accessible | current | |
| apexFastEnetInsertPacketsEntry OBJECT-TYPE A row in the Output Transport Stream FE Insert Packets table. | 1.3.6.1.4.1.1166.1.31.6.2.3.1 | not-accessible | current | |
| apexFastEnetInsPacketsOutputTsNum OBJECT-TYPE Output Transport Stream Number. | 1.3.6.1.4.1.1166.1.31.6.2.3.1.1 | Integer32 (1..48) | not-accessible | current |
| apexFastEnetInsPacketsNumPkts OBJECT-TYPE Number of MPEG packets inserted during the last monitoring period (currently 5 seconds) on this Output Transport Stream. | 1.3.6.1.4.1.1166.1.31.6.2.3.1.2 | Unsigned32 | read-only | current |
| apexFastEnetInsPacketsTotPkts OBJECT-TYPE Total number of MPEG packets inserted on this Output Transport Stream. | 1.3.6.1.4.1.1166.1.31.6.2.3.1.3 | Unsigned32 | read-only | current |
| apexFastEnetInsPacketsNumDiscarded OBJECT-TYPE Number of MPEG packets discarded during the last monitoring period (currently 5 seconds) on this Output Transport Stream. This may be due to a buffer overflow or incorrect configuration of the FE output stream insertion rate. | 1.3.6.1.4.1.1166.1.31.6.2.3.1.4 | Unsigned32 | read-only | current |
| apexFastEnetInsPacketsTotDiscarded OBJECT-TYPE Total number of FE MPEG packets discarded on this Output Transport Stream. Discarded packets on an output stream are those packets discarded due to an overflow condition. | 1.3.6.1.4.1.1166.1.31.6.2.3.1.5 | Unsigned32 | read-only | current |
| apexOamp OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.6.3 | |||
| apexOampConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.6.3.1 | |||
| apexOampConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.6.3.1.1 | |||
| apexOampIpAddr OBJECT-TYPE This is the IP address of the OAMP IP (Enet1) interface of the APEX. This IP address is set via a BootP when connected to a Bootp server. When not connected to a BootP server, the IP address may directly be changed by setting this parameter. Once written, a save must be performed via the apexSaveConfig parameter and the APEX must be rebooted for the change to take effect. @Config(config=yes, reboot=yes) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.6.3.1.1.1 | IpAddress | read-write | current |
| apexOampSubnetMask OBJECT-TYPE This is subnet mask of the OAMP IP (Enet1) interface of the APEX. The subnet mask is normally via a BootP when connected to a BootP server. When not connected to a Bootp Server, the Subnet Mask may directly be changed by setting this parameter. Once written, a save must be performed via the apexSaveConfig parameter and the APEX must be rebooted for the change to take effect. @Config(config=yes, reboot=yes) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.6.3.1.1.2 | IpAddress | read-write | current |
| apexOampAutoNegotiate OBJECT-TYPE OAMP IP (Enet1) Ethernet Auto-Negotiation setting. Once written, a save must be performed via the apexSaveConfig parameter and the APEX must be rebooted for the change to take effect. @Config(config=yes, reboot=yes) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.6.3.1.1.3 | EnableDisableTYPE | read-write | current |
| apexOampNetworkDuplexMode OBJECT-TYPE OAMP (Enet1) Ethernet Network Duplex Mode. Enet1 is set to the configured mode, only if 'apexOampAutoNegotiate' is disabled. Default value is full duplex mode. Once written, a save must be performed via the apexSaveConfig parameter and the APEX must be rebooted for the change to take effect. @Config(config=yes, reboot=yes) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.6.3.1.1.4 | NetworkDuplexModeTYPE | read-write | current |
| apexOampNetworkSpeed OBJECT-TYPE OAMP (Enet1) Ethernet Network Speed. Enet1 is set to the configured speed, only if 'apexOampAutoNegotiate' is disabled. Default value is 100 Mbps. Once written, a save must be performed via the apexSaveConfig parameter and the APEX must be rebooted for the change to take effect. @Config(config=yes, reboot=yes) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.6.3.1.1.5 | NetworkSpeedTYPE | read-write | current |
| apexOampStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.6.3.2 | |||
| apexOampStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.6.3.2.1 | |||
| apexOampMacAddr OBJECT-TYPE This is the MAC address of the APEX OAMP IP (Enet1) Interface. It is set at the factory and cannot be changed. The string length is 17 characters in the format 'hh:hh:hh:hh:hh:hh' where 'hh' is a hexadecimal number. | 1.3.6.1.4.1.1166.1.31.6.3.2.1.1 | DisplayString (SIZE(0..17)) | read-only | current |
| apexOampSpeed OBJECT-TYPE OAMP IP (Enet1) Ethernet speed (10Mbps or 100Mbps). This is determined by the results of the auto-negotiation process. If auto-negotiation fails, the default speed is 100Mbps. | 1.3.6.1.4.1.1166.1.31.6.3.2.1.2 | INTEGER {notApplicable(0), interfaceSpeed10Mbps(1), interfaceSpeed100Mbps(2)} | read-only | current |
| apexOampDuplexMode OBJECT-TYPE OAMP IP (Enet1) Ethernet Duplex Mode (full or half) This is determined by the results of the auto-negotiation process. If auto-negotiation fails, the default mode is Full. | 1.3.6.1.4.1.1166.1.31.6.3.2.1.3 | INTEGER {notApplicable(0), halfDuplex(1), fullDuplex(2)} | read-only | current |
| apexOampInputTsAssignedCount OBJECT-TYPE Number of input transport streams assigned to the OAMP IP interface (Enet1). | 1.3.6.1.4.1.1166.1.31.6.3.2.1.4 | Integer32 | read-only | current |
| apexOampLinkActive OBJECT-TYPE This indicates if the OAMP (ENET1) link is active. | 1.3.6.1.4.1.1166.1.31.6.3.2.1.5 | ActiveTYPE | read-only | current |
| apexOampCurrentAutoNegotiateState OBJECT-TYPE Current auto-negotiation status on OAMP network | 1.3.6.1.4.1.1166.1.31.6.3.2.1.6 | EnableDisableTYPE | read-only | current |
| apexDataIp OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.6.4 | |||
| apexDataIpConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.6.4.1 | |||
| apexDataIpConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.6.4.1.1 | |||
| apexDataIpAddr OBJECT-TYPE This is the IP address of the Data IP (Enet2) interface of this APEX. The data IP address may directly be changed by setting this parameter. The Data IP address must be configured such that the Data IP interface and the OAMP interface are on different networks. Once written, a save must be performed via the apexSaveConfig parameter and the APEX must be rebooted for the change to take effect. @Config(config=yes, reboot=yes) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.6.4.1.1.1 | IpAddress | read-write | current |
| apexDataIpSubnetMask OBJECT-TYPE This is subnet mask of the Data IP (Enet2) interface of this APEX. The data IP Subnet Mask may directly be changed by setting this parameter. Once written, a save must be performed via the apexSaveConfig parameter and the APEX must be rebooted for the change to take effect. @Config(config=yes, reboot=yes) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.6.4.1.1.2 | IpAddress | read-write | current |
| apexDataIpAutoNegotiate OBJECT-TYPE Data IP (Enet2) Ethernet Auto-Negotiation setting. Once written, a save must be performed via the apexSaveConfig parameter and the APEX must be rebooted for the change to take effect. @Config(config=yes, reboot=yes) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.6.4.1.1.3 | EnableDisableTYPE | read-write | current |
| apexDataIpNetworkDuplexMode OBJECT-TYPE DATA IP (Enet2) Ethernet Network Duplex Mode. Enet2 is set to the configured mode, only if 'apexDataIpAutoNegotiate'is disabled. Default value is full duplex mode. Once written, a save must be performed via the apexSaveConfig parameter and the APEX must be rebooted for the change to take effect. @Config(config=yes, reboot=yes) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.6.4.1.1.4 | NetworkDuplexModeTYPE | read-write | current |
| apexDataIpNetworkSpeed OBJECT-TYPE DATA IP (Enet2) Ethernet Network Speed. Enet2 is set to the configured speed, only if 'apexDataIpAutoNegotiate'is disabled. Default value is 100 Mbps. Once written, a save must be performed via the apexSaveConfig parameter and the APEX must be rebooted for the change to take effect. @Config(config=yes, reboot=yes) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.6.4.1.1.5 | NetworkSpeedTYPE | read-write | current |
| apexDataIpStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.6.4.2 | |||
| apexDataIpStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.6.4.2.1 | |||
| apexDataIpMacAddr OBJECT-TYPE This is the MAC address of the APEX Data IP (Enet2) Interface. It is set at the factory and cannot be changed. The string length is 17 characters in the format 'hh:hh:hh:hh:hh:hh' where 'hh' is a hexadecimal number. | 1.3.6.1.4.1.1166.1.31.6.4.2.1.1 | DisplayString (SIZE(0..17)) | read-only | current |
| apexDataIpSpeed OBJECT-TYPE Data IP (Enet2) Ethernet speed (10Mbps or 100Mbps). This is determined by the results of the auto-negotiation process. If auto-negotiation fails, the default speed is 100Mbps. This status item is only valid when the Data IP port is enabled and properly configured. | 1.3.6.1.4.1.1166.1.31.6.4.2.1.2 | INTEGER {notApplicable(0), interfaceSpeed10Mbps(1), interfaceSpeed100Mbps(2)} | read-only | current |
| apexDataIpDuplexMode OBJECT-TYPE Data IP (Enet2) Ethernet Duplex Mode (full or half) This is determined by the results of the auto-negotiation process. If auto-negotiation fails, the default mode is Full. This status item is only valid when the Data IP port is enabled and properly configured. | 1.3.6.1.4.1.1166.1.31.6.4.2.1.3 | INTEGER {notApplicable(0), halfDuplex(1), fullDuplex(2)} | read-only | current |
| apexDataIpInputTsAssignedCount OBJECT-TYPE Number of input transport streams assigned to the Data IP interface. | 1.3.6.1.4.1.1166.1.31.6.4.2.1.4 | Integer32 | read-only | current |
| apexDataIpAddrInUse OBJECT-TYPE Indicates the IP Address currently being used by the Data IP port (Enet2). This parameter will be either apexDataIpAddr or an APEX selected IP address. Refer to apexDataIpInUseReason for more information. | 1.3.6.1.4.1.1166.1.31.6.4.2.1.5 | IpAddress | read-only | current |
| apexDataIpSubnetMaskInUse OBJECT-TYPE Indicates the Subnet Mask currently being used by the Data IP port (Enet2). This parameter will be either apexDataIpSubnetMask or an APEX selected mask. Refer to apexDataIpInUseReason for more information. | 1.3.6.1.4.1.1166.1.31.6.4.2.1.6 | IpAddress | read-only | current |
| apexDataIpInUseReason OBJECT-TYPE Reason for apexDataIpAddrInUse and apexDataIpSubnetMaskInUse Data IP (Enet2) parameters. 'notApplicable' - Enet2 not configured by user or for REM connection. 'userConfig' - APEX is not overriding user configured parameters. 'directRemConnection' - The DATA IP port (Enet2) is in use for QAM RF Redundancy so the APEX has overridden the user configured parameters. | 1.3.6.1.4.1.1166.1.31.6.4.2.1.7 | INTEGER {notApplicable(0), userConfig(1), directRemConnection(2)} | read-only | current |
| apexDataIpLinkActive OBJECT-TYPE This indicates if the DataIP (ENET2) link is active. | 1.3.6.1.4.1.1166.1.31.6.4.2.1.8 | ActiveTYPE | read-only | current |
| apexDataIpCurrentAutoNegotiateState OBJECT-TYPE Current auto-negotiation status on DATA IP network | 1.3.6.1.4.1.1166.1.31.6.4.2.1.9 | EnableDisableTYPE | read-only | current |
| apexGbe OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.7 | |||
| apexGbeConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.7.1 | |||
| apexGbeConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.7.1.1 | |||
| apexGbeDefaultGateway1 OBJECT-TYPE This is the IP address of the default gateway for Gigabit Ethernet interfaces 1 and 2. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.7.1.1.1 | IpAddress | read-write | current |
| apexGbeDefaultGateway2 OBJECT-TYPE This is the IP address of the default gateway for Gigabit Ethernet interfaces 3 and 4. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.7.1.1.2 | IpAddress | read-write | current |
| apexGbeJitterAbsorption OBJECT-TYPE This object is obsolete. Jitter Absorption setting in range of 0 to 200 milliseconds in increments of 5 ms. A change to this parameter will cause the Gigabit Ethernet processor to reset all of its internal Ethernet frame buffers. This will result in a momentary loss of data causing a minor glitch on all output streams. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Range(step=5) @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.7.1.1.3 | Integer32 (0..200) | read-write | obsolete |
| apexGbeGarpPeriodicity OBJECT-TYPE Gratuitous ARP period in range of 20 to 300 seconds. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.7.1.1.4 | Integer32 (20..300) | read-write | current |
| apexGbeConfigTableApplyChange OBJECT-TYPE The Apply for the Gigabit Ethernet Configuration Table. This parameter MUST be set to 'apply' in order for any of the data in the apexGbeConfigTable to take effect. This parameter MUST be set LAST after all other data in the apexGbeConfigTable has been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.7.1.1.5 | ApplyDataToDeviceTYPE | read-write | current |
| apexGbeNominalBufferLevel OBJECT-TYPE Gigabit Ethernet Nominal Buffer Level. Range of 50 to 475 milliseconds in increments of 5 ms. A change to this parameter will cause the Gigabit Ethernet processor to reset all of its internal Ethernet frame buffers. This will result in a momentary loss of data causing a minor glitch on all output streams. The buffer level is the normal standard starting level for an input stream buffer. It is highly recommended that this level not be changed from its default setting. The buffer level needs to be set at an appropriate amount to allow for network jitter, clock skew between the APEX and input source, and for maximum time between PCRs (100ms). In addition, the level must not be set too high as the buffer needs to be able to grow as packets are received and PCR processing is applied. This buffer level is the initial level the APEX will attempt to maintain at all times. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.7.1.1.6 | Integer32 (50..475) | read-write | current |
| apexGbeInputDataTsSmoothingPeriod OBJECT-TYPE Input Data stream smoothing period. Amount of time in milliseconds over which the GigE will smooth out input streams that do not contain PCRs. This allows the GigE to play out the input streams with the packets equally spaced out over this period. This helps to reduce network jitter and bursts of data to the output. The smoothing period is used in conjunction with the data stream buffer depth to perform this smoothing algorithm. The smoothing period must be equal to or less than the data stream buffer depth. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(bcmr.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.7.1.1.7 | Integer32 (250..650) | read-write | current |
| apexGbeInputDataTsBufferDepth OBJECT-TYPE GBE Input Data stream buffer depth. Amount of time in milliseconds that the GigE will buffer input streams that do not contain PCRs. This allows the GigE to buffer these streams to remove network jitter and then play them out with the packets equally spaced out. The buffer depth must be equal to or greater than the data stream smoothing period. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(bcmr.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.7.1.1.8 | Integer32 (250..650) | read-write | current |
| apexGbeConfigInputDataTsApplyText OBJECT-TYPE When apexGbeConfigInputDataTsApplyChange is set to 'applyNotInProgressInvalidData' this entry may contain a text description of what was wrong with the data. This entry contains the description for the most recent apply of a related entry that was invalid. | 1.3.6.1.4.1.1166.1.31.7.1.1.9 | DisplayString (SIZE(0..80)) | read-only | current |
| apexGbeConfInputUnicastTimeout OBJECT-TYPE Loss of input stream timeout value (in milliseconds) for unicast inputs. This determines the amount of time a unicast input stream is missing before the APEX will declare the input stream lost. Loss of input is used for determining all SDV failover conditions. It is also used for Manual Routing failover conditions when using hot/warm transport stream redundancy. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Range(step=200) @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.7.1.1.10 | Integer32 (600..6000) | read-write | current |
| apexGbeConfInputMulticastTimeout OBJECT-TYPE Loss of input stream timeout value (in milliseconds) for multicast inputs. This determines the amount of time a unicast input stream is missing before the APEX will declare the input stream lost. Loss of input is used for determining all SDV failover conditions. It is also used for Manual Routing failover conditions when using hot/warm transport stream redundancy. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Range(step=200) @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.7.1.1.11 | Integer32 (600..6000) | read-write | current |
| apexGbeConfLossOfInputTsType OBJECT-TYPE Loss of input stream type. Determines if detection of loss of an input stream is based on data rate or stream rate. Data rate includes only non-null MPEG packets (such as video and audio packets). Stream rate includes all packets, including null packets. The loss of an input stream uses the timeout value for the specific input (unicast or multicast) and the input type. If no packets are received within the specified timeout value, taking into account the loss of input type checking, then the input stream is determined to be missing. Data rate should be used for detecting loss of input when the input stream is normally null filled. When a user requires notification of a loss of input stream when there is no content streamed, data rate should be selected. Stream rate should be used for detecting loss of input stream when the user requires to be notified when there is no input stream at all being received. Loss of input is used for determining all SDV failover conditions. It is also used for Manual Routing failover conditions when using hot/warm transport stream redundancy. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.7.1.1.12 | RateComparisonTYPE | read-write | current |
| apexGbeConfigTable OBJECT-TYPE This is a table of configuration parameters for the Gigabit Ethernet Interfaces. Once written, the change to this table will only take immediate effect after apexGbeConfigTableApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexGbeConfigTableApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.7.1.2 | not-accessible | current | |
| apexGbeConfigEntry OBJECT-TYPE Gigabit Ethernet Interface Configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.7.1.2.1 | not-accessible | current | |
| apexGbeConfigInterfaceNum OBJECT-TYPE Gigabit Ethernet Interface Number. | 1.3.6.1.4.1.1166.1.31.7.1.2.1.1 | Integer32 (1..4) | not-accessible | current |
| apexGbeConfigEnable OBJECT-TYPE This parameter enables the Gigabit Ethernet Interface. | 1.3.6.1.4.1.1166.1.31.7.1.2.1.2 | EnableDisableTYPE | read-write | current |
| apexGbeConfigIpAddr OBJECT-TYPE This is the IP address of this Gigabit Ethernet interface. It is recommended that each Gigabit Ethernet interface be on a different subnet. Each must be given a unique IP address. 0.0.0.0 indicates the interface is not in use. | 1.3.6.1.4.1.1166.1.31.7.1.2.1.3 | IpAddress | read-write | current |
| apexGbeConfigIpSubnetMask OBJECT-TYPE This is subnet mask of this Gigabit Ethernet interface. | 1.3.6.1.4.1.1166.1.31.7.1.2.1.4 | IpAddress | read-write | current |
| apexGbeConfigAutoNegotiate OBJECT-TYPE Auto negotiation enabled or disabled. | 1.3.6.1.4.1.1166.1.31.7.1.2.1.5 | EnableDisableTYPE | read-write | current |
| apexGbeConfigFrameBufferTable OBJECT-TYPE This is a table of configuration parameters related to Gigabit Ethernet Frame Buffer statistics gathering. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.7.1.3 | not-accessible | current | |
| apexGbeConfigFrameBufferEntry OBJECT-TYPE Gigabit Ethernet Frame Buffer Configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.7.1.3.1 | not-accessible | current | |
| apexGbeConfigFrameBufferProcessorNum OBJECT-TYPE Gigabit Ethernet Processor Number. Proc 1 = GBE Interfaces 1 and 2 Proc 2 = GBE Interfaces 3 and 4 | 1.3.6.1.4.1.1166.1.31.7.1.3.1.1 | Integer32 (1..2) | not-accessible | current |
| apexGbeConfigFrameBufferMaxInDataRate OBJECT-TYPE Maximum Gigabit Ethernet MPEG input data rate in bps. This is the total amount of MPEG data expected to be received by Gigabit Ethernet frame interfaces on the processor. This data rate is used to determine the frame buffer reset limit. The expected data rate should always be set equal to or greater than the actual input data rate. The value of apexGbeJitterAbsorption can limit the valid range of this data rate. It is highly recommended that the user consult with Arris prior to changing the expected data rate. | 1.3.6.1.4.1.1166.1.31.7.1.3.1.2 | Unsigned32 (1000000..2000000000) | read-write | current |
| apexGbeConfigFrameBufferAlarmThreshold OBJECT-TYPE User defined threshold representing a percentage of frame buffer depth. The frame buffer level is monitored by the APEX and the maximum level is based on the actual input data rate. The threshold percentage is used to determine when to issue a Gigabit Ethernet Frame Buffer Fullness alarm (apexAlarmGbeBufferFullness). | 1.3.6.1.4.1.1166.1.31.7.1.3.1.3 | Integer32 (1..100) | read-write | current |
| apexGbeConfigInputRedundancy OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.7.1.4 | |||
| apexGbeConfigInputRedundancyGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.7.1.4.1 | |||
| apexGbeConfInRedundMonitorPeriod OBJECT-TYPE This is the time in seconds over which Redundant Gigabit Ethernet Input Transport Stream Pairs will be monitored. Range is 1 to 30 seconds. Primary to Secondary Fail Over - The monitored data rate of the Primary must be below the Secondary by apexManRteGbeInRedThreshold (for Manual Routing) percent for apexGbeConfInRedundMonitorPeriod before fail over to Secondary will occur. Fail over to Secondary will not occur if fail over is suspended for the Primary. Secondary to Primary Switch Back - The monitored data rate of the Primary must have returned above apexManRteGbeInRedThreshold (for Manual Routing) percent below the Secondary for apexGbeConfInRedundMonitorPeriod before switch back to Primary will occur. Switch back to Primary will not occur if fail over is suspended for the Secondary. Once the Primary is restored, switch back to Primary will be delayed by apexGbeConfInRedundSwitchTime when apexGbeConfInRedundAutoSwitchBack is 'enabled'. Note that if apexGbeConfInRedundAutoSwitchBack is 'disabled' switch back will not occur. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(gige_red.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.7.1.4.1.1 | Integer32 (1..30) | read-write | current |
| apexGbeConfInRedundSwitchTime OBJECT-TYPE This is the time in seconds to wait before switching back to the Primary of a Redundant Gigabit Ethernet Input TS pair after the Primary is healthy. Range is 0 to 3600. This time is in addition to apexGbeConfInRedundMonitorPeriod. Switch back to Primary will not occur if fail over is suspended for the Secondary. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(gige_red.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.7.1.4.1.2 | Integer32 (0..3600) | read-write | current |
| apexGbeConfInRedundAutoSwitchBack OBJECT-TYPE This is the enable/disable of automatic switch back from Secondary to Primary for Gigabit Ethernet redundancy. When 'enabled', switch back to the Primary will automatically occur when the Primary is restored. When 'disabled', the user must force back to the Primary using apexGbeConfInRedundForceToPrimary or apexManRteGbeInRedForceSwitch. This parameter applies to all configured redundant pairs. Auto switch back to the primary will not occur if the user forced a failover to the secondary. Auto switch back only occurs after a non-forced failover event. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(gige_red.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.7.1.4.1.3 | EnableDisableTYPE | read-write | current |
| apexGbeConfInRedundForceToSecondary OBJECT-TYPE The Gigabit Ethernet Redundant Pair force switch any pair that is currently on the Primary to the Secondary. This will have no effect if the corresponding row setting of apexManRteGbeInRedEnable is 'disabled'. This will only have an effect when the Primary is the In-Use Input TS of a Redundant Pair (apexInputTsStatPriState or apexInputTsStatSecState is 'openedInUse'). Once written, the change to this parameter will take immediate effect. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.7.1.4.1.4 | INTEGER {switchNotInProgress(1), forceSwitch(2)} | read-write | current |
| apexGbeConfInRedundForceToPrimary OBJECT-TYPE The Gigabit Ethernet Redundant Pair force switch any pair that is currently on the Secondary to the Primary. This will have no effect if the corresponding row setting of apexManRteGbeInRedEnable is 'disabled'. This will only have an effect when the Secondary is the In-Use Input TS of a Redundant Pair (apexInputTsStatPriState or apexInputTsStatSecState is 'openedInUse'). Once written, the change to this parameter will take immediate effect. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.7.1.4.1.5 | INTEGER {switchNotInProgress(1), forceSwitch(2)} | read-write | current |
| apexGbeConfInRedundManualRouteRedundType OBJECT-TYPE The redundancy type for output streams in Manual Routing operating mode. - hotWarm indicates only 1 input stream, primary or secondary, is open at any one time. For multicast streams, primary will be joined initially. The secondary is joined after a failover (the primary will be dropped prior to joining the secondary). When falling back to the primary, the secondary is dropped (closed), then the primary is joined (opened). - hotHot indicates both the primary and secondary streams are opened at the same time. For multicast streams, both streams are joined immediately. Changes to the redundancy type cannot be made while there are active routes. All routes must be deleted prior to changing the redundancy type. Once written, a save must be performed via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(gige_red.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.7.1.4.1.6 | INTEGER {hotWarm(1), hotHot(2)} | read-write | current |
| apexGbeConfigInputDataTsTable OBJECT-TYPE Table of data for GBE input data stream identification. Each entry in this table identifies a Gigabit Ethernet input stream that is a data stream only. Data streams are streams without PCR. These streams require special processing to avoid overflowing the output. There are 128 rows in this table. Once written, the change to this table will only take immediate effect after apexGbeConfigInputDataTsApplyChange is set to 'apply'. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Commit(param=apexGbeConfigInputDataTsApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(bcmr.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.7.1.5 | not-accessible | current | |
| apexGbeConfigInputDataTsEntry OBJECT-TYPE GBE Input Data Stream Table Entry. | 1.3.6.1.4.1.1166.1.31.7.1.5.1 | not-accessible | current | |
| apexGbeConfigInputDataTsIndex OBJECT-TYPE Index of GBE Input Data Stream Table. | 1.3.6.1.4.1.1166.1.31.7.1.5.1.1 | Integer32 (1..768) | not-accessible | current |
| apexGbeConfigInputDataTsEnable OBJECT-TYPE Indicates whether this GBE Input Data Stream entry is enabled or disabled. | 1.3.6.1.4.1.1166.1.31.7.1.5.1.2 | EnableDisableTYPE | read-write | current |
| apexGbeConfigInputDataTsInterface OBJECT-TYPE Number of the input interface (Port number). Range: '0' = Not Applicable GBE = 1-4 | 1.3.6.1.4.1.1166.1.31.7.1.5.1.3 | Integer32 (0..4) | read-write | current |
| apexGbeConfigInputDataTsUdp OBJECT-TYPE GBE Input UDP Port. Range: 0-65535 | 1.3.6.1.4.1.1166.1.31.7.1.5.1.4 | Integer32 (0..65535) | read-write | current |
| apexGbeConfigInputDataTsMulticastIp OBJECT-TYPE The Multicast receive IP address. An IP address of 0.0.0.0 indicates singlecast only. Multicast IP addresses 224.0.0.0 to 224.0.0.255 are reserved. | 1.3.6.1.4.1.1166.1.31.7.1.5.1.5 | IpAddress | read-write | current |
| apexGbeConfigInputDataTsSourceIp OBJECT-TYPE This is the IP address of the source device. This field is only used when a multicast IP address is also specified. | 1.3.6.1.4.1.1166.1.31.7.1.5.1.6 | IpAddress | read-write | current |
| apexGbeConfigInputDataTsMaxRate OBJECT-TYPE The maximum data rate in Kbps for the data stream. A value of zero (0) is the default and the data stream is not rate limited. The maximum data rate limit may not exceed 54 Mbps. | 1.3.6.1.4.1.1166.1.31.7.1.5.1.7 | Integer32 (0..54000) | read-write | current |
| apexGbeConfigInputDataTsApplyTable OBJECT-TYPE Table of Apply Change for the GBE Input Data Stream Table. A row in this table corresponds to the same row index in the GBE Input Data Stream table (apexGbeConfigInputDataTsTable). | 1.3.6.1.4.1.1166.1.31.7.1.6 | not-accessible | current | |
| apexGbeConfigInputDataTsApplyEntry OBJECT-TYPE GBE Input Data Stream Apply Table Entry. | 1.3.6.1.4.1.1166.1.31.7.1.6.1 | not-accessible | current | |
| apexGbeConfigInputDataTsApplyIndex OBJECT-TYPE The index of the GBE Input Data Stream Apply Table. | 1.3.6.1.4.1.1166.1.31.7.1.6.1.1 | Integer32 (1..768) | not-accessible | current |
| apexGbeConfigInputDataTsApplyChange OBJECT-TYPE The Apply for the row of data in the GBE Input Data Stream Table. A row in this table corresponds to the same row index in the GBE Input Data Stream table. This parameter MUST be set to 'apply' in order for any of the data in the table rows to take effect in the APEX. This parameter MUST be set LAST after all other data in the table row has been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.7.1.6.1.2 | ApplyDataToDeviceTYPE | read-write | current |
| apexGbeConfigInterfaceRedundancy OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.7.1.7 | |||
| apexGbeConfigInterfaceRedundancyGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.7.1.7.1 | |||
| apexGbeConfIfRedundAutoSwitchBackEnable OBJECT-TYPE Enables the ability for the secondary interface to switch back when link is re-detected on the primary interface. Auto switch back to the primary interface will not occur if the user forced a failover to the secondary. Auto switch back only occurs after a non-forced failover. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(gige_red.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.7.1.7.1.1 | EnableDisableTYPE | read-write | current |
| apexGbeConfIfRedundAutoSwitchBackPeriod OBJECT-TYPE Timer for determining that the primary interface is OK for auto- switchback. The primary interface must have link for the configured amount of time. Valid time is 1-30 seconds. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(gige_red.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.7.1.7.1.2 | Integer32 (1..30) | read-write | current |
| apexGbeConfigInterfaceRedundancyTable OBJECT-TYPE This is a table of configuration parameters for GbE Interface Redundancy. | 1.3.6.1.4.1.1166.1.31.7.1.7.2 | not-accessible | current | |
| apexGbeConfigInterfaceRedundancyEntry OBJECT-TYPE GbE Interface Redundancy Configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.7.1.7.2.1 | not-accessible | current | |
| apexGbeConfIfRedundIndex OBJECT-TYPE GbE Interface Pair number. Value of 1 is GbE1 and GbE2 pair. Value of 2 is GbE3 and GbE4 pair. | 1.3.6.1.4.1.1166.1.31.7.1.7.2.1.1 | Integer32 (1..2) | not-accessible | current |
| apexGbeConfIfRedundEnable OBJECT-TYPE Enables GbE Interface Redundancy for ports pair. Failover is based on link status. If the primary GbE fails, the secondary GbE will become active and will start receiving content. There is no data rate comparison, as only one interface in the redundancy pair is active. The secondary GbE cannot be in use prior to enabling redundancy. TS redundancy may not be used at the same time as interface redundancy. Interface redundancy is not applicable when chassis redundancy is enabled. Once written, the change to this table will only take immediate effect after apexGbeConfIfRedundApplyChange is set to 'apply'. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Commit(param=apexGbeConfIfRedundApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(gige_red.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.7.1.7.2.1.2 | EnableDisableTYPE | read-write | current |
| apexGbeConfIfRedundForceFailover OBJECT-TYPE When set to failover(2), this results in the APEX switching to the interface that is currently not in use. If the primary GbE is in use and this is set to failover(2) mappings will be then routed to the secondary GbE. If the secondary GbE is in use and this is set to failover(2) mappings will then be routed back to the primary GbE. Once written, the change to this table will take immediate @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.7.1.7.2.1.3 | INTEGER {failoverNotInProgress(1), failover(2)} | read-write | current |
| apexGbeConfIfRedundSuspendFailover OBJECT-TYPE Enables and disables suspending of Interface failover. Prevents failovers to or from backup. Force failover (apexGbeConfIfRedundForceFailover) overrides this setting. Once written, the change to this table will only take immediate effect after apexGbeConfIfRedundApplyChange is set to 'apply'. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Commit(param=apexGbeConfIfRedundApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(gige_red.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.7.1.7.2.1.4 | EnableDisableTYPE | read-write | current |
| apexGbeConfigInterfaceRedundancyApplyTable OBJECT-TYPE Table of Apply Change for the GBE Interface Redundancy Configuration Table. A row in this table corresponds to the same row index in the GBE Config Interface Redundancy table (apexGbeConfigInterfaceRedundancyTable). | 1.3.6.1.4.1.1166.1.31.7.1.7.3 | not-accessible | current | |
| apexGbeConfigInterfaceRedundancyApplyEntry OBJECT-TYPE GBE Config Interface Redundancy Table Entry. | 1.3.6.1.4.1.1166.1.31.7.1.7.3.1 | not-accessible | current | |
| apexGbeConfIfRedundApplyIndex OBJECT-TYPE The index of the GBE Config Interface Redundancy Table. | 1.3.6.1.4.1.1166.1.31.7.1.7.3.1.1 | Integer32 (1..2) | not-accessible | current |
| apexGbeConfIfRedundApplyChange OBJECT-TYPE The Apply for the row of data in the GBE Config Interface Redundancy Table. A row in this table corresponds to the same row index in the GBE Config Interface Redundancy table. This parameter MUST be set to 'apply' in order for any of the data in the GBE Input Data Stream Table row to take effect in the APEX. This parameter MUST be set LAST after all other data in the GBE Input Data Stream Table row has been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.7.1.7.3.1.2 | ApplyDataToDeviceTYPE | read-write | current |
| apexGbeStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.7.2 | |||
| apexGbeStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.7.2.1 | |||
| apexGbeBootCodeVersion OBJECT-TYPE APEX Gigabit Ethernet Processor Boot Code Version. | 1.3.6.1.4.1.1166.1.31.7.2.1.1 | DisplayString (SIZE(0..31)) | read-only | current |
| apexGbeApplicationCodeVersion OBJECT-TYPE APEX Gigabit Ethernet Processor Application Code Version. | 1.3.6.1.4.1.1166.1.31.7.2.1.2 | DisplayString (SIZE(0..31)) | read-only | current |
| apexGbeMaxInputTs OBJECT-TYPE Maximum number of Gigabit Ethernet input transport streams that can be opened on this APEX. This is the maximum across all installed GigE interfaces. One GigE interface can use all Input TS. | 1.3.6.1.4.1.1166.1.31.7.2.1.3 | Integer32 | read-only | current |
| apexGbeRoutedPacketUpdateInterval OBJECT-TYPE Time in seconds between Gigabit Ethernet Routed Packet Count updates. The count during this time is defined as one sample. This time applies to packet counts contained in apexGbeStatusRoutedPacketTable. To compute rate from packet count for the last update interval: Rate(bps) = (Packet_Count * 188 bytes/packet * 8 bits/byte) / Update_Interval This value is set by the APEX at startup and is constant. | 1.3.6.1.4.1.1166.1.31.7.2.1.4 | Integer32 | read-only | current |
| apexGbeStatusTable OBJECT-TYPE This is a table of status parameters for the Gigabit Ethernet Interface. | 1.3.6.1.4.1.1166.1.31.7.2.2 | not-accessible | current | |
| apexGbeStatusEntry OBJECT-TYPE Gigabit Ethernet Interface Status Table Entry. | 1.3.6.1.4.1.1166.1.31.7.2.2.1 | not-accessible | current | |
| apexGbeStatusGbeInterfaceNum OBJECT-TYPE Gigabit Ethernet Interface Number. | 1.3.6.1.4.1.1166.1.31.7.2.2.1.1 | Integer32 (1..4) | not-accessible | current |
| apexGbeStatusMacAddr OBJECT-TYPE This is the MAC address of the Gigabit Ethernet Interface. It is set at the factory and cannot be changed. The string length is 17 characters in the format 'hh:hh:hh:hh:hh:hh' where 'hh' is a hexadecimal number. | 1.3.6.1.4.1.1166.1.31.7.2.2.1.2 | DisplayString (SIZE(0..17)) | read-only | current |
| apexGbeStatusLinkActive OBJECT-TYPE This indicates if the Gigabit Ethernet optical link is active. | 1.3.6.1.4.1.1166.1.31.7.2.2.1.3 | ActiveTYPE | read-only | current |
| apexGbeStatusIgmpVersion OBJECT-TYPE This indicates the IGMP Version being used on this interface. | 1.3.6.1.4.1.1166.1.31.7.2.2.1.4 | INTEGER {notApplicable(0), igmpV1(1), igmpV2(2), igmpV3(3)} | read-only | current |
| apexGbeStatusLossOfPhysicalInput OBJECT-TYPE The current severity of apexAlarmGbeLossOfPhysicalInput for this interface. | 1.3.6.1.4.1.1166.1.31.7.2.2.1.5 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexGbeInputTsAssignedTable OBJECT-TYPE Table of Gigabit Ethernet Input TS Assigned data. | 1.3.6.1.4.1.1166.1.31.7.2.3 | not-accessible | current | |
| apexGbeInputTsAssignedEntry OBJECT-TYPE Gigabit Ethernet Interface Input TS Assigned Table Entry. | 1.3.6.1.4.1.1166.1.31.7.2.3.1 | not-accessible | current | |
| apexGbeInputTsAssignedGbeInterfaceNum OBJECT-TYPE The index of the Gigabit Ethernet Input TS Assigned Table. Represents the Gigabit Ethernet interface number. | 1.3.6.1.4.1.1166.1.31.7.2.3.1.1 | Integer32 (1..4) | not-accessible | current |
| apexGbeInputTsAssignedCount OBJECT-TYPE Number of input transport streams assigned to the GigE interface. | 1.3.6.1.4.1.1166.1.31.7.2.3.1.2 | Counter32 | read-only | current |
| apexGbeOpenInputUdpPortTable OBJECT-TYPE Table of Gigabit Ethernet Input Open UDP Port data. | 1.3.6.1.4.1.1166.1.31.7.2.4 | not-accessible | current | |
| apexGbeOpenInputUdpPortEntry OBJECT-TYPE Gigabit Ethernet Interface Input Open UDP Port Table Entry. | 1.3.6.1.4.1.1166.1.31.7.2.4.1 | not-accessible | current | |
| apexGbeOpenInputUdpPortGbeInterfaceNum OBJECT-TYPE The index of the Gigabit Ethernet Input Open UDP Port Table. Represents the Gigabit Ethernet interface number. | 1.3.6.1.4.1.1166.1.31.7.2.4.1.1 | Integer32 (1..4) | not-accessible | current |
| apexGbeOpenInputUdpPortCount OBJECT-TYPE Number of open Input UDP Ports on the GigE interface. | 1.3.6.1.4.1.1166.1.31.7.2.4.1.2 | Counter32 | read-only | current |
| apexGbeStatusRoutedPacketTable OBJECT-TYPE This table contains Gigabit Ethernet MPEG packet counts for each Output Transport Stream of this APEX. Update interval is apexGbeRoutedPacketUpdateInterval. | 1.3.6.1.4.1.1166.1.31.7.2.5 | not-accessible | current | |
| apexGbeStatusRoutedPacketEntry OBJECT-TYPE Gigabit Ethernet Interface Status Routed Packet Table Entry. | 1.3.6.1.4.1.1166.1.31.7.2.5.1 | not-accessible | current | |
| apexGbeStatusRoutedPacketOutputTsNum OBJECT-TYPE The index of the Gigabit Ethernet Routed Packet Status Table. Represents Output Transport Stream number. | 1.3.6.1.4.1.1166.1.31.7.2.5.1.1 | Integer32 (1..48) | not-accessible | current |
| apexGbeStatusTotRoutedPackets OBJECT-TYPE Total number of Gigabit Ethernet MPEG packets routed to this Output Transport Stream. | 1.3.6.1.4.1.1166.1.31.7.2.5.1.2 | Counter32 | read-only | current |
| apexGbeStatusNumRoutedPackets OBJECT-TYPE Number of Gigabit Ethernet MPEG packets routed to this Output Transport Stream during the last monitoring period (apexGbeRoutedPacketUpdateInterval). | 1.3.6.1.4.1.1166.1.31.7.2.5.1.3 | Counter32 | read-only | current |
| apexGbeStatusFrameCounter OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.7.2.6 | |||
| apexGbeStatusFrameCounterGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.7.2.6.1 | |||
| apexGbeStatusFrameCounterTableResetAll OBJECT-TYPE Reset Ethernet Frame Counter Totals for all GigE interfaces: - apexGbeTotalRxSinglecastFrames - apexGbeTotalRxMulticastFrames - apexGbeTotalRxBroadcastFrames - apexGbeTotalRxErrorFrames - apexGbeTotalRxFrames - apexGbeTotalTxGoodFrames - apexGbeTotalTxErrorFrames Once written, the change to this parameter will take immediate effect. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.7.2.6.1.1 | ResetStatisticsTYPE | read-write | current |
| apexGbeFrameCounterUpdateInterval OBJECT-TYPE Time in seconds between Gigabit Ethernet Frame Counter updates. The count during this time is defined as one sample. This time applies to packet counts contained in apexGbeStatusFrameCounterTable. To compute rate from frame count for the last update interval: Rate(bps) = (Frame_Count * 7 packets/frame 188 bytes/packet * 8 bits/byte) / Update_Interval This value is set by the APEX at startup and is constant. | 1.3.6.1.4.1.1166.1.31.7.2.6.1.2 | Integer32 | read-only | current |
| apexGbeStatusFrameCounterTable OBJECT-TYPE Table of Gigabit Ethernet Frame Counter Statistics. | 1.3.6.1.4.1.1166.1.31.7.2.6.2 | not-accessible | current | |
| apexGbeStatusFrameCounterEntry OBJECT-TYPE Gigabit Ethernet Interface Frame Counter Table Entry. | 1.3.6.1.4.1.1166.1.31.7.2.6.2.1 | not-accessible | current | |
| apexGbeFrameCounterGbeInterfaceNum OBJECT-TYPE The index of the Gigabit Ethernet Frame Counter Table. Represents the Gigabit Ethernet interface number. | 1.3.6.1.4.1.1166.1.31.7.2.6.2.1.1 | Integer32 (1..4) | not-accessible | current |
| apexGbeFrameCounterReset OBJECT-TYPE Reset Ethernet Frame Counter Statistics totals for a single GigE interface: - apexGbeTotalRxSinglecastFrames - apexGbeTotalRxMulticastFrames - apexGbeTotalRxBroadcastFrames - apexGbeTotalRxErrorFrames - apexGbeTotalRxFrames - apexGbeTotalTxGoodFrames - apexGbeTotalTxErrorFrames Once written, the change to this parameter will take immediate effect. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.7.2.6.2.1.2 | ResetStatisticsTYPE | read-write | current |
| apexGbeTotalRxSinglecastFrames OBJECT-TYPE Total number of singlecast Ethernet frames received since last reset. Reset using apexGbeStatusFrameCounterTableResetAll or apexGbeFrameCounterReset. | 1.3.6.1.4.1.1166.1.31.7.2.6.2.1.3 | Counter32 | read-only | current |
| apexGbeTotalRxMulticastFrames OBJECT-TYPE Total number of multicast Ethernet frames received since last reset. Reset using apexGbeStatusFrameCounterTableResetAll or apexGbeFrameCounterReset. | 1.3.6.1.4.1.1166.1.31.7.2.6.2.1.4 | Counter32 | read-only | current |
| apexGbeTotalRxBroadcastFrames OBJECT-TYPE Total number of broadcast Ethernet frames received since last reset. Reset using apexGbeStatusFrameCounterTableResetAll or apexGbeFrameCounterReset. | 1.3.6.1.4.1.1166.1.31.7.2.6.2.1.5 | Counter32 | read-only | current |
| apexGbeTotalRxErrorFrames OBJECT-TYPE Total number of bad Ethernet frames received since last reset. Reset using apexGbeStatusFrameCounterTableResetAll or apexGbeFrameCounterReset. | 1.3.6.1.4.1.1166.1.31.7.2.6.2.1.6 | Counter32 | read-only | current |
| apexGbeTotalRxFrames OBJECT-TYPE Total number of Ethernet frames received since last reset. This is the sum of apexGbeTotalRxSinglecastFrames, apexGbeTotalRxMulticastFrames, apexGbeTotalRxBroadcastFrames, and apexGbeTotalRxErrorFrames. Reset using apexGbeStatusFrameCounterTableResetAll or apexGbeFrameCounterReset. | 1.3.6.1.4.1.1166.1.31.7.2.6.2.1.7 | Counter32 | read-only | current |
| apexGbeRxSinglecastFrames OBJECT-TYPE Number of singlecast Ethernet frames received during last status checking interval. Status checking interval is apexGbeFrameCounterUpdateInterval. | 1.3.6.1.4.1.1166.1.31.7.2.6.2.1.8 | Counter32 | read-only | current |
| apexGbeRxMulticastFrames OBJECT-TYPE Number of multicast Ethernet frames received during last status checking interval. Status checking interval is apexGbeFrameCounterUpdateInterval. | 1.3.6.1.4.1.1166.1.31.7.2.6.2.1.9 | Counter32 | read-only | current |
| apexGbeRxBroadcastFrames OBJECT-TYPE Number of broadcast Ethernet frames received during last status checking interval. Status checking interval is apexGbeFrameCounterUpdateInterval. | 1.3.6.1.4.1.1166.1.31.7.2.6.2.1.10 | Counter32 | read-only | current |
| apexGbeRxErrorFrames OBJECT-TYPE Number of bad Ethernet frames received during last status checking interval. Status checking interval is apexGbeFrameCounterUpdateInterval. | 1.3.6.1.4.1.1166.1.31.7.2.6.2.1.11 | Counter32 | read-only | current |
| apexGbeRxFrames OBJECT-TYPE Number of Ethernet frames received during last status checking interval. This is the sum of apexGbeRxSinglecastFrames, apexGbeRxMulticastFrames, apexGbeRxBroadcastFrames, and apexGbeRxErrorFrames. Status checking interval is five seconds. | 1.3.6.1.4.1.1166.1.31.7.2.6.2.1.12 | Counter32 | read-only | current |
| apexGbeTotalTxGoodFrames OBJECT-TYPE Total number of good Ethernet frames (singlecast, multicast, and broadcast) transmitted since last reset. Reset using apexGbeStatusFrameCounterTableResetAll or apexGbeFrameCounterReset. | 1.3.6.1.4.1.1166.1.31.7.2.6.2.1.13 | Counter32 | read-only | current |
| apexGbeTotalTxErrorFrames OBJECT-TYPE Total number of bad Ethernet frames transmitted since last reset. Reset using apexGbeStatusFrameCounterTableResetAll or apexGbeFrameCounterReset. | 1.3.6.1.4.1.1166.1.31.7.2.6.2.1.14 | Counter32 | read-only | current |
| apexGbeTxGoodFrames OBJECT-TYPE Number of good Ethernet frames (singlecast, multicast, and broadcast) transmitted during last status checking interval. Status checking interval is five seconds. | 1.3.6.1.4.1.1166.1.31.7.2.6.2.1.15 | Counter32 | read-only | current |
| apexGbeTxErrorFrames OBJECT-TYPE Number of bad Ethernet frames transmitted during last status checking interval. Status checking interval is five seconds. | 1.3.6.1.4.1.1166.1.31.7.2.6.2.1.16 | Counter32 | read-only | current |
| apexGbeRxDocsisFrames OBJECT-TYPE Number of good Ethernet frames containing DOCSIS (singlecast, multicast, and broadcast) received during last status checking interval. Status checking interval is five seconds. | 1.3.6.1.4.1.1166.1.31.7.2.6.2.1.17 | Counter32 | read-only | current |
| apexGbeTotalRxDocsisFrames OBJECT-TYPE Total number of good Ethernet frames containing DOCSIS(singlecast, multicast, and broadcast) received since last reset. Reset using apexGbeStatusFrameCounterTableResetAll or apexGbeFrameCounterReset. | 1.3.6.1.4.1.1166.1.31.7.2.6.2.1.18 | Counter32 | read-only | current |
| apexGbeRxMpegDocsisFrames OBJECT-TYPE Number of MPEG packets generated from DOCSIS data (singlecast, multicast, and broadcast) received during last status checking interval. Status checking interval is five seconds. | 1.3.6.1.4.1.1166.1.31.7.2.6.2.1.19 | Counter32 | read-only | current |
| apexGbeIpFragmentedPkts OBJECT-TYPE Number of IP fragmented packets received during last status checking interval. Status checking interval is five seconds. | 1.3.6.1.4.1.1166.1.31.7.2.6.2.1.20 | Counter32 | read-only | current |
| apexGbeTotalIpFragmentedPkts OBJECT-TYPE Total number of IP fragmented packets received during last status checking interval. Status checking interval is five seconds. | 1.3.6.1.4.1.1166.1.31.7.2.6.2.1.21 | Counter32 | read-only | current |
| apexGbeFrameBufferStats OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.7.2.7 | |||
| apexGbeFrameBufferStatsGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.7.2.7.1 | |||
| apexGbeFrameBufferStatsTable OBJECT-TYPE Table of Gigabit Ethernet Frame Buffer Statistics for each GBE processor. | 1.3.6.1.4.1.1166.1.31.7.2.7.2 | not-accessible | current | |
| apexGbeFrameBufferStatsEntry OBJECT-TYPE Gigabit Ethernet Frame Buffer Statistics Table Entry. | 1.3.6.1.4.1.1166.1.31.7.2.7.2.1 | not-accessible | current | |
| apexGbeFrameBufferProcessorNum OBJECT-TYPE Index of the Gigabit Ethernet Buffer Statistics Table. Gigabit Ethernet Processor Number. Proc 1 = GBE Interfaces 1 and 2 Proc 2 = GBE Interfaces 3 and 4 | 1.3.6.1.4.1.1166.1.31.7.2.7.2.1.1 | Integer32 (1..2) | not-accessible | current |
| apexGbeFrameBufferResetLevelLimit OBJECT-TYPE The point at which the GigE frame buffer will be reset, in milliseconds. This value is equal to (maximum buffer depth - 5). The maximum buffer depth is calculated based on the expected input data rate (apexGbeConfigFrameBufferMaxInDataRate). | 1.3.6.1.4.1.1166.1.31.7.2.7.2.1.2 | Integer32 | read-only | current |
| apexGbeFrameBufferCurrMsLevel OBJECT-TYPE Current highest Gigabit Ethernet Frame Buffer level in milliseconds. | 1.3.6.1.4.1.1166.1.31.7.2.7.2.1.3 | Integer32 | read-only | current |
| apexGbeFrameBufferCurrPercentFull OBJECT-TYPE Current highest Gigabit Ethernet Frame Buffer fullness as a percentage of the buffer depth available for a given aggregate rate. This percentage is calculated using the current buffer level (apexGbeFrameBufferCurrMsLevel) and the actual input data rate. | 1.3.6.1.4.1.1166.1.31.7.2.7.2.1.4 | Integer32 | read-only | current |
| apexGbeFrameBufferUnderflowLevel OBJECT-TYPE The point at which the GigE frame buffer will underflow, in milliseconds. This value is calculated based on the sum of the number of received frames per second for all interfaces. | 1.3.6.1.4.1.1166.1.31.7.2.7.2.1.5 | Integer32 | read-only | current |
| apexGbeFrameBufferOverflowLevel OBJECT-TYPE The point at which the GigE frame buffer will overflow, in milliseconds. This value is calculated based on the sum of the number of received frames per second for all interfaces. | 1.3.6.1.4.1.1166.1.31.7.2.7.2.1.6 | Integer32 | read-only | current |
| apexGbeFrameBufferAlarmStatus OBJECT-TYPE The current highest severity of apexAlarmGbeBufferFullness for the GBE Processor. | 1.3.6.1.4.1.1166.1.31.7.2.7.2.1.7 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexGbeFrameBufferHourlyTable OBJECT-TYPE Table of Gigabit Ethernet Frame Buffer Statistics. There can be up to 24 entries in the table for each GBE Processor. Each entry represents one hour. The newest entry is placed at the beginning of the table and, if necessary, the oldest entry is pushed off the end of the table. The table will not be full until 24 hours have passed. | 1.3.6.1.4.1.1166.1.31.7.2.7.3 | not-accessible | current | |
| apexGbeFrameBufferHourlyEntry OBJECT-TYPE Gigabit Ethernet Interface Frame Buffer Table Entry. | 1.3.6.1.4.1.1166.1.31.7.2.7.3.1 | not-accessible | current | |
| apexGbeFrameBufferHourlyProcessorNum OBJECT-TYPE First index of the Gigabit Ethernet Buffer Status Table. Gigabit Ethernet Processor Number. Proc 1 = GBE Interfaces 1 and 2 Proc 2 = GBE Interfaces 3 and 4 | 1.3.6.1.4.1.1166.1.31.7.2.7.3.1.1 | Integer32 (1..2) | not-accessible | current |
| apexGbeFrameBufferHourlyIndex OBJECT-TYPE Second index of the Gigabit Ethernet Buffer Status Table. Each index represents one hour. There can be up to 24 entries in the table. The most recent entry is always at the beginning of the table. | 1.3.6.1.4.1.1166.1.31.7.2.7.3.1.2 | Integer32 (1..24) | not-accessible | current |
| apexGbeFrameBufferHourlyInInterface OBJECT-TYPE Number of the input interface for the Gigabit Ethernet interface that experienced the highest buffer level for the hour. | 1.3.6.1.4.1.1166.1.31.7.2.7.3.1.3 | Integer32 (0..4) | read-only | current |
| apexGbeFrameBufferHourlyInUdp OBJECT-TYPE Input UDP Port for the Gigabit Ethernet interface that experienced the highest buffer level for the hour. | 1.3.6.1.4.1.1166.1.31.7.2.7.3.1.4 | Integer32 (0..65535) | read-only | current |
| apexGbeFrameBufferHourlyInMulticastIp OBJECT-TYPE Input Multicast IP address for the Gigabit Ethernet interface that experienced the highest buffer level for the hour. | 1.3.6.1.4.1.1166.1.31.7.2.7.3.1.5 | IpAddress | read-only | current |
| apexGbeFrameBufferHourlyInSourceIp OBJECT-TYPE Input IGMP v3 Source IP for the Gigabit Ethernet interface that experienced the highest buffer level for the hour. | 1.3.6.1.4.1.1166.1.31.7.2.7.3.1.6 | IpAddress | read-only | current |
| apexGbeFrameBufferHourlyMaxMsLevel OBJECT-TYPE The maximum Gigabit Ethernet frame buffer level (in milliseconds) recorded for the hour. | 1.3.6.1.4.1.1166.1.31.7.2.7.3.1.7 | Integer32 | read-only | current |
| apexGbeFrameBufferHourlyMaxPercentFull OBJECT-TYPE The maximum Gigabit Ethernet frame buffer level percentage recorded for the hour. | 1.3.6.1.4.1.1166.1.31.7.2.7.3.1.8 | Integer32 | read-only | current |
| apexGbeFrameBufferHourlyGpsTime OBJECT-TYPE The GPS time when the maximum Gigabit Ethernet frame buffer level was reached. | 1.3.6.1.4.1.1166.1.31.7.2.7.3.1.9 | Integer32 | read-only | current |
| apexGbeFrameBufferHourlyOverflows OBJECT-TYPE The number of overflows recorded on Gigabit Ethernet interface for the hour. | 1.3.6.1.4.1.1166.1.31.7.2.7.3.1.10 | Integer32 | read-only | current |
| apexGbeFrameBufferHourlyResets OBJECT-TYPE The number of resets reported by the GigE processor during the hour. | 1.3.6.1.4.1.1166.1.31.7.2.7.3.1.11 | Integer32 | read-only | current |
| apexGbeStatusInputTransportStream OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.7.2.8 | |||
| apexGbeStatusInputTsGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.7.2.8.1 | |||
| apexGbeStatusInputTsUpdateInterval OBJECT-TYPE Time in seconds between Gigabit Ethernet Input Transport Stream Packet Count updates. The count during this time is defined as one sample. This time applies to packet counts contained in apexGbeStatusInputTsTable. To compute rate from packet count for the last update interval: Rate(bps) = (Packet_Count * 188 bytes/packet * 8 bits/byte) / Update_Interval This value is set by the APEX at startup and is constant. | 1.3.6.1.4.1.1166.1.31.7.2.8.1.1 | Integer32 | read-only | current |
| apexGbeStatusInputTsTable OBJECT-TYPE Table of Gigabit Ethernet Input Transport Stream status. A row in this table corresponds to the same index row in apexInputTsStatTable and apexGbeStatusInputTsErrorTable. Packet Counts are updated every apexGbeStatusInputTsUpdateInterval. The count during a apexGbeStatusInputTsUpdateInterval is a sample. The samples are accumulated into a set of rolling statistics that cover a maximum of a 15 minute sampling time period. The sampling period is the amount of time over which the data in the corresponding row has been collected. When the sampling period reaches 15 minutes, old data is removed from the accumulated statistics and new data is rolled in. In this way, the average, minimum, and peak rates for the sampling period are maintained. | 1.3.6.1.4.1.1166.1.31.7.2.8.2 | not-accessible | current | |
| apexGbeStatusInputTsEntry OBJECT-TYPE Gigabit Ethernet Input Transport Stream Status Table Entry. | 1.3.6.1.4.1.1166.1.31.7.2.8.2.1 | not-accessible | current | |
| apexGbeStatInTsInputTsNum OBJECT-TYPE The Gigabit Ethernet Input Transport Stream Status table index. A row in this table corresponds to the same index row in apexInputTsStatTable and apexGbeStatusInputTsErrorTable. | 1.3.6.1.4.1.1166.1.31.7.2.8.2.1.1 | Integer32 (1..768) | not-accessible | current |
| apexGbeStatInTsSamplingPeriod OBJECT-TYPE The total time, in seconds, over which the packet counts statistics in this row have been collected. Refer to the description of apexGbeStatusInputTsTable for an explanation of packet counting. Refer to the description of apexGbeStatusInputTsUpdateInterval for an explanation of update interval and computing rates. | 1.3.6.1.4.1.1166.1.31.7.2.8.2.1.2 | Integer32 (0..900) | read-only | current |
| apexGbeStatInTsPriCurDataCount OBJECT-TYPE The Data Packet Count of the most recent sample for the primary. Refer to the description of apexGbeStatusInputTsTable for an explanation of packet counting. Refer to the description of apexGbeStatusInputTsUpdateInterval for an explanation of update interval and computing rates. | 1.3.6.1.4.1.1166.1.31.7.2.8.2.1.3 | Counter32 | read-only | current |
| apexGbeStatInTsPriAvgDataCount OBJECT-TYPE The Average Data Packet Count per sample during apexGbeStatInTsSamplingPeriod for the primary. Refer to the description of apexGbeStatusInputTsTable for an explanation of packet counting. Refer to the description of apexGbeStatusInputTsUpdateInterval for an explanation of update interval and computing rates. | 1.3.6.1.4.1.1166.1.31.7.2.8.2.1.4 | Counter32 | read-only | current |
| apexGbeStatInTsPriMinDataCount OBJECT-TYPE The Minimum Data Packet Count sample during apexGbeStatInTsSamplingPeriod for the primary. Refer to the description of apexGbeStatusInputTsTable for an explanation of packet counting. Refer to the description of apexGbeStatusInputTsUpdateInterval for an explanation of update interval and computing rates. | 1.3.6.1.4.1.1166.1.31.7.2.8.2.1.5 | Counter32 | read-only | current |
| apexGbeStatInTsPriPeakDataCount OBJECT-TYPE The Peak Data Packet Count sample during apexGbeStatInTsSamplingPeriod for the primary. Refer to the description of apexGbeStatusInputTsTable for an explanation of packet counting. Refer to the description of apexGbeStatusInputTsUpdateInterval for an explanation of update interval and computing rates. | 1.3.6.1.4.1.1166.1.31.7.2.8.2.1.6 | Counter32 | read-only | current |
| apexGbeStatInTsPriCurStreamCount OBJECT-TYPE The Transport Stream Packet Count of the most recent sample for the primary. Refer to the description of apexGbeStatusInputTsTable for an explanation of packet counting. Refer to the description of apexGbeStatusInputTsUpdateInterval for an explanation of update interval and computing rates. | 1.3.6.1.4.1.1166.1.31.7.2.8.2.1.7 | Counter32 | read-only | current |
| apexGbeStatInTsPriAvgStreamCount OBJECT-TYPE The Average Transport Stream Packet Count per sample during apexGbeStatInTsSamplingPeriod for the primary. Refer to the description of apexGbeStatusInputTsTable for an explanation of packet counting. Refer to the description of apexGbeStatusInputTsUpdateInterval for an explanation of update interval and computing rates. | 1.3.6.1.4.1.1166.1.31.7.2.8.2.1.8 | Counter32 | read-only | current |
| apexGbeStatInTsPriMinStreamCount OBJECT-TYPE The Minimum Transport Stream Packet Count sample during apexGbeStatInTsSamplingPeriod for the primary. Refer to the description of apexGbeStatusInputTsTable for an explanation of packet counting. Refer to the description of apexGbeStatusInputTsUpdateInterval for an explanation of update interval and computing rates. | 1.3.6.1.4.1.1166.1.31.7.2.8.2.1.9 | Counter32 | read-only | current |
| apexGbeStatInTsPriPeakStreamCount OBJECT-TYPE The Peak Transport Stream Packet Count sample during apexGbeStatInTsSamplingPeriod for the primary. Refer to the description of apexGbeStatusInputTsTable for an explanation of packet counting. Refer to the description of apexGbeStatusInputTsUpdateInterval for an explanation of update interval and computing rates. | 1.3.6.1.4.1.1166.1.31.7.2.8.2.1.10 | Counter32 | read-only | current |
| apexGbeStatInTsSecCurDataCount OBJECT-TYPE The Data Packet Count of the most recent sample for the secondary. Refer to the description of apexGbeStatusInputTsTable for an explanation of packet counting. Refer to the description of apexGbeStatusInputTsUpdateInterval for an explanation of update interval and computing rates. | 1.3.6.1.4.1.1166.1.31.7.2.8.2.1.11 | Counter32 | read-only | current |
| apexGbeStatInTsSecAvgDataCount OBJECT-TYPE The Average Data Packet Count per sample during apexGbeStatInTsSamplingPeriod for the secondary. Refer to the description of apexGbeStatusInputTsTable for an explanation of packet counting. Refer to the description of apexGbeStatusInputTsUpdateInterval for an explanation of update interval and computing rates. | 1.3.6.1.4.1.1166.1.31.7.2.8.2.1.12 | Counter32 | read-only | current |
| apexGbeStatInTsSecMinDataCount OBJECT-TYPE The Minimum Data Packet Count sample during apexGbeStatInTsSamplingPeriod for the secondary. Refer to the description of apexGbeStatusInputTsTable for an explanation of packet counting. Refer to the description of apexGbeStatusInputTsUpdateInterval for an explanation of update interval and computing rates. | 1.3.6.1.4.1.1166.1.31.7.2.8.2.1.13 | Counter32 | read-only | current |
| apexGbeStatInTsSecPeakDataCount OBJECT-TYPE The Peak Data Packet Count sample during apexGbeStatInTsSamplingPeriod for the secondary. Refer to the description of apexGbeStatusInputTsTable for an explanation of packet counting. Refer to the description of apexGbeStatusInputTsUpdateInterval for an explanation of update interval and computing rates. | 1.3.6.1.4.1.1166.1.31.7.2.8.2.1.14 | Counter32 | read-only | current |
| apexGbeStatInTsSecCurStreamCount OBJECT-TYPE The Transport Stream Packet Count of the most recent sample for the secondary. Refer to the description of apexGbeStatusInputTsTable for an explanation of packet counting. Refer to the description of apexGbeStatusInputTsUpdateInterval for an explanation of update interval and computing rates. | 1.3.6.1.4.1.1166.1.31.7.2.8.2.1.15 | Counter32 | read-only | current |
| apexGbeStatInTsSecAvgStreamCount OBJECT-TYPE The Average Transport Stream Packet Count per sample during apexGbeStatInTsSamplingPeriod for the secondary. Refer to the description of apexGbeStatusInputTsTable for an explanation of packet counting. Refer to the description of apexGbeStatusInputTsUpdateInterval for an explanation of update interval and computing rates. | 1.3.6.1.4.1.1166.1.31.7.2.8.2.1.16 | Counter32 | read-only | current |
| apexGbeStatInTsSecMinStreamCount OBJECT-TYPE The Minimum Transport Stream Packet Count sample during apexGbeStatInTsSamplingPeriod for the secondary. Refer to the description of apexGbeStatusInputTsTable for an explanation of packet counting. Refer to the description of apexGbeStatusInputTsUpdateInterval for an explanation of update interval and computing rates. | 1.3.6.1.4.1.1166.1.31.7.2.8.2.1.17 | Counter32 | read-only | current |
| apexGbeStatInTsSecPeakStreamCount OBJECT-TYPE The Peak Transport Stream Packet Count sample during apexGbeStatInTsSamplingPeriod for the secondary. Refer to the description of apexGbeStatusInputTsTable for an explanation of packet counting. Refer to the description of apexGbeStatusInputTsUpdateInterval for an explanation of update interval and computing rates. | 1.3.6.1.4.1.1166.1.31.7.2.8.2.1.18 | Counter32 | read-only | current |
| apexGbeStatInTsTotPacketDropCount OBJECT-TYPE The total number of dropped packets for the Input Transport Stream. Clear using apexGbeStatusInputTsDropCounterClearAll. | 1.3.6.1.4.1.1166.1.31.7.2.8.2.1.19 | Counter32 | read-only | current |
| apexGbeStatInTsCurPacketDropCount OBJECT-TYPE The number of packets dropped for the Input Transport Stream in the last five (5) seconds. | 1.3.6.1.4.1.1166.1.31.7.2.8.2.1.20 | Counter32 | read-only | current |
| apexGbeStatusInputTsErrorTable OBJECT-TYPE Table of Gigabit Ethernet Input Transport Stream Error status. A row in this table corresponds to the same index row in apexInputTsStatTable and apexGbeStatusInputTsTable. | 1.3.6.1.4.1.1166.1.31.7.2.8.3 | not-accessible | current | |
| apexGbeStatusInputTsErrorEntry OBJECT-TYPE Gigabit Ethernet Input Transport Stream Status Table Entry. | 1.3.6.1.4.1.1166.1.31.7.2.8.3.1 | not-accessible | current | |
| apexGbeStatInTsErrorInputTsNum OBJECT-TYPE The Gigabit Ethernet Input Transport Stream Error Status table index. A row in this table corresponds to the same index row in apexInputTsStatTable and apexGbeStatusInputTsTable. | 1.3.6.1.4.1.1166.1.31.7.2.8.3.1.1 | Integer32 (1..768) | not-accessible | current |
| apexGbeStatInTsPriErrorSummary OBJECT-TYPE The current highest error of the following errors for the primary input transport stream: apexGbeStatInTsPriLowBitRateError apexGbeStatInTsPriHighBitRateError apexGbeStatInTsMptsRedundPriError apexGbeStatInTsMptsRedundFailError apexGbeStatInTsPriLossInputError apexGbeStatInTsPriPacketDropError | 1.3.6.1.4.1.1166.1.31.7.2.8.3.1.2 | INTEGER {notApplicable(0), ok(1), error(2)} | read-only | current |
| apexGbeStatInTsPriLowBitRateError OBJECT-TYPE The current low bit rate state for the primary input stream. Ok indicates no errors or not checking low bit rate. Error indicates primary input stream is below the low bit rate specified. | 1.3.6.1.4.1.1166.1.31.7.2.8.3.1.3 | INTEGER {notApplicable(0), ok(1), error(2)} | read-only | current |
| apexGbeStatInTsPriHighBitRateError OBJECT-TYPE The current high bit rate state for the primary input stream. Ok indicates no errors or not checking high bit rate. Error indicates primary input stream is above the high bit rate specified. | 1.3.6.1.4.1.1166.1.31.7.2.8.3.1.4 | INTEGER {notApplicable(0), ok(1), error(2)} | read-only | current |
| apexGbeStatInTsMptsRedundPriError OBJECT-TYPE The current redundant threshold state for the primary input stream. Ok indicates no errors or input stream is not part of a redundant pair. Error indicates primary input stream is below the threshold level specified. | 1.3.6.1.4.1.1166.1.31.7.2.8.3.1.5 | INTEGER {notApplicable(0), ok(1), error(2)} | read-only | current |
| apexGbeStatInTsMptsRedundFailError OBJECT-TYPE The current fail over state for a redundancy pair. Ok indicates no errors or input stream is not part of a redundant pair. Error indicates primary input stream is no longer in use and the APEX has fallen over to use the secondary input stream. | 1.3.6.1.4.1.1166.1.31.7.2.8.3.1.6 | INTEGER {notApplicable(0), ok(1), error(2)} | read-only | current |
| apexGbeStatInTsSecErrorSummary OBJECT-TYPE The current highest error state of the following for the secondary input transport stream: apexGbeStatInTsSecLowBitRateError apexGbeStatInTsSecHighBitRateError apexGbeStatInTsSecLossInputError | 1.3.6.1.4.1.1166.1.31.7.2.8.3.1.7 | INTEGER {notApplicable(0), ok(1), error(2)} | read-only | current |
| apexGbeStatInTsSecLowBitRateError OBJECT-TYPE The current low bit rate state for the secondary input stream. Ok indicates no errors or not checking low bit rate. Error indicates secondary input stream is below the low bit rate specified. | 1.3.6.1.4.1.1166.1.31.7.2.8.3.1.8 | INTEGER {notApplicable(0), ok(1), error(2)} | read-only | current |
| apexGbeStatInTsSecHighBitRateError OBJECT-TYPE The current high bit rate state for the secondary input stream. Ok indicates no errors or not checking high bit rate. Error indicates secondary input stream is above the high bit rate specified. | 1.3.6.1.4.1.1166.1.31.7.2.8.3.1.9 | INTEGER {notApplicable(0), ok(1), error(2)} | read-only | current |
| apexGbeStatInTsPriLossInputError OBJECT-TYPE The current loss of input stream state for the primary input stream. Ok indicates no errors or not checking for loss of input stream. Error indicates primary input stream is missing. | 1.3.6.1.4.1.1166.1.31.7.2.8.3.1.10 | INTEGER {notApplicable(0), ok(1), error(2)} | read-only | current |
| apexGbeStatInTsSecLossInputError OBJECT-TYPE The current loss of input stream state for the secondary input stream. Ok indicates no errors or not checking for loss of input stream. Error indicates secondary input stream is missing. | 1.3.6.1.4.1.1166.1.31.7.2.8.3.1.11 | INTEGER {notApplicable(0), ok(1), error(2)} | read-only | current |
| apexGbeStatInTsPacketDropError OBJECT-TYPE The current packet drop state for the active input stream. Ok indicates no errors or not checking for packet drops. Error indicates there are packet drops on the active input stream. | 1.3.6.1.4.1.1166.1.31.7.2.8.3.1.12 | INTEGER {notApplicable(0), ok(1), error(2)} | read-only | current |
| apexGbeStatusInterfaceRedund OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.7.2.9 | |||
| apexGbeStatusInterfaceRedundTable OBJECT-TYPE This is a table of status parameters for GbE Interface Redundancy. | 1.3.6.1.4.1.1166.1.31.7.2.9.1 | not-accessible | current | |
| apexGbeStatusInterfaceRedundEntry OBJECT-TYPE GbE Interface Redundancy Status Table Entry. | 1.3.6.1.4.1.1166.1.31.7.2.9.1.1 | not-accessible | current | |
| apexGbeStatusInterfaceRedundIndex OBJECT-TYPE GbE Interface Pair number. Value of 1 is GbE1 and GbE2 pair. Value of 2 is GbE3 and GbE4 pair. | 1.3.6.1.4.1.1166.1.31.7.2.9.1.1.1 | Integer32 (1..2) | not-accessible | current |
| apexGbeStatusInterfaceRedundActiveIf OBJECT-TYPE The current active interface for the redundant pair. This is only applicable if GbE Interface Redundancy is enabled for the pair. If GbE Interface Redundancy is not enabled it will be set to zero. | 1.3.6.1.4.1.1166.1.31.7.2.9.1.1.2 | Integer32 (0..4) | read-only | current |
| apexGbeStatusInterfaceRedundInvalidApplyText OBJECT-TYPE When apexGbeConfIfRedundApplyChange is set to applyNotInProgressInvalidData this entry may contain a text description of what was wrong with the data. This entry contains the description for the most recent apply of an entry that was invalid. | 1.3.6.1.4.1.1166.1.31.7.2.9.1.1.3 | DisplayString (SIZE(0..80)) | read-only | current |
| apexGbeStatusInterfaceRedundFaultCondition OBJECT-TYPE Current fault condition of the GbE Interface pair. Reflects apexAlarmGbeInterfaceRedundFailOver for this redundant pair. | 1.3.6.1.4.1.1166.1.31.7.2.9.1.1.4 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexGbeStatusInputTsDropCounter OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.7.2.10 | |||
| apexGbeStatusInputTsDropCounterGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.7.2.10.1 | |||
| apexGbeStatusInputTsDropCounterClearAll OBJECT-TYPE Clear dropped packet counts for all Input Streams: - apexGbeStatInTsTotPacketDropCount Once written, the change to this parameter will take immediate effect. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.7.2.10.1.1 | ClearCountersTYPE | read-write | current |
| apexGbeSfp OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.7.3 | |||
| apexGbeSfpConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.7.3.1 | |||
| apexGbeSfpConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.7.3.1.1 | |||
| apexGbeSfpUpdateStatus OBJECT-TYPE When set to 'update' the APEX will update the apexGbeSfpStatusTable by performing an one-time read of SFP memory. APEX sets back to 'updateNotInProgress' when complete. Once written, the change to this parameter will take immediate effect. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.7.3.1.1.1 | INTEGER {notApplicable(0), updateNotInProgress(1), update(2)} | read-write | current |
| apexGbeSfpStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.7.3.2 | |||
| apexGbeSfpStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.7.3.2.1 | |||
| apexGbeSfpStatusTable OBJECT-TYPE Table of SFP status parameters. Indexed by Gigabit Ethernet Interface Number. | 1.3.6.1.4.1.1166.1.31.7.3.2.2 | not-accessible | current | |
| apexGbeSfpStatusEntry OBJECT-TYPE SFP status table entry. | 1.3.6.1.4.1.1166.1.31.7.3.2.2.1 | not-accessible | current | |
| apexGbeSfpStatusGbeIfNum OBJECT-TYPE Gigabit Ethernet Interface Number. | 1.3.6.1.4.1.1166.1.31.7.3.2.2.1.1 | Integer32 (1..4) | not-accessible | current |
| apexGbeSfpStatusVendorId OBJECT-TYPE ASCII format of bytes 0-127 from SFP-MSA ID Memory Map address A0h. Zero-length indicates that no SFP module is installed. | 1.3.6.1.4.1.1166.1.31.7.3.2.2.1.2 | DisplayString | read-only | current |
| apexGbeSfpStatusDiagInfo OBJECT-TYPE ASCII format of bytes 96-127 from SFP Diagnostic Memory address A2h. Zero-length indicates that diagnostic information is not available. | 1.3.6.1.4.1.1166.1.31.7.3.2.2.1.3 | DisplayString (SIZE(0..64)) | read-only | current |
| apexQam OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.8 | |||
| apexQamConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.8.1 | |||
| apexQamConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.8.1.1 | |||
| apexQamConfigTransmissionMode OBJECT-TYPE This is the QAM Transmission Mode as defined in: Series J: Transmission of Television, Sound Programme and other Multimedia Signals, ITU-T J.83. Once written, a save must be performed via the apexSaveConfig parameter and the APEX must be rebooted for the change to take effect. @Config(config=yes, reboot=yes) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.8.1.1.1 | INTEGER {annexB-ATSC-DCII(1), annexA-DVB(2), annexC-Asia-Pacific(3)} | read-write | current |
| apexQamModuleUpgrade OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.8.1.2 | |||
| apexQamModuleUpgradeSlot OBJECT-TYPE This is the QAM slot number of the QAM Module that is being upgraded from a 2x4 channel module to a 2x8 channel module. Zero indicates no slot selected. Once written, the change to this table will only take immediate effect after apexQamModuleUpgradeApplyChange is set to 'apply'. @Config(config=no, reboot=no) @Commit(param=apexQamModuleUpgradeApplyChange, value=2) | 1.3.6.1.4.1.1166.1.31.8.1.2.1 | Integer32 (0..3) | read-write | current |
| apexQamModuleUpgradeCode OBJECT-TYPE This is the encrypted upgrade code for the QAM Module that is being upgraded from a 2x4 channel module to a 2x8 channel module. The Upgrade Code is specific to a QAM Module and can only be used for the QAM Module with the serial number for which the Upgrade Code was created. Once written, the change to this parameter will only take immediate effect after the corresponding apexQamModuleUpgradeApplyChange is set to 'apply'. This parameter is cleared by the APEX after the apply is complete. @Config(config=no, reboot=no) @Commit(param=apexQamModuleUpgradeApplyChange, value=2) | 1.3.6.1.4.1.1166.1.31.8.1.2.2 | DisplayString (SIZE(0..48)) | read-write | current |
| apexQamModuleUpgradeApplyChange OBJECT-TYPE This is the Apply for QAM Module Upgrade Slot and Code. This parameter MUST be set to 'apply' in order for apexQamModuleUpgradeSlot and apexQamModuleUpgradeCode to take effect. This parameter MUST be set LAST after apexQamModuleUpgradeSlot and apexQamModuleUpgradeCode has been configured. The APEX will set this to applyNotInProgressInvalidData if the Upgrade Code is incorrect and the QAM Module is not upgraded. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.8.1.2.3 | ApplyDataToDeviceTYPE | read-write | current |
| apexQamConfigApplyTable OBJECT-TYPE Table of Apply Change for the data for apexQamRfConfigTable. | 1.3.6.1.4.1.1166.1.31.8.1.3 | not-accessible | current | |
| apexQamConfigApplyEntry OBJECT-TYPE QAM Configuration Apply Table Entry. | 1.3.6.1.4.1.1166.1.31.8.1.3.1 | not-accessible | current | |
| apexQamConfigApplyRfPortNum OBJECT-TYPE The QAM RF Port number. Port 1,2,7,8 is Slot 1 Port 3,4,9,10 is Slot 2 Port 5,6,11,12 is Slot 3 | 1.3.6.1.4.1.1166.1.31.8.1.3.1.1 | Integer32 (1..12) | not-accessible | current |
| apexQamConfigApplyChange OBJECT-TYPE The Apply for a row of data in apexQamRfConfigTable. A row in this table corresponds to the same row index in the apexQamRfConfigTable. This parameter MUST be set to 'apply' in order for any of the data in the rows to take effect in the APEX. This parameter MUST be set LAST after all other data in the configuration table rows has been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.8.1.3.1.2 | ApplyDataToDeviceTYPE | read-write | current |
| apexQamRfConfigTable OBJECT-TYPE Table of configuration items configurable on a QAM RF Port basis. There can be up to 12 RF Ports on an APEX1000 depending on how the 3 QAM slots are populated. There can be 2 or 4 RF Ports in each QAM slot. The 2 RF Ports in a 2x8(2x4) QAM module (1,2) in a QAM slot are mapped to table rows as follows: Slot Rows (RF port) 1 1,2 2 3,4 3 5,6 If a QAM Module in a slot only has 2 RF ports, the first three rows in this table for that slot are to be used. For example, if there is a 2x4 or 2x8 module in slot 3, port 5 and 6 are to be used for configuring the RF Ports of the module. The 4 RF Ports in a 4x4 QAM module (1,2,7,8) in a QAM slot are mapped to table rows as follows: Slot Rows (RF port) 1 1,2,7,8 2 3,4,9,10 3 5,6,11,12 All entries/rows in this table are used for the 4x4 QAM Module with any exceptions noted in the descriptions for the table entries. All entries in this table have the same ranges for the 4x4 QAM Module with any exceptions noted in the descriptions for the table entries. Refer to the description of apexQamChannelConfigTable for information on QAM Channel to RF Port mapping. Tables apexQamRfPortChannelInfoTable and apexQamChannelIdTable can be used to assist in referencing between QAM slots, RF Ports, and QAM Channels (Output Transport Streams) for the installed modules. Once written, the change to this table will only take immediate effect after apexQamConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexQamConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.8.1.4 | not-accessible | current | |
| apexQamRfConfigEntry OBJECT-TYPE QAM RF Port Configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.8.1.4.1 | not-accessible | current | |
| apexQamRfConfigRfPortNum OBJECT-TYPE The QAM RF Port number. | 1.3.6.1.4.1.1166.1.31.8.1.4.1.1 | Integer32 (1..12) | not-accessible | current |
| apexQamRfConfigNumChannelsEnabled OBJECT-TYPE The number of QAM Channels enabled on the RF Port. APEX will not allow enabling of more channels than the installed QAM Module will support. Note that when this parameter is changed and applied there will be an interruption in service on all active channels on this RF Port. When QAM Transmission Mode is 'annexA-DVB', enabled channels is also limited by the Channel Spacing such that the total bandwidth of the RF must not exceed 48 MHz. | 1.3.6.1.4.1.1166.1.31.8.1.4.1.2 | Integer32 (0..8) | read-write | current |
| apexQamRfConfigModulationMode OBJECT-TYPE The QAM Modulation mode for the QAM RF Port. This is the QAM Modulation mode of all QAM Channels enabled on the RF Port. For 4x4 QAM Modules: This parameter applies on an RF pair basis, 1-2 and 7-8. APEX1000 will use only odd table indices. Even index of pair will be ignored and set to value for odd index of pair. | 1.3.6.1.4.1.1166.1.31.8.1.4.1.3 | INTEGER {qam64(1), qam256(2)} | read-write | current |
| apexQamRfConfigSymbolRate OBJECT-TYPE The Symbol Rate Setting of the QAM Channels enabled on the RF Port. It is in symbols per second (sps). When QAM Transmission Mode is 'annexA-DVB' the range is 800,000 sps to 6,980,000 sps in 1000 sps steps. When QAM Transmission Mode is 'annexC-Asia-Pacific' the range is 800,000 sps to 5,310,000 sps in 1000 sps steps. The APEX will correct values not on a 1000 sps boundary so the user or management system does not need to enforce the step size. When QAM Transmission Mode is 'annexB-ATSC-DCII' this parameter is not configurable and is set by the APEX based on QAM Modulation Mode. For 4x4 QAM Modules: This parameter applies on an RF pair basis, 1-2 and 7-8. APEX1000 will use only odd table indices. Even index of pair will be ignored and set to value for odd index of pair. @Range(step=1000) | 1.3.6.1.4.1.1166.1.31.8.1.4.1.4 | Integer32 (800000..6980000) | read-write | current |
| apexQamRfConfigSpectrumInvert OBJECT-TYPE The Spectrum Inversion Setting of the QAM Channels enabled on the RF Port. | 1.3.6.1.4.1.1166.1.31.8.1.4.1.5 | INTEGER {normal(1), invert(2)} | read-write | current |
| apexQamRfConfigTuningMode OBJECT-TYPE The tuning mode of the QAM Channels enabled on the RF Port. 'frequency' - The APEX tunes based on frequency as configured in RF Center Frequency for QAM Channel A and channel spacing as configured in RF Channel Spacing to determine the frequency of the B - H channels. 'channel' - The APEX tunes based on channel as configured in Channel Number for QAM Channel A using the selected Frequency Plan. The APEX will set the B - H channels to the next sequential channels. Applies only when QAM Transmission Mode is 'annexB-ATSC-DCII'. | 1.3.6.1.4.1.1166.1.31.8.1.4.1.6 | INTEGER {frequency(1), channel(2)} | read-write | current |
| apexQamRfConfigEiaFrequencyPlan OBJECT-TYPE This is the frequency plan to use for tuning of the QAM Channels enabled on the RF Port. Frequency plans are as per CEA Standard: Cable Television Channel Identification Plan (CEA-542-B). This parameter is valid only when QAM Transmission Mode is 'annexB-ATSC-DCII'. 'std' - Standard (STD) North American frequency plan. 'hrc' - Harmonic Related Carrier (HRC) frequency plan. 'irc' - Incremental Related Carrier (IRC) frequency plan. | 1.3.6.1.4.1.1166.1.31.8.1.4.1.7 | INTEGER {std(1), hrc(2), irc(3)} | read-write | current |
| apexQamRfConfigEiaChanNumChannelA OBJECT-TYPE The Channel Number for QAM Channel A. Range is 0 to 158, with valid channels being 1 to 158 and 0 indicating 'not applicable'. This parameter is valid only when QAM Transmission Mode is 'annexB-ATSC-DCII'. This parameter is configurable only when Tuning Mode is 'channel'. When Tuning Mode is 'channel', this is the Channel Number used to determine the output frequency of QAM Channel A using the selected Frequency Plan. When Tuning Mode is 'frequency', this value is determined by the APEX using the selected Frequency Plan. If there is no channel number for the frequency, the value is set to zero. This parameter is not configurable for Transmission Modes of 'annexA-DVB' or 'annexC-Asia-Pacific' and the value is set to zero by the APEX. Channel 1 is not defined in CEA Standard: Cable Television Channel Identification Plan (CEA-542-B) for the Standard (STD) North American frequency plan. Channel 1 cannot be selected when apexQamRfConfigEiaFrequencyPlan is 'std'. Channel 2 as defined in defined in CEA Standard: Cable Television Channel Identification Plan (CEA-542-B) for the Harmonic Related Carrier (HRC) frequency plan is below the APEX 57 MHz minimum frequency. Channel 2 cannot be selected when apexQamRfConfigEiaFrequencyPlan is 'hrc'. For 4x4 QAM Modules: Channels with frequencies below 69 MHz may not be available. This limitation is dependent upon the HW version installed and number of channels enabled. | 1.3.6.1.4.1.1166.1.31.8.1.4.1.8 | Integer32 (0..158) | read-write | current |
| apexQamRfConfigRfCenterFreqChannelA OBJECT-TYPE The RF Center Frequency for QAM Channel A. When QAM Transmission Mode is 'annexA-DVB' the range is 85,000,000 Hz to 999,000,000 Hz in 250,000 Hz steps. For 2x4/2x8 QAM Modules: When QAM Transmission Mode is 'annexB-ATSC-DCII' or 'annexC-Asia-Pacific' the range is 57,000,000 Hz to 999,000,000 Hz in 250,000 Hz steps. For 4x4 QAM Modules: When QAM Transmission Mode is 'annexB-ATSC-DCII' or 'annexC-Asia-Pacific' the range may be limited to 69,000,000 Hz to 999,000,000 Hz in 250,000 Hz steps. This limitation is dependent upon the HW version installed and number of channels enabled. The APEX will correct values not on a 250 kHz boundary so the user or management system does not need to enforce the step size. This parameter is configurable ONLY when Tuning Mode is 'frequency'. When Tuning Mode is 'channel', the value is set by the APEX using the selected Frequency Plan. @Range(step=250000) | 1.3.6.1.4.1.1166.1.31.8.1.4.1.9 | Integer32 (57000000..999000000) | read-write | current |
| apexQamRfConfigRfChanSpacing OBJECT-TYPE The Channel spacing for the QAM Channels enabled on the RF Port. This value must be in Hz in the range 1,000,000 Hz to 8,000,000 Hz in 500,000 Hz steps. The APEX will correct values not on a 500,000 Hz boundary so the user or management system does not need to enforce the step size. For 2x4/2x8 QAM Modules: When Transmission Mode is 'annexA-DVB' this value is configurable. Note that number of channels enabled can be affected by changing channel spacing. The total bandwidth of the RF must not exceed 48 MHz. For 2x4/2x8 QAM Modules: When Transmission Mode is 'annexB-ATSC-DCII' or 'annexC-Asia-Pacific' this value is fixed and is set by the APEX. For 4x4 QAM Modules: This value is fixed and is set by the APEX. @Range(step=500000) | 1.3.6.1.4.1.1166.1.31.8.1.4.1.10 | Integer32 (1000000..8000000) | read-write | current |
| apexQamRfConfigRfLevelAttenuation OBJECT-TYPE The RF level attenuation setting of each enabled channel on the RF Port. Range is -300 to 800 representing -3 to 8 dB attenuation in 0.01 dB steps. (See 'Note' below.) Positive values are the amount below the nominal RF output level for the number of channels enabled on the RF Port. Negative values are the amount above the nominal. Number Nominal dBmV dBmV Channels dBmV W/-300 W/800 1 60 63 52 2 56 59 48 4 52 55 44 6 50 53 42 8 49 52 41 Note: Early APEX only supported attenuation. Gain was added later, hence the negative attenuation values for this parameter. For clarity, the APEX Element Manager display indicates 'RF Level Adjust', with a user selectable range of -8.00 to +3.00 dB, rather than 'Attenuation'. The APEX EM then sets this MIB parameter appropriately. | 1.3.6.1.4.1.1166.1.31.8.1.4.1.11 | Integer32 (-300..800) | read-write | current |
| apexQamRfConfigRfLevelLowThreshold OBJECT-TYPE The threshold delta relative to the configured RF level that will indicate an RF Low condition. The measured output must drop this amount for RF Low condition. Range is 0 to 100 representing 0 to 10 dB in 0.1 dB steps. | 1.3.6.1.4.1.1166.1.31.8.1.4.1.12 | Integer32 (0..100) | read-write | current |
| apexQamRfConfigRfLevelHighThreshold OBJECT-TYPE The threshold delta relative to the configured RF level that will indicate an RF High condition. The measured output must rise this amount for RF High condition. Range is 0 to 100 representing 0 to 10 dB in 0.1 dB steps. | 1.3.6.1.4.1.1166.1.31.8.1.4.1.13 | Integer32 (0..100) | read-write | current |
| apexQamRfConfigMute OBJECT-TYPE Mute the RF Port. This will mute all QAM channels enabled on the RF Port. | 1.3.6.1.4.1.1166.1.31.8.1.4.1.14 | INTEGER {unmute(1), mute(2)} | read-write | current |
| apexQamRfConfigInterleaverDepth1 OBJECT-TYPE The first of two Interleaver settings that can be assigned to the QAM Channels of this RF Port. Configurable only for Transmission Mode 'annexB-ATSC-DCII'. Values 1 to 12 used only for Transmission Mode 'annexB-ATSC-DCII'. Value 13 (i12-j17) used only for Transmission Modes 'annexA-DVB' and 'annexC-Asia-Pacific' and is set by the APEX. | 1.3.6.1.4.1.1166.1.31.8.1.4.1.15 | INTEGER {i64-j2(1), i32-j4(2), i16-j8(3), i8-j16(4), i128-j1(5), i128-j2(6), i128-j3(7), i128-j4(8), i128-j5(9), i128-j6(10), i128-j7(11), i128-j8(12), i12-j17(13)} | read-write | current |
| apexQamRfConfigInterleaverDepth2 OBJECT-TYPE The second of two Interleaver settings that can be assigned to the QAM Channels of this RF Port. Configurable only for Transmission Mode 'annexB-ATSC-DCII'. Values 1 to 12 used only for Transmission Mode 'annexB-ATSC-DCII'. Value 13 (i12-j17) used only for Transmission Modes 'annexA-DVB' and 'annexC-Asia-Pacific' and is set by the APEX. | 1.3.6.1.4.1.1166.1.31.8.1.4.1.16 | INTEGER {i64-j2(1), i32-j4(2), i16-j8(3), i8-j16(4), i128-j1(5), i128-j2(6), i128-j3(7), i128-j4(8), i128-j5(9), i128-j6(10), i128-j7(11), i128-j8(12), i12-j17(13)} | read-write | current |
| apexQamChannelConfigTable OBJECT-TYPE Table of configuration items configurable on a QAM Channel basis. There are 48 Output Transport Streams (OTS) on an APEX1000. There can be up to 48 QAM Channels on an APEX1000 depending on how the 3 QAM slots are populated. There is a one-to-one mapping between QAM Channels and Output Transport Streams. QAM Channel (OTS) ranges are mapped to QAM slots as follows: Slot Channels 1 1..15 2 15..32 3 33..48 There can be either 4 or 8 QAM channels (OTS) on each RF Port. The slot and RF Port to QAM Channel (OTS) mappings for each QAM Module type are shown below. For a 2x4 or 2x8 QAM Module, QAM Channels (OTS) are mapped to RF Ports in a QAM Slot and table rows as follows: QAM Channel RF Port and OTS Slot/Port Table Row Table Rows 1/1 1 1..8 1/2 2 9..16 2/1 5 17..24 2/2 6 25..32 3/1 9 33..40 3/2 10 41..48 If a 2x4 QAM Module is in a slot, only the first four rows in this table for the slot/port are to be used. For example, if there is a 2x4 module in slot 3, rows 8..12 are to be used for configuring the QAM Channels of RF Port 1 on the module. For a 4x4 QAM Module, QAM Channels (OTS) are mapped to RF Ports in a QAM Slot and table rows as follows: QAM Channel RF Port and OTS Slot/Port Table Row Table Rows 1/1 1 1..4 1/2 2 5..8 1/3 7 9..12 1/4 8 13..16 2/1 3 17..20 2/2 4 21..24 2/3 9 25..28 2/4 10 29..32 3/1 5 33..36 3/2 6 37..40 3/3 11 41..44 3/4 12 45..48 Note that the QAM Channels on an RF Port are designated with the letters 'A'..'H' on the APEX Element Manager. Refer to the description of apexQamChannelConfigTable for information on QAM Channel to RF Port mapping. Tables apexQamRfPortChannelInfoTable and apexQamChannelIdTable can be used to assist in referencing between QAM slots, RF Ports, and QAM Channels (Output Transport Streams) for the installed modules. Once written, the change to this table will only take immediate effect after apexQamConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexQamChannelConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.8.1.5 | not-accessible | current | |
| apexQamChannelConfigEntry OBJECT-TYPE QAM Channel Configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.8.1.5.1 | not-accessible | current | |
| apexQamChanConfigChannelNum OBJECT-TYPE The QAM RF Port number. | 1.3.6.1.4.1.1166.1.31.8.1.5.1.1 | Integer32 (1..48) | not-accessible | current |
| apexQamChanConfigInterleaverSelect OBJECT-TYPE The interleaver selection for this Channel. Will use either apexQamRfConfigInterleaverDepth1 or apexQamRfConfigInterleaverDepth2. | 1.3.6.1.4.1.1166.1.31.8.1.5.1.2 | INTEGER {interleaverDepth1(1), interleaverDepth2(2)} | read-write | current |
| apexQamChanConfigTestMode OBJECT-TYPE Test mode setting for the QAM Channel. Setting to other than 'off' will cause a service interruption. | 1.3.6.1.4.1.1166.1.31.8.1.5.1.3 | INTEGER {off(0), cwtest(2), prbs23m(3), prbs23(5), mpegNull(6), suppress(9), prbs60(10), prbs63(11), prbs65(12), prbs68(13), prbs71(14), prbs73(15), prbs79(16), prbs81(17)} | read-write | current |
| apexQamRfRedundancyConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.8.1.6 | |||
| apexQamRfRedundancyConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.8.1.6.1 | |||
| apexQamRfRedundConfigApplyChange OBJECT-TYPE The Apply for QAM RF Redundancy Configuration parameters. This parameter MUST be set to 'apply' in order for the data to take effect. This parameter MUST be set LAST after all QAM RF Redundancy parameters affected by this parameter have been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.8.1.6.1.1 | ApplyDataToDeviceTYPE | read-write | current |
| apexQamRfRedundConfigEnable OBJECT-TYPE Enables RF redundancy mode, allowing the APEX to failover to backup RF port and communicate with the REM1000. Allows for failover/ switching without requiring a REM1000 connection. Cannot be 'enabled' if the backup port (RF Port 6) is not present (there is no QAM Module in QAM slot 3). Cannot be 'enabled' if there are any mappings to any QAM Channel on the backup port. RF Port 6, QAM Channels 6A to 6H (Output Transport Streams 41 to 48). Once written, the change to this parameter will only take immediate effect after apexQamRfRedundConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexQamRfRedundConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.8.1.6.1.2 | EnableDisableTYPE | read-write | current |
| apexQamRfRedundConfigRemConnection OBJECT-TYPE Configures how the APEX is connected to the REM1000. 'none' - Not connecting to REM1000. 'direct' - Connected to REM1000 dedicated IP interface through APEX Data IP (Enet2). Broadcast connection is always used in this case. Cannot be set to 'direct' if the QAM RF Redundancy UDP Port is in use on the Data IP Port (Enet2). QAM RF Redundancy UDP Port value is found in apexQamRfRedundStatusUdpPort. 'common' - Connected to REM1000 OAM&P interface through APEX OAM&P IP (Enet 1). Requires user to configure REM1000 IP address in apexQamRfRedundConfigRemCommonIpAddr. Cannot be set to 'common' if the QAM RF Redundancy UDP Port is in use on the OAM&P IP (Enet 1). QAM RF Redundancy UDP Port value is found in apexQamRfRedundStatusUdpPort. Once written, the change to this parameter will only take immediate effect after apexQamRfRedundConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexQamRfRedundConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.8.1.6.1.3 | INTEGER {none(0), direct(1), common(2)} | read-write | current |
| apexQamRfRedundConfigApexId OBJECT-TYPE Identifies which set of RF inputs on the REM1000 are associated with this APEX. Once written, the change to this parameter will only take immediate effect after apexQamRfRedundConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexQamRfRedundConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.8.1.6.1.4 | Integer32 (1..2) | read-write | current |
| apexQamRfRedundConfigRemCommonIpAddr OBJECT-TYPE Target REM1000 IP address. Must be singlecast address. Only used when apexQamRfRedundConfigRemConnection is set to 'common'. Once written, the change to this parameter will only take immediate effect after apexQamRfRedundConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexQamRfRedundConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.8.1.6.1.5 | IpAddress | read-write | current |
| apexQamRfRedundConfigAutoSwitchBack OBJECT-TYPE This is the enable/disable of automatic switch back to the previous RF port from backup for QAM RF redundancy. When 'enabled', switch back to the previous RF port will automatically occur when the RF port comes back online. When 'disabled', the user must force back to the previous RF port using apexQamRfRedundConfigForceSwitch. Once written, the change to this parameter will only take immediate effect after apexQamRfRedundConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexQamRfRedundConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.8.1.6.1.6 | EnableDisableTYPE | read-write | current |
| apexQamRfRedundConfigSuspendFailover OBJECT-TYPE Enables and disables suspending of RF failover. Prevents failovers to or from backup. Force failover (apexQamRfRedundConfigForceSwitch) overrides this setting. Once written, the change to this parameter will only take immediate effect after apexQamRfRedundConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexQamRfRedundConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.8.1.6.1.7 | EnableDisableTYPE | read-write | current |
| apexQamRfRedundConfigForceSwitch OBJECT-TYPE Force a switch of an RF Port to or from the backup. Selects which RF Port to switch from. Overrides Suspend Failover (apexQamRfRedundConfigSuspendFailover). Parameter is ignored when: - apexQamRfRedundConfigEnable is 'disabled'. - backup is active and other than 'forceFromBackup' is selected. - backup is not active and 'forceFromBackup' is selected. 'forceFromBackup' will force back to the failed primary indicated in apexQamRfRedundStatusFailedPort. APEX sets back to 'switchNotInProgress' when complete. Once written, the change to this parameter will take immediate effect. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.8.1.6.1.8 | INTEGER {switchNotInProgress(0), forceFrom1(1), forceFrom2(2), forceFrom3(3), forceFrom4(4), forceFrom5(5), forceFromBackup(6)} | read-write | current |
| apexQamRfRedundConfigRemDirectIpOctet1 OBJECT-TYPE Target REM1000 IP address first octet. Only used when apexQamRfRedundConfigRemConnection is set to 'direct'. The remainder of the IP address will be filled in by the APEX. The IP address used will be reflected in apexDataIpAddrInUse. Once written, the change to this parameter will only take immediate effect after apexQamRfRedundConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexQamRfRedundConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.8.1.6.1.9 | Integer32 (1..126) | read-write | current |
| apexQamChannelConfigApplyTable OBJECT-TYPE Table of Apply Change for the data for apexQamChannelConfigTable. | 1.3.6.1.4.1.1166.1.31.8.1.7 | not-accessible | current | |
| apexQamChannelConfigApplyEntry OBJECT-TYPE QAM Channel Configuration Apply Table Entry. | 1.3.6.1.4.1.1166.1.31.8.1.7.1 | not-accessible | current | |
| apexQamChannelConfigApplyChannelNum OBJECT-TYPE The QAM Channel number. | 1.3.6.1.4.1.1166.1.31.8.1.7.1.1 | Integer32 (1..48) | not-accessible | current |
| apexQamChannelConfigApplyChange OBJECT-TYPE The Apply for a row of data in apexQamChannelConfigTable. A row in this table corresponds to the same row index in the apexQamChannelConfigTable. This parameter MUST be set to 'apply' in order for any of the data in the rows to take effect in the APEX. This parameter MUST be set LAST after all other data in the configuration table rows has been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.8.1.7.1.2 | ApplyDataToDeviceTYPE | read-write | current |
| apexQamStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.8.2 | |||
| apexQamStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.8.2.1 | |||
| apexQamStatusTransmissionMode OBJECT-TYPE This is the QAM Transmission Mode that is currently in use. QAM Transmission Mode is defined in: Series J: Transmission of Television, Sound Programme and other Multimedia Signals, ITU-T J.83. | 1.3.6.1.4.1.1166.1.31.8.2.1.1 | INTEGER {annexB-ATSC-DCII(1), annexA-DVB(2), annexC-Asia-Pacific(3)} | read-only | current |
| apexQamModuleInstalledCount OBJECT-TYPE Number of hot swappable QAM Modules currently installed. | 1.3.6.1.4.1.1166.1.31.8.2.1.2 | Integer32 | read-only | current |
| apexFanModuleInstalledCount OBJECT-TYPE Number of Fan-Only Modules currently installed in QAM Module slots. | 1.3.6.1.4.1.1166.1.31.8.2.1.3 | Integer32 | read-only | current |
| apexQamChannelsActiveCount OBJECT-TYPE Number of QAM Channels that are present (QAM Module installed) and enabled for use. | 1.3.6.1.4.1.1166.1.31.8.2.1.4 | Integer32 | read-only | current |
| apexQamModuleStatusTable OBJECT-TYPE Table of QAM Module Status. Refer to the descriptions of apexQamRfConfigTable and apexQamChannelConfigTable for information on QAM slot, RF Port mapping, and QAM Channel mapping. Tables apexQamRfPortChannelInfoTable and apexQamChannelIdTable can be used to assist in referencing between QAM slots, RF Ports, and QAM Channels (Output Transport Streams) for the installed modules. | 1.3.6.1.4.1.1166.1.31.8.2.2 | not-accessible | current | |
| apexQamModuleStatusEntry OBJECT-TYPE QAM Module Status Table Entry. | 1.3.6.1.4.1.1166.1.31.8.2.2.1 | not-accessible | current | |
| apexQamModuleStatQamModuleNum OBJECT-TYPE QAM Module slot number. | 1.3.6.1.4.1.1166.1.31.8.2.2.1.1 | Integer32 (1..3) | not-accessible | current |
| apexQamModuleStatInstalled OBJECT-TYPE Indicates if a module is installed and what type. notApplicable - When APEX does not boot properly. notInstalled - No QAM or Fan Module detected in slot. Reported in apexAlarmQamModuleFault. qam2x4Channel - A 2x4 Channel QAM Module installed. qam2x8Channel - A 2x8 Channel QAM Module installed. fanModule - A Fan Module installed. unsupported - Unknown module installed. Reported in apexAlarmQamModuleFault. removed - A QAM Module removed when there are active QAM channels. Reported in apexAlarmQamModuleFault. qamDiscovery - A QAM Module is present and type is being determined. qam4x4Channel - A 4x4 Channel QAM Module is installed. | 1.3.6.1.4.1.1166.1.31.8.2.2.1.2 | INTEGER {notApplicable(0), notInstalled(1), qam2x4Channel(2), qam2x8Channel(3), fanModule(4), unsupported(5), removed(6), qamDiscovery(7), qam4x4Channel(8)} | read-only | current |
| apexQamModuleStatFanSpeed OBJECT-TYPE The fan speed in RPM for installed QAM or Fan Module. Zero if not installed. | 1.3.6.1.4.1.1166.1.31.8.2.2.1.3 | Unsigned32 | read-only | current |
| apexQamModuleStatFanFault OBJECT-TYPE Fan Fault. This fault is reported in apexAlarmFanFault not apexAlarmQamModuleFault. | 1.3.6.1.4.1.1166.1.31.8.2.2.1.4 | INTEGER {notApplicable(0), ok(1), error(2)} | read-only | current |
| apexQamModuleStatTemperature OBJECT-TYPE Temperature at sensor near the fan of the QAM Module or Fan Module in degrees Celsius. | 1.3.6.1.4.1.1166.1.31.8.2.2.1.5 | Integer32 | read-only | current |
| apexQamModuleStatTemperatureFault OBJECT-TYPE Temperature fault. This fault is reported in apexAlarmTemperatureFault not apexAlarmQamModuleFault. | 1.3.6.1.4.1.1166.1.31.8.2.2.1.6 | INTEGER {notApplicable(0), ok(1), overTemp(2)} | read-only | current |
| apexQamModuleStatError OBJECT-TYPE Summary of errors reported on an QAM Module basis. These errors are reported in apexAlarmQamModuleFault. ok - No errors. removed - Reflects apexQamModuleStatInstalled. unsupported - Reflects apexQamModuleStatInstalled. notInstalled - Reflects apexQamModuleStatInstalled. powerFault - Reflects apexQamModuleStatPowerFault. offline - Indicates the QAM Module and the RF Ports on it are being brought to operational mode after module is inserted or the module has recovered from a power fault. dc5VoltError - 5 Vdc error, see also apexQamModuleStat5VdcSupply and apexQamModuleStat5VdcFault. dc3-3VoltError - 3.3 Vdc error, see also apexQamModuleStat3dot3VdcSupply and apexQamModuleStat3dot3VdcFault. commLost - Communication Lost, see also apexQamModuleStatCommError. codeVersions - Incorrect Code Versions on module, see also apexQamModuleStatCodeInitError, apexQamQrmRevisionTable, and apexQamQrmRevisionStatusTable. codeDownload - Code Download In Progress, see also apexQrmDownloadStatusTable. codeDownloadError - Code Download Error, see also apexQrmDownloadStatusTable. | 1.3.6.1.4.1.1166.1.31.8.2.2.1.7 | INTEGER {notApplicable(0), ok(1), removed(2), unsupported(3), notInstalled(4), powerFault(5), offline(6), dc5VoltError(7), dc3-3VoltError(8), commLost(9), codeVersions(10), codeDownload(11), codeDownloadError(12)} | read-only | current |
| apexQamModuleStatFaultCondition OBJECT-TYPE Current fault condition of the QAM Module errors. Reflects apexAlarmQamModuleFault for this QAM Module. | 1.3.6.1.4.1.1166.1.31.8.2.2.1.8 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexQamModuleStatFaultSumm OBJECT-TYPE Roll-up of QAM RF Port and QAM Channel fault conditions for this QAM Module. | 1.3.6.1.4.1.1166.1.31.8.2.2.1.9 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexQamModuleStatPowerFault OBJECT-TYPE Power fault. notApplicable - No module installed. ok - Power good. lowVoltageMainboard - Low voltage detected on Mainboard side of connector. lowVoltageQamModule - Low voltage detected on QAM Module side of connector. overCurrent - Over current detected on QAM Module. This fault is reported in apexAlarmQamModuleFault. | 1.3.6.1.4.1.1166.1.31.8.2.2.1.10 | INTEGER {notApplicable(0), ok(1), lowVoltageMainboard(2), lowVoltageQamModule(3), overCurrent(4)} | read-only | current |
| apexQamModuleStatBoardTemperature OBJECT-TYPE Temperature of the 4x4 QAM module board ('plate' temp) in degrees Celsius. Used only for 4x4 QAM Modules. | 1.3.6.1.4.1.1166.1.31.8.2.2.1.11 | Integer32 | read-only | current |
| apexQamModuleStatBoardTemperatureFault OBJECT-TYPE Board temperature fault of the 4x4 QAM module board ('plate' temp). Used only for 4x4 QAM Modules. This fault is reported in apexAlarmTemperatureFault not apexAlarmQamModuleFault. | 1.3.6.1.4.1.1166.1.31.8.2.2.1.12 | INTEGER {notApplicable(0), ok(1), overTemp(2)} | read-only | current |
| apexQamModuleStat5VdcSupply OBJECT-TYPE Measured level of the +5 VDC supply input of the 4x4 QAM module board. Used only for 4x4 QAM Modules. Range is 0 to 1000 representing 0 to 10 Volts in 0.01 Volt steps. | 1.3.6.1.4.1.1166.1.31.8.2.2.1.13 | Integer32 (0..1000) | read-only | current |
| apexQamModuleStat5VdcFault OBJECT-TYPE The +5 VDC supply fault of the 4x4 QAM module board. Used only for 4x4 QAM Modules. Indicates there is a problem with the direct 5 VDC supply or any internal module supply derived from the 5 VDC supply. Indicates voltage problem that can impair module function. | 1.3.6.1.4.1.1166.1.31.8.2.2.1.14 | INTEGER {notApplicable(0), ok(1), low(2), high(3)} | read-only | current |
| apexQamModuleStat3dot3VdcSupply OBJECT-TYPE Measured level of the +3.3 VDC supply input of the 4x4 QAM module board. Used only for 4x4 QAM Modules. Range is 0 to 1000 representing 0 to 10 Volts in 0.01 Volt steps. | 1.3.6.1.4.1.1166.1.31.8.2.2.1.15 | Integer32 (0..1000) | read-only | current |
| apexQamModuleStat3dot3VdcFault OBJECT-TYPE The +3.3 VDC supply fault of the 4x4 QAM module board. Used only for 4x4 QAM Modules. Indicates there is a problem with the direct 3.3 VDC supply or any internal module supply derived from the 3.3 VDC supply. Indicates voltage problem that can impair module function. | 1.3.6.1.4.1.1166.1.31.8.2.2.1.16 | INTEGER {notApplicable(0), ok(1), low(2), high(3)} | read-only | current |
| apexQamModuleStatCommError OBJECT-TYPE Communication with the 4x4 QAM Module has failed. Used only for 4x4 QAM Modules. | 1.3.6.1.4.1.1166.1.31.8.2.2.1.17 | INTEGER {notApplicable(0), inComm(1), commLost(2)} | read-only | current |
| apexQamModuleStatCodeInitError OBJECT-TYPE Code initialization error of the 4x4 QAM Module. Used only for 4x4 QAM Modules. Indicates a code, firmware, or FPGA startup issue. The module failed to load the FW/FPGA files to the devices or valid FW/FPGA files could not be found in the module. Code download is required to restore the module. | 1.3.6.1.4.1.1166.1.31.8.2.2.1.18 | INTEGER {notApplicable(0), ok(1), error(2)} | read-only | current |
| apexQamModuleSerialNumTable OBJECT-TYPE Table of QAM Module Serial Numbers. | 1.3.6.1.4.1.1166.1.31.8.2.3 | not-accessible | current | |
| apexQamModuleSerialNumEntry OBJECT-TYPE QAM Module Serial Number Table Entry. | 1.3.6.1.4.1.1166.1.31.8.2.3.1 | not-accessible | current | |
| apexQamModuleSerialNumQamModuleNum OBJECT-TYPE QAM Module slot number. | 1.3.6.1.4.1.1166.1.31.8.2.3.1.1 | Integer32 (1..3) | not-accessible | current |
| apexQamModuleSerialNumber OBJECT-TYPE The serial number of an installed QAM Module. Zero if not installed. | 1.3.6.1.4.1.1166.1.31.8.2.3.1.2 | DisplayString (SIZE(0..20)) | read-only | current |
| apexQamQrmRevisionTable OBJECT-TYPE Table of QAM Module hardware and software revisions. There are 2 QRM modules on each 2x4/2x8 QAM Module. QRMs in QAM Module slots are mapped to table rows as follows: Slot/QRM Table Row 1/1 1 1/2 2 2/1 3 2/2 4 3/1 5 3/2 6 4x4 QAM Modules do not use QRM boards. There is only one board. These will be found in the odd indexed rows of this table. The even indexed rows of the table are not used for 4x4 QAM Modules. 4x4 QAM Modules in QAM Module slots are mapped to table rows as follows: Slot Table Row 1 1 2 3 3 5 | 1.3.6.1.4.1.1166.1.31.8.2.4 | not-accessible | current | |
| apexQamQrmRevisionEntry OBJECT-TYPE QAM Module Revision Table Entry. | 1.3.6.1.4.1.1166.1.31.8.2.4.1 | not-accessible | current | |
| apexQamQrmRevRfPortNum OBJECT-TYPE QAM Module Revision Table index. | 1.3.6.1.4.1.1166.1.31.8.2.4.1.1 | Integer32 (1..6) | not-accessible | current |
| apexQamQrmRevBoardId OBJECT-TYPE Model ID of the 4x4 QAM Module or the 2x4/2x8 QAM Module's QRM board. Hex XXYY. | 1.3.6.1.4.1.1166.1.31.8.2.4.1.2 | DisplayString (SIZE(0..12)) | read-only | current |
| apexQamQrmRevAppFw OBJECT-TYPE Application firmware version of the 4x4 QAM Module or the 2x4/2x8 QAM Module's QRM board. Hex XXYY where XX is major version and YY is minor version. 'FFFF' indicates no valid application code is present. | 1.3.6.1.4.1.1166.1.31.8.2.4.1.3 | DisplayString (SIZE(0..12)) | read-only | current |
| apexQamQrmRevBootLoaderFw OBJECT-TYPE Boot loader firmware version of the 4x4 QAM Module or the 2x4/2x8 QAM Module's QRM board. Hex XXYY where XX is major version and YY is minor version. | 1.3.6.1.4.1.1166.1.31.8.2.4.1.4 | DisplayString (SIZE(0..12)) | read-only | current |
| apexQamQrmRevFpga OBJECT-TYPE FPGA version of the 2x4/2x8 QAM Module's QRM board or FPGA1 version of the 4x4 QAM Module. Hex XXYY where XX is major version and YY is minor version. | 1.3.6.1.4.1.1166.1.31.8.2.4.1.5 | DisplayString (SIZE(0..12)) | read-only | current |
| apexQamQrmRevHw OBJECT-TYPE Hardware version of the 4x4 QAM Module or the 2x4/2x8 QAM Module's QRM board. Hex XXYY where XX is major version and YY is minor version. | 1.3.6.1.4.1.1166.1.31.8.2.4.1.6 | DisplayString (SIZE(0..12)) | read-only | current |
| apexQamQrmRevSerialNumber OBJECT-TYPE The serial number of the 2x4/2x8 QAM Module's QRM board. Used only for 2x4/2x8 QAM Modules. Zero if not installed. | 1.3.6.1.4.1.1166.1.31.8.2.4.1.7 | DisplayString (SIZE(0..20)) | read-only | current |
| apexQamQrmRevFpga2 OBJECT-TYPE FPGA2 version of the 4x4 QAM Module. Used only for 4x4 QAM Modules. Hex XXYY where XX is major version and YY is minor version. | 1.3.6.1.4.1.1166.1.31.8.2.4.1.8 | DisplayString (SIZE(0..12)) | read-only | current |
| apexQamRfPortStatusTable OBJECT-TYPE Table of QAM RF Port Status. Refer to the descriptions of apexQamRfConfigTable and apexQamChannelConfigTable for information on QAM slot, RF Port mapping, and QAM Channel mapping. Tables apexQamRfPortChannelInfoTable and apexQamChannelIdTable can be used to assist in referencing between QAM slots, RF Ports, and QAM Channels (Output Transport Streams) for the installed modules. | 1.3.6.1.4.1.1166.1.31.8.2.5 | not-accessible | current | |
| apexQamRfPortStatusEntry OBJECT-TYPE QAM RF Port Status Table Entry. | 1.3.6.1.4.1.1166.1.31.8.2.5.1 | not-accessible | current | |
| apexQamRfPortStatRfPortNum OBJECT-TYPE RF Port number. | 1.3.6.1.4.1.1166.1.31.8.2.5.1.1 | Integer32 (1..12) | not-accessible | current |
| apexQamRfPortStatInfoRate OBJECT-TYPE The information rate of the QAM channels on this RF Port in bits per second. | 1.3.6.1.4.1.1166.1.31.8.2.5.1.2 | Unsigned32 | read-only | current |
| apexQamRfPortStatNumChannelsActive OBJECT-TYPE Number of QAM Channels that are present (QAM Module installed) and enabled for use on this RF Port. | 1.3.6.1.4.1.1166.1.31.8.2.5.1.3 | Integer32 (0..8) | read-only | current |
| apexQamRfPortStatOutputLevel OBJECT-TYPE Measured per channel RF Output Level. Range is 0 to 8000 representing 0 to 80 dBmV in 0.01 dBmV steps. | 1.3.6.1.4.1.1166.1.31.8.2.5.1.4 | Integer32 (0..8000) | read-only | current |
| apexQamRfPortStatOutputLevelFault OBJECT-TYPE RF Output Level fault. Indicates if the user configured apexQamRfConfigRfLevelLowThreshold or apexQamRfConfigRfLevelHighThreshold has been reached. | 1.3.6.1.4.1.1166.1.31.8.2.5.1.5 | INTEGER {notApplicable(0), ok(1), low(2), high(3)} | read-only | current |
| apexQamRfPortStatTemperature OBJECT-TYPE Temperature of the 2x4/2x8 QAM Module's QRM board ('plate' temp) in degrees Celsius. Used only for 2x4/2x8 QAM Modules. | 1.3.6.1.4.1.1166.1.31.8.2.5.1.6 | Integer32 | read-only | current |
| apexQamRfPortStatTemperatureFault OBJECT-TYPE Temperature fault of the 2x4/2x8 QAM Module's QRM board ('plate' temp). Used only for 2x4/2x8 QAM Modules. This fault is reported in apexAlarmTemperatureFault not apexAlarmQamRfPortFault. | 1.3.6.1.4.1.1166.1.31.8.2.5.1.7 | INTEGER {notApplicable(0), ok(1), overTemp(2)} | read-only | current |
| apexQamRfPortStat5VdcSupply OBJECT-TYPE Measured level of the +5 VDC supply input of the 2x4/2x8 QAM Module's QRM board. Used only for 2x4/2x8 QAM Modules. Range is 0 to 1000 representing 0 to 10 Volts in 0.01 Volt steps. | 1.3.6.1.4.1.1166.1.31.8.2.5.1.8 | Integer32 (0..1000) | read-only | current |
| apexQamRfPortStat5VdcFault OBJECT-TYPE The +5 VDC supply fault of the 2x4/2x8 QAM Module's QRM board. Used only for 2x4/2x8 QAM Modules. Indicates voltage problem that can impair QRM function. | 1.3.6.1.4.1.1166.1.31.8.2.5.1.9 | INTEGER {notApplicable(0), ok(1), low(2), high(3)} | read-only | current |
| apexQamRfPortStat3dot3VdcSupply OBJECT-TYPE Measured level of the +3.3 VDC supply input of the 2x4/2x8 QAM Module's QRM board. Used only for 2x4/2x8 QAM Modules. Range is 0 to 1000 representing 0 to 10 Volts in 0.01 Volt steps. | 1.3.6.1.4.1.1166.1.31.8.2.5.1.10 | Integer32 (0..1000) | read-only | current |
| apexQamRfPortStat3dot3VdcFault OBJECT-TYPE The +3.3 VDC supply fault of the 2x4/2x8 QAM Module's QRM board. Used only for 2x4/2x8 QAM Modules. Indicates voltage problem that can impair QRM function. | 1.3.6.1.4.1.1166.1.31.8.2.5.1.11 | INTEGER {notApplicable(0), ok(1), low(2), high(3)} | read-only | current |
| apexQamRfPortStatFreqPllLock OBJECT-TYPE Frequency tuning PLL lock status. | 1.3.6.1.4.1.1166.1.31.8.2.5.1.12 | INTEGER {notApplicable(0), locked(1), notLocked(2)} | read-only | current |
| apexQamRfPortStatRefClockPresent OBJECT-TYPE External reference clock present indication. | 1.3.6.1.4.1.1166.1.31.8.2.5.1.13 | INTEGER {notApplicable(0), present(1), notPresent(2)} | read-only | current |
| apexQamRfPortStatRefClockLock OBJECT-TYPE Board not phase-locked to the External reference clock. | 1.3.6.1.4.1.1166.1.31.8.2.5.1.14 | INTEGER {notApplicable(0), locked(1), notLocked(2)} | read-only | current |
| apexQamRfPortStatDataClockPresent OBJECT-TYPE Data clock present indication. | 1.3.6.1.4.1.1166.1.31.8.2.5.1.15 | INTEGER {notApplicable(0), present(1), notPresent(2)} | read-only | current |
| apexQamRfPortStatDataSyncFault OBJECT-TYPE One or more of the QAM Channel data interfaces is not synchronized. | 1.3.6.1.4.1.1166.1.31.8.2.5.1.16 | INTEGER {notApplicable(0), inSync(1), syncLost(2)} | read-only | current |
| apexQamRfPortStatCommError OBJECT-TYPE Communication with the 2x4/2x8 QAM Module's QRM board has failed. | 1.3.6.1.4.1.1166.1.31.8.2.5.1.17 | INTEGER {notApplicable(0), inComm(1), commLost(2)} | read-only | current |
| apexQamRfPortStatError OBJECT-TYPE Error status on an RF Port basis. These errors are reported in apexAlarmQamRfPortFault. 'major' for: 'outputRfLevel', 'dc5VoltError', 'dc3-3VoltError'. 'critical' for: 'freqPllNotLocked', 'extClkNotPresent', 'extClkNotLocked', 'dataClkNotPresent', 'dataSyncLost', 'commLost', 'codeVersions', 'codeDownload', 'codeDownloadError', 'unsupportedQrm', or 'configFailed'. outputRfLevel - RF Output Level error, see also apexQamRfPortStatOutputLevel and apexQamRfPortStatOutputLevelFault. dc5VoltError - 5 Vdc error, see also apexQamRfPortStat5VdcSupply and apexQamRfPortStat5VdcFault. dc3-3VoltError - 3.3 Vdc error, see also apexQamRfPortStat3dot3VdcSupply and apexQamRfPortStat3dot3VdcFault. freqPllNotLocked - Frequency PLL not locked, see also apexQamRfPortStatFreqPllLock. extClkNotPresent - External Reference Clock Not Present, see also apexQamRfPortStatRefClockPresent. extClkNotLocked - Not Locked to External Reference Clock, see also apexQamRfPortStatRefClockLock. dataClkNotPresent - Data Clock Not Present, see also apexQamRfPortStatDataClockPresent. dataSyncLost - Data Synchronization Lost, see also apexQamRfPortStatDataSyncFault. commLost - Communication Lost, see also apexQamRfPortStatCommError. unsupportedQrm - QRM Revision Not Supported, see also apexQamQrmRevisionTable and apexQamQrmRevisionStatusTable. configFailed - RF Port Configuration Failed. codeVersions - Incorrect Code Versions on QRM, see also apexQamRfPortStatCodeInitError, apexQamQrmRevisionTable, and apexQamQrmRevisionStatusTable. codeDownload - Code Download In Progress, see also apexQrmDownloadStatusTable. codeDownloadError - Code Download Error, see also apexQrmDownloadStatusTable. | 1.3.6.1.4.1.1166.1.31.8.2.5.1.18 | INTEGER {notApplicable(0), ok(1), outputRfLevel(2), dc5VoltError(3), dc3-3VoltError(4), freqPllNotLocked(5), extClkNotPresent(6), extClkNotLocked(7), dataClkNotPresent(8), dataSyncLost(9), commLost(10), unsupportedQrm(11), configFailed(12), codeVersions(13), codeDownload(14), codeDownloadError(15)} | read-only | current |
| apexQamRfPortStatFaultCondition OBJECT-TYPE Current fault condition of the RF Port errors. Reflects apexAlarmQamRfPortFault for this RF Port. | 1.3.6.1.4.1.1166.1.31.8.2.5.1.19 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexQamRfPortStatChanFaultSumm OBJECT-TYPE Roll-up of Channel fault conditions for this RF Port. | 1.3.6.1.4.1.1166.1.31.8.2.5.1.20 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexQamRfPortStatCodeInitError OBJECT-TYPE Code initialization error of the 2x4/2x8 QAM Module's QRM board. Indicates a code, firmware, or FPGA startup issue. 'fpgaInitError' - FPGA not loaded. Caused by incompatible code images or corrupted FPGA image on the QRM. 'calDataError' - Working copy of calibration data was corrupted and needs to be restored by code download process. Caused by interruption of previous code download process. | 1.3.6.1.4.1.1166.1.31.8.2.5.1.21 | INTEGER {notApplicable(0), ok(1), fpgaInitError(2), calDataError(3)} | read-only | current |
| apexQamChannelStatusTable OBJECT-TYPE Table of QAM Channel Status. Refer to the descriptions of apexQamRfConfigTable and apexQamChannelConfigTable for information on QAM slot, RF Port mapping, and QAM Channel mapping. Tables apexQamRfPortChannelInfoTable and apexQamChannelIdTable can be used to assist in referencing between QAM slots, RF Ports, and QAM Channels (Output Transport Streams) for the installed modules. | 1.3.6.1.4.1.1166.1.31.8.2.6 | not-accessible | current | |
| apexQamChannelStatusEntry OBJECT-TYPE QAM Channel Status Table Entry. | 1.3.6.1.4.1.1166.1.31.8.2.6.1 | not-accessible | current | |
| apexQamChanStatChannelNum OBJECT-TYPE QAM Channel number. | 1.3.6.1.4.1.1166.1.31.8.2.6.1.1 | Integer32 (1..48) | not-accessible | current |
| apexQamChanStatActive OBJECT-TYPE 'active' indicates that mappings can be made to the channel. This means that either: 1) The channel is present (apexQamModuleStatInstalled 'qam2x4Channel' or 'qam2x8Channel') and enabled for use (apexQamRfConfigNumChannelsEnabled); 2) Or, the channel is on the backup RF port when QAM RF Redundancy is enabled (apexQamRfRedundConfigEnable). | 1.3.6.1.4.1.1166.1.31.8.2.6.1.2 | ActiveTYPE | read-only | current |
| apexQamChanStatRfFreq OBJECT-TYPE The center frequency for the QAM Channel in Hz. | 1.3.6.1.4.1.1166.1.31.8.2.6.1.3 | Integer32 | read-only | current |
| apexQamChanStatEiaChanNum OBJECT-TYPE The EIA Channel number for the QAM Channel. Will be zero if there is no EIA Channel number corresponding to the frequency in use. | 1.3.6.1.4.1.1166.1.31.8.2.6.1.4 | Integer32 | read-only | current |
| apexQamChanStatDataPresent OBJECT-TYPE Indication of MPEG data activity on the interface for this QAM channel. This includes MPEG null packets. | 1.3.6.1.4.1.1166.1.31.8.2.6.1.5 | INTEGER {notApplicable(0), data(1), noData(2)} | read-only | current |
| apexQamChanStatError OBJECT-TYPE Summary of errors reported on a QAM channel. This is enumerated and the reported error will be the most severe. | 1.3.6.1.4.1.1166.1.31.8.2.6.1.6 | INTEGER {notApplicable(0), ok(1), noData(2)} | read-only | current |
| apexQamChanStatFaultCondition OBJECT-TYPE Current fault condition of the QAM channel errors. Reflects apexAlarmQamChannelFault for this QAM Channel. | 1.3.6.1.4.1.1166.1.31.8.2.6.1.7 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexQamRfRedundancyStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.8.2.7 | |||
| apexQamRfRedundancyStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.8.2.7.1 | |||
| apexQamRfRedundStatusBackupPort OBJECT-TYPE State of configured backup port. 'disabled' - QAM RF Redundancy is disabled. 'standby' - QAM RF Redundancy is enabled but backup is inactive. No failure has occurred. 'active' - Failover has occurred and backup is active. Refer to apexQamRfRedundStatusFailedPort for port being backed up. 'failed' - Backup port has failed. APEX cannot provide RF redundancy. 'removed' - QAM Module with Backup port has been removed. APEX cannot provide RF redundancy. | 1.3.6.1.4.1.1166.1.31.8.2.7.1.1 | INTEGER {disabled(0), standby(1), active(2), failed(3), removed(4)} | read-only | current |
| apexQamRfRedundStatusFailedPort OBJECT-TYPE Indicates which port (1 to 5) has failed over to the backup port. Zero indicates backup port is not active. | 1.3.6.1.4.1.1166.1.31.8.2.7.1.2 | Integer32 | read-only | current |
| apexQamRfRedundStatusMismatch OBJECT-TYPE Indicates whether there is a potential for channels being lost when failing to the backup or when switching back to a primary due to a mixture of 2x4 and 2x8 QAM Modules. Indicates whether RF redundancy is unavailable due to a 4x4 QAM Module installed. A 2x4 QAM Module is capable of supporting a maximum of 4 channels per RF port. A 2x8 QAM Module is capable of supporting a maximum of 8 channels per RF port. The number of channels enabled (apexQamRfConfigNumChannelsEnabled) is not considered. 'notApplicable' - QAM RF Redundancy is disabled. 'noMismatch' - Indicates no channels would be lost because there is no mismatch. 'backup2x4' - Indicates a loss of channels could occur on failover to the backup because the backup RF Port is in a 2x4 module and at least one primary RF Port is in a 2x8 module. 'primary2x4' - Indicates a loss of channels could occur on switch- back from the backup to the primary because the backup RF Port is in a 2x8 module and the primary RF Port is in a 2x4 module. This would occur if the failed 2x8 primary is replaced with a 2x4. 'any4x4' - Indicates a 4x4 QAM Module is installed in any slot and RF Redundancy is not available. Failover and/or switchback are suspended until the 4x4 is replaced. | 1.3.6.1.4.1.1166.1.31.8.2.7.1.3 | INTEGER {notApplicable(0), noMismatch(1), backup2x4(2), primary2x4(3), any4x4(4)} | read-only | current |
| apexQamRfRedundStatusUdpPort OBJECT-TYPE UDP Port that is used for QAM RF Redundancy communication between the APEX and REM. When apexQamRfRedundConfigRemConnection is: 'direct' - APEX sends/receives broadcast on this UDP Port. 'common' - APEX sends/receives singlecast on this UDP Port. | 1.3.6.1.4.1.1166.1.31.8.2.7.1.4 | Integer32 | read-only | current |
| apexQamRfRedundStatusRemConnection OBJECT-TYPE State of communication with REM. 'notApplicable' - QAM RF Redundancy is not enabled and/or the connection to the REM is not enabled. 'notConnected' - Initial condition. APEX has not sent a switch_port() message yet. 'connected' - received ack() message from REM for current switch_port() message. 'connectionLost' - REM has not replied to last 3 heartbeat switch_port() messages. | 1.3.6.1.4.1.1166.1.31.8.2.7.1.5 | INTEGER {notApplicable(0), notConnected(1), connected(2), connectionLost(3)} | read-only | current |
| apexQamRfRedundStatusRemError OBJECT-TYPE Status of REM1000 taken from error_code field in REM1000 ack() response (defined in REM1000 Message Stream Protocol). Valid only when apexQamRfRedundConfigRemConnection is other than 'none'. Values as defined in REM1000 MSP: 0x00 - No Errors. No problems switching, parsing switch_port() message, or with HW. 0x01 - Invalid apex_id value in prior switch_port() message. 0x02 - Invalid msg_type value in prior switch_port() message. 0x03 - Invalid port value in prior switch_port() message. 0x04 - Error switching after receiving valid switch_port() message. 0x05 - Minor HW error. REM can still switch. 0x81 - Apex_id Conflict. Switch_port() messages with the same apex_id have been received from multiple APEXs. Switch reset to pass- through configuration. 0x85 - Major HW error. REM failure. Switch reset to pass-through configuration. | 1.3.6.1.4.1.1166.1.31.8.2.7.1.6 | Integer32 | read-only | current |
| apexQamRfRedundStatusRemSwitch OBJECT-TYPE Status of the REM1000 switches indicated through ack() response from REM1000 (e.g. pass-through or switching port 'x'). Valid only when apexQamRfRedundConfigRemConnection is other than 'none'. Zero indicates REM is in passing inputs 1 to 5 straight through to outputs 1 to 5. Values of 1 to 5 indicate REM backup input port is switched to output port 1 to 5 and other ports are passed through. | 1.3.6.1.4.1.1166.1.31.8.2.7.1.7 | Integer32 | read-only | current |
| apexQamRfRedundStatusInvalidApplyText OBJECT-TYPE When apexQamRfRedundConfigApplyChange is set to 'applyNotInProgressInvalidData' this entry may contain a text description of what was wrong with the data. This entry contains the description for the most recent apply of a related entry that was invalid. | 1.3.6.1.4.1.1166.1.31.8.2.7.1.8 | DisplayString (SIZE(0..80)) | read-only | current |
| apexQamRfPortMuteStatusTable OBJECT-TYPE Table of QAM RF Port Mute Status. | 1.3.6.1.4.1.1166.1.31.8.2.8 | not-accessible | current | |
| apexQamRfPortMuteStatusEntry OBJECT-TYPE QAM RF Port Mute Status Table Entry. | 1.3.6.1.4.1.1166.1.31.8.2.8.1 | not-accessible | current | |
| apexQamRfPortMuteStatusRfPortNum OBJECT-TYPE RF Port number. | 1.3.6.1.4.1.1166.1.31.8.2.8.1.1 | Integer32 (1..12) | not-accessible | current |
| apexQamRfPortMuteStatus OBJECT-TYPE Indicates whether the QAM channels on the RF port are muted or unmuted. | 1.3.6.1.4.1.1166.1.31.8.2.8.1.2 | INTEGER {unmuted(1), muted(2)} | read-only | current |
| apexQamQrmRevisionStatusTable OBJECT-TYPE Table of status of QRM hardware and software revisions. Indications of whether they are supported, current, etc.. There are 2 QRM modules on each 2x4/2x8 QAM Module. QRMs in QAM Module slots are mapped to table rows as follows: Slot/QRM Table Row 1/1 1 1/2 2 2/1 3 2/2 4 3/1 5 3/2 6 4x4 QAM Modules do not use QRM boards. There is only one board. These will be found in the odd indexed rows of this table. The even indexed rows of the table are not used for 4x4 QAM Modules. 4x4 QAM Modules in QAM Module slots are mapped to table rows as follows: Slot Table Row 1 1 2 3 3 5 | 1.3.6.1.4.1.1166.1.31.8.2.9 | not-accessible | current | |
| apexQamQrmRevisionStatusEntry OBJECT-TYPE QRM Revision Status Table Entry | 1.3.6.1.4.1.1166.1.31.8.2.9.1 | not-accessible | current | |
| apexQamQrmRevStatQrmNum OBJECT-TYPE QRM Revision Status Table index. | 1.3.6.1.4.1.1166.1.31.8.2.9.1.1 | Integer32 (1..6) | not-accessible | current |
| apexQamQrmRevStatBoardId OBJECT-TYPE Status of the Model ID of the 4x4 QAM Module or the 2x4/2x8 QAM Module's QRM board. Refer to apexQamQrmRevisionTable for the revisions of each QRM. | 1.3.6.1.4.1.1166.1.31.8.2.9.1.2 | INTEGER {notApplicable(0), notSupported(1), supported(2)} | read-only | current |
| apexQamQrmRevStatAppFw OBJECT-TYPE Status of Application firmware version of the 4x4 QAM Module or the 2x4/2x8 QAM Module's QRM board. Refer to apexQamQrmRevisionTable for the revisions of each 4x4 QAM Module or the 2x4/2x8 QAM Module's QRM board. Refer to apexQrmFileRevisionTable for the revisions of files in the APEX release resident on the device. | 1.3.6.1.4.1.1166.1.31.8.2.9.1.3 | INTEGER {notApplicable(0), notSupported(1), belowRelease(2), atRelease(3), aboveRelease(4)} | read-only | current |
| apexQamQrmRevStatBootLoaderFw OBJECT-TYPE Status of Boot loader firmware version of the 4x4 QAM Module or the 2x4/2x8 QAM Module's QRM board. Refer to apexQamQrmRevisionTable for the revisions of each 4x4 QAM Module or the 2x4/2x8 QAM Module's QRM board. | 1.3.6.1.4.1.1166.1.31.8.2.9.1.4 | INTEGER {notApplicable(0), notSupported(1), supported(2)} | read-only | current |
| apexQamQrmRevStatFpga OBJECT-TYPE Status of FPGA version of the 2x4/2x8 QAM Module's QRM board or FPGA1 version of the 4x4 QAM Module. Refer to apexQamQrmRevisionTable for the revisions of each 4x4 QAM Module or the 2x4/2x8 QAM Module's QRM board. Refer to apexQrmFileRevisionTable for the revisions of files in the APEX release resident on the device. | 1.3.6.1.4.1.1166.1.31.8.2.9.1.5 | INTEGER {notApplicable(0), notSupported(1), belowRelease(2), atRelease(3), aboveRelease(4)} | read-only | current |
| apexQamQrmRevStatHw OBJECT-TYPE Status of Hardware version of the 4x4 QAM Module or the 2x4/2x8 QAM Module's QRM board. Refer to apexQamQrmRevisionTable for the revisions of each 4x4 QAM Module or the 2x4/2x8 QAM Module's QRM board. | 1.3.6.1.4.1.1166.1.31.8.2.9.1.6 | INTEGER {notApplicable(0), notSupported(1), supported(2)} | read-only | current |
| apexQamQrmRevStatQrmSupported OBJECT-TYPE Indicates if the 4x4 QAM Module or the 2x4/2x8 QAM Module's QRM board is supported. Summary of above status. If any 4x4 QAM Module or the 2x4/2x8 QAM Module's QRM board revision status is 'notSupported' this parameter will indicate 'notSupported' and apexQamRfPortStatError will report 'unsupportedQrm'. | 1.3.6.1.4.1.1166.1.31.8.2.9.1.7 | INTEGER {notApplicable(0), notSupported(1), supported(2)} | read-only | current |
| apexQamQrmRevStatFpga2 OBJECT-TYPE Status of FPGA2 version of the 4x4 QAM Module. Refer to apexQamQrmRevisionTable for the revisions of each 4x4 QAM Module. Refer to apexQrmFileRevisionTable for the revisions of files in the APEX release resident on the device. | 1.3.6.1.4.1.1166.1.31.8.2.9.1.8 | INTEGER {notApplicable(0), notSupported(1), belowRelease(2), atRelease(3), aboveRelease(4)} | read-only | current |
| apexQamRfPortChannelInfoTable OBJECT-TYPE Table of QAM Channel information for each QAM RF Port. Refer to the descriptions of apexQamRfConfigTable and apexQamChannelConfigTable for information on QAM slot, RF Port mapping, and QAM Channel mapping. Tables apexQamRfPortChannelInfoTable and apexQamChannelIdTable can be used to assist in referencing between QAM slots, RF Ports, and QAM Channels (Output Transport Streams) for the installed modules. | 1.3.6.1.4.1.1166.1.31.8.2.10 | not-accessible | current | |
| apexQamRfPortChannelInfoEntry OBJECT-TYPE QAM RF Port Channel Information Table Entry. | 1.3.6.1.4.1.1166.1.31.8.2.10.1 | not-accessible | current | |
| apexQamRfPortChannelInfoRfPortNum OBJECT-TYPE RF Port number. | 1.3.6.1.4.1.1166.1.31.8.2.10.1.1 | Integer32 (1..12) | not-accessible | current |
| apexQamRfPortChannelInfoChanA OBJECT-TYPE QAM Channel number (Output Transport number) of QAM Channel 'A' on this RF port. This may be used to access data in tables indexed by QAM Number or Output Transport Stream. Used in combination with apexQamRfPortChannelInfoChanCount, data for all QAM Channels on this RF Port may be accessed. '0' - Indicates RF Port is not present. | 1.3.6.1.4.1.1166.1.31.8.2.10.1.2 | Integer32 (0 | 1 | 5 | 9 | 13 | 17 | 21 | 25 | 29 | 33 | 37 | 41 | 45) | read-only | current |
| apexQamRfPortChannelInfoChanCount OBJECT-TYPE The number of QAM Channels on the RF port. '0' - Indicates RF Port is not present. '4' - RF Port has 4 QAM Channels, 'A'-'D'. '8' - RF Port has 8 QAM Channels, 'A'-'H'. | 1.3.6.1.4.1.1166.1.31.8.2.10.1.3 | Integer32 (0 | 4 | 8) | read-only | current |
| apexQamChannelIdTable OBJECT-TYPE Table of QAM Channel Identification data. Identifies the physical location of the QAM Channel (Output Transport Stream) in the APEX chassis. Refer to the descriptions of apexQamRfConfigTable and apexQamChannelConfigTable for information on QAM slot, RF Port mapping, and QAM Channel mapping. Tables apexQamRfPortChannelInfoTable and apexQamChannelIdTable can be used to assist in referencing between QAM slots, RF Ports, and QAM Channels (Output Transport Streams) for the installed modules. | 1.3.6.1.4.1.1166.1.31.8.2.11 | not-accessible | current | |
| apexQamChannelIdEntry OBJECT-TYPE QAM Channel Identification Table Entry. | 1.3.6.1.4.1.1166.1.31.8.2.11.1 | not-accessible | current | |
| apexQamChannelIdChannelNum OBJECT-TYPE QAM Channel number (Output Transport number). | 1.3.6.1.4.1.1166.1.31.8.2.11.1.1 | Integer32 (1..48) | not-accessible | current |
| apexQamChannelIdSlotNum OBJECT-TYPE QAM Slot number of the channel. | 1.3.6.1.4.1.1166.1.31.8.2.11.1.2 | Integer32 (1..3) | read-only | current |
| apexQamChannelIdRfPortNum OBJECT-TYPE RF Port number of the channel. This may be used to access data in tables indexed by RF Port Number. '0' - Indicates QAM Channel is not present. | 1.3.6.1.4.1.1166.1.31.8.2.11.1.3 | Integer32 (0..12) | read-only | current |
| apexQamChannelIdModuleRfPortNum OBJECT-TYPE Module RF Port number of the channel. Corresponds to RF Port numbering on the back of physical QAM Module. '0' - Indicates QAM Channel is not present. | 1.3.6.1.4.1.1166.1.31.8.2.11.1.4 | Integer32 (0..4) | read-only | current |
| apexQamChannelIdChannelLetter OBJECT-TYPE The letter symbol ('A'..'H') for the channel. String will be empty if QAM Channel not present. | 1.3.6.1.4.1.1166.1.31.8.2.11.1.5 | DisplayString (SIZE(0..1)) | read-only | current |
| apexQamChannelIdChannelDescription OBJECT-TYPE Text description for the QAM Channel (Output Transport Stream). Format is as follows where brackets and bracketed descriptions are replaced by a number/letter as appropriate: [QAM Channel / TS Num]:Slot[QAM Slot Num]-[Module Rf Port Num][Channel Letter] Examples: TS 9, in QAM Slot 1, on RF Port 2: '09:Slot1-2A' TS 17, in QAM Slot 2, on RF Port 1: '17:Slot2-1A' TS 48, in QAM Slot 3, on RF Port 2: '48:Slot3-2H' TS 48, in QAM Slot 3, on RF Port 4: '48:Slot3-4D' This may be used for display purposes on a management system. String will be empty or contain '[QAM Channel / TS Num]:Inactive' if apexQamChanStatActive is not set to 'active', i.e. if QAM Channel is not present and/or not enabled. | 1.3.6.1.4.1.1166.1.31.8.2.11.1.6 | DisplayString (SIZE(0..11)) | read-only | current |
| apexQrmDownload OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.8.3 | |||
| apexQrmDownloadConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.8.3.1 | |||
| apexQrmDownloadConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.8.3.1.1 | |||
| apexQrmDownloadConfigTable OBJECT-TYPE Table of QAM Module Code Download Configuration. There are 2 QRM modules on each 2x4/2x8 QAM Module. QRMs in QAM Module slots are mapped to table rows as follows: Slot/QRM Table Row 1/1 1 1/2 2 2/1 3 2/2 4 3/1 5 3/2 6 4x4 QAM Modules do not use QRM boards. There is only one board. These will be found in the odd indexed rows of this table. The even indexed rows of the table are not used for 4x4 QAM Modules. 4x4 QAM Modules in QAM Module slots are mapped to table rows as follows: Slot Table Row 1 1 2 3 3 5 | 1.3.6.1.4.1.1166.1.31.8.3.1.2 | not-accessible | current | |
| apexQrmDownloadConfigEntry OBJECT-TYPE QAM Code Download Configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.8.3.1.2.1 | not-accessible | current | |
| apexQrmDownloadConfigQrmNum OBJECT-TYPE QAM Code Download Configuration Table index. | 1.3.6.1.4.1.1166.1.31.8.3.1.2.1.1 | Integer32 (1..6) | not-accessible | current |
| apexQrmDownloadConfigRequest OBJECT-TYPE User initiated manual 4x4 QAM Module or 2x4/2x8 QAM Module QRM board Code Download request. Once written, the change to this parameter will take immediate effect. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.8.3.1.2.1.2 | INTEGER {requestNotInProgress(0), requestDownload(1)} | read-write | current |
| apexQrmDownloadStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.8.3.2 | |||
| apexQrmDownloadStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.8.3.2.1 | |||
| apexQrmDownloadStatusTable OBJECT-TYPE Table of QAM Module Code Download Status. Refer to apexQrmDownloadConfigTable description for table indexing information. | 1.3.6.1.4.1.1166.1.31.8.3.2.2 | not-accessible | current | |
| apexQrmDownloadStatusEntry OBJECT-TYPE QRM Code Download Status Table Entry. | 1.3.6.1.4.1.1166.1.31.8.3.2.2.1 | not-accessible | current | |
| apexQrmDownloadStatusRfPortNum OBJECT-TYPE QAM Code Download Status Table index. | 1.3.6.1.4.1.1166.1.31.8.3.2.2.1.1 | Integer32 (1..6) | not-accessible | current |
| apexQrmDownloadStatusDescription OBJECT-TYPE Text description of the current state of 4x4 QAM Module or 2x4/2x8 QAM Module QRM board Code Download. | 1.3.6.1.4.1.1166.1.31.8.3.2.2.1.2 | DisplayString | read-only | current |
| apexQrmDownloadProgress OBJECT-TYPE Completion percentage of Code Download. '-1' indicates failure. | 1.3.6.1.4.1.1166.1.31.8.3.2.2.1.3 | Integer32 (-1..100) | read-only | current |
| apexQrmDownloadSupported OBJECT-TYPE Indicates if the module HW and SW will support Code Download. 'notSupported' if the module is unsupported or the code download might downgrade the code resident on the module. Refer to apexQamQrmRevisionTable, apexQamQrmRevisionStatusTable, and apexQrmDownloadFileSet for additional status. The user cannot initiate a manual download (apexQrmDownloadConfigRequest) when download 'notSupported'. | 1.3.6.1.4.1.1166.1.31.8.3.2.2.1.4 | INTEGER {notApplicable(0), notSupported(1), supported(2)} | read-only | current |
| apexQrmDownloadRequired OBJECT-TYPE Indicates if the module requires Code Download. Code download is needed if the versions are not up to date with the resident APEX FW Release. Refer to apexQamQrmRevisionTable, apexQamQrmRevisionStatusTable, and apexQrmDownloadFileSet for additional status. The user can initiate a manual download (apexQrmDownloadConfigRequest) when download 'notRequired'. | 1.3.6.1.4.1.1166.1.31.8.3.2.2.1.5 | INTEGER {notApplicable(0), notRequired(1), required(2)} | read-only | current |
| apexQrmDownloadFileSet OBJECT-TYPE Indicates which file set will be used for this module. | 1.3.6.1.4.1.1166.1.31.8.3.2.2.1.6 | INTEGER {notApplicable(0), fileSet1(1), fileSet2(2), fileSet3(3), fileSet4(4)} | read-only | current |
| apexQrmFileRevisionTable OBJECT-TYPE Table of revisions of QAM Module files released with the resident APEX FW Release. Refer to identSoftwareVersion in BCS-IDENT-MIB for the release number. | 1.3.6.1.4.1.1166.1.31.8.3.2.3 | not-accessible | current | |
| apexQrmFileRevisionEntry OBJECT-TYPE QRM File Revision Table Entry. | 1.3.6.1.4.1.1166.1.31.8.3.2.3.1 | not-accessible | current | |
| apexQrmFileRevFileSetNum OBJECT-TYPE QAM file set number. | 1.3.6.1.4.1.1166.1.31.8.3.2.3.1.1 | Integer32 (1..4) | not-accessible | current |
| apexQrmFileRevFirmware OBJECT-TYPE Revision of the Application firmware file of the 2x4/2x8 QAM Module's QRM board or revision of the Application firmware portion of the 4x4 QAM Module Code File. Hex XXYY where XX is major version and YY is minor version. | 1.3.6.1.4.1.1166.1.31.8.3.2.3.1.2 | DisplayString (SIZE(0..12)) | read-only | current |
| apexQrmFileRevCalibration OBJECT-TYPE Revision of the Calibration data file of the 2x4/2x8 QAM Module's QRM board. Used only for 2x4/2x8 QAM Module QRM board file sets. Hex XXYY where XX is major version and YY is minor version. | 1.3.6.1.4.1.1166.1.31.8.3.2.3.1.3 | DisplayString (SIZE(0..12)) | read-only | current |
| apexQrmFileRevFpga OBJECT-TYPE Revision of FPGA firmware file of the 2x4/2x8 QAM Module's QRM board or revision of the FPGA1 firmware portion of the 4x4 QAM Module Code File. Hex XXYY where XX is major version and YY is minor version. | 1.3.6.1.4.1.1166.1.31.8.3.2.3.1.4 | DisplayString (SIZE(0..12)) | read-only | current |
| apexQrmFileRevFpga2 OBJECT-TYPE Revision of FPGA2 firmware portion of the 4x4 QAM Module Code File. Used only for 4x4 QAM Module file sets. Hex XXYY where XX is major version and YY is minor version. | 1.3.6.1.4.1.1166.1.31.8.3.2.3.1.5 | DisplayString (SIZE(0..12)) | read-only | current |
| apexQrmFileRevDateTime OBJECT-TYPE Date and time the 4x4 QAM Module code file was created. Used only for 4x4 QAM Module file sets. Format: 'MM/DD/YYYY HH:MM' Where HH is a 24 hour clock. | 1.3.6.1.4.1.1166.1.31.8.3.2.3.1.6 | DisplayString (SIZE(0..16)) | read-only | current |
| apexSessionControl OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.9 | |||
| apexSessionControlConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.9.1 | |||
| apexSessionControlConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.9.1.1 | |||
| apexSesContConfProtocol OBJECT-TYPE The communication protocol for output streams in Session Control operating mode. This determines the type of protocol the APEX will use to communicate with an Edge Resource Manager/Switch Digital Video Manager. This parameter cannot be changed when there are any active Session Control mappings. All Session Control mappings must be removed prior to changing this protocol. Once written, a save must be performed via the apexSaveConfig parameter and the APEX must be rebooted for the change to take effect. @Config(config=yes, reboot=yes) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.1.1.1 | INTEGER {none(0), rpc(1), rtsp(2), mha-ermi(3)} | read-write | current |
| apexSesContConfTableApplyChange OBJECT-TYPE The Apply for the apexSesContConfTable. This parameter MUST be set to 'apply' in order for any of the data in the apexSesContConfTable to take effect. This parameter MUST be set LAST after all other data in the apexSesContConfTable has been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.9.1.1.2 | ApplyDataToDeviceTYPE | read-write | current |
| apexSesContConfRateCompareType OBJECT-TYPE This is the rate to use for comparing input streams. It is either Information rate or Stream rate. This applies to monitoring for Bit Rate alarming and monitoring of Redundant Pairs. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.1.1.3 | RateComparisonTYPE | read-write | current |
| apexSesContConfRedundThreshold OBJECT-TYPE This object is obsolete. Session Control Redundancy Threshold. This is the percent used to determine Fail Over from Primary to Secondary, and Switch Back from Secondary to Primary. If a value of zero is specified, Fail Over or Switch Back will not occur. Range is 0 to 100%. Primary Fail Over to Secondary: FailOver = (PrimaryRate) < (Threshold * SecondaryRate) The Primary must remain below the threshold for apexGbeConfInRedundMonitorPeriod. Secondary Switch Back to Primary: SwitchBack = (PrimaryRate) >= (Threshold * SecondaryRate) The Primary must remain at or above the threshold for apexGbeConfInRedundMonitorPeriod seconds. The APEX will delay Switch Back an additional apexGbeConfInRedundSwitchTime seconds. Switch Back will not occur when apexGbeConfInRedundAutoSwitchBack is 'disabled'. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.1.1.4 | Integer32 (0..100) | read-write | obsolete |
| apexSesContConfInputPreEncryptCheck OBJECT-TYPE Session Control Pre-Encryption Checking. Indicates if the APEX is to check if the input service is pre-encrypted or clear. Pre-encrypted is determined by examining the input PMT for a CA ECM descriptor (any CA ECM descriptor). If pre-encrypted, setting this flag will cause the APEX to pass through ECM PID for this service. For input services that have a GI CA ECM descriptor, the APEX will also pass through the PIT message (extract and re-insert the PIT). The output PMT for pre-encrypted services will contain a CA ECM descriptor (referencing the ECM PID). When PID Remapping is enabled, pre-encryption for a service is only valid when the input ECM PID is on a different PID than the associated PMT PID. If this flag is set to pre-encryption and the input service is not pre-encrypted, then the setting of this flag has no affect on the output service. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.1.1.5 | EnableDisableTYPE | read-write | current |
| apexSesContConfRedundType OBJECT-TYPE The redundancy type for output streams in Session Control operating mode. - hotWarm indicates only 1 input stream, primary or secondary, is open at any one time. For multicast streams, primary will be joined initially. The secondary is joined after a failover (the primary will be dropped prior to joining the secondary). - hotHot indicates both the primary and secondary streams are opened at the same time. For multicast streams, both streams are joined immediately. Changes to the redundancy type cannot be made while there are active routes or sessions. All routes and sessions must be deleted prior to changing the redundancy type. Once written, a save must be performed via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.1.1.6 | INTEGER {hotWarm(1), hotHot(2)} | read-write | current |
| apexSesContConfFollowDtcp OBJECT-TYPE Determines how the copy protection settings (CCI, APS, and CIT) within the PRK will be set. All outputs in Session Control (SDV) mode will use this setting for following input DTCP. Disabled - Use ERM Configuration settings if encryption blob provided. Use CTE settings when in CTE encryption mode and no ERM encryption blob provided. Enabled - Follow input DTCP Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.1.1.7 | EnableDisableTYPE | read-write | current |
| apexSesContConfTable OBJECT-TYPE This is a table of Session Control configuration parameters for each output transport stream. This table defines the primary and secondary Gigabit Ethernet interfaces for each output stream in Session Control operating mode. The primary and secondary interfaces cannot be changed for an output stream when there are active Session Control mappings. All Session Control mappings on an output stream must be removed prior to changing the primary or secondary interface settings. Once written, the change to this table will only take immediate effect after apexSesContConfTableApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexSesContConfTableApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.1.2 | not-accessible | current | |
| apexSesContConfEntry OBJECT-TYPE Session Control Configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.9.1.2.1 | not-accessible | current | |
| apexSesContConfOutputTsNum OBJECT-TYPE Output transport stream number (index). | 1.3.6.1.4.1.1166.1.31.9.1.2.1.1 | Integer32 (1..48) | not-accessible | current |
| apexSesContConfGbePrimaryInterface OBJECT-TYPE The primary Gbe interface for Session Control. Zero indicates not available. This parameter cannot be changed for any output stream if there is at least 1 active session control mapping. Not configurable for RTSP. | 1.3.6.1.4.1.1166.1.31.9.1.2.1.2 | Integer32 (0..4) | read-write | current |
| apexSesContConfGbeSecondaryInterface OBJECT-TYPE The secondary Gbe interface for RPC SDV. Zero indicates not available. This parameter cannot be changed for any output stream if there is at least 1 active session control mapping. Secondary selection is restricted based on Primary as follows: - Primary 1 or 2: Secondary must be 1 or 2 - Primary 3 or 4: Secondary must be 3 or 4 Not configurable for RTSP. | 1.3.6.1.4.1.1166.1.31.9.1.2.1.3 | Integer32 (0..4) | read-write | current |
| apexSessionControlStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.9.2 | |||
| apexSessionControlStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.9.2.1 | |||
| apexSesContStatProtocol OBJECT-TYPE The communication protocol in use for output streams in Session Control operating mode. | 1.3.6.1.4.1.1166.1.31.9.2.1.1 | INTEGER {none(0), rpc(1), rtsp(2), mha-ermi(3)} | read-only | current |
| apexRpc OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.9.3 | |||
| apexRpcConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.9.3.1 | |||
| apexRpcConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.9.3.1.1 | |||
| apexRpcDataCarouselProgram OBJECT-TYPE Indicates which Input Program Number to use for the Data Carousel. The data carousel in SDV mode (RPC or RTSP) is on a fixed PMT PID along with a fixed component PID. In order to maintain these PID values, the APEX will check for a specific input service number defined by this parameter. This service mapping is assumed to be the Data Carousel mapping. The APEX will maintain the PMT PID value along with the component PID value. To facilitate this mapping, the Data Carousel input/output program number is configurable. - Data Carousel Service Number Default: 0xF38F (62351) The PMT PID and component PID will be determined by the APEX by analyzing the PAT and PMT based on the program number configured. A program number of zero (0) indicates that there is no data carousel. Once written, the change to this parameter will take immediate effect. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.3.1.1.1 | Integer32 (0..65535) | read-write | current |
| apexRpcReportAllSessions OBJECT-TYPE Session reporting mode. Indicates what sessions will be reported when the APEX is requested to report sessions to a manager. When 'enabled', the APEX will report all sessions. When 'disabled', the APEX will report only the sessions for the requesting manager. Once written, the change to this parameter will take immediate effect. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.3.1.1.2 | EnableDisableTYPE | read-write | current |
| apexRpcDeviceName OBJECT-TYPE The device name of this APEX. This variable is only used to generate an XML configuration file via the EM. Once written, the change to this parameter will take immediate effect. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.3.1.1.3 | DisplayString (SIZE(0..64)) | read-write | current |
| apexRpcDeviceType OBJECT-TYPE The device type string reported in XML configuration file. This variable is only used to generate an XML configuration file via the EM. Once written, the change to this parameter will take immediate effect. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.3.1.1.4 | DisplayString (SIZE(0..64)) | read-write | current |
| apexRpcControlInterface OBJECT-TYPE The Enet interface that will be used to set the IP address attribute in the generated XML file. This variable is only used to generate an XML configuration file via the EM. Once written, the change to this parameter will only take immediate effect after apexRpcApplyChange is changed to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexRpcApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.3.1.1.5 | EthernetInterfaceTYPE | read-write | current |
| apexRpcNumShellSessions OBJECT-TYPE The number of shell sessions to be created on each channel marked for session control mode. This variable is only used to generate an XML configuration file via the EM. Once written, the change to this parameter will only take immediate effect after apexRpcApplyChange is changed to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexRpcApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.3.1.1.6 | Integer32 (1..32) | read-write | current |
| apexRpcAvgBandwidthEnable OBJECT-TYPE When enabled the APEX populates the sessionRate in the QuerySessionInfo Response message with groupRate divided by the number of sessionIds in the group. The value reported makes no distinction between bound and unbound sessions. Once written, the change to this parameter will take immediate effect. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.3.1.1.7 | EnableDisableTYPE | read-write | current |
| apexRpcApplyChange OBJECT-TYPE The Apply for RPC Settings. This applies to apexRpcControlInterface, apexRpcNumShellSessions, apexRpcRfPortServiceGroup. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.9.3.1.1.8 | ApplyDataToDeviceTYPE | read-write | current |
| apexRpcRfPortTable OBJECT-TYPE Table of Configuration data for RPC Session RF Ports. This variable is only used to generate an XML configuration file via the EM. | 1.3.6.1.4.1.1166.1.31.9.3.1.2 | not-accessible | current | |
| apexRpcRfPortEntry OBJECT-TYPE RPC RF Port Configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.9.3.1.2.1 | not-accessible | current | |
| apexRpcRfPortNum OBJECT-TYPE The RF Port number. | 1.3.6.1.4.1.1166.1.31.9.3.1.2.1.1 | Integer32 (1..12) | not-accessible | current |
| apexRpcRfPortName OBJECT-TYPE The RF Port name. Once written, the change to this parameter will take immediate effect. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.3.1.2.1.2 | DisplayString (SIZE(0..64)) | read-write | current |
| apexRpcRfPortServiceGroup OBJECT-TYPE The RF Port service group. Once written, the change to this parameter will only take immediate effect after apexRpcApplyChange is changed to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexRpcApplyChange , value=2) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.3.1.2.1.3 | Unsigned32 (1..4294967295) | read-write | current |
| apexRpcRfChannelTable OBJECT-TYPE Table of Configuration data for RPC Session RF Channels. This variable is only used to generate an XML configuration file via the EM. Once written, the change to this parameter will take immediate effect. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.3.1.3 | not-accessible | current | |
| apexRpcRfChannelEntry OBJECT-TYPE RPC RF Channel Configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.9.3.1.3.1 | not-accessible | current | |
| apexRpcRfChannelNum OBJECT-TYPE The RF Channel number. | 1.3.6.1.4.1.1166.1.31.9.3.1.3.1.1 | Integer32 (1..48) | not-accessible | current |
| apexRpcRfChannelName OBJECT-TYPE The name of this RF Channel. | 1.3.6.1.4.1.1166.1.31.9.3.1.3.1.2 | DisplayString (SIZE(0..64)) | read-write | current |
| apexRpcStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.9.3.2 | |||
| apexRpcStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.9.3.2.1 | |||
| apexRpcSessionStatTable OBJECT-TYPE Table of RPC Switched Digital Video Session status. This table contains 1 row up to the maximum number of service mappings supported. | 1.3.6.1.4.1.1166.1.31.9.3.2.2 | not-accessible | current | |
| apexRpcSessionStatEntry OBJECT-TYPE RPC Switched Digital Video Session Status Table Entry. | 1.3.6.1.4.1.1166.1.31.9.3.2.2.1 | not-accessible | current | |
| apexRpcSessionStatIndex OBJECT-TYPE The RPC Switched Digital Video Session Status table index. | 1.3.6.1.4.1.1166.1.31.9.3.2.2.1.1 | Integer32 (1..768) | not-accessible | current |
| apexRpcSessionStatInputTsIndex OBJECT-TYPE The index into the apexInputTsStatTable. | 1.3.6.1.4.1.1166.1.31.9.3.2.2.1.2 | Integer32 | read-only | current |
| apexRpcSessionStatInputProgramNum OBJECT-TYPE The Gigabit Ethernet Input Program Number. A value of zero (0) indicates that the input is an SPTS and the first program listed in the input PAT will be mapped by the APEX. | 1.3.6.1.4.1.1166.1.31.9.3.2.2.1.3 | Integer32 | read-only | current |
| apexRpcSessionStatSourceIpAddr3 OBJECT-TYPE The Gigabit Ethernet IGMP v3 Source IP Address 3. This IP address is currently unsupported by the APEX. | 1.3.6.1.4.1.1166.1.31.9.3.2.2.1.4 | IpAddress | read-only | current |
| apexRpcSessionStatOutputQamChannel OBJECT-TYPE The Output QAM Channel. | 1.3.6.1.4.1.1166.1.31.9.3.2.2.1.5 | Integer32 | read-only | current |
| apexRpcSessionStatOutputProgramNum OBJECT-TYPE The Output Program Number (1 - 65535). | 1.3.6.1.4.1.1166.1.31.9.3.2.2.1.6 | Integer32 | read-only | current |
| apexRpcSessionStatProgramBandwidth OBJECT-TYPE The Expected Program Bandwidth (bps). This is the bandwidth of the program as defined in the service mapping. A value of 0 indicates that the program BW is unknown. | 1.3.6.1.4.1.1166.1.31.9.3.2.2.1.7 | Integer32 | read-only | current |
| apexRpcSessionStatSessionType OBJECT-TYPE The Type of session (SDV binding or VOD/Broadcast session). 1 = Switched Digital Video (SDV) 2 = VOD or Broadcast | 1.3.6.1.4.1.1166.1.31.9.3.2.2.1.8 | INTEGER {noSession(0), sdv(1), vodOrBroadcast(2)} | read-only | current |
| apexRpcSessionStatSessionIdWord1 OBJECT-TYPE The Session ID Word 1. Session IDs are 10 byte character arrays. Session IDs are be stored as 3 4-byte words (3 ulongs) in this MIB. First 2 Bytes are always 0, next 10 contain the session ID. Session ID is broken up as follows: Word 1: 00:01 = 0x0000 (unused) Word 1: 02:03 = 1st 2 bytes of session ID (1st 2 bytes of MAC address) Word 2: 00:03 = Next 4 bytes (these 4 plus 1st 2 are the MAC address of manager) Word 3: 00:03 = Last 4 bytes (unique number assigned by manager) | 1.3.6.1.4.1.1166.1.31.9.3.2.2.1.9 | Unsigned32 | read-only | current |
| apexRpcSessionStatSessionIdWord2 OBJECT-TYPE The Session ID Word 2. Session IDs are 10 byte character arrays. Session IDs are be stored as 3 4-byte words (3 Unsigned32) in this MIB. First 2 Bytes are always 0, next 10 contain the session ID. Session ID is broken up as follows: Word 1: 00:01 = 0x0000 (unused) Word 1: 02:03 = 1st bytes of session ID (1st 2 bytes of MAC address) Word 2: 00:03 = Next 4 bytes (these 4 plus 1st 2 are the MAC address of manager) Word 3: 00:03 = Last 4 bytes (unique number assigned by manager) | 1.3.6.1.4.1.1166.1.31.9.3.2.2.1.10 | Unsigned32 | read-only | current |
| apexRpcSessionStatSessionIdWord3 OBJECT-TYPE The Session ID Word 3. Session IDs are 10 byte character arrays. Session IDs are be stored as 3 4-byte words (3 Unsigned32) in this MIB. First 2 Bytes are always 0, next 10 contain the session ID. Session ID is broken up as follows: Word 1: 00:01 = 0x0000 (unused) Word 1: 02:03 = 1st bytes of session ID (1st 2 bytes of MAC address) Word 2: 00:03 = Next 4 bytes (these 4 plus 1st 2 are the MAC address of manager) Word 3: 00:03 = Last 4 bytes (unique number assigned by manager) | 1.3.6.1.4.1.1166.1.31.9.3.2.2.1.11 | Unsigned32 | read-only | current |
| apexRpcSessionStatManagerIpAddr OBJECT-TYPE The IP address of the RPC SDV, VOD, or Broadcast manager sending session commands. | 1.3.6.1.4.1.1166.1.31.9.3.2.2.1.12 | IpAddress | read-only | current |
| apexRpcQamStatTable OBJECT-TYPE Table of RPC Switched Digital Video QAM status. This table is indexed by output stream number and 48 rows. | 1.3.6.1.4.1.1166.1.31.9.3.2.3 | not-accessible | current | |
| apexRpcQamStatEntry OBJECT-TYPE RPC Switched Digital Video QAM Status Table Entry. | 1.3.6.1.4.1.1166.1.31.9.3.2.3.1 | not-accessible | current | |
| apexRpcQamStatQamChannelNum OBJECT-TYPE The RPC Switched Digital Video QAM Status table index. | 1.3.6.1.4.1.1166.1.31.9.3.2.3.1.1 | Integer32 (1..48) | not-accessible | current |
| apexRpcQamStatNumSdvSessions OBJECT-TYPE The Number of reserved SDV sessions on this QAM Channel. This is the number of SDV sessions that have been reserved by the manager. Each SDV session requires that a manager reserve a QAM. This is the count of SDV sessions reserved (not the actual number of active SDV sessions). | 1.3.6.1.4.1.1166.1.31.9.3.2.3.1.2 | Integer32 | read-only | current |
| apexRpcQamStatNumVodBcSessions OBJECT-TYPE The Number of VOD/Broadcast sessions on this QAM Channel. This is the number of VOD/Broadcast sessions active on a QAM Channel. Since VOD and Broadcast sessions are not required to be reserved for an output, this is the count of active VOD and Broadcast sessions on a specific QAM. | 1.3.6.1.4.1.1166.1.31.9.3.2.3.1.3 | Integer32 | read-only | current |
| apexRpcQamStatSdvGroupBandwidth OBJECT-TYPE The Group BW for SDV sessions (not used for VOD/Broadcast sessions). This is the total amount of BW allocated for all SDV sessions on a channel. The total SDV BW for a channel is defined by the session manager. The manager reserves this BW for future SDV sessions. This is not the BW of current active SDV sessions, but the total BW reserved by the manager for SDV sessions. | 1.3.6.1.4.1.1166.1.31.9.3.2.3.1.4 | Unsigned32 | read-only | current |
| apexRtsp OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.9.4 | |||
| apexRtspConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.9.4.1 | |||
| apexRtspConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.9.4.1.1 | |||
| apexRtspReportGbeInterfaces OBJECT-TYPE This selects which pair of GBE interfaces are to be reported to the RTSP controller (ERM) via VREP. The pairedPortAssignment selection allows for both pairs of GBE interfaces to be reported to the ERM. This allows for all 4 GBE interfaces to be used by the ERM for session mappings. This effectively splits the APEX into 2x24 QAM devices where the first GBE interface pair (1&2) are assigned to the first 24 output QAM streams (output TS 1 - 24) and the second GBE pair (3&4) are assigned to the second 24 output QAM streams (output TS 25-48). Selecting reportGbe1and2 or reportGbe3and4 limits the ERM to 2 GBE interfaces only. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.4.1.1.1 | INTEGER {none(0), reportGbe1and2(1), reportGbe3and4(2), pairedPortAssignment(3)} | read-write | current |
| apexRtspConfControllerApplyTable OBJECT-TYPE Table of Apply Change for the data for apexRtspConfControllerTable. A row of this table corresponds to a row in apexRtspConfControllerTable. | 1.3.6.1.4.1.1166.1.31.9.4.1.2 | not-accessible | current | |
| apexRtspConfControllerApplyEntry OBJECT-TYPE RTSP Controller Configuration Apply Table Entry. | 1.3.6.1.4.1.1166.1.31.9.4.1.2.1 | not-accessible | current | |
| apexRtspConfControllerApplyNum OBJECT-TYPE The RTSP Session Controller number. | 1.3.6.1.4.1.1166.1.31.9.4.1.2.1.1 | Integer32 (1..4) | not-accessible | current |
| apexRtspConfControllerApplyChange OBJECT-TYPE The Apply for a row of data in apexRtspConfControllerTable and apexRtspConfControlNamesTable. A row in this table corresponds to the same row index in the apexRtspConfControllerTable and apexRtspConfControlNamesTable. This parameter MUST be set to 'apply' in order for any of the data in the rows to take effect in the APEX. This parameter MUST be set LAST after all other data in the configuration table rows has been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.9.4.1.2.1.2 | ApplyDataToDeviceTYPE | read-write | current |
| apexRtspConfControllerTable OBJECT-TYPE Table of RTSP configuration items configurable on a Controller basis. Once written, the change to this table will only take immediate effect after apexRtspConfControllerApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexRtspConfControllerApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.4.1.3 | not-accessible | current | |
| apexRtspConfControllerEntry OBJECT-TYPE RTSP Controller Configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.9.4.1.3.1 | not-accessible | current | |
| apexRtspConfControllerNum OBJECT-TYPE The Controller Number. APEX currently supports only one controller. | 1.3.6.1.4.1.1166.1.31.9.4.1.3.1.1 | Integer32 (1..4) | not-accessible | current |
| apexRtspConfControllerIp OBJECT-TYPE The IP Address of the RTSP session controller. | 1.3.6.1.4.1.1166.1.31.9.4.1.3.1.2 | IpAddress | read-write | current |
| apexRtspConfControllerPort OBJECT-TYPE Port for the RTSP session controller. | 1.3.6.1.4.1.1166.1.31.9.4.1.3.1.3 | Integer32 (1024..65535) | read-write | current |
| apexRtspConfControllerHoldTime OBJECT-TYPE The session hold time in seconds. If the APEX does not receive a keep session alive message from the controller in this time the APEX will close the session. The APEX will transmit keep session alive messages at one-third of this time. Zero indicates that the APEX should not send keep session alive messages. | 1.3.6.1.4.1.1166.1.31.9.4.1.3.1.4 | Integer32 (0 | 9..300) | read-write | current |
| apexRtspConfControllerBandwidthDelta OBJECT-TYPE The Bandwidth Delta, in kilobits per second (kbps), for sending an Update Message. Whenever a QAM Channel's output utilization changes by more than the bandwidth delta, the APEX will send a update message providing the current BW being utilized. Zero indicates that the APEX should not send update messages based on bandwidth changes. | 1.3.6.1.4.1.1166.1.31.9.4.1.3.1.5 | Integer32 (0 | 50..100000) | read-write | current |
| apexRtspConfControlNamesTable OBJECT-TYPE Table of RTSP configuration items configurable on a Controller basis. Contains the control names. This table is a row-for-row index match to the apexRtspConfControllerTable. Once written, the change to this table will only take immediate effect after apexRtspConfControllerApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexRtspConfControllerApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.4.1.4 | not-accessible | current | |
| apexRtspConfControlNamesEntry OBJECT-TYPE RTSP Controller Names Configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.9.4.1.4.1 | not-accessible | current | |
| apexRtspConfControlNamesNum OBJECT-TYPE The Controller Number. APEX currently supports only one controller. | 1.3.6.1.4.1.1166.1.31.9.4.1.4.1.1 | Integer32 (1..4) | not-accessible | current |
| apexRtspConfControlNamesStreamingZone OBJECT-TYPE The streaming zone that the APEX is a member of. | 1.3.6.1.4.1.1166.1.31.9.4.1.4.1.2 | DisplayString (SIZE(0..128)) | read-write | current |
| apexRtspConfControlNamesDeviceName OBJECT-TYPE The device name of this APEX. | 1.3.6.1.4.1.1166.1.31.9.4.1.4.1.3 | DisplayString (SIZE(0..128)) | read-write | current |
| apexRtspConfQamChannelApplyTable OBJECT-TYPE Table of Apply Change for the data for apexRtspConfQamChannelTable. A row of this table corresponds to a row in apexRtspConfQamChannelTable. | 1.3.6.1.4.1.1166.1.31.9.4.1.5 | not-accessible | current | |
| apexRtspConfQamChannelApplyEntry OBJECT-TYPE RTSP QAM Configuration Apply Table Entry. | 1.3.6.1.4.1.1166.1.31.9.4.1.5.1 | not-accessible | current | |
| apexRtspConfQamChannelApplyNum OBJECT-TYPE The QAM Channel number. | 1.3.6.1.4.1.1166.1.31.9.4.1.5.1.1 | Integer32 (1..48) | not-accessible | current |
| apexRtspConfQamChannelApplyChange OBJECT-TYPE The Apply for a row of data in apexRtspConfQamChannelTable. A row in this table corresponds to the same row index in the apexRtspConfQamChannelTable. This parameter MUST be set to 'apply' in order for any of the data in the rows to take effect in the APEX. This parameter MUST be set LAST after all other data in the configuration table rows has been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.9.4.1.5.1.2 | ApplyDataToDeviceTYPE | read-write | current |
| apexRtspConfQamChannelTable OBJECT-TYPE Table of Configuration data for RTSP Session QAM Channels. Once written, the change to this table will only take immediate effect after apexRtspConfQamChannelApplyChange to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexRtspConfQamChannelApplyChange , value=2) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.4.1.6 | not-accessible | current | |
| apexRtspConfQamChannelEntry OBJECT-TYPE RTSP QAM Configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.9.4.1.6.1 | not-accessible | current | |
| apexRtspConfQamChannelNum OBJECT-TYPE The QAM Channel number. | 1.3.6.1.4.1.1166.1.31.9.4.1.6.1.1 | Integer32 (1..48) | not-accessible | current |
| apexRtspConfQamChannelGroupName OBJECT-TYPE The QAM Group Name that this QAM Channel is a member of. | 1.3.6.1.4.1.1166.1.31.9.4.1.6.1.2 | DisplayString (SIZE(0..128)) | read-write | current |
| apexRtspConfGbeEdgeGroupTable OBJECT-TYPE Table of Configuration data for RTSP Session GigE Interfaces. Once written, the change to this table will take immediate effect. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.4.1.7 | not-accessible | current | |
| apexRtspConfGbeEdgeGroupEntry OBJECT-TYPE RTSP GigE Edge Group Configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.9.4.1.7.1 | not-accessible | current | |
| apexRtspConfGbeEdgeGroupNum OBJECT-TYPE The GigE Edge Group Interface number. | 1.3.6.1.4.1.1166.1.31.9.4.1.7.1.1 | Integer32 (1..4) | not-accessible | current |
| apexRtspConfGbeEdgeGroupName OBJECT-TYPE The Name of this GigE Interface. | 1.3.6.1.4.1.1166.1.31.9.4.1.7.1.2 | DisplayString (SIZE(0..128)) | read-write | current |
| apexRtspConfMhaTable OBJECT-TYPE Table of MHA RTSP configuration items configurable on a Controller basis. Once written, the change to this table will only take immediate effect after apexRtspConfControllerApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexRtspConfControllerApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.4.1.8 | not-accessible | current | |
| apexRtspConfMhaEntry OBJECT-TYPE MHA RTSP Configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.9.4.1.8.1 | not-accessible | current | |
| apexRtspConfMhaNum OBJECT-TYPE The MHA Controller Number. APEX currently supports only one controller. | 1.3.6.1.4.1.1166.1.31.9.4.1.8.1.1 | Integer32 (1..4) | not-accessible | current |
| apexRtspConfMhaAddressDomain OBJECT-TYPE Address Domain of the sender used in ERRP. Address Domain of the ERM and APEX must match in order to establish an ERRP connection. Zero is used as the global address domain, which is interpreted to mean that any advertised address can be reached from any address domain. | 1.3.6.1.4.1.1166.1.31.9.4.1.8.1.2 | Integer32 (0..255) | read-write | current |
| apexRtspConfMhaPort OBJECT-TYPE Port for the MHA session controller. | 1.3.6.1.4.1.1166.1.31.9.4.1.8.1.3 | Integer32 (1024..65535) | read-write | current |
| apexRtspConfMhaGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.9.4.1.9 | |||
| apexRtspConfMhaUdpMapEnable OBJECT-TYPE Indicates if the UDP Map is populated in the Update message sent by the APEX to the ERM when in MHA mode. When 'enabled', the APEX will report UDP ports available. When 'disabled', the APEX will include the UDP Map field but will not populate it with data. Once written, the change to this table will only take immediate effect after apexRtspConfControllerApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexRtspConfControllerApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.4.1.9.1 | EnableDisableTYPE | read-write | current |
| apexRtspConfMhaSbe OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.9.4.1.10 | |||
| apexRtspConfMhaSbeEncryptionMode OBJECT-TYPE This parameter is used to set the Session based Encryption Mode. It applies to all session based encryption sessions. - 'full' - The APEX will use Full encryption. - 'fwk' - The APEX will use Fixed Working Key (FWK) encryption. - 'fpk' - The APEX will use Fixed Program Key (FPK) encryption. The APEX will not attempt to get EMMs. Once written, the change to this parameter will only take immediate effect after apexRtspConfMhaSbeApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexRtspConfMhaSbeApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.4.1.10.1 | INTEGER {full(1), fwk(2), fpk(3)} | read-write | current |
| apexRtspConfMhaSbeCciLevel OBJECT-TYPE Copy Control Information (CCI) Level setting for session based PRK messages if CCI is not defined in the XML encryption blob. - notDefined - CCI is not defined, settop box applications can configure CCI - copyFreely - program can be copied - copyOnce - program can be copied once - copyNever - program can never be copied - noMoreCopies - Once written, the change to this parameter will only take immediate effect after apexRtspConfMhaSbeApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexRtspConfMhaSbeApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.4.1.10.2 | INTEGER {notDefined(1), copyFreely(2), copyOnce(3), copyNever(4), noMoreCopies(5)} | read-write | current |
| apexRtspConfMhaSbeApsLevel OBJECT-TYPE Analog Protection System (APS) Level setting for session based PRK messages if APS is not defined in the XML encryption blob. Defines what copy protection encoding will be applied to the analog composite output by the settop box. - notDefined - analog protection is not defined, settop box applications can configure APS - off - no analog protection - splitBurstOff - AGC on, split burst off - splitBurst2Line - AGC on, 2 line split burst on - splitBurst4Line - AGC on, 4 line split burst on Once written, the change to this parameter will only take immediate effect after apexRtspConfMhaSbeApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexRtspConfMhaSbeApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.4.1.10.3 | INTEGER {notDefined(1), off(2), splitBurstOff(3), splitBurst2Line(4), splitBurst4Line(5)} | read-write | current |
| apexRtspConfMhaSbeCitSetting OBJECT-TYPE Copy protection Constraint Image Trigger setting. This is only applicable when the session is being encrypted and the CIT setting was not contained in the XML encryption blob. Once written, the change to this parameter will only take immediate effect after apexRtspConfMhaSbeApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexRtspConfMhaSbeApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(sdv.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.9.4.1.10.4 | INTEGER {disabled(1), enabled(2)} | read-write | current |
| apexRtspConfMhaSbeApplyChange OBJECT-TYPE The Apply for the MHA session based encryption settings. This parameter MUST be set to 'apply' in order for any of the data in MHA SBE to take effect in the APEX. This parameter MUST be set LAST after all other data in the MHA SBE has been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.9.4.1.10.5 | ApplyDataToDeviceTYPE | read-write | current |
| apexRtspStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.9.4.2 | |||
| apexRtspStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.9.4.2.1 | |||
| apexRtspSessionStatTable OBJECT-TYPE Table of RTSP Session status. This table contains 768 rows. | 1.3.6.1.4.1.1166.1.31.9.4.2.2 | not-accessible | current | |
| apexRtspSessionStatEntry OBJECT-TYPE RTSP Session Status Table Entry. | 1.3.6.1.4.1.1166.1.31.9.4.2.2.1 | not-accessible | current | |
| apexRtspSessionStatIndex OBJECT-TYPE The RTSP Session Status table index. | 1.3.6.1.4.1.1166.1.31.9.4.2.2.1.1 | Integer32 (1..768) | not-accessible | current |
| apexRtspSessionStatInputTsIndex OBJECT-TYPE The index into the apexInputTsStatTable. | 1.3.6.1.4.1.1166.1.31.9.4.2.2.1.2 | Integer32 | read-only | current |
| apexRtspSessionStatInputProgramNum OBJECT-TYPE The Gigabit Ethernet Input Program Number. A value of zero (0) indicates that the input is an SPTS and the first program listed in the input PAT will be mapped by the APEX. | 1.3.6.1.4.1.1166.1.31.9.4.2.2.1.3 | Integer32 | read-only | current |
| apexRtspSessionStatOutputQamChannel OBJECT-TYPE The Output QAM Channel. | 1.3.6.1.4.1.1166.1.31.9.4.2.2.1.4 | Integer32 | read-only | current |
| apexRtspSessionStatOutputProgramNum OBJECT-TYPE The Output Program Number. | 1.3.6.1.4.1.1166.1.31.9.4.2.2.1.5 | Integer32 | read-only | current |
| apexRtspSessionStatProgramBandwidth OBJECT-TYPE The Expected Program Bandwidth (bps). This is the bandwidth of the program as defined in the service mapping. A value of 0 indicates that the program BW is unknown. | 1.3.6.1.4.1.1166.1.31.9.4.2.2.1.6 | Integer32 | read-only | current |
| apexRtspSessionStatManagerIpAddr OBJECT-TYPE The IP address of the manager sending session commands. | 1.3.6.1.4.1.1166.1.31.9.4.2.2.1.7 | IpAddress | read-only | current |
| apexRtspSessionIdTable OBJECT-TYPE Table of RTSP Session Ids. This table contains 768 rows and is a row-for-row index match to apexRtspSessionStatTable. | 1.3.6.1.4.1.1166.1.31.9.4.2.3 | not-accessible | current | |
| apexRtspSessionIdEntry OBJECT-TYPE RTSP Session ID Table Entry. | 1.3.6.1.4.1.1166.1.31.9.4.2.3.1 | not-accessible | current | |
| apexRtspSessionIdIndex OBJECT-TYPE The RTSP Session ID table index. This is a row-for-row match to the RTSP Session Status table index. | 1.3.6.1.4.1.1166.1.31.9.4.2.3.1.1 | Integer32 (1..768) | not-accessible | current |
| apexRtspSessionId OBJECT-TYPE The Session ID. | 1.3.6.1.4.1.1166.1.31.9.4.2.3.1.2 | DisplayString (SIZE(0..64)) | read-only | current |
| apexRtspQamStatTable OBJECT-TYPE Table of RTSP Session QAM status. This table is indexed by QAM channel number and contains 48 rows. | 1.3.6.1.4.1.1166.1.31.9.4.2.4 | not-accessible | current | |
| apexRtspQamStatEntry OBJECT-TYPE RTSP Session QAM status Table Entry. | 1.3.6.1.4.1.1166.1.31.9.4.2.4.1 | not-accessible | current | |
| apexRtspQamStatQamChannelNum OBJECT-TYPE The RTSP Session Control Video QAM Status table index. | 1.3.6.1.4.1.1166.1.31.9.4.2.4.1.1 | Integer32 (1..48) | not-accessible | current |
| apexRtspQamStatNumSessions OBJECT-TYPE The Number of active sessions on this QAM Channel. | 1.3.6.1.4.1.1166.1.31.9.4.2.4.1.2 | Integer32 | read-only | current |
| apexRtspQamStatAllocatedBandwidth OBJECT-TYPE This is the total amount of BW allocated for all sessions on a channel. | 1.3.6.1.4.1.1166.1.31.9.4.2.4.1.3 | Unsigned32 | read-only | current |
| apexRtspStatControllerTable OBJECT-TYPE Table of RTSP status items configurable on a Controller basis. | 1.3.6.1.4.1.1166.1.31.9.4.2.5 | not-accessible | current | |
| apexRtspStatControllerEntry OBJECT-TYPE RTSP Controller Status Table Entry. | 1.3.6.1.4.1.1166.1.31.9.4.2.5.1 | not-accessible | current | |
| apexRtspStatControllerNum OBJECT-TYPE The Controller Number. APEX currently supports only one controller. | 1.3.6.1.4.1.1166.1.31.9.4.2.5.1.1 | Integer32 (1..4) | not-accessible | current |
| apexRtspStatControllerDiscovery OBJECT-TYPE Status of Controller to APEX discovery. | 1.3.6.1.4.1.1166.1.31.9.4.2.5.1.2 | INTEGER {notApplicable(0), notDiscovered(1), discovered(2), discoveredConnectionLost(3), discoveredAnotB(4), discoveredBnotA(5)} | read-only | current |
| apexRtspStatControllerConnection OBJECT-TYPE Status of the connection between the APEX and the Controller. 'notConnected' causes apexAlarmRtspControllerCommFault. | 1.3.6.1.4.1.1166.1.31.9.4.2.5.1.3 | INTEGER {notApplicable(0), notConnected(1), connected(2), connectedPort554(3), connectedPort2048(4)} | read-only | current |
| apexRtspStatControllerCommFault OBJECT-TYPE Current fault condition of apexRtspStatControllerConnection. This is the apexAlarmRtspControllerCommFault level for this controller. | 1.3.6.1.4.1.1166.1.31.9.4.2.5.1.4 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexRtspStatQamChannelTable OBJECT-TYPE Table of Status data for RTSP Session QAM Channels. | 1.3.6.1.4.1.1166.1.31.9.4.2.6 | not-accessible | current | |
| apexRtspStatQamChannelEntry OBJECT-TYPE RTSP QAM Configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.9.4.2.6.1 | not-accessible | current | |
| apexRtspStatQamChannelNum OBJECT-TYPE The QAM Channel number. | 1.3.6.1.4.1.1166.1.31.9.4.2.6.1.1 | Integer32 (1..48) | not-accessible | current |
| apexRtspStatQamChannelName OBJECT-TYPE The Name of this QAM Channel. | 1.3.6.1.4.1.1166.1.31.9.4.2.6.1.2 | DisplayString (SIZE(0..128)) | read-only | current |
| apexRtspStatQamMptsModeTable OBJECT-TYPE Table of MPTS Mode Status data for RTSP Session QAM Channels. | 1.3.6.1.4.1.1166.1.31.9.4.2.7 | not-accessible | current | |
| apexRtspStatQamMptsModeEntry OBJECT-TYPE RTSP QAM MPTS Mode Configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.9.4.2.7.1 | not-accessible | current | |
| apexRtspStatQamMptsModeQamChannelNum OBJECT-TYPE The QAM Channel number. | 1.3.6.1.4.1.1166.1.31.9.4.2.7.1.1 | Integer32 (1..48) | not-accessible | current |
| apexRtspStatQamMptsModeQamChannelMode OBJECT-TYPE The MPTS mode of this QAM Channel. The first session established on the QAM channel defines the MPTS mode. Each new session must have the same mode as long as one session is still active. | 1.3.6.1.4.1.1166.1.31.9.4.2.7.1.2 | INTEGER {notApplicable(0), passthrough(1), multiplexing(2)} | read-only | current |
| apexManualRouting OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.10 | |||
| apexManualRoutingConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.10.1 | |||
| apexManualRoutingConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.10.1.1 | |||
| apexManualRouteRmdClear OBJECT-TYPE Clear all RMD information from DRAM and flash. Note that apexManualRouteEnable must be set to disabled for all rows before RMD information will be cleared by this parameter. If RMD information was cleared, the APEX will set this parameter to applyNotInProgressValidData. If RMD information was not cleared, the APEX will set this parameter to applyNotInProgressInvalidData. Once written, the change to this parameter will take effect immediately. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.10.1.1.1 | ApplyDataToDeviceTYPE | read-write | current |
| apexManualRouteApplyTable OBJECT-TYPE Table of Apply Change for the data for Manual Route Table. A row in this table corresponds to the same row index in the Manual Route table. | 1.3.6.1.4.1.1166.1.31.10.1.2 | not-accessible | current | |
| apexManualRouteApplyEntry OBJECT-TYPE Manual Route Apply Table Entry. | 1.3.6.1.4.1.1166.1.31.10.1.2.1 | not-accessible | current | |
| apexManualRouteApplyIndex OBJECT-TYPE The index of the Manual Route Apply Table. | 1.3.6.1.4.1.1166.1.31.10.1.2.1.1 | Integer32 (1..768) | not-accessible | current |
| apexManualRouteApplyChange OBJECT-TYPE The Apply for the row of data in the Manual Route Table. A row in this table corresponds to the same row index in the Manual Route table. This parameter MUST be set to 'apply' in order for any of the data in the Manual Route Table row to take effect in the APEX. This parameter MUST be set LAST after all other data in the Manual Route Table row has been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.10.1.2.1.2 | ApplyDataToDeviceTYPE | read-write | current |
| apexManualRouteTable OBJECT-TYPE Table of data for Manual Routes. Once written, the change to a row this table will only take immediate effect after the appropriate apexManualRouteApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexManualRouteApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(bcmr.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.10.1.3 | not-accessible | current | |
| apexManualRouteEntry OBJECT-TYPE Manual Route Table Entry. | 1.3.6.1.4.1.1166.1.31.10.1.3.1 | not-accessible | current | |
| apexManualRouteIndex OBJECT-TYPE The index of the Manual Route Table. | 1.3.6.1.4.1.1166.1.31.10.1.3.1.1 | Integer32 (1..768) | not-accessible | current |
| apexManualRouteEnable OBJECT-TYPE Indicates that this Manual Route is enabled or disabled. | 1.3.6.1.4.1.1166.1.31.10.1.3.1.2 | EnableDisableTYPE | read-write | current |
| apexManualRouteInputType OBJECT-TYPE Input Type of input from which to obtain data. | 1.3.6.1.4.1.1166.1.31.10.1.3.1.3 | INTEGER {gbe(1), fastEnet(2)} | read-write | current |
| apexManualRouteInputInterface OBJECT-TYPE Number of the input interface, of type configured by Input Type, from which to obtain data. Range: '0' = Not Applicable GBE = 1-4 FastEnet = 1-2 | 1.3.6.1.4.1.1166.1.31.10.1.3.1.4 | Integer32 (0..4) | read-write | current |
| apexManualRouteInputUdp OBJECT-TYPE Input UDP Port from which to obtain data. Range: GBE = 0-65535 FastEnet = 1024-65535 | 1.3.6.1.4.1.1166.1.31.10.1.3.1.5 | Integer32 (0..65535) | read-write | current |
| apexManualRouteInputMulticastIp OBJECT-TYPE Input Multicast IP address from which to obtain data. An IP address of 0.0.0.0 indicates table entry not in use. Multicast IP addresses 224.0.0.0 to 224.0.0.255 are reserved. | 1.3.6.1.4.1.1166.1.31.10.1.3.1.6 | IpAddress | read-write | current |
| apexManualRouteInputSourceIp OBJECT-TYPE Input IGMP v3 Source IP from which to obtain data. If the router supports IGMP v3 the GBE will only receive data from this source IP. If Source IP is not specified or the router does not support IGMP v3 the GBE will receive data from any source device. Source IP address must be a valid singlecast address. | 1.3.6.1.4.1.1166.1.31.10.1.3.1.7 | IpAddress | read-write | current |
| apexManualRouteInputProgNum OBJECT-TYPE Input MPEG Program Number to multiplex. A value of 0 can be used as a wild card. This will cause the APEX to map the first program listed in the input PAT to the specified output (regardless of input program number). Input program number zero should only be used when mapping Single Program Transport Streams (SPTS). | 1.3.6.1.4.1.1166.1.31.10.1.3.1.8 | Integer32 (0..65535) | read-write | current |
| apexManualRouteInputPreEncryptCheck OBJECT-TYPE Manual Routing Pre-Encryption Checking. Indicates if the APEX is to check if the input service is pre-encrypted or clear. Pre-encrypted is determined by examining the input PMT for a CA ECM descriptor (any CA ECM descriptor). If pre-encrypted, setting this flag will cause the APEX to pass through ECM PID for this service. For input services that have a GI CA ECM descriptor, the APEX will also pass through the PIT message (extract and re-insert the PIT). The output PMT for pre-encrypted services will contain a CA ECM descriptor (referencing the ECM PID). When PID Remapping is enabled, pre-encryption for a service is only valid when the input ECM PID is on a different PID than the associated PMT PID. If this flag is set to pre-encryption and the input service is not pre-encrypted, then the setting of this flag has no affect on the output service. | 1.3.6.1.4.1.1166.1.31.10.1.3.1.9 | EnableDisableTYPE | read-write | current |
| apexManualRouteOutputTsNum OBJECT-TYPE Output Transport Stream Number of the output on which to place data. Zero = NotApplicable and is only valid if the apexManualRouteTable entry is not being used. | 1.3.6.1.4.1.1166.1.31.10.1.3.1.10 | Integer32 (0..48) | read-write | current |
| apexManualRouteOutputProgNum OBJECT-TYPE Output Program number to use for the program. Zero = NotApplicable and is only valid if the apexManualRouteTable entry is not being used. | 1.3.6.1.4.1.1166.1.31.10.1.3.1.11 | Integer32 (0..65535) | read-write | current |
| apexManualRouteOutputEncryptMode OBJECT-TYPE Encryption Mode. Not supported. | 1.3.6.1.4.1.1166.1.31.10.1.3.1.12 | INTEGER {clear(1)} | read-write | current |
| apexManualRouteOutputCopyProtectSource OBJECT-TYPE Copy Protection Source. Not supported. | 1.3.6.1.4.1.1166.1.31.10.1.3.1.13 | INTEGER {followInputDtcp(1), configuredSource(2)} | read-write | current |
| apexManualRouteSourceId OBJECT-TYPE Broadcast Encryption Source ID. Only applies to programs if the input type is Gbe and the output encryption mode is Broadcast Encryption. (apexOutputTsConfEncryptionType set to 'broadcastEncryption') | 1.3.6.1.4.1.1166.1.31.10.1.3.1.14 | Integer32 (0..65535) | read-write | current |
| apexManualRouteProviderId OBJECT-TYPE Broadcast Encryption Provider ID. Only applies to programs if the input type is Gbe and the output encryption mode is Broadcast Encryption. (apexOutputTsConfEncryptionType set to 'broadcastEncryption') | 1.3.6.1.4.1.1166.1.31.10.1.3.1.15 | Integer32 (0..65535) | read-write | current |
| apexManRtePassThroughApplyTable OBJECT-TYPE Table of Apply Change for the data for Manual Route Pass Through Table. A row in this table corresponds to the same row index in the Manual Route Pass Through table. | 1.3.6.1.4.1.1166.1.31.10.1.4 | not-accessible | current | |
| apexManRtePassThroughApplyEntry OBJECT-TYPE Manual Route Apply Table Entry. | 1.3.6.1.4.1.1166.1.31.10.1.4.1 | not-accessible | current | |
| apexManRtePassThroughApplyOutputTsNum OBJECT-TYPE The index of the Manual Route Pass Through Apply Table. | 1.3.6.1.4.1.1166.1.31.10.1.4.1.1 | Integer32 (1..48) | not-accessible | current |
| apexManRtePassThroughApplyChange OBJECT-TYPE The Apply for the row of data in the Manual Route Pass Through Table. A row in this table corresponds to the same row index in the Manual Route Pass Through table. This parameter MUST be set to 'apply' in order for any of the data in the Manual Route Pass Through Table row to take effect in the APEX. This parameter MUST be set LAST after all other data in the Manual Route Pass Through Table row has been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.10.1.4.1.2 | ApplyDataToDeviceTYPE | read-write | current |
| apexManRtePassThroughTable OBJECT-TYPE Table of data for Manual Route Pass Through. This table is used to pass through an entire input stream to an output stream. Once written, the change to a row this table will only take immediate effect after the appropriate apexManRtePassThroughApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexManRtePassThroughApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(bcmr.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.10.1.5 | not-accessible | current | |
| apexManRtePassThroughEntry OBJECT-TYPE Manual Route Pass Through Table Entry. | 1.3.6.1.4.1.1166.1.31.10.1.5.1 | not-accessible | current | |
| apexManRtePassThroughOutputTsNum OBJECT-TYPE The index of the Manual Route Pass Through Table. | 1.3.6.1.4.1.1166.1.31.10.1.5.1.1 | Integer32 (1..48) | not-accessible | current |
| apexManRtePassThroughEnable OBJECT-TYPE Indicates that this Manual Route Pass Through is enabled or disabled. An input stream can only be passed through to an output stream when there are no active service or PID mappings to the output stream. | 1.3.6.1.4.1.1166.1.31.10.1.5.1.2 | EnableDisableTYPE | read-write | current |
| apexManRtePassThroughInputType OBJECT-TYPE Input Type of input from which to obtain data. | 1.3.6.1.4.1.1166.1.31.10.1.5.1.3 | INTEGER {gbe(1), fastEnet(2)} | read-write | current |
| apexManRtePassThroughInputInterface OBJECT-TYPE Number of the input interface, of type configured by Input Type, from which to obtain data. Range: '0' = Not Applicable GBE = 1-4 FastEnet = 1-2 | 1.3.6.1.4.1.1166.1.31.10.1.5.1.4 | Integer32 (0..4) | read-write | current |
| apexManRtePassThroughInputUdp OBJECT-TYPE Input UDP Port from which to obtain data. Range: GBE = 0-65535 FastEnet = 1024-65535 | 1.3.6.1.4.1.1166.1.31.10.1.5.1.5 | Integer32 (0..65535) | read-write | current |
| apexManRtePassThroughInputMulticastIp OBJECT-TYPE Input Multicast IP address from which to obtain data. An IP address of 0.0.0.0 indicates table entry not in use. Multicast IP addresses 224.0.0.0 to 224.0.0.255 are reserved. | 1.3.6.1.4.1.1166.1.31.10.1.5.1.6 | IpAddress | read-write | current |
| apexManRtePassThroughInputSourceIp OBJECT-TYPE Input IGMP v3 Source IP address from which to obtain data. If the router supports IGMP v3 the GBE will only receive data from this source IP. If Source IP is not specified or the router does not support IGMP v3 the GBE will receive data from any source device. Source IP address must be a valid singlecast address. | 1.3.6.1.4.1.1166.1.31.10.1.5.1.7 | IpAddress | read-write | current |
| apexManualRouteGbeInputRedundConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.10.1.6 | |||
| apexManRteGbeInRedConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.10.1.6.1 | |||
| apexManRteGbeInRedApplyTable OBJECT-TYPE Table of Apply Change for the data for Manual Route Table. A row in this table corresponds to the same row index in the Manual Route table. | 1.3.6.1.4.1.1166.1.31.10.1.6.2 | not-accessible | current | |
| apexManRteGbeInRedApplyEntry OBJECT-TYPE Manual Routing Gbe Input Ts Configuration Apply Table Entry. | 1.3.6.1.4.1.1166.1.31.10.1.6.2.1 | not-accessible | current | |
| apexManRteGbeInRedApplyIndex OBJECT-TYPE The index of the Manual Routing Gbe Input Ts Configuration Apply Table. | 1.3.6.1.4.1.1166.1.31.10.1.6.2.1.1 | Integer32 (1..768) | not-accessible | current |
| apexManRteGbeInRedApplyChange OBJECT-TYPE The Apply for the row of data in the Manual Routing Gbe Input Ts Configuration Table. A row in this table corresponds to the same row index in the Manual Routing Gbe Input Ts Configuration table. This parameter MUST be set to 'apply' in order for any of the data in the Manual Routing Gbe Input Ts Configuration Table row to take effect in the APEX. This parameter MUST be set LAST after all other data in the Manual Routing Gbe Input Ts Configuration Table row has been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.10.1.6.2.1.2 | ApplyDataToDeviceTYPE | read-write | current |
| apexManRteGbeInRedTable OBJECT-TYPE This table is the Manual Routing Gigabit Ethernet Input Transport Stream Configuration Table. This table contains 768 rows. For Force Switching a Redundancy pair for an Input TS configured in this table, refer to the same row index in apexManRteGbeInRedForceSwitchTable. Once written, the change to this table will only take immediate effect after apexManRteGbeInRedApplyChange is set to 'apply'. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Commit(param=apexManRteGbeInRedApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(gige_red.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.10.1.6.3 | not-accessible | current | |
| apexManRteGbeInRedEntry OBJECT-TYPE Manual Routing Gigabit Ethernet Input Transport Stream Configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.10.1.6.3.1 | not-accessible | current | |
| apexManRteGbeInRedIndex OBJECT-TYPE The Manual Routing Gbe Input Ts Configuration table index. | 1.3.6.1.4.1.1166.1.31.10.1.6.3.1.1 | Integer32 (1..768) | not-accessible | current |
| apexManRteGbeInRedPriInterface OBJECT-TYPE The primary Gigabit Ethernet Interface. Zero indicates this row of the table is not in use. | 1.3.6.1.4.1.1166.1.31.10.1.6.3.1.2 | Integer32 (0..4) | read-write | current |
| apexManRteGbeInRedPriUdp OBJECT-TYPE The primary Gigabit Ethernet Input UDP Port. | 1.3.6.1.4.1.1166.1.31.10.1.6.3.1.3 | Integer32 (0..65535) | read-write | current |
| apexManRteGbeInRedPriMulticastIp OBJECT-TYPE The primary Multicast receive IP address. An IP address of 0.0.0.0 indicates table entry not in use. Multicast IP addresses 224.0.0.0 to 224.0.0.255 are reserved. | 1.3.6.1.4.1.1166.1.31.10.1.6.3.1.4 | IpAddress | read-write | current |
| apexManRteGbeInRedPriSourceIp OBJECT-TYPE This is the IP address of the source device for the primary interface. If the router supports IGMP v3 the GBE will only receive data from this source IP. If Source IP is not specified or the router does not support IGMP v3 the GBE will receive data from any source device. Source IP address must be a valid singlecast address. | 1.3.6.1.4.1.1166.1.31.10.1.6.3.1.5 | IpAddress | read-write | current |
| apexManRteGbeInRedPriLowAlarmBitRate OBJECT-TYPE This is the bit rate, in bits per second, below which the APEX will issue the apexAlarmGbeInputStreamLowBitRate alarm for the primary interface. The APEX will compare either the current Information rate or Stream rate as configured in apexManRteGbeInRedRateCompareType. Setting to zero disables the bit rate alarming. The APEX updates the bit rate statistics every five seconds. | 1.3.6.1.4.1.1166.1.31.10.1.6.3.1.6 | Integer32 | read-write | current |
| apexManRteGbeInRedPriHighAlarmBitRate OBJECT-TYPE This is the bit rate, in bits per second, above which the APEX will issue the apexAlarmGbeInputStreamHighBitRate alarm for the primary interface. The APEX will compare either the current Information rate or Stream rate as configured in apexManRteGbeInRedRateCompareType. Setting to zero disables the bit rate alarming. The APEX updates the bit rate statistics every five seconds. Not supported. | 1.3.6.1.4.1.1166.1.31.10.1.6.3.1.7 | Integer32 | read-write | current |
| apexManRteGbeInRedRateCompareType OBJECT-TYPE This is the rate to use for comparing input streams. It is either Information rate or Stream rate. This applies to monitoring for Bit Rate alarming and monitoring of Redundant Pairs. | 1.3.6.1.4.1.1166.1.31.10.1.6.3.1.8 | RateComparisonTYPE | read-write | current |
| apexManRteGbeInRedEnable OBJECT-TYPE This entry is used to enable Redundancy. | 1.3.6.1.4.1.1166.1.31.10.1.6.3.1.9 | EnableDisableTYPE | read-write | current |
| apexManRteGbeInRedThreshold OBJECT-TYPE Manual Routing Gigabit Ethernet Redundancy Threshold. This is the percent used to determine Fail Over from Primary to Secondary, and Switch Back from Secondary to Primary. If a value of zero is specified, Fail Over or Switch Back will not occur. Range is 0 to 100%. Primary Fail Over to Secondary: FailOver = (PrimaryRate) < (Threshold * SecondaryRate) The Primary must remain below the threshold for apexGbeConfInRedundMonitorPeriod. Fail Over will not occur when apexManRteGbeInRedSuspend is set to 'suspended'. Secondary Switch Back to Primary: SwitchBack = (PrimaryRate) >= (Threshold * SecondaryRate) The Primary must remain at or above the threshold for apexGbeConfInRedundMonitorPeriod seconds. The APEX will delay Switch Back an additional apexGbeConfInRedundSwitchTime seconds. Switch Back will not occur when apexManRteGbeInRedSuspend is set to 'suspended' or apexGbeConfInRedundAutoSwitchBack is 'disabled'. | 1.3.6.1.4.1.1166.1.31.10.1.6.3.1.10 | Integer32 (0..100) | read-write | current |
| apexManRteGbeInRedSuspend OBJECT-TYPE This suspends Redundant Pair switching when set to 'suspended'. This has no effect when redundancy is disabled. Forced switching of Redundant Pairs is not prevented when this is set to 'suspended'. | 1.3.6.1.4.1.1166.1.31.10.1.6.3.1.11 | INTEGER {notSuspended(1), suspended(2)} | read-write | current |
| apexManRteGbeInRedSecInterface OBJECT-TYPE The secondary Gigabit Ethernet Interface for redundancy. Zero is invalid when redundancy is enabled. | 1.3.6.1.4.1.1166.1.31.10.1.6.3.1.12 | Integer32 (0..4) | read-write | current |
| apexManRteGbeInRedSecUdp OBJECT-TYPE The secondary Gigabit Ethernet Input UDP Port for redundancy. | 1.3.6.1.4.1.1166.1.31.10.1.6.3.1.13 | Integer32 (0..65535) | read-write | current |
| apexManRteGbeInRedSecMulticastIp OBJECT-TYPE The secondary Multicast receive IP address for redundancy. An IP address of 0.0.0.0 indicates singlecast only. Multicast IP addresses 224.0.0.0 to 224.0.0.255 are reserved. | 1.3.6.1.4.1.1166.1.31.10.1.6.3.1.14 | IpAddress | read-write | current |
| apexManRteGbeInRedSecSourceIp OBJECT-TYPE This is the IP address of the source device for the secondary interface. If the router supports IGMP v3 the GBE will only receive data from this source IP. If Source IP is not specified or the router does not support IGMP v3 the GBE will receive data from any source device. Source IP address must be a valid singlecast address. | 1.3.6.1.4.1.1166.1.31.10.1.6.3.1.15 | IpAddress | read-write | current |
| apexManRteGbeInRedSecLowAlarmBitRate OBJECT-TYPE This is the bit rate, in bits per second, below which the APEX will issue the apexAlarmGbeInputStreamLowBitRate alarm for the secondary interface. The APEX will compare either the current Information rate or Stream rate as configured in apexManRteGbeInRedRateCompareType. Setting to zero disables the bit rate alarming. The APEX updates the bit rate statistics every five seconds. | 1.3.6.1.4.1.1166.1.31.10.1.6.3.1.16 | Integer32 | read-write | current |
| apexManRteGbeInRedSecHighAlarmBitRate OBJECT-TYPE This is the bit rate, in bits per second, above which the APEX will issue the apexAlarmGbeInputStreamHighBitRate alarm for the secondary interface. The APEX will compare either the current Information rate or Stream rate as configured in apexManRteGbeInRedRateCompareType. Setting to zero disables the bit rate alarming. The APEX updates the bit rate statistics every five seconds. Not supported. | 1.3.6.1.4.1.1166.1.31.10.1.6.3.1.17 | Integer32 | read-write | current |
| apexManRteGbeInRedSecRedundMcJoin OBJECT-TYPE This is not currently supported and is reserved for future use. | 1.3.6.1.4.1.1166.1.31.10.1.6.3.1.18 | INTEGER {noJoinOnOpen(1), joinOnOpen(2)} | read-write | current |
| apexManRteGbeInRedForceSwitchTable OBJECT-TYPE This table is the Manual Routing Gigabit Ethernet Input Transport Stream Redundancy Configuration Table. This table contains 768 rows. A row in this table corresponds to the same index in the apexManRteGbeInRedTable. | 1.3.6.1.4.1.1166.1.31.10.1.6.4 | not-accessible | current | |
| apexManRteGbeInRedForceSwitchEntry OBJECT-TYPE Gigabit Ethernet Input Stream Redundancy Configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.10.1.6.4.1 | not-accessible | current | |
| apexManRteGbeInRedForceSwitchIndex OBJECT-TYPE The Manual Routing Gbe Input Ts Redundancy Configuration table index. A row in this table corresponds to the same index in the apexManRteGbeInRedTable. | 1.3.6.1.4.1.1166.1.31.10.1.6.4.1.1 | Integer32 (1..768) | not-accessible | current |
| apexManRteGbeInRedForceSwitch OBJECT-TYPE The Gigabit Ethernet Redundant Pair force switch. This will have no effect if the corresponding row setting of apexManRteGbeInRedEnable is 'disabled'. The corresponding row setting apexManRteGbeInRedSuspend is ignored when 'forceSwitch' is set. The switch will occur even if apexManRteGbeInRedSuspend is 'suspended'. When forced to the Secondary of the pair, the APEX will stay on the Secondary until the user forces back to the Primary. The APEX will not automatically switch back to the Primary when the Primary is restored above the failover threshold. The APEX will not allow a force to the Primary unless the Primary is above the failover threshold. Once written, the change to this parameter will take immediate effect. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.10.1.6.4.1.2 | INTEGER {switchNotInProgress(1), forceSwitch(2)} | read-write | current |
| apexManualRoutingStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.10.2 | |||
| apexManualRoutingStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.10.2.1 | |||
| apexManualRouteInvalidApplyText OBJECT-TYPE When apexManualRouteApplyChange is set to applyNotInProgressInvalidData this entry may contain a text description of what was wrong with the data. This entry contains the description for the most recent apply of a table entry that was invalid. | 1.3.6.1.4.1.1166.1.31.10.2.1.1 | DisplayString (SIZE(0..80)) | read-only | current |
| apexManRtePassThroughInvalidApplyText OBJECT-TYPE When apexManRtePassThroughApplyChange is set to applyNotInProgressInvalidData this entry may contain a text description of what was wrong with the data. This entry contains the description for the most recent apply of a table entry that was invalid. | 1.3.6.1.4.1.1166.1.31.10.2.1.2 | DisplayString (SIZE(0..80)) | read-only | current |
| apexManRteGbeInRedInvalidApplyText OBJECT-TYPE When apexManRteGbeInRedTableApplyChange is set to applyNotInProgressInvalidData this entry may contain a text description of what was wrong with the data. This entry contains the description for the most recent apply of a table entry that was invalid. | 1.3.6.1.4.1.1166.1.31.10.2.1.3 | DisplayString (SIZE(0..80)) | read-only | current |
| apexManualRouteGbeInputRedundStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.10.2.2 | |||
| apexManRteGbeInRedStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.10.2.2.1 | |||
| apexManRteGbeInRedStatusMapTable OBJECT-TYPE This table provides the mapping between the indexes in Manual Routing Gigabit Ethernet Input Transport Stream Redundancy Configuration and Input TS Status. This table contains 768 rows. The index in this table corresponds to the same index in the apexManRteGbeInRedTable. | 1.3.6.1.4.1.1166.1.31.10.2.2.2 | not-accessible | current | |
| apexManRteGbeInRedStatusMapEntry OBJECT-TYPE Gigabit Ethernet Input Stream Redundancy Configuration and Status Mapping Table Entry. | 1.3.6.1.4.1.1166.1.31.10.2.2.2.1 | not-accessible | current | |
| apexManRteGbeInRedStatusMapIndex OBJECT-TYPE The Manual Routing Gbe Input Ts Redundancy Configuration and status mapping table index. A index in this table corresponds to the same index in the apexManRteGbeInRedTable. | 1.3.6.1.4.1.1166.1.31.10.2.2.2.1.1 | Integer32 (1..768) | not-accessible | current |
| apexManRteGbeInRedStatusMapInputTsStatRow OBJECT-TYPE The Manual Routing Gbe Input TS Status index. This provides the mapping between the entries in apexManRteGbeInRedTable and apexInputTsStatTable. The range of the index is 0 - 784, where 0 indicates no direct association between configuration and status and the 1-784 is the actual Input Stream status row (relative 1). @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.10.2.2.2.1.2 | Integer32 (0..784) | read-only | current |
| apexManualRoutingServiceStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.10.2.3 | |||
| apexManualRoutingServiceStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.10.2.3.1 | |||
| apexManualRoutingServiceStatusTable OBJECT-TYPE This table provides the error status for manual routed service routing. For each routing in manual routing table, the corresponding entry in this table gives the service error status. | 1.3.6.1.4.1.1166.1.31.10.2.3.2 | not-accessible | current | |
| apexManualRoutingServiceStatusEntry OBJECT-TYPE Manual routing service status table entry. | 1.3.6.1.4.1.1166.1.31.10.2.3.2.1 | not-accessible | current | |
| apexManualRoutingServiceStatusIndex OBJECT-TYPE Manual Routing Service Status Index. This index in this table corresponds to the same index in the apexManualRouteTable. | 1.3.6.1.4.1.1166.1.31.10.2.3.2.1.1 | Integer32 (1..768) | not-accessible | current |
| apexManualRoutingServiceErrorStatus OBJECT-TYPE Program service error for the service routed in manual routing table. The entry in this table corresponds to the same index entry in the apexManualRouteTable. | 1.3.6.1.4.1.1166.1.31.10.2.3.2.1.2 | INTEGER {notApplicable(0), ok(1), error(2)} | read-only | current |
| apexAncillaryPidMapping OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.11 | |||
| apexPidMapConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.11.1 | |||
| apexPidMapTable OBJECT-TYPE Table of data for Ancillary Pid Mapping. There are 480 rows in this table (APEX supports up to 480 ancillary PID mappings). Once written, the change to this table will only take immediate effect after apexPidMapApplyChange is set to 'apply'. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Commit(param=apexPidMapApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(bcmr.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.11.1.1 | not-accessible | current | |
| apexPidMapEntry OBJECT-TYPE Pid Mapping Table Entry. | 1.3.6.1.4.1.1166.1.31.11.1.1.1 | not-accessible | current | |
| apexPidMapIndex OBJECT-TYPE Index of Pid Mapping Table. | 1.3.6.1.4.1.1166.1.31.11.1.1.1.1 | Integer32 (1..480) | not-accessible | current |
| apexPidMapEnable OBJECT-TYPE Indicates whether this PID Mapping is enabled or disabled. | 1.3.6.1.4.1.1166.1.31.11.1.1.1.2 | EnableDisableTYPE | read-write | current |
| apexPidMapInputType OBJECT-TYPE Input Type of input from which to obtain data. | 1.3.6.1.4.1.1166.1.31.11.1.1.1.3 | INTEGER {gbe(1), fastEnet(2)} | read-write | current |
| apexPidMapInputInterface OBJECT-TYPE Number of the input, of type configured by Input Type, from which to obtain data. Range: '0' = Not Applicable GBE = 1-4 FastEnet = 1-2 | 1.3.6.1.4.1.1166.1.31.11.1.1.1.4 | Integer32 (0..4) | read-write | current |
| apexPidMapInputUdp OBJECT-TYPE Input UDP Port from which to obtain data. Range: GBE = 0-65535 FastEnet = 1024-65535 | 1.3.6.1.4.1.1166.1.31.11.1.1.1.5 | Integer32 (0..65535) | read-write | current |
| apexPidMapInputMulticastIp OBJECT-TYPE The Multicast receive IP address on which to receive data. An IP address of 0.0.0.0 indicates singlecast only. Multicast IP addresses 224.0.0.0 to 224.0.0.255 are reserved. | 1.3.6.1.4.1.1166.1.31.11.1.1.1.6 | IpAddress | read-write | current |
| apexPidMapInputSourceIp OBJECT-TYPE This is the IP address of the source device. If the router supports IGMP v3 the GBE will only receive data from this source IP. If Source IP is not specified or the router does not support IGMP v3 the GBE will receive data from any source device. Source IP address must be a valid singlecast address. | 1.3.6.1.4.1.1166.1.31.11.1.1.1.7 | IpAddress | read-write | current |
| apexPidMapInputPid OBJECT-TYPE Input MPEG PID to multiplex. When PID Remapping for an output is enabled, the input PID value and output PID value can be different. When PID Remapping for an output is disabled, the input and output PIDs must be the same. Input PID 0 (PAT PID) cannot be mapped by the user. | 1.3.6.1.4.1.1166.1.31.11.1.1.1.8 | Integer32 (0..8191) | read-write | current |
| apexPidMapOutputTsNum OBJECT-TYPE Output Transport Stream Number of the output on which to place data. Zero is only valid if the apexPidMapTable entry is not being used. | 1.3.6.1.4.1.1166.1.31.11.1.1.1.9 | Integer32 (0..48) | read-write | current |
| apexPidMapOutputPid OBJECT-TYPE Output PID to use for the data. This output PID value must match the input PID value when PID Remapping for the output stream is disabled. Zero is only valid if the apexPidMapTable entry is not being used. | 1.3.6.1.4.1.1166.1.31.11.1.1.1.10 | Integer32 (0..8191) | read-write | current |
| apexPidMapApplyTable OBJECT-TYPE Table of Apply Change for the data for PID Map Table. A row in this table corresponds to the same row index in the PID Map table. | 1.3.6.1.4.1.1166.1.31.11.1.2 | not-accessible | current | |
| apexPidMapApplyEntry OBJECT-TYPE PID Map Apply Table Entry. | 1.3.6.1.4.1.1166.1.31.11.1.2.1 | not-accessible | current | |
| apexPidMapApplyIndex OBJECT-TYPE The index of the PID Map Apply Table. | 1.3.6.1.4.1.1166.1.31.11.1.2.1.1 | Integer32 (1..480) | not-accessible | current |
| apexPidMapApplyChange OBJECT-TYPE The Apply for the row of data in the PID Map Table. A row in this table corresponds to the same row index in the PID Map table. This parameter MUST be set to 'apply' in order for any of the data in the PID Map Table row to take effect in the APEX. This parameter MUST be set LAST after all other data in the PID Map Table row has been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.11.1.2.1.2 | ApplyDataToDeviceTYPE | read-write | current |
| apexBulkPidMapTable OBJECT-TYPE Table of data for Ancillary Bulk Pid Mapping. Apex supports 480 ancillary PID map routings. There are 480 rows in this table which allows user to configure upto 480*48 PID configurations, but only 480 ancillary PID mappings will be routed on apex. Once written, the change to this table will only take immediate effect after apexBulkPidMapApplyChange is set to 'apply'. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Commit(param=apexBulkPidMapApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(bcmr.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.11.1.3 | not-accessible | current | |
| apexBulkPidMapEntry OBJECT-TYPE Bulk Pid Mapping Table Entry. | 1.3.6.1.4.1.1166.1.31.11.1.3.1 | not-accessible | current | |
| apexBulkPidMapIndex OBJECT-TYPE Index of Bulk Pid Mapping Table. This index maps with apexBulkPidMapApplyIndex Also, defines this table row size | 1.3.6.1.4.1.1166.1.31.11.1.3.1.1 | Integer32 (1..480) | not-accessible | current |
| apexBulkPidMapEnable OBJECT-TYPE Indicates whether this Bulk PID Mapping entry is enabled or disabled. | 1.3.6.1.4.1.1166.1.31.11.1.3.1.2 | EnableDisableTYPE | read-write | current |
| apexBulkPidMapInputType OBJECT-TYPE Input Type. Indicates if mapping is from gigabit ethernet or fast ethernet | 1.3.6.1.4.1.1166.1.31.11.1.3.1.3 | INTEGER {gbe(1), fastEnet(2)} | read-write | current |
| apexBulkPidMapInputInterface OBJECT-TYPE Number of the input, of type configured by Input Type, from which to obtain data. Range: '0' = Not Applicable GBE = 1-4 FastEnet = 1-2 | 1.3.6.1.4.1.1166.1.31.11.1.3.1.4 | Integer32 (0..4) | read-write | current |
| apexBulkPidMapInputUdp OBJECT-TYPE Input UDP Port from which to obtain data. Range: GBE = 0-65535 FastEnet = 1024-65535 | 1.3.6.1.4.1.1166.1.31.11.1.3.1.5 | Integer32 (0..65535) | read-write | current |
| apexBulkPidMapInputMulticastIp OBJECT-TYPE The Multicast receive IP address on which to receive data. An IP address of 0.0.0.0 indicates singlecast only. Multicast IP addresses 224.0.0.0 to 224.0.0.255 are reserved. | 1.3.6.1.4.1.1166.1.31.11.1.3.1.6 | IpAddress | read-write | current |
| apexBulkPidMapInputSourceIp OBJECT-TYPE This is the IP address of the source device. If the router supports IGMP v3 the GBE will only receive data from this source IP. If Source IP is not specified or the router does not support IGMP v3 the GBE will receive data from any source device. Source IP address must be a valid singlecast address. | 1.3.6.1.4.1.1166.1.31.11.1.3.1.7 | IpAddress | read-write | current |
| apexBulkPidMapInputPid OBJECT-TYPE Input MPEG PID to multiplex. When PID Remapping for an output is enabled, the input PID value and output PID value can be different. When PID Remapping for an output is disabled, the input and output PIDs must be the same. Input PID 0 (PAT PID) cannot be mapped by the user. Zero is only valid if the apexBulkPidMapTable entry is not being used. | 1.3.6.1.4.1.1166.1.31.11.1.3.1.8 | Integer32 (0..8191) | read-write | current |
| apexBulkPidMapOutputTsNum01to32 OBJECT-TYPE Bitfield for inserting PID streams into OTS 1 through 32 where: bit 0(lsb) = OTS 1, bit 31(msb) = OTS 32. If the bit for the OTS is set, then the current PID is inserted into the output. | 1.3.6.1.4.1.1166.1.31.11.1.3.1.9 | Unsigned32 | read-write | current |
| apexBulkPidMapOutputTsNum33to48 OBJECT-TYPE Bitfield for inserting PID streams into OTS 33 through 48 where: bit 0(lsb) = OTS 33, bit 15 = OTS 48. If the bit for the OTS is set, then the current PID is inserted into the output. Other bits are reserved. | 1.3.6.1.4.1.1166.1.31.11.1.3.1.10 | Unsigned32 | read-write | current |
| apexBulkPidMapOutputPid OBJECT-TYPE Output PID to use for the data. This output PID value must match the input PID value when PID Remapping for the output stream is disabled. Zero is only valid if the apexBulkPidMapTable entry is not being used. | 1.3.6.1.4.1.1166.1.31.11.1.3.1.11 | Integer32 (0..8191) | read-write | current |
| apexBulkPidMapApplyTable OBJECT-TYPE Table of Apply Change for the data for Bulk PID Map Table (apexBulkPidMapTable). A row in this table corresponds to the same row index in the Bulk PID Map table. | 1.3.6.1.4.1.1166.1.31.11.1.4 | not-accessible | current | |
| apexBulkPidMapApplyEntry OBJECT-TYPE Bulk PID Map Apply Table Entry. | 1.3.6.1.4.1.1166.1.31.11.1.4.1 | not-accessible | current | |
| apexBulkPidMapApplyIndex OBJECT-TYPE The index of the bulk PID map Apply Table. A row in this table corresponds to the same row index in the entry in bulk PID map table. | 1.3.6.1.4.1.1166.1.31.11.1.4.1.1 | Integer32 (1..480) | not-accessible | current |
| apexBulkPidMapApplyChange OBJECT-TYPE The Apply for the row of data in the Bulk PID Map Table. A row in this table corresponds to the same row index in the Bulk PID Map table. This paramter MUST be set to 'apply' in order for any of the data in apexBulkPidMapTable row to take effect in the APEX. If apexBulkPidMapTable is valid, host sets apexBulkPidMapApplyChange to applyNotInProgressValidData. Otherwise, host sets apexPidMapApplyChange to applyNotInProgressInvalidData. Also updates the parameter apexBulkPidMapInvalidApplyText with text description of what is wrong with changing apexBulkPidMapTable. | 1.3.6.1.4.1.1166.1.31.11.1.4.1.2 | ApplyDataToDeviceTYPE | read-write | current |
| apexPidMapConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.11.1.5 | |||
| apexPidMapConfigApplyChange OBJECT-TYPE This paramter MUST be set to 'apply' in order for any of the data in apexPidMapConfigBulkPidEnable to effect. If enabled, host deletes the pid mappings created based on apexPidMapTable and creates based on apexBulkPidMapTable. If disabled, host deletes the pid mappings created based on apexBulkPidMapTable and creates based on apexPidMapTable Host after creating pid mapping, sets apexPidMapApplyChange with applyNotInProgressValidData when the entry is successfully created. Host sets the apply change to applyNotInProgressInvalidData when any error occurs when PID mapping entry is created or when the apexPidMapConfigBulkPidEnable is set with unknown value. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.11.1.5.1 | ApplyDataToDeviceTYPE | read-write | current |
| apexPidMapConfigBulkPidEnable OBJECT-TYPE When enabled, this parameter indicates the host to route ancillary PIDs based on apexBulkPidMapTable. When disabled, this parameter indicates the host to route ancillary PIDs based on apexPidMapTable. Once written, a change to apexPidMapConfigBulkPidEnable, will only take effect after the appropriate apexPidMapConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexPidMapConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.11.1.5.2 | EnableDisableTYPE | read-write | current |
| apexPidMapInputAncillaryPidDetection OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.11.1.6 | |||
| apexPidMapInputAncillaryPidDetectionTimeout OBJECT-TYPE The loss of input ancillary PID detection timeout value in minutes. The APEX will monitor for the configured number of minutes to check whether atleast one TS packet for an input ancillay PID is received. If no packet is received the APEX will raise the alarm 'apexAlarmLossOfInputAncillaryPid' and sends event 'apexEventLossOfInputAncillaryPid'. Each ancillary PID previously received will be checked to determine that it is still being received based on this setting. Default value is 1 minute. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.11.1.6.1 | Unsigned32 (1..65535) | read-write | current |
| apexPidMapStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.11.2 | |||
| apexPidMapStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.11.2.1 | |||
| apexPidMapMaxPidMappings OBJECT-TYPE Maximum number of Ancillary PID mappings supported. | 1.3.6.1.4.1.1166.1.31.11.2.1.1 | Integer32 | read-only | current |
| apexPidMapInvalidApplyText OBJECT-TYPE When apexPidMapApplyChange is set to applyNotInProgressInvalidData this entry may contain a text description of what was wrong with the data. This entry contains the description for the most recent apply of a table entry that was invalid. | 1.3.6.1.4.1.1166.1.31.11.2.1.3 | DisplayString (SIZE(0..80)) | read-only | current |
| apexBulkPidMapStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.11.2.2 | |||
| apexBulkPidMapInvalidApplyText OBJECT-TYPE When apexBulkPidMapApplyChange is set to applyNotInProgressInvalidData this entry may contain a text description of what was wrong with the data. This entry contains the description for the most recent apply of a table entry that was invalid. | 1.3.6.1.4.1.1166.1.31.11.2.2.1 | DisplayString (SIZE(0..80)) | read-only | current |
| apexInsertion OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.12 | |||
| apexInsertionConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.12.1 | |||
| apexInsertionConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.12.1.1 | |||
| apexInsertionMode OBJECT-TYPE This parameter is used to set the insertion mode for the APEX. The APEX may be configured to insert messages as efficiently as possible (efficient) or restrict insertion to a single section starting per packet (singleSection). Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.12.1.1.1 | INTEGER {efficient(1), singleSection(2)} | read-write | current |
| apexInsertionStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.12.2 | |||
| apexInsertionStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.12.2.1 | |||
| apexInsertPacketStatisticsTable OBJECT-TYPE Table of Output Transport Stream Insert Packet Statistics. Indexed by Output Transport Stream number. | 1.3.6.1.4.1.1166.1.31.12.2.2 | not-accessible | current | |
| apexInsertPacketStatisticsEntry OBJECT-TYPE A row in the Output Transport Stream Insert Packet Statistics table. | 1.3.6.1.4.1.1166.1.31.12.2.2.1 | not-accessible | current | |
| apexInsertPacketStatOutputTsNum OBJECT-TYPE Output Transport Stream Number. | 1.3.6.1.4.1.1166.1.31.12.2.2.1.1 | Integer32 (1..48) | not-accessible | current |
| apexInsertPacketStatTotPkts OBJECT-TYPE Total number of packets inserted. | 1.3.6.1.4.1.1166.1.31.12.2.2.1.2 | Integer32 | read-only | current |
| apexInsertPacketStatNumPkts OBJECT-TYPE Number of packets inserted during the last monitoring period (currently 5 seconds). | 1.3.6.1.4.1.1166.1.31.12.2.2.1.3 | Integer32 | read-only | current |
| apexInputTransport OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.13 | |||
| apexInputTsConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.13.1 | |||
| apexInputTsConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.13.1.1 | |||
| apexInputTsStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.13.2 | |||
| apexInputTsStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.13.2.1 | |||
| apexInputTsStatTable OBJECT-TYPE Table of Input Transport Stream Status data. For each input stream in use, an entry in this row will be utilized. This table will indicate the input stream in use by type, interface, UDP, multicast IP, and Source IP address. This table will also indicate if the input stream is a Primary or Secondary input stream. Table of 768 GigE entries plus 16 Host entries (784 total input entries). List of GigE and Host Ethernet input streams currently in use. Each row contains an entry for Primary and Secondary information along with the 1 currently in use. | 1.3.6.1.4.1.1166.1.31.13.2.2 | not-accessible | current | |
| apexInputTsStatEntry OBJECT-TYPE Input Transport Stream Status Table Entry. | 1.3.6.1.4.1.1166.1.31.13.2.2.1 | not-accessible | current | |
| apexInputTsStatIndex OBJECT-TYPE Index of Input Transport Stream Status Table. | 1.3.6.1.4.1.1166.1.31.13.2.2.1.1 | Integer32 (1..784) | not-accessible | current |
| apexInputTsStatStreamInUse OBJECT-TYPE Indicates whether the primary or secondary is in use. Zero indicates this row is not in use. | 1.3.6.1.4.1.1166.1.31.13.2.2.1.2 | INTEGER {notApplicable(0), primary(1), secondary(2)} | read-only | current |
| apexInputTsStatInputType OBJECT-TYPE Input Type of both primary and secondary inputs. | 1.3.6.1.4.1.1166.1.31.13.2.2.1.3 | INTEGER {notApplicable(0), gbe(1), fastEnet(2)} | read-only | current |
| apexInputTsStatRoutingType OBJECT-TYPE Routing Type of both primary and secondary inputs. 'session' - applies to SDV session routes (RPC, RTSP). 'manual' - applies to all manual routes (Manual Routing, PID Mapping, and stream pass through). 'udpMapping - applies to UDP Port Mapping routes. | 1.3.6.1.4.1.1166.1.31.13.2.2.1.4 | INTEGER {notApplicable(0), session(1), manual(2), udpMapping(3)} | read-only | current |
| apexInputTsStatPriState OBJECT-TYPE The current state of the primary Gigabit Ethernet Input TS configured in apexManRteGbeInRedTable. States are: closed (0) - Input TS is closed or table row is not in use. openedInUse (1) - Input TS is opened and in use. openedBackup (2) - Input TS is opened as backup only. openedTransToBackup (3) - Input TS is opened, transitioning to backup state. openedTransToInUse (4) - Input TS is opened, transitioning to in use state. The states of 'openedBackup', 'openedTransToBackup', and 'openedTransToBackup' apply only to Redundant Pairs. The state of 'openedBackup' applies to the Input TS of the pair that is not currently in use. The state of 'openedTransToBackup' applies to the Input TS of the pair that is currently in use but is transitioning to be the backup, as when a Fail Over or Switch Back is occurring. The state of 'openedTransToInUse' applies to the Input TS of the pair that is currently the backup use but is transitioning to be the in use, as when a Fail Over or Switch Back is occurring. | 1.3.6.1.4.1.1166.1.31.13.2.2.1.5 | InputTsStateTYPE | read-only | current |
| apexInputTsStatPriInputInterface OBJECT-TYPE Number of the primary input interface of type Input Type. | 1.3.6.1.4.1.1166.1.31.13.2.2.1.6 | Integer32 | read-only | current |
| apexInputTsStatPriInputUdp OBJECT-TYPE Input UDP Port for primary input. | 1.3.6.1.4.1.1166.1.31.13.2.2.1.7 | Integer32 | read-only | current |
| apexInputTsStatPriInputMulticastIp OBJECT-TYPE The Multicast receive IP address for primary input. | 1.3.6.1.4.1.1166.1.31.13.2.2.1.8 | IpAddress | read-only | current |
| apexInputTsStatPriInputSourceIp OBJECT-TYPE This is the IGMP v3 Source IP address of the source device for the primary input. | 1.3.6.1.4.1.1166.1.31.13.2.2.1.9 | IpAddress | read-only | current |
| apexInputTsStatSecState OBJECT-TYPE The current state of the secondary Gigabit Ethernet Input TS configured in apexManRteGbeInRedTable. States are: closed (0) - Input TS is closed or table row is not in use. openedInUse (1) - Input TS is opened and in use. openedBackup (2) - Input TS is opened as backup only. openedTransToBackup (3) - Input TS is opened, transitioning to backup state. openedTransToInUse (4) - Input TS is opened, transitioning to in use state. The states of 'openedBackup', 'openedTransToBackup', and 'openedTransToBackup' apply only to Redundant Pairs. The state of 'openedBackup' applies to the Input TS of the pair that is not currently in use. The state of 'openedTransToBackup' applies to the Input TS of the pair that is currently in use but is transitioning to be the backup, as when a Fail Over or Switch Back is occurring. The state of 'openedTransToInUse' applies to the Input TS of the pair that is currently the backup use but is transitioning to be the in use, as when a Fail Over or Switch Back is occurring. | 1.3.6.1.4.1.1166.1.31.13.2.2.1.10 | InputTsStateTYPE | read-only | current |
| apexInputTsStatSecInputInterface OBJECT-TYPE Number of the secondary input interface of type Input Type. | 1.3.6.1.4.1.1166.1.31.13.2.2.1.11 | Integer32 | read-only | current |
| apexInputTsStatSecInputUdp OBJECT-TYPE Input UDP Port for secondary input. | 1.3.6.1.4.1.1166.1.31.13.2.2.1.12 | Integer32 | read-only | current |
| apexInputTsStatSecInputMulticastIp OBJECT-TYPE The Multicast receive IP address for secondary input. | 1.3.6.1.4.1.1166.1.31.13.2.2.1.13 | IpAddress | read-only | current |
| apexInputTsStatSecInputSourceIp OBJECT-TYPE This is the IGMP v3 Source IP address of the source device for the secondary input. | 1.3.6.1.4.1.1166.1.31.13.2.2.1.14 | IpAddress | read-only | current |
| apexInputTsStatRateCompareType OBJECT-TYPE This is the rate in use for comparing input streams. It is either Information rate or Stream rate. This applies to monitoring for Bit Rate alarming and monitoring of Redundant Pairs. | 1.3.6.1.4.1.1166.1.31.13.2.2.1.15 | RateComparisonTYPE | read-only | current |
| apexOutputTransport OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.14 | |||
| apexOutputTsConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.14.1 | |||
| apexOutputTsConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.14.1.1 | |||
| apexOutputTsUtilizationMonitoring OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.14.1.4 | |||
| apexOutputTsUtilizationMonitorGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.14.1.4.1 | |||
| apexOutputTsUtilMonAlarmThreshold OBJECT-TYPE The threshold, in percent, used to produce the apexAlarmOutputUtilizationFault alarm 'minor' while monitoring Output Transport Stream Bandwidth Utilization. An alarm of 'minor' will occur when this threshold is met or exceeded for apexOutputTsUtilMonSetAlarmDelay. The alarm will clear after remaining below this threshold for apexOutputTsUtilMonClearAlarmDelay. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.14.1.4.1.1 | Integer32 (0..100) | read-write | current |
| apexOutputTsUtilMonSetAlarmDelay OBJECT-TYPE This is the time in seconds that the Output Transport Stream must be at or exceeding apexOutputTsUtilMonAlarmThreshold before setting the apexAlarmOutputUtilizationFault alarm. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.14.1.4.1.2 | Integer32 (0..900) | read-write | current |
| apexOutputTsUtilMonClearAlarmDelay OBJECT-TYPE This is the time in seconds that the Output Transport Stream must be below apexOutputTsUtilMonAlarmThreshold before clearing the apexAlarmOutputUtilizationFault alarm. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.14.1.4.1.3 | Integer32 (0..900) | read-write | current |
| apexOutputTsUtilizationMonitorTable OBJECT-TYPE This is a table of configuration parameters for Rate Monitoring of the Output Transport Stream Bandwidth Utilization. Utilization information is accessed via apexOutputTsUtilizationTable. | 1.3.6.1.4.1.1166.1.31.14.1.4.2 | not-accessible | current | |
| apexOutputTsUtilizationMonitorEntry OBJECT-TYPE Output Transport Rate Monitoring Configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.14.1.4.2.1 | not-accessible | current | |
| apexOutputTsUtilMonOutputTsNum OBJECT-TYPE Output Transport Stream Number. | 1.3.6.1.4.1.1166.1.31.14.1.4.2.1.1 | Integer32 (1..48) | not-accessible | current |
| apexOutputTsUtilMonResetTotDropPacket OBJECT-TYPE Output Ts Reset total dropped packets. Setting to 'reset' resets same apexOutputTsUtilizTotalDropPackets index row in apexOutputTsUtilizationTable. Once written, the change to this parameter will take immediate effect. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.14.1.4.2.1.2 | ResetStatisticsTYPE | read-write | current |
| apexOutputTsConfApplyTable OBJECT-TYPE Table of Apply Change for Output Ts Config Table. This apply is only used for apexOutputTsConfOperatingMode, apexOutputTsConfEncryptionType, and apexOutputTsConfSimulcryptMode. | 1.3.6.1.4.1.1166.1.31.14.1.5 | not-accessible | current | |
| apexOutputTsConfApplyEntry OBJECT-TYPE Output Transport Stream Apply Table Entry. | 1.3.6.1.4.1.1166.1.31.14.1.5.1 | not-accessible | current | |
| apexOutputTsConfApplyIndex OBJECT-TYPE Index of Output Transport Stream Apply Table. | 1.3.6.1.4.1.1166.1.31.14.1.5.1.1 | Integer32 (1..48) | not-accessible | current |
| apexOutputTsConfApplyChange OBJECT-TYPE The apply for Output Ts Config Table. This apply is only used for apexOutputTsConfOperatingMode, apexOutputTsConfEncryptionType, and apexOutputTsConfSimulcryptMode. A row in this table corresponds to the same row index in the Output Ts Config table. This parameter MUST be set to 'apply' in order for the items listed above to take effect in the APEX. This parameter MUST be set LAST after the relevant data in the Output Ts Config row has been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.14.1.5.1.2 | ApplyDataToDeviceTYPE | read-write | current |
| apexOutputTsConfigTable OBJECT-TYPE This is a table of configuration parameters for Output Transport Streams. Once written, a change to apexOutputTsConfEncryptionType, apexOutputTsConfOperatingMode, or apexOutputTsConfSimulcryptMode will only take immediate effect after the appropriate apexOutputTsConfApplyChange is set to 'apply'. All other changes to this table will take immediate effect. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.14.1.6 | not-accessible | current | |
| apexOutputTsConfigEntry OBJECT-TYPE Output Transport Stream Configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.14.1.6.1 | not-accessible | current | |
| apexOutputTsConfOutputTsNum OBJECT-TYPE Output Transport Stream Number. | 1.3.6.1.4.1.1166.1.31.14.1.6.1.1 | Integer32 (1..48) | not-accessible | current |
| apexOutputTsConfPidRemappingMode OBJECT-TYPE The PID Remapping mode setting. When 'disabled', the output PIDs for all services and ancillary PIDs are the same as the input PID values. This scheme can only be used when either mapping an entire MPTS to a QAM output or when SPTS are mapped and the user has already ensured that all of the PIDs across all inputs mapped to the same output stream are unique. When 'remapWithoutReuse', the APEX will determine the output PIDs from a predetermined range of PIDs for services and ancillary PIDs. The APEX will use a scheme to limit the reuse of service PIDs for each service mapping. This scheme MUST be used for outputs in Session Control mode and in normally in UDP Port Mapping mode (exception noted below). When receiving SPTS inputs, in order to ensure there are no PID conflicts, this scheme should be selected. When 'remapProgramBased', the APEX will determine the output PIDs from a predetermined range of PIDs for services and ancillary PIDs. The APEX uses a scheme to select the PMT PID based on the program number. The PMT PID is calculated as follows: (Program Number + 1) * 16. The component PIDs are sequential after the PMT PID. This scheme only allows for a total of 15 component PIDs per program. Output program numbers are also limited (1-256). This scheme is intended to be used when in UDP Port Mapping mode at specific sites. When 'unrestricted', the APEX will allocate output PIDs as long as they are needed using the whole available PIDs range, unlike other pid-remapping modes where PID values are internally pre-allocated for different uses (PMT, components, ECM, ...). This scheme is only recommended for cases when the user need a special pre-assigned EMM pid that can't be configured in the other pid-remapping modes. PID Remapping mode changes can only occur when the output is not in use (no service, PID, or stream mapping active to the output). | 1.3.6.1.4.1.1166.1.31.14.1.6.1.2 | INTEGER {disabled(1), remapWithoutReuse(2), remapProgramBased(3), remapProgramBased2(4), unrestricted(5)} | read-write | current |
| apexOutputTsConfOperatingMode OBJECT-TYPE This parameter is used to set the operating mode of the output. Operating mode changes can only occur when the output is not in use (no service, PID, or stream mapping active to the output). Session Control - User must select either RTSP or RPC to communicate with external resource manager. All service mappings on output are controlled by the external manager. - Only valid when Encryption Type is set to CTE or None - If 'apexEncryptionConfAlgorithm' is set to dvb-csa-simulcrypt, then it is valid only when Simulcrypt Mode is set to None. - PID Remapping mode should be Enabled (Without Reuse) Manual Routing - User manually maps each service - Encryption Type can be any valid setting (none, CTE, or Broadcast) - Simulcrypt Mode must be None or External EIS UDP Port Mapping - Standard UDP Port Mapping for use with VOD servers. Uses specific algorithm based on UDP Port to determine output program mappings. - Encryption Type must be None or CTE (broadcast not supported) - Simulcrypt Mode must be None or External EIS Operating mode changes can only occur when the output is not in use (no service, PID, or stream mapping active to the output). @Commit(param=apexOutputTsConfApplyChange, value=2) | 1.3.6.1.4.1.1166.1.31.14.1.6.1.3 | INTEGER {notInUse(0), sessionControl(1), manualRouting(2), udpMapping(3), depi(4)} | read-write | current |
| apexOutputTsConfOutPatTsId OBJECT-TYPE Output Transport Stream ID to use for the output PAT in this Output Transport Stream. Changes to the output PAT TS ID can be made at any time and will cause the output PAT to automatically be updated to reflect the new TS ID setting. | 1.3.6.1.4.1.1166.1.31.14.1.6.1.4 | Integer32 (0..65535) | read-write | current |
| apexOutputTsConfPsipEnable OBJECT-TYPE This parameter indicates that PSIP is enabled for the Output Transport Stream. | 1.3.6.1.4.1.1166.1.31.14.1.6.1.5 | EnableDisableTYPE | read-write | current |
| apexOutputTsConfEncryptionType OBJECT-TYPE This parameter is used to set the encryption type of the output. 'noEncryption' - All services are output in the clear 'cte' - Services on output use Common Tier Encryption. CTE parameters determine encryption mode, copy protection, and tiers. All services in CTE mode use the exact same configuration settings. - Valid for all operating modes - Simulcrypt Mode must be set to None if the Encryption Algorithm is set to 'dvb-csa-simulcrypt'. 'broadcastEncryption' - Services on output use Broadcast Encryption. Requires connection to RDS (DAC) to get EMMs and Rights Meta Data (tiers, encryption mode, and copy protection settings) for each individual service. - Only valid when Operating Mode is Manual Routing. - Simulcrypt Mode must be set to None if the Encryption Algorithm is set to 'dvb-csa-simulcrypt'. @Commit(param=apexOutputTsConfApplyChange, value=2) | 1.3.6.1.4.1.1166.1.31.14.1.6.1.6 | INTEGER {noEncryption(0), cte(1), broadcastEncryption(2)} | read-write | current |
| apexOutputTsConfSimulcryptMode OBJECT-TYPE This parameter is used to set the Simulcrypt mode of the output. The actual behavior is disable/enable (none/externalEIS). It can be set to externalEIS if: - The Encryption Algorithm is set to 'dvb-csa-simulcrypt' and the Operating Mode is set to 'ManualRouting' or 'udpMapping'. - The Encryption Algorithm is set to 'mc-scte-52-simulcrypt' or 'mc-csa-simulcrypt' and the Operating Mode is set to 'ManualRouting', 'udpMapping' or 'SessionControl'. It only can be none if there are no SCGs provisioned on that output TS. 'none' - Used for normal Mediacypher only encryption (CTE or Broadcast Encryption). 'externalEIS' - When Encryption Algorithm is set to 'dvb-csa-simulcrypt', it is used to indicate an external EIS can control the encryption of all services on the output. - When Encryption Algorithm is set to 'mc-scte-52-simulcrypt' or 'mc-csa-simulcrypt', it is used to indicate that APEX will act as the EIS to control encryption of all services on the output. - Only valid when: - Encryption Algorithm is set to 'dvb-csa-simulcrypt' and Operating Mode is set to 'ManualRouting' or 'udpMapping' - Encryption Algorithm is set to 'mc-scte-52-simulcrypt' or 'mc-csa-simulcrypt' and the Operating Mode is set to 'ManualRouting', 'udpMapping' or 'SessionControl'. 'internalEIS' - Not supported at this time and is invalid to select. @Commit(param=apexOutputTsConfApplyChange, value=2) | 1.3.6.1.4.1.1166.1.31.14.1.6.1.7 | INTEGER {none(0), externalEIS(1), internalEIS(2)} | read-write | current |
| apexOutputTsConfPcrLess OBJECT-TYPE This parameter indicates that PCR-less is enabled for the Output Transport Stream. | 1.3.6.1.4.1.1166.1.31.14.1.6.1.8 | EnableDisableTYPE | read-write | current |
| apexOutputTsConfAutoSDTEnable OBJECT-TYPE This parameter enables/disables the Auto SDT mapping feature for the Output Transport Stream. | 1.3.6.1.4.1.1166.1.31.14.1.6.1.9 | EnableDisableTYPE | read-write | current |
| apexOutputTsStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.14.2 | |||
| apexOutputTsStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.14.2.1 | |||
| apexOutputTsStatusInvalidApplyText OBJECT-TYPE When apexOutputTsConfApplyChange is set to 'applyNotInProgressInvalidData' this entry may contain a text description of what was wrong with the data. This entry contains the description for the most recent apply of a related entry that was invalid. | 1.3.6.1.4.1.1166.1.31.14.2.1.1 | DisplayString (SIZE(0..80)) | read-only | current |
| apexOutputTsUtilization OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.14.2.2 | |||
| apexOutputTsUtilizationGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.14.2.2.1 | |||
| apexOutputTsUtilizationSamplePeriod OBJECT-TYPE Sample Period for Output Transport Stream Bandwidth Utilization Rate Monitoring. This parameter indicates the length of time in milliseconds the stream is monitored during a single sample. This can be used with apexOutputTsUtilizNumSamples to determine the amount of time or percent of time the stream was monitored during a fifteen minute sampling interval. | 1.3.6.1.4.1.1166.1.31.14.2.2.1.1 | Integer32 | read-only | current |
| apexOutputTsUtilizationTable OBJECT-TYPE This is a table of status parameters containing bandwidth utilization for Output Transport Streams. The sampling interval is up to fifteen minutes. There is a rolling average as well as last sample, peak, and minimum information. There is overflow information and dropped packet counts. This table is indexed by Output Transport Stream Number. | 1.3.6.1.4.1.1166.1.31.14.2.2.2 | not-accessible | current | |
| apexOutputTsUtilizationEntry OBJECT-TYPE Output Transport Stream Bandwidth Utilization Table Entry. | 1.3.6.1.4.1.1166.1.31.14.2.2.2.1 | not-accessible | current | |
| apexOutputTsUtilizOutpuTsNum OBJECT-TYPE Output Transport Stream Number. | 1.3.6.1.4.1.1166.1.31.14.2.2.2.1.1 | Integer32 (1..48) | not-accessible | current |
| apexOutputTsUtilizDataFlag OBJECT-TYPE Flag to indicate whether the Output Transport Stream was monitored a full fifteen minute sampling interval and a complete set of samples was obtained. 'samplingComplete' - indicates sampling complete with good samples. 'samplingIncomplete' - indicates incomplete sampling due to APEX startup or OTS rate changed during the period. | 1.3.6.1.4.1.1166.1.31.14.2.2.2.1.2 | INTEGER {notApplicable(0), samplingComplete(1), samplingIncomplete(2)} | read-only | current |
| apexOutputTsUtilizNumSamples OBJECT-TYPE Number of samples included in the data. This can be used with apexOutputTsUtilizationSamplePeriod to determine the amount of time or percent of time the stream was monitored during the sampling interval. | 1.3.6.1.4.1.1166.1.31.14.2.2.2.1.3 | Unsigned32 | read-only | current |
| apexOutputTsUtilizThreshold OBJECT-TYPE Indicates whether there is a utilization error has occurred. The error occurs when Output Utilization Alarm Threshold has been reached for Output Utilization Set Alarm Delay seconds and will clear after the output is below the Output Utilization Alarm Threshold for Output Utilization Clear Alarm Delay. This field is also cleared when the QAM output is disabled. | 1.3.6.1.4.1.1166.1.31.14.2.2.2.1.4 | INTEGER {notApplicable(0), noError(1), alarmThresholdReached(2)} | read-only | current |
| apexOutputTsUtilizTime OBJECT-TYPE Time in GPS seconds (apexSystemTime) that this table row was saved. When GPS time is not available to the apex (apexSystemTime=0) a clock maintained inside the APEX will be used. This clock starts at GPS time zero when the apex is booted. The APEX will use real GPS time if and when GPS time becomes available to the APEX. | 1.3.6.1.4.1.1166.1.31.14.2.2.2.1.5 | Unsigned32 | read-only | current |
| apexOutputTsUtilizCurPercent OBJECT-TYPE Percent utilization of most recently taken sample. | 1.3.6.1.4.1.1166.1.31.14.2.2.2.1.6 | Integer32 (0..100) | read-only | current |
| apexOutputTsUtilizAvgPercent OBJECT-TYPE Average percent utilization over the rolling sampling interval. | 1.3.6.1.4.1.1166.1.31.14.2.2.2.1.7 | Integer32 (0..100) | read-only | current |
| apexOutputTsUtilizMinPercent OBJECT-TYPE Minimum percent utilization for a sample during the rolling sampling interval. | 1.3.6.1.4.1.1166.1.31.14.2.2.2.1.8 | Integer32 (0..100) | read-only | current |
| apexOutputTsUtilizPeakPercent OBJECT-TYPE Peak percent utilization for a sample during the rolling sampling interval. | 1.3.6.1.4.1.1166.1.31.14.2.2.2.1.9 | Integer32 (0..100) | read-only | current |
| apexOutputTsUtilizCurRate OBJECT-TYPE Utilization of most recently taken sample in bits per second (bps). | 1.3.6.1.4.1.1166.1.31.14.2.2.2.1.10 | Unsigned32 | read-only | current |
| apexOutputTsUtilizAvgRate OBJECT-TYPE Average utilization for the rolling sampling interval in bits per second (bps). | 1.3.6.1.4.1.1166.1.31.14.2.2.2.1.11 | Unsigned32 | read-only | current |
| apexOutputTsUtilizMinRate OBJECT-TYPE Minimum utilization for a sample during this sampling interval in bits per second (bps). | 1.3.6.1.4.1.1166.1.31.14.2.2.2.1.12 | Unsigned32 | read-only | current |
| apexOutputTsUtilizPeakRate OBJECT-TYPE Peak utilization for a sample during the rolling sampling interval in bits per second (bps). | 1.3.6.1.4.1.1166.1.31.14.2.2.2.1.13 | Unsigned32 | read-only | current |
| apexOutputTsUtilizOverflow OBJECT-TYPE Indicates whether an overflow error has occurred. This field will clear if the output has no overflows. This field is also cleared when the QAM output is disabled. | 1.3.6.1.4.1.1166.1.31.14.2.2.2.1.14 | INTEGER {notApplicable(0), noError(1), overflow(2)} | read-only | current |
| apexOutputTsUtilizCurDropPackets OBJECT-TYPE MPEG packets dropped during the most recently taken sample. | 1.3.6.1.4.1.1166.1.31.14.2.2.2.1.15 | Unsigned32 | read-only | current |
| apexOutputTsUtilizPeakDropPackets OBJECT-TYPE Peak MPEG packets dropped for a sample during the rolling sampling interval. | 1.3.6.1.4.1.1166.1.31.14.2.2.2.1.16 | Unsigned32 | read-only | current |
| apexOutputTsUtilizRollingDropPackets OBJECT-TYPE Total MPEG packets dropped during the rolling sampling interval. | 1.3.6.1.4.1.1166.1.31.14.2.2.2.1.17 | Unsigned32 | read-only | current |
| apexOutputTsUtilizTotalDropPackets OBJECT-TYPE Total MPEG packets dropped on the QAM Output. Can be reset using apexOutputTsUtilMonResetTotDropPacket. | 1.3.6.1.4.1.1166.1.31.14.2.2.2.1.18 | Unsigned32 | read-only | current |
| apexOutputTsUtilizThresholdAlarm OBJECT-TYPE Current fault condition of apexOutputTsUtilizThreshold. This is the apexAlarmOutputUtilizationFault level for this output. | 1.3.6.1.4.1.1166.1.31.14.2.2.2.1.19 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexOutputTsUtilizOverflowAlarm OBJECT-TYPE Current fault condition of apexOutputTsUtilizOverflow. This is the apexAlarmOutputOverflow level for this output. | 1.3.6.1.4.1.1166.1.31.14.2.2.2.1.20 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexOutputTsStatusTable OBJECT-TYPE Table of Output Transport Status. Indexed by Output Transport Stream number. | 1.3.6.1.4.1.1166.1.31.14.2.5 | not-accessible | current | |
| apexOutputTsStatusEntry OBJECT-TYPE A row in the Output Transport Stream Status table. | 1.3.6.1.4.1.1166.1.31.14.2.5.1 | not-accessible | current | |
| apexOutputTsStatusOutputTsNum OBJECT-TYPE Output Transport Stream Number. | 1.3.6.1.4.1.1166.1.31.14.2.5.1.1 | Integer32 (1..48) | not-accessible | current |
| apexOutputTsStatusProgramsPerTs OBJECT-TYPE Number of Output Programs supported on this Output Transport Stream. | 1.3.6.1.4.1.1166.1.31.14.2.5.1.2 | Integer32 | read-only | current |
| apexOutputTsStatusServicesMapped OBJECT-TYPE Number of services currently mapped to the output. | 1.3.6.1.4.1.1166.1.31.14.2.5.1.3 | Integer32 | read-only | current |
| apexOutputTsStatusAncillaryPidsMapped OBJECT-TYPE Number of ancillary PIDs currently mapped to the output. | 1.3.6.1.4.1.1166.1.31.14.2.5.1.4 | Integer32 | read-only | current |
| apexOutputTsStatusInputStreamsMapped OBJECT-TYPE Number of input streams currently mapped to the output. | 1.3.6.1.4.1.1166.1.31.14.2.5.1.5 | Integer32 | read-only | current |
| apexOutputTsStatusFault OBJECT-TYPE Highest current fault condition associated with this Output Transport Stream. The following Alarms are included: - apexAlarmOutputOverflow - apexAlarmOutputUtilizationFault - apexAlarmQamModuleFault - apexAlarmQamRfPortFault - apexAlarmQamChannelFault | 1.3.6.1.4.1.1166.1.31.14.2.5.1.6 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexOutputTsStatusServicesInError OBJECT-TYPE Number of services in error mapped to the output stream. | 1.3.6.1.4.1.1166.1.31.14.2.5.1.7 | Integer32 | read-only | current |
| apexOutputTsStatusDepiSessionsMapped OBJECT-TYPE Number of DEPI sessions currently mapped to the output. | 1.3.6.1.4.1.1166.1.31.14.2.5.1.8 | Integer32 | read-only | current |
| apexOutputTsStatusMessageGenerationNum OBJECT-TYPE Number of messages generated (DVB tables) currently in the output. | 1.3.6.1.4.1.1166.1.31.14.2.5.1.9 | Integer32 | read-only | current |
| apexOutputTsStatusScgsProvisioned OBJECT-TYPE Number of SCGs provisioned currently in the output. | 1.3.6.1.4.1.1166.1.31.14.2.5.1.10 | Integer32 | read-only | current |
| apexOutputTsStatusServicesMuxed OBJECT-TYPE Number of services successfully multiplexed. | 1.3.6.1.4.1.1166.1.31.14.2.5.1.11 | Integer32 | read-only | current |
| apexPsi OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.15 | |||
| apexPsiConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.15.1 | |||
| apexPsiConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.15.1.1 | |||
| apexPsiDetectionEnabled OBJECT-TYPE The loss of input PSI detection enabled or disabled setting. When enabled, the APEX will check for missing input PSI (PATs and PMTs) based on the PSI detection timeout value. When an input PSI message is determined to be missing, the APEX will assume the input service or services are no longer being streamed and unmap the service(s). This checking only occurs after an initial PSI message has been extracted. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.15.1.1.1 | EnableDisableTYPE | read-write | current |
| apexPsiDetectionTimeout OBJECT-TYPE The loss of input PSI detection timeout value. When PSI detection is enabled, this is the number of seconds the APEX will use to determine if an input PSI message is missing. Each PSI message previously extracted will be checked to determine that it is still being received based on this setting. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.15.1.1.2 | Integer32 (1..21600) | read-write | current |
| apexPsiRangeStart OBJECT-TYPE Minimum PSI version number. Used to limit the APEX to use a specific range of PSI numbers. Set this to 0 to allow the APEX to use the full range of PSI version numbers (requires apexPsiRangeStop to be set to 31). Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.15.1.1.3 | Integer32 (0..15) | read-write | current |
| apexPsiRangeStop OBJECT-TYPE Maximum PSI version number. Used to limit the APEX to use a specific range of PSI numbers. Set this to 31 to allow the APEX to use the full range of PSI version numbers (requires apexPsiRangeStart to be set to 0). Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.15.1.1.4 | Integer32 (1..31) | read-write | current |
| apexPatVersionIncrement OBJECT-TYPE Increment of PAT version upon reboot. Used to force the APEX to use a different PAT version number upon rebooting. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.15.1.1.5 | Integer32 (1..15) | read-write | current |
| apexPmtVersionIncrement OBJECT-TYPE Increment of PMT version upon reboot. Used to force the APEX to use a different PMT version number upon rebooting. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.15.1.1.6 | Integer32 (1..15) | read-write | current |
| apexEcmEmmFirstPid OBJECT-TYPE First ECM-EMM PID when PID Remapping is disabled on an output stream. This PID along with the apexEcmEmmNumberPids defines a range of PIDs that the APEX will use for all ECMs and EMMs. These configuration settings allow a user to select a range that other service and ancillary PIDs will not use. This allows the APEX to use PIDs for ECMs and EMMs without having PID collisions. PID collisions will cause the APEX to select another ECM or EMM PID causing momentary glitches of the output video and audio. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.15.1.1.7 | Integer32 (2..7591) | read-write | current |
| apexEcmEmmNumberPids OBJECT-TYPE Number of ECM-EMM PIDs to use when PID Remapping is disabled on an output stream. Refer to the apexEcmEmmFirstPid parameter for a complete description. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.15.1.1.8 | Integer32 | read-write | current |
| apexProgramBasedPmtOffset OBJECT-TYPE Program Based PID Remapping PMT PID offset. Determines the first PMT PID to use when Program Based algorithm selected. PMT PID is calculated as: (Program Number + Offset) * 16 Program Numbers can range from 1 - 255, allowing for PMTs to start at 0x0020 or 0x0030 up to 0x1000 and 0x1010. Changes to offset will NOT require a reboot, but if there are any service mappings already in use on an output in Program Based mode, then the change will NOT take effect and the user will have to remove all mappings on outputs in Program Based mode. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.15.1.1.9 | Integer32 (1 | 2) | read-write | current |
| apexPsiCcErrorDetectionTimeout OBJECT-TYPE Time in seconds to wait for PSI extraction after a CC error is detected. This is applicable if the object apexPsiCcErrorDetectionEnabled is set to enabled only. Default value is 2 seconds. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.15.1.1.10 | Integer32 (1..60) | read-write | current |
| apexPsiCcErrorDetectionEnabled OBJECT-TYPE Enable/disable field to start/stop PSI extraction when a Continuity Counter error is detected. The PSI extraction is stopped for the time duration configured in the object apexPsiCcErrorDetectionTimeout. Default value is enabled. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.15.1.1.11 | EnableDisableTYPE | read-write | current |
| apexPsiStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.15.2 | |||
| apexPsiStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.15.2.1 | |||
| apexPsiStatusTable OBJECT-TYPE The following table contains a list of messages that are either being extracted from the input side or being inserted to the output side of the apex. On the input side all extracted messages that are being used by the APEX are displayed. On the output side, only PATs, PMTs, and CATs are displayed. These messages were either given to the apex when it is in external mode or created by the apex when it is in internal mode. | 1.3.6.1.4.1.1166.1.31.15.2.2 | not-accessible | current | |
| apexPsiStatusEntry OBJECT-TYPE PSI Table Entry. | 1.3.6.1.4.1.1166.1.31.15.2.2.1 | not-accessible | current | |
| apexPsiStatusTableType OBJECT-TYPE Indicates whether this message is extracted from an input or being inserted on an output. | 1.3.6.1.4.1.1166.1.31.15.2.2.1.1 | INTEGER {inputPsiTable(1), outputPsiTable(2)} | not-accessible | current |
| apexPsiStatusIndex OBJECT-TYPE Indicates the input index or output number for which this message applies. For input, this is the index into the apexInputTsStatTable (1..784). For output, this is the Output Transport Stream number (1..48). | 1.3.6.1.4.1.1166.1.31.15.2.2.1.2 | Integer32 (1..784) | not-accessible | current |
| apexPsiStatusPid OBJECT-TYPE Indicates the PID that this message is contained in. | 1.3.6.1.4.1.1166.1.31.15.2.2.1.3 | Integer32 (0..8191) | not-accessible | current |
| apexPsiStatusMessageType OBJECT-TYPE Indicates the MPEG message type of this message. | 1.3.6.1.4.1.1166.1.31.15.2.2.1.4 | Integer32 (0..255) | not-accessible | current |
| apexPsiStatusProgramNumber OBJECT-TYPE Indicates the Program Number which this message is part of. When a message is not specifically related to a program, this value is 0. | 1.3.6.1.4.1.1166.1.31.15.2.2.1.5 | Integer32 (0..65535) | not-accessible | current |
| apexPsiStatusSegment OBJECT-TYPE Indicates the segment number of this message. Useful for PAT messages. Otherwise this is 0. | 1.3.6.1.4.1.1166.1.31.15.2.2.1.6 | Integer32 (0..256) | not-accessible | current |
| apexPsiStatusPart OBJECT-TYPE Since a message can be 1024 bytes long the message may divided into parts. Each part of the message is indexed using this index. | 1.3.6.1.4.1.1166.1.31.15.2.2.1.7 | Integer32 (1..16) | not-accessible | current |
| apexPsiStatusBody OBJECT-TYPE Raw ASCII hex of the PSI message. | 1.3.6.1.4.1.1166.1.31.15.2.2.1.8 | DisplayString | read-only | current |
| apexPsiStatusGpsTime OBJECT-TYPE The GPS time when the PSI was added to the table. | 1.3.6.1.4.1.1166.1.31.15.2.2.1.9 | Integer32 | read-only | current |
| apexOutputProgram OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.16 | |||
| apexOutputProgramConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.16.1 | |||
| apexOutputProgramConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.16.1.1 | |||
| apexOutputProgramStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.16.2 | |||
| apexOutputProgramStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.16.2.1 | |||
| apexOutputProgramTable OBJECT-TYPE This table shows the input program to output program mapping status. | 1.3.6.1.4.1.1166.1.31.16.2.2 | not-accessible | current | |
| apexOutputProgramEntry OBJECT-TYPE Output Program Table Entry. | 1.3.6.1.4.1.1166.1.31.16.2.2.1 | not-accessible | current | |
| apexOutputProgramIndex OBJECT-TYPE Output Program Table Index. | 1.3.6.1.4.1.1166.1.31.16.2.2.1.1 | Integer32 (1..768) | not-accessible | current |
| apexOutputProgramInputTsIndex OBJECT-TYPE The index into the apexInputTsStatTable. | 1.3.6.1.4.1.1166.1.31.16.2.2.1.2 | Integer32 | read-only | current |
| apexOutputProgramInputProgNum OBJECT-TYPE Input MPEG Program Number. | 1.3.6.1.4.1.1166.1.31.16.2.2.1.3 | Integer32 | read-only | current |
| apexOutputProgramOutputProgNum OBJECT-TYPE Output MPEG Program Number. | 1.3.6.1.4.1.1166.1.31.16.2.2.1.4 | Integer32 | read-only | current |
| apexOutputProgramRoutingStatus OBJECT-TYPE Current Program Routing Status. | 1.3.6.1.4.1.1166.1.31.16.2.2.1.5 | DisplayString (SIZE(0..64)) | read-only | current |
| apexOutputProgramInputPreEncrypted OBJECT-TYPE Indicates whether the program was pre-encrypted. Pre-encryption status is determined by the presence or absence of a CA ECM descriptor within the input PMT. | 1.3.6.1.4.1.1166.1.31.16.2.2.1.6 | INTEGER {notApplicable(0), clear(1), preEncrypted(2)} | read-only | current |
| apexOutputProgramOutputTsNum OBJECT-TYPE Output Transport Stream Number. | 1.3.6.1.4.1.1166.1.31.16.2.2.1.7 | Integer32 (0..48) | read-only | current |
| apexOutputProgramError OBJECT-TYPE Indicates if the program is in error. | 1.3.6.1.4.1.1166.1.31.16.2.2.1.8 | INTEGER {notApplicable(0), ok(1), error(2)} | read-only | current |
| apexOutputProgramEncryptionMode OBJECT-TYPE Currently configured encryption mode for the program. none - indicates the program is not being encrypted for CTE or Broadcast encryption. unencrypted - Applies to Broadcast services only. Unencrypted services are treated the same as clear services (no encryption). preEncrypted - Applies to Broadcast services only. Input program pre-encryption checking is applied. Output program is not encrypted by the APEX, regardless if input encrypted or not. unencryptedWithCci - True unencrypted mode where packets are not scrambled, but ECMs are inserted and ECM CA reference is added to output PMT (PRK contains Copy Protection information). | 1.3.6.1.4.1.1166.1.31.16.2.2.1.9 | INTEGER {none(0), full(1), fwk(2), fpk(3), clear(4), unencrypted(5), preEncrypted(6), unencryptedWithCci(7)} | read-only | current |
| apexOutputProgramEncryptionStatus OBJECT-TYPE Current Program Encryption Status. | 1.3.6.1.4.1.1166.1.31.16.2.2.1.10 | DisplayString (SIZE(0..64)) | read-only | current |
| apexOutputProgramEcmServiceId OBJECT-TYPE The ECM service ID used when this program is encrypted. This is the service ID used in all ECM messages for this program. | 1.3.6.1.4.1.1166.1.31.16.2.2.1.11 | Integer32 | read-only | current |
| apexOutputProgramCciLevel OBJECT-TYPE Copy protection CCI Level. This is only applicable when the program is being encrypted. | 1.3.6.1.4.1.1166.1.31.16.2.2.1.12 | INTEGER {notApplicable(0), notDefined(1), copyFreely(2), copyOnce(3), copyNever(4), noMoreCopies(5)} | read-only | current |
| apexOutputProgramApsLevel OBJECT-TYPE Copy protection Analog Protection Services Level. This is only applicable when the program is being encrypted. | 1.3.6.1.4.1.1166.1.31.16.2.2.1.13 | INTEGER {notApplicable(0), notDefined(1), off(2), splitBurstOff(3), splitBurst2Line(4), splitBurst4Line(5)} | read-only | current |
| apexOutputProgramCitSetting OBJECT-TYPE Copy protection Constraint Image Trigger setting. This is only applicable when the program is being encrypted. | 1.3.6.1.4.1.1166.1.31.16.2.2.1.14 | INTEGER {notApplicable(0), disabled(1), enabled(2)} | read-only | current |
| apexOutputProgramNumberTiers OBJECT-TYPE The number of program tiers. This is only applicable when the program is being encrypted. | 1.3.6.1.4.1.1166.1.31.16.2.2.1.15 | Integer32 | read-only | current |
| apexOutputProgramTierData OBJECT-TYPE Current Program Tier Data. Tier information is in hexadecimal format. Up to 7 tiers of information are provided for each program. Tier information for each program consists of 8 bytes of information. First 4 bytes are the program tier value in hexadecimal. Next 4 bytes are the tier type in hexadecimal format. This is only applicable when the program is being encrypted. | 1.3.6.1.4.1.1166.1.31.16.2.2.1.16 | DisplayString | read-only | current |
| apexOutputProgramSourceId OBJECT-TYPE Broadcast Encryption Source ID. Only applies to programs when the input type is Gbe and the output encryption mode is Broadcast Encryption. (apexOutputTsConfEncryptionType set to 'broadcastEncryption') | 1.3.6.1.4.1.1166.1.31.16.2.2.1.17 | Integer32 (0..65535) | read-only | current |
| apexOutputProgramProviderId OBJECT-TYPE Broadcast Encryption Provider ID. Only applies to programs when the input type is Gbe and the output encryption mode is Broadcast Encryption. (apexOutputTsConfEncryptionType set to 'broadcastEncryption') | 1.3.6.1.4.1.1166.1.31.16.2.2.1.18 | Integer32 (0..65535) | read-only | current |
| apexOutputProgramProgramType OBJECT-TYPE Indicates how programs are to be built by the encryptor. 1 - programsDerived (default) - programs are derived where the encryptor builds the programs internally for the specified service. The program related ECM messages and program name/info messages are derived from the service RMD data and internal schedules. This program type is typically used for subscription services. 2 - programInfoProvided - the encryptor should build the programs based on the program information provided by the controller via the <programInfo> element of the ServiceProgramReply payload. The service RMD data is still used to generate the program related ECM messages. 3 - programEcmProvided - the encryptor should use pre-built ECM program messages as provided by the controller via the <programEcm> element of the ServiceProgramReply payload. For this program type, the controller provides the schedules; however, the encryptor must default much of the program info message since not detailed program information is provided. DTA content protection encryption makes use of the 'programEcmProvided' program type since the ECM messages cannot be derived by the encryptor. 4 - programInfoAndEcmProvided - the encryptor should build the programs based on both the program information and pre-built ECM messages provided by the controller via the <programInfo> and <programEcm> elements of the ServiceProgramReply payload. | 1.3.6.1.4.1.1166.1.31.16.2.2.1.19 | INTEGER {programsDerived(1), programInfoProvided(2), programEcmProvided(3), programInfoAndEcmProvided(4)} | read-only | current |
| apexOutputProgramDtaEncryptionMode OBJECT-TYPE This parameter identifies whether a service in Full Encryption is in Modified Privacy Mode (DTA) and whether the DTA service has CCM messages. This parameter is applicable only when apexOutputProgramEncryptionMode is 'full'. In other encryption modes this value is ignored. notApplicable - Non DTA Service and/or No DTA CA descriptor found dtaWithCcm - DTA, Full Encryption, Modified Privacy Mode, CCM present dtaWithoutCcm - DTA, Full Encryption, Modified Privacy Mode, CCM absent. | 1.3.6.1.4.1.1166.1.31.16.2.2.1.20 | INTEGER {notApplicable(0), dtaWithCcm(1), dtaWithoutCcm(2)} | read-only | current |
| apexOutputProgramMcSimAccessCriteria OBJECT-TYPE MC SimulCrypt Access Criteria. This is only applicable when 'apexEncryptionConfAlgorithm' is set to either mc-scte-52-simulcrypt or mc-csa-simulcrypt. | 1.3.6.1.4.1.1166.1.31.16.2.2.1.21 | Integer32 | read-only | current |
| apexOutputProgramMcSimAccessCriteriaStatus OBJECT-TYPE SimulCrypt Access Criteria Status. This is only applicable when 'apexEncryptionConfAlgorithm' is set to either mc-scte-52-simulcrypt or mc-csa-simulcrypt. | 1.3.6.1.4.1.1166.1.31.16.2.2.1.22 | INTEGER {notRequired(0), retrievedAC(1), waitingForAC(2), invalidAC(3)} | read-only | current |
| apexOutputProgramCurrentCSN OBJECT-TYPE Current Category Sequence Number. This is Category Sequence Number which is used for encrypt the current service. The valid range is 0 to 255 and -1 is for NOT Applicable. This is not applicable for broadcast unencrypted, pre-encrypted , CTE clear services and for the services which MC encryption type is NONE. | 1.3.6.1.4.1.1166.1.31.16.2.2.1.23 | Integer32 | read-only | current |
| apexOutputProgramMcSimAccessCriteriaString OBJECT-TYPE Access Criteria used in the ECMG CW Provision Request when MC SimulCrypt is enabled. An empty string means the Access Criteria (AC) is not being used. | 1.3.6.1.4.1.1166.1.31.16.2.2.1.24 | DisplayString | read-only | current |
| apexAcp OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.17 | |||
| apexAcpConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.17.1 | |||
| apexAcpConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.17.1.1 | |||
| apexAcpStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.17.2 | |||
| apexAcpStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.17.2.1 | |||
| apexAcpStatusTable OBJECT-TYPE This table shows the status of the Control Word Generating ACPs. | 1.3.6.1.4.1.1166.1.31.17.2.2 | not-accessible | current | |
| apexAcpStatusEntry OBJECT-TYPE Output Program Table Entry. | 1.3.6.1.4.1.1166.1.31.17.2.2.1 | not-accessible | current | |
| apexAcpStatusIndex OBJECT-TYPE Acp Status Index. Index for one of six control word generating ACPs. | 1.3.6.1.4.1.1166.1.31.17.2.2.1.1 | Integer32 (1..6) | not-accessible | current |
| apexAcpUnitAddress OBJECT-TYPE The unit address of the ACP in ASCII Hex. The Unit address is a 5 byte value. | 1.3.6.1.4.1.1166.1.31.17.2.2.1.2 | DisplayString (SIZE(0..11)) | read-only | current |
| apexAcpHealthByte OBJECT-TYPE The health byte of the ACP. Indicates whether the ACP has intact fuses. The health should read 255 (hex 0xFF) for all APEX ACPs. Otherwise, the ACP will not properly function. | 1.3.6.1.4.1.1166.1.31.17.2.2.1.3 | Integer32 | read-only | current |
| apexAcpEvenCsn OBJECT-TYPE The Even Category Sequence Number of the ACP. Should match the even CSN assigned by DAC, if not may indicate a communications problem. | 1.3.6.1.4.1.1166.1.31.17.2.2.1.4 | Integer32 | read-only | current |
| apexAcpOddCsn OBJECT-TYPE The Odd Category Sequence Number of the ACP. Should match the odd CSN assigned by DAC, if not may indicate a communications problem. | 1.3.6.1.4.1.1166.1.31.17.2.2.1.5 | Integer32 | read-only | current |
| apexAcpUnitAttribute OBJECT-TYPE Unit attribute byte is made available to verify that the MC2.1 was properly unit created during factory production. | 1.3.6.1.4.1.1166.1.31.17.2.2.1.6 | Integer32 | read-only | current |
| apexUdpPortMapping OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.18 | |||
| apexUdpMapConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.18.1 | |||
| apexUdpMapConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.18.1.1 | |||
| apexUdpMapPreEncryptCheck OBJECT-TYPE UDP Mapping pre-encryption checking. Indicates if the APEX is to check if input services are pre-encrypted or clear. Pre-encrypted is determined by examining the input PMT for a CA ECM descriptor (any CA ECM descriptor). If pre-encrypted, setting this flag will cause the APEX to pass through ECM PID for the service. For input services that have a GI CA ECM descriptor, the APEX will also pass through the PIT message (extract and re-insert the PIT). The output PMT for pre-encrypted services will contain a CA ECM descriptor (referencing the ECM PID). When PID Remapping is enabled, pre-encryption for a service is only valid when the input ECM PID is on a different PID than the associated PMT PID. If this flag is set to pre-encryption and the input service is not pre-encrypted, then the setting of this flag has no affect on the output service. Once written, the change to this parameter will take immediate effect and all mappings will be removed. Mappings will not be re-added until apexUdpMapApplyChange is set to 'apply' for all transport streams. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(bcmr.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.18.1.1.1 | EnableDisableTYPE | read-write | current |
| apexUdpMapModeBits OBJECT-TYPE Value that will be placed in the two MSBs of each the calculated UDP port number (bits 14 and 15). Once written, the change to this parameter will take immediate effect and all mappings will be removed. Mappings will not be re-added until apexUdpMapApplyChange is set to 'apply' for all transport streams. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(bcmr.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.18.1.1.2 | Integer32 (0..3) | read-write | current |
| apexUdpMapTsOffset OBJECT-TYPE Used as part of the Standardized UDP Port calculation. Transport Stream index can be relative 0 or relative 1. Once written, the change to this parameter will take immediate effect and all mappings will be removed. Mappings will not be re-added until apexUdpMapApplyChange is set to 'apply' for all transport streams. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(bcmr.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.18.1.1.3 | Integer32 (0..1) | read-write | current |
| apexUdpMapFollowDtcp OBJECT-TYPE Determines how the copy protection settings (CCI, APS, and CIT) within the PRK will be set. All outputs in UDP Port Mapping mode will use this setting for following input DTCP. Disabled - Use CTE configured settings if output in CTE encryption mode Enabled - Follow input DTCP Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(bcmr.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.18.1.1.4 | EnableDisableTYPE | read-write | current |
| apexUdpMapApplyTable OBJECT-TYPE Table of Apply Change for the data for UDP Map Table. A row in this table corresponds to the same row index in the UDP Map table. | 1.3.6.1.4.1.1166.1.31.18.1.2 | not-accessible | current | |
| apexUdpMapApplyEntry OBJECT-TYPE UDP Map Apply Table Entry. | 1.3.6.1.4.1.1166.1.31.18.1.2.1 | not-accessible | current | |
| apexUdpMapApplyOutputTsNum OBJECT-TYPE The index of the Udp Map Apply Table. | 1.3.6.1.4.1.1166.1.31.18.1.2.1.1 | Integer32 (1..48) | not-accessible | current |
| apexUdpMapApplyChange OBJECT-TYPE The Apply for the row of data in the Udp Map Table. A row in this table corresponds to the same row index in the Udp Map table. This parameter MUST be set to 'apply' in order for any of the data in the Udp Map Table row to take effect in the APEX. This parameter MUST be set LAST after all other data in the Udp Map Table row has been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.18.1.2.1.2 | ApplyDataToDeviceTYPE | read-write | current |
| apexUdpMapTable OBJECT-TYPE Table of data for Udp Mapping. There are 48 rows in this table. Each row corresponds to one QAM channel. Once written, the change to this table will only take immediate effect after apexUdpMapApplyChange is set to 'apply'. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Commit(param=apexUdpMapApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(bcmr.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.18.1.3 | not-accessible | current | |
| apexUdpMapEntry OBJECT-TYPE Udp Mapping Table Entry. | 1.3.6.1.4.1.1166.1.31.18.1.3.1 | not-accessible | current | |
| apexUdpMapOutputTsNum OBJECT-TYPE Index of Udp Mapping Table. | 1.3.6.1.4.1.1166.1.31.18.1.3.1.1 | Integer32 (1..48) | not-accessible | current |
| apexUdpMapInputInterface OBJECT-TYPE Input GBE port. Range: '1 - 4' = GBE port number | 1.3.6.1.4.1.1166.1.31.18.1.3.1.2 | Integer32 (1..4) | read-write | current |
| apexUdpMapStartProgNum OBJECT-TYPE Indicates the first program number in a sequential range of programs that are to be routed to the same output transport stream. | 1.3.6.1.4.1.1166.1.31.18.1.3.1.3 | Integer32 (1..255) | read-write | current |
| apexUdpMapNumberProgs OBJECT-TYPE Indicates the number of programs that are to be mapped to the output transport stream. One UDP port is opened for each program mapped to the output transport stream. | 1.3.6.1.4.1.1166.1.31.18.1.3.1.4 | Integer32 (0..200) | read-write | current |
| apexUdpMapMulticastTable OBJECT-TYPE Table of data for UDP Map Multicast. Each entry in this table identifies a Gigabit Ethernet input stream that is used for multicast UDP Port Mapping. Once written, the change to this table will only take immediate effect after apexUdpMapMulticastApplyChange is set to 'apply'. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Commit(param=apexUdpMapMulticastApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(bcmr.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.18.1.4 | not-accessible | current | |
| apexUdpMapMulticastEntry OBJECT-TYPE UDP Map Multicast Table Entry. | 1.3.6.1.4.1.1166.1.31.18.1.4.1 | not-accessible | current | |
| apexUdpMapMulticastIndex OBJECT-TYPE Index of UDP Map Multicast Stream Table. | 1.3.6.1.4.1.1166.1.31.18.1.4.1.1 | Integer32 (1..256) | not-accessible | current |
| apexUdpMapMulticastEnable OBJECT-TYPE Indicates whether this UDP Map Multicast entry is enabled or disabled. | 1.3.6.1.4.1.1166.1.31.18.1.4.1.2 | EnableDisableTYPE | read-write | current |
| apexUdpMapMulticastInterface OBJECT-TYPE Number of the input interface (Port number). Range: '0' = Not Applicable GBE = 1-4 | 1.3.6.1.4.1.1166.1.31.18.1.4.1.3 | Integer32 (0..4) | read-write | current |
| apexUdpMapMulticastUdp OBJECT-TYPE GBE Input UDP Port. Range: 0-65535 | 1.3.6.1.4.1.1166.1.31.18.1.4.1.4 | Integer32 (0..65535) | read-write | current |
| apexUdpMapMulticastMcastIp OBJECT-TYPE The Multicast receive IP address. An IP address of 0.0.0.0 indicates singlecast only. Multicast IP addresses 224.0.0.0 to 224.0.0.255 are reserved. | 1.3.6.1.4.1.1166.1.31.18.1.4.1.5 | IpAddress | read-write | current |
| apexUdpMapMulticastSourceIp OBJECT-TYPE This is the IP address of the source device. This field is only used when a multicast IP address is also specified. | 1.3.6.1.4.1.1166.1.31.18.1.4.1.6 | IpAddress | read-write | current |
| apexUdpMapMulticastApplyTable OBJECT-TYPE Table of Apply Change for the UDP Map Multicast Table. A row in this table corresponds to the same row index in the UDP Map Multicast Table (apexUdpMapMulticastTable). | 1.3.6.1.4.1.1166.1.31.18.1.5 | not-accessible | current | |
| apexUdpMapMulticastApplyEntry OBJECT-TYPE UDP Map Multicast Apply Table Entry. | 1.3.6.1.4.1.1166.1.31.18.1.5.1 | not-accessible | current | |
| apexUdpMapMulticastApplyIndex OBJECT-TYPE The index of the UDP Map Multicast Table. | 1.3.6.1.4.1.1166.1.31.18.1.5.1.1 | Integer32 (1..256) | not-accessible | current |
| apexUdpMapMulticastApplyChange OBJECT-TYPE The Apply for the row of data in the UDP Map Multicast Table. A row in this table corresponds to the same row index in the UDP Map Multicast Table. This parameter MUST be set to 'apply' in order for any of the data in the UDP Map Multicast Table row to take effect in the APEX. This parameter MUST be set LAST after all other data in the UDP Map Multicast Table row has been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.18.1.5.1.2 | ApplyDataToDeviceTYPE | read-write | current |
| apexUdpMapStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.18.2 | |||
| apexUdpMapStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.18.2.1 | |||
| apexUdpMapMulticastInvalidApplyText OBJECT-TYPE When apexUdpMapMulticastApplyChange is set to 'applyNotInProgressInvalidData' this entry may contain a text description of what was wrong with the data. This entry contains the description for the most recent apply of a related entry that was invalid. | 1.3.6.1.4.1.1166.1.31.18.2.1.1 | DisplayString (SIZE(0..80)) | read-only | current |
| apexUdpMapStatusTable OBJECT-TYPE Table of status data for Udp Mapping. There are 48 rows in this table. Each row corresponds to one QAM channel. | 1.3.6.1.4.1.1166.1.31.18.2.2 | not-accessible | current | |
| apexUdpMapStatusEntry OBJECT-TYPE Udp Mapping Status Table Entry. | 1.3.6.1.4.1.1166.1.31.18.2.2.1 | not-accessible | current | |
| apexUdpMapStatusOutputTsNum OBJECT-TYPE Index of Udp Mapping Status Table. | 1.3.6.1.4.1.1166.1.31.18.2.2.1.1 | Integer32 (1..48) | not-accessible | current |
| apexUdpMapInvalidApplyText OBJECT-TYPE When apexUdpMapApplyChange is set to applyNotInProgressInvalidData, this entry may contain a text description of what was wrong with the data. | 1.3.6.1.4.1.1166.1.31.18.2.2.1.2 | DisplayString (SIZE(0..80)) | read-only | current |
| apexRds OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.19 | |||
| apexRdsConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.19.1 | |||
| apexRdsConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.19.1.1 | |||
| apexRdsIpAddr OBJECT-TYPE Rights Data Server IP address. Class A, B, or C IP address of the RDS. Changing this parameter will cause the APEX to perform an EMM rollover sequence. This parameter is not changed by apexRdsSetDefault. Once written, the change to this parameter will only take immediate effect after apexRdsConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Commit(param=apexRdsConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.19.1.1.1 | IpAddress | read-write | current |
| apexRdsTcpPort OBJECT-TYPE Rights Data Server TCP port. Changing this parameter will cause the APEX to perform an EMM rollover sequence. Once written, the change to this parameter will only take immediate effect after apexRdsConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Commit(param=apexRdsConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.19.1.1.2 | Integer32 (0..65535) | read-write | current |
| apexRdsProgramEpochDuration OBJECT-TYPE The Program Epoch Duration in minutes. Changes are not applied until the end of the current epoch. Once written, the change to this parameter will only take immediate effect after apexRdsConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Commit(param=apexRdsConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.19.1.1.3 | Integer32 (60..1440) | read-write | current |
| apexRdsCetPollInterval OBJECT-TYPE Interval that the APEX will use to poll for CSN/State information. After receiving the CSN/State information, the APEX will determine if it needs to retrieve new EMMs. Once written, the change to this parameter will only take immediate effect after apexRdsConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Commit(param=apexRdsConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.19.1.1.4 | Integer32 (15..1440) | read-write | current |
| apexRdsCetRefresh OBJECT-TYPE Setting to 'refresh' forces the APEX to retrieve new EMMs (APEX performs an EMM rollover sequence). Once written, the change to this parameter will take effect immediately. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.19.1.1.5 | INTEGER {refreshNotInProgress(1), refresh(2)} | read-write | current |
| apexRdsRmdPollInterval OBJECT-TYPE Interval that the APEX will use to poll for RMD information. Once written, the change to this parameter will only take immediate effect after apexRdsConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Commit(param=apexRdsConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.19.1.1.6 | Integer32 (15..1440) | read-write | current |
| apexRdsRmdRefresh OBJECT-TYPE Setting to 'refresh' forces the APEX to retrieve new RMD data from RDS server. Once written, the change to this parameter will take effect immediately. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.19.1.1.7 | INTEGER {refreshNotInProgress(1), refresh(2)} | read-write | current |
| apexRdsPollRandomization OBJECT-TYPE RDS Polling Randomization Time. Maximum time in minutes to delay polling at startup in order to avoid having many APEXs polling the RDS simultaneously. The actual delay time will be randomly calculated by the APEX and will be no greater than this value. A value of zero means no delay and the APEX will poll immediately at startup. Once written, the change to this parameter will only take immediate effect after apexRdsConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Commit(param=apexRdsConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.19.1.1.8 | Integer32 (0..10) | read-write | current |
| apexRdsSetDefault OBJECT-TYPE This parameter sets apexRdsCetPollInterval, apexRdsPollRandomization, apexRdsTcpPort, apexRdsRmdPollInterval, apexRdsProgramEpochDuration and apexRdsInitialEcmRetryInterval to default values. Once written, the change to this parameter will only take immediate effect after apexRdsConfigApplyChange is set to 'apply'.. @Config(config=no, reboot=no) @Commit(param=apexRdsConfigApplyChange, value=2) | 1.3.6.1.4.1.1166.1.31.19.1.1.9 | INTEGER {notSettingToDefault(1), setToDefault(2)} | read-write | current |
| apexRdsErrorCountReset OBJECT-TYPE Resets RDS Communication error counts. Once written, the change to this parameter will take effect immediately. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.19.1.1.10 | ResetStatisticsTYPE | read-write | current |
| apexRdsConfigApplyChange OBJECT-TYPE The Apply for RDS configuration items. This parameter MUST be set to 'apply' in order for any of the following to take effect: apexRdsIpAddr apexRdsTcpPort apexRdsPollRandomization apexRdsCetPollInterval apexRdsRmdPollInterval apexRdsProgramEpochDuration apexRdsConfigRds2Enable apexRdsConfigServerUrl This parameter MUST be set LAST after all associated parameters has been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.19.1.1.11 | ApplyDataToDeviceTYPE | read-write | current |
| apexRdsConfigRds2Enable OBJECT-TYPE Indicates whether RDS-2 Interface is enabled or disabled. Once written, the change to this parameter will only take immediate effect after apexRdsConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Commit(param=apexRdsConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.19.1.1.12 | EnableDisableTYPE | read-write | current |
| apexRdsConfigServerUrl OBJECT-TYPE Rights Data Server Uniform Resource Locator (RDS-2 Server URL). This is introduced to support RDS 2 Interface since APEX 2.5 release. The syntax of this parameter shall be: [http://]<RDS-2 Server IP>[:<TCP Port>]/<Server Root Directory Path> Note: 1. The 'http://' protocol part is default and optional, 2. 'RDS-2 Server IP' is Class A, B, or C IP address, 3. 'TCP Port' is optional, if not present, default to 80, 4. 'Server Root Directory Path' is not optional e.g. http://192.168.30.107:1020/rds/controller 192.168.30.107:1020/rds/controller 192.168.30.107/rds/controller (default port is 80) The apex host will validate this parameter upon applying change, and set the following three status parameter accordingly: - apexRdsStatusServerIp - apexRdsStatusServerPort - apexRdsStatusServerRootDirPath - apexRdsStatusValidation This parameter is not changed by apexRdsSetDefault. Once written, the change to this parameter will only take immediate effect after apexRdsConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Commit(param=apexRdsConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.19.1.1.13 | DisplayString (SIZE(0..254)) | read-write | current |
| apexRdsInitialEcmRetryInterval OBJECT-TYPE This parameter is used to configure RDS2 server ECM retry time. This value defines when the next retry will be performed by the host. Units are seconds. Once written, the change to this parameter will only take immediate effect after apexRdsConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Commit(param=apexRdsConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.19.1.1.14 | Integer32 (5..30) | read-write | current |
| apexRdsDeviceId OBJECT-TYPE This parameter is used to configure Device ID. This value will be used by APEX1000 to fetch the Access Criteria, using RDS1 interface when 'apexEncryptionConfAlgorithm' is set to either mc-scte-52-simulcrypt or mc-csa-simulcrypt. Once written, the change to this parameter will only take immediate effect after apexRdsConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Commit(param=apexRdsConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.19.1.1.15 | DisplayString (SIZE(0..40)) | read-write | current |
| apexRdsStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.19.2 | |||
| apexRdsStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.19.2.1 | |||
| apexRdsConnectionStatus OBJECT-TYPE Rights Data Server connection status. | 1.3.6.1.4.1.1166.1.31.19.2.1.1 | INTEGER {notConnectedInHoldoff(1), notConnectedNoRdsIpAddress(2), csnAquisitionSuccessful(3), emmAquisitionSuccessful(4), serviceListAquisitionSuccessful(5), rmdAquisitionSuccessful(6), csnAquisitionFailed(7), emmAquisitionFailed(8), serviceListAquisitionFailed(9), rmdAquisitionFailed(10), acAquisitionSuccessful(11), acAquisitionFailed(12)} | read-only | current |
| apexRdsCurrentCsn OBJECT-TYPE This is the current CSN that the APEX is using for encrypting all programs. | 1.3.6.1.4.1.1166.1.31.19.2.1.2 | Integer32 (0..255) | read-only | current |
| apexRdsCetNextPollTime OBJECT-TYPE Time in seconds until the next CET polling period. | 1.3.6.1.4.1.1166.1.31.19.2.1.3 | Integer32 | read-only | current |
| apexRdsRmdNextPollTime OBJECT-TYPE Time in seconds until the next RMD polling period. | 1.3.6.1.4.1.1166.1.31.19.2.1.4 | Integer32 | read-only | current |
| apexRdsEmmStatusTableSize OBJECT-TYPE EMM Status Table Size. This is the maximum number of rows in the EMM Status Table and is the limit on apexRdsEmmStatusIndex. | 1.3.6.1.4.1.1166.1.31.19.2.1.5 | Integer32 | read-only | current |
| apexRdsProgramMessagesReceived OBJECT-TYPE Number of successful ServiceEncrypt messages received in the last 15 minutes. | 1.3.6.1.4.1.1166.1.31.19.2.1.6 | Counter32 | read-only | current |
| apexRdsProgramMessagesFailed OBJECT-TYPE Number of failed ServiceEncrypt messages received in the last 15 minutes. | 1.3.6.1.4.1.1166.1.31.19.2.1.7 | Counter32 | read-only | current |
| apexRdsCommErrorCount OBJECT-TYPE Count of total server communication errors. This parameter is set to 0 when the APEX boots up. | 1.3.6.1.4.1.1166.1.31.19.2.1.8 | Counter32 | read-only | current |
| apexRdsCommStatus OBJECT-TYPE Status of communication with RDS. | 1.3.6.1.4.1.1166.1.31.19.2.1.9 | INTEGER {notApplicable(0), ok(1), error(2)} | read-only | current |
| apexRdsFlashWriteCount OBJECT-TYPE Running count of the number of flash memory erasures/writes. | 1.3.6.1.4.1.1166.1.31.19.2.1.10 | Counter32 | read-only | current |
| apexRdsMcast16 OBJECT-TYPE Multicast-16 bit address used for build PRK messages. The multicast-16 bit address is from the EMMs received. | 1.3.6.1.4.1.1166.1.31.19.2.1.11 | Unsigned32 | read-only | current |
| apexRdsStatusServerIp OBJECT-TYPE Effective Rights Data Server IP address. Derived from RDS Server URL. This is set to 0.0.0.0 when validation on RDS Server URL fails. See apexRdsConfigServerUrl. | 1.3.6.1.4.1.1166.1.31.19.2.1.12 | IpAddress | read-only | current |
| apexRdsStatusServerPort OBJECT-TYPE Effective Rights Data Server TCP port. Derived from RDS Server URL. This is set to 0 when validation on RDS Server URL fails. See apexRdsConfigServerUrl. | 1.3.6.1.4.1.1166.1.31.19.2.1.13 | Integer32 (0..65535) | read-only | current |
| apexRdsStatusServerRootDirPath OBJECT-TYPE Effective Rights Data Server Root Directory Path. Derived from RDS Server URL. This is set to Null String when validation on RDS Server URL fails. See apexRdsConfigServerUrl. | 1.3.6.1.4.1.1166.1.31.19.2.1.14 | DisplayString (SIZE(0..254)) | read-only | current |
| apexRdsStatusValidation OBJECT-TYPE Indicates whether the current RDS Server URL parameter is valid. urlValid (1) - RDS-2 URL is valid, missingIpOrPath (2) - RDS-2 IP or Root Path is missing, emptyRootPath (3) - RDS-2 Root Path cannot be empty, invalidTcpPort (4) - RDS-2 TCP Port ranges from 1~65535, default to 80, invalidIpClass (5) - RDS-2 IP shall be class A/B/C. See apexRdsConfigServerUrl. | 1.3.6.1.4.1.1166.1.31.19.2.1.15 | INTEGER {notApplicable(0), urlValid(1), missingIpOrPath(2), emptyRootPath(3), invalidTcpPort(4), invalidIpClass(5)} | read-only | current |
| apexRdsEmmStatusTable OBJECT-TYPE Table of the most recent RDS responses. | 1.3.6.1.4.1.1166.1.31.19.2.2 | not-accessible | current | |
| apexRdsEmmStatusEntry OBJECT-TYPE RDS EMM Status Table Entry. | 1.3.6.1.4.1.1166.1.31.19.2.2.1 | not-accessible | current | |
| apexRdsEmmStatusIndex OBJECT-TYPE Index of EMM Status Table. Size of table can be found in apexRdsEmmStatusTableSize. | 1.3.6.1.4.1.1166.1.31.19.2.2.1.1 | Integer32 | not-accessible | current |
| apexRdsEmmStatusCsn OBJECT-TYPE Category Sequence Number (CSN). | 1.3.6.1.4.1.1166.1.31.19.2.2.1.2 | Integer32 (0..255) | read-only | current |
| apexRdsEmmStatusState OBJECT-TYPE Category Epoch Transition (CET) State. | 1.3.6.1.4.1.1166.1.31.19.2.2.1.3 | INTEGER {transitionComplete(1), transitionStart(2), startOfNewEpoch(3)} | read-only | current |
| apexRdsEmmStatusGpsTime OBJECT-TYPE This is the time in GPS seconds that this row was written. | 1.3.6.1.4.1.1166.1.31.19.2.2.1.4 | Integer32 | read-only | current |
| apexRdsEmmStatusServerError OBJECT-TYPE This is the error code reported to the APEX by the RDS. Zero indicates no error. | 1.3.6.1.4.1.1166.1.31.19.2.2.1.5 | Unsigned32 | read-only | current |
| apexRdsEmmStatusUnitAddress OBJECT-TYPE This is the ACP address of the ACP associated with the error reported in apexRdsEmmStatusServerError. If no address is contained in this entry, the error applies to all ACPs or to the entire APEX. The address is made up of decimal digits formatted as ###-#####-#####-###. | 1.3.6.1.4.1.1166.1.31.19.2.2.1.6 | DisplayString (SIZE(20)) | read-only | current |
| apexRdsSourceLookupTable OBJECT-TYPE This table provides a list of Source IDs and Provider IDs along with an associated string. This table of information is provided by the RDS to make it easier for a user to figure out the Source ID and Provider ID for a particular service. | 1.3.6.1.4.1.1166.1.31.19.2.3 | not-accessible | current | |
| apexRdsSourceLookupEntry OBJECT-TYPE Source Lookup Table Entry. | 1.3.6.1.4.1.1166.1.31.19.2.3.1 | not-accessible | current | |
| apexRdsSourceLookupIndex OBJECT-TYPE Source Lookup Table Index. | 1.3.6.1.4.1.1166.1.31.19.2.3.1.1 | Integer32 | not-accessible | current |
| apexRdsSourceLookupDescription OBJECT-TYPE Text Description of the service provided by the Rights Data Server. | 1.3.6.1.4.1.1166.1.31.19.2.3.1.2 | DisplayString | read-only | current |
| apexRdsSourceLookupSourceId OBJECT-TYPE Source Id of the service. | 1.3.6.1.4.1.1166.1.31.19.2.3.1.3 | Integer32 | read-only | current |
| apexRdsSourceLookupProviderId OBJECT-TYPE Provider Id of the service. | 1.3.6.1.4.1.1166.1.31.19.2.3.1.4 | Integer32 | read-only | current |
| apexRdsEventTable OBJECT-TYPE Table of Rds2 Events. The first index (apexRdsEventProgramIndex) matches to the same row index in the apexManualRouteTable. | 1.3.6.1.4.1.1166.1.31.19.2.4 | not-accessible | current | |
| apexRdsEventEntry OBJECT-TYPE Rds2 Events Table Entry. | 1.3.6.1.4.1.1166.1.31.19.2.4.1 | not-accessible | current | |
| apexRdsEventProgramIndex OBJECT-TYPE apexRdsEventProgramIndex is the last 10 bits of apexOutputProgramEcmServiceId from apexOutputProgramTable. | 1.3.6.1.4.1.1166.1.31.19.2.4.1.1 | Integer32 (1..768) | not-accessible | current |
| apexRdsEventEventIndex OBJECT-TYPE Rds Event Index. | 1.3.6.1.4.1.1166.1.31.19.2.4.1.2 | Integer32 (1..48) | not-accessible | current |
| apexRdsEventEpochNumber OBJECT-TYPE Uniquely identifies a program epoch for the specified service. | 1.3.6.1.4.1.1166.1.31.19.2.4.1.3 | Integer32 (0..255) | read-only | current |
| apexRdsEventEpochStart OBJECT-TYPE Start time in GPS seconds of the returned program epoch for the specified service. | 1.3.6.1.4.1.1166.1.31.19.2.4.1.4 | Integer32 | read-only | current |
| apexRdsEventEpochEnd OBJECT-TYPE End time in GPS seconds of the returned program epoch. | 1.3.6.1.4.1.1166.1.31.19.2.4.1.5 | Integer32 | read-only | current |
| apexRdsEventInterstitialDuration OBJECT-TYPE The interstitial duration provides the time duration in seconds between the start of the program epoch and the start of the actual program or event. | 1.3.6.1.4.1.1166.1.31.19.2.4.1.6 | Integer32 (0..65535) | read-only | current |
| apexRdsEventPreviewDuration OBJECT-TYPE The preview window provides the time duration in seconds between the start of the program epoch and the start of the pay portion of the program. | 1.3.6.1.4.1.1166.1.31.19.2.4.1.7 | Integer32 (0..65535) | read-only | current |
| apexRdsEventPurchaseDuration OBJECT-TYPE The purchase window provides the time duration in seconds between the start of the program epoch that IPPV purchases are allowed. | 1.3.6.1.4.1.1166.1.31.19.2.4.1.8 | Integer32 (0..65535) | read-only | current |
| apexRdsEventNumberTiers OBJECT-TYPE A program can be associated with at most 7 tiers. | 1.3.6.1.4.1.1166.1.31.19.2.4.1.9 | Integer32 | read-only | current |
| apexRdsEventTierData OBJECT-TYPE Program Tier Data in Hexadecimal format (28 bytes). Up to 7 tiers of information are provided for each program. Tier information for each program consists of 4 bytes. First 3 bytes are the Tier Value, next 1 bytes are the Tier Type. | 1.3.6.1.4.1.1166.1.31.19.2.4.1.10 | DisplayString | read-only | current |
| apexRdsEventProgramCost OBJECT-TYPE Represents the cost, in program units, of the program epoch. | 1.3.6.1.4.1.1166.1.31.19.2.4.1.11 | Integer32 | read-only | current |
| apexRdsEventRatingRegion OBJECT-TYPE Identifies the Program Rating Region. The US region attribute is 0. | 1.3.6.1.4.1.1166.1.31.19.2.4.1.12 | Integer32 | read-only | current |
| apexRdsEventRatingData OBJECT-TYPE Program Rating Data in Hexadecimal format (3 bytes). Contains 6 rating dimensions where each rating dimension is a 4-bit integer that represents a different rating control for the region. A US region defines 4 rating dimensions: MPAA rating, violence content rating, language content rating and sexual content rating. | 1.3.6.1.4.1.1166.1.31.19.2.4.1.13 | DisplayString | read-only | current |
| apexRdsEventRatingText OBJECT-TYPE Program Rating optionally contains a Rating Text. | 1.3.6.1.4.1.1166.1.31.19.2.4.1.14 | DisplayString (SIZE(0..80)) | read-only | current |
| apexRdsEventControlByte OBJECT-TYPE The program control byte used in the PRKM (1 Hexadecimal byte). | 1.3.6.1.4.1.1166.1.31.19.2.4.1.15 | DisplayString | read-only | current |
| apexRdsEventPrkmWkemAvailable OBJECT-TYPE The flag indicates that PRKM, WKEM (odd and even) is available for the associated epoch. | 1.3.6.1.4.1.1166.1.31.19.2.4.1.16 | INTEGER {available(1), notAvailable(2)} | read-only | current |
| apexRdsEventCcmAvailable OBJECT-TYPE The flag indicates that CCM (odd and even) is available for the associated epoch. | 1.3.6.1.4.1.1166.1.31.19.2.4.1.17 | INTEGER {available(1), notAvailable(2)} | read-only | current |
| apexEncryption OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.20 | |||
| apexEncryptionConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.20.1 | |||
| apexEncryptionConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.20.1.1 | |||
| apexEncryptionConfAlgorithm OBJECT-TYPE Configured encryption algorithm. This value determines which MUX FPGA image will be loaded. dvb-csa-simulcrypt must be selected to allow for configuration of Simulcrypt. Operator need to procure the license to select mc-scte-52-simulcrypt or mc-csa-simulcrypt. Once written, a save must be performed via the apexSaveConfig parameter and the APEX must be rebooted for the change to take effect. @Config(config=yes, reboot=yes) @Commit(param=apexEncryptionConfApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.20.1.1.1 | INTEGER {des-dcii(1), des-scte-52(2), dvb-csa(3), dvb-csa-simulcrypt(4), mc-scte-52-simulcrypt(5), mc-csa-simulcrypt(6)} | read-write | current |
| apexSimulcryptExternalEisSetting OBJECT-TYPE Default simulcrypt External EIS encryption setting. This determines if services are sent out in the clear or are encrypted when Simulcrypt mode is set to External EIS and the services have not yet been provisioned. This allows a user to have services scrambled but unviewable prior to services being provisioned (to prevent services from being viewable). This parameter is only applicable for output streams that are in Simulcrypt External EIS mode. When this setting is changed, it only affects new service mappings. Services that are already mapped will not be modified. Not used when the APEX1000 is in MC-SCTE52-SimulCrypt or MC-CSA SimulCrypt mode. Once written, a save must be performed via the apexSaveConfig parameter and the APEX must be rebooted for the change to take effect. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.20.1.1.2 | INTEGER {clear(0), encrypt(1)} | read-write | current |
| apexSimulcryptEmEnable OBJECT-TYPE Simulcrypt EM Enable. If set to 'enabled' the EM will display the Simulcrypt specific screens. User will be allowed to view Simulcrypt status and perform configuration changes via the EM. This parameter only enables and disables the ability to use the EM Simulcrypt screens. It does not enable or disable Simulcrypt as there is a specific Simulcrypt mode per output stream. Once written, the change to this parameter will only take immediate effect. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.20.1.1.3 | EnableDisableTYPE | read-write | current |
| apexEncryptionConfApplyChange OBJECT-TYPE The Apply for apexEncryptionConfAlgorithm. This parameter MUST be set to 'apply' in order for apexEncryptionConfAlgorithm to take effect: This parameter MUST be set LAST after apexEncryptionConfAlgorithm parameter has been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.20.1.1.4 | ApplyDataToDeviceTYPE | read-write | current |
| apexEncryptionConfInvalidApplyText OBJECT-TYPE When apexEncryptionConfApplyChange is set to 'applyNotInProgressInvalidData' this entry may contain a text description of what was wrong with the data. | 1.3.6.1.4.1.1166.1.31.20.1.1.5 | DisplayString (SIZE(0..80)) | read-only | current |
| apexCteConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.20.1.2 | |||
| apexCteEncryptionMode OBJECT-TYPE This parameter is used to set the Encryption Mode. It applies to all services on all QAMs in CTE mode. - 'full' - The APEX will use Full encryption. The APEX will only be able to encrypt programs in Full encryption mode if the APEX is able to communicate with an RDS. - 'fwk' - The APEX will use Fixed Working Key (FWK) encryption. - 'fpk' - The APEX will use Fixed Program Key (FPK) encryption. The APEX will not attempt to get EMMs. - 'clear' - The APEX performs no encryption of output programs. If the APEX is unable to encrypt programs in the configured mode, then those programs will not be mapped. Once written, the change to this parameter will only take immediate effect after apexCteApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexCteApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.20.1.2.1 | INTEGER {full(1), fwk(2), fpk(3), clear(4)} | read-write | current |
| apexCteCciLevel OBJECT-TYPE Copy Control Information (CCI) Level setting for PRK messages. - notDefined - CCI is not defined, settop box applications can configure CCI - copyFreely - program can be copied - copyOnce - program can be copied once - copyNever - program can never be copied - noMoreCopies - Once written, the change to this parameter will only take immediate effect after apexCteApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexCteApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.20.1.2.2 | INTEGER {notDefined(1), copyFreely(2), copyOnce(3), copyNever(4), noMoreCopies(5)} | read-write | current |
| apexCteApsLevel OBJECT-TYPE Analog Protection System (APS) Level setting for PRK messages. Defines what copy protection encoding will be applied to the analog composite output by the settop box. - notDefined - analog protection is not defined, settop box applications can configure APS - off - no analog protection - splitBurstOff - AGC on, split burst off - splitBurst2Line - AGC on, 2 line split burst on - splitBurst4Line - AGC on, 4 line split burst on The APEX will set Tier Type based on apexCteApsLevel. The APEX will set tier type to subscription with right to tape when apexCteApsLevel is 'off' or 'notDefined'. The APEX will set tier type to subscription without right to tape when apexCteApsLevel is 'splitBurstOff', 'splitBurst2Line', or 'splitBurst4Line'. Once written, the change to this parameter will only take immediate effect after apexCteApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexCteApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.20.1.2.3 | INTEGER {notDefined(1), off(2), splitBurstOff(3), splitBurst2Line(4), splitBurst4Line(5)} | read-write | current |
| apexCteCitEnable OBJECT-TYPE Constrained Image Trigger (CIT) setting. If set to 'enabled' the settop box is notified not to allow a high quality digital output unless the receiving device also adheres to CIT processing. If the apexCteApsLevel is set to 'notDefined', the setting of the CIT value has no affect (CIT and APS are only used when APS is set to a defined value). Once written, the change to this parameter will only take immediate effect after apexCteApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexCteApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.20.1.2.4 | EnableDisableTYPE | read-write | current |
| apexCteCommonTier OBJECT-TYPE EncryptionCommon Tier. Identifies the tier number for which access is granted. Range is 0 to 16777215. 65535 is reserved and cannot be used. The APEX will set Tier Type based on apexCteApsLevel setting. Refer to the apexCteApsLevel description for more details. Once written, the change to this parameter will only take immediate effect after apexCteApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexCteApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.20.1.2.5 | Integer32 (0..16777215) | read-write | current |
| apexCteApplyChange OBJECT-TYPE The Apply for CTE configuration items. This parameter MUST be set to 'apply' in order for any of the following to take effect: apexCteEncryptionMode apexCteCciLevel apexCteApsLevel apexCteCitEnable apexCteCommonTier This parameter MUST be set LAST after all associated parameters has been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.20.1.2.6 | ApplyDataToDeviceTYPE | read-write | current |
| apexEncryptionStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.20.2 | |||
| apexEncryptionStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.20.2.1 | |||
| apexEncryptionStatAlgorithm OBJECT-TYPE Current encryption algorithm. This value determines which MUX FPGA image will be loaded. | 1.3.6.1.4.1.1166.1.31.20.2.1.1 | INTEGER {des-dcii(1), des-scte-52(2), dvb-csa(3), dvb-csa-simulcrypt(4), mc-scte-52-simulcrypt(5), mc-csa-simulcrypt(6)} | read-only | current |
| apexEncryptionCwgStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.20.2.1.2 | |||
| apexEncryptionCwgPerSecond OBJECT-TYPE Average control words per second generated integrated over the last minute. | 1.3.6.1.4.1.1166.1.31.20.2.1.2.1 | Integer32 | read-only | current |
| apexEncryptionMux1CollisionCount OBJECT-TYPE Triton collision counter for MUX FPGA #1. | 1.3.6.1.4.1.1166.1.31.20.2.1.2.2 | Integer32 | read-only | current |
| apexEncryptionMux2CollisionCount OBJECT-TYPE Triton collision counter for MUX FPGA #2. | 1.3.6.1.4.1.1166.1.31.20.2.1.2.3 | Integer32 | read-only | current |
| apexEncryptionMux1RolloverCount OBJECT-TYPE Counts rollovers of triton message circular buffer for MUX FPGA #1. | 1.3.6.1.4.1.1166.1.31.20.2.1.2.4 | Integer32 | read-only | current |
| apexEncryptionMux2RolloverCount OBJECT-TYPE Counts rollovers of triton message circular buffer for MUX FPGA #2. | 1.3.6.1.4.1.1166.1.31.20.2.1.2.5 | Integer32 | read-only | current |
| apexEncryptionEmmRequestsSent OBJECT-TYPE Counts number of triton EMM reports sent to 6 MC2.1 devices. | 1.3.6.1.4.1.1166.1.31.20.2.1.2.6 | Integer32 | read-only | current |
| apexEncryptionEmmGoodRepliesRecvd OBJECT-TYPE Counts number of triton EMM replies marked good received from mc2.1 devices. | 1.3.6.1.4.1.1166.1.31.20.2.1.2.7 | Integer32 | read-only | current |
| apexEncryptionEmmBadRepliesRecvd OBJECT-TYPE Counts number of triton EMM replies marked bad received from mc2.1 devices. | 1.3.6.1.4.1.1166.1.31.20.2.1.2.8 | Integer32 | read-only | current |
| apexEncryptionEmmGoodDeliveryTimeMs OBJECT-TYPE Amount of time expressed in milliseconds taken to deliver entire set of EMMs for most recent successful attempt. Note it takes MC2.1 a significant amount of time to process an EMM. They are delivered in batches of 6 (1 per MC2.1) the firmware then waits for all 6 EMM replies before continuing with the next batch. | 1.3.6.1.4.1.1166.1.31.20.2.1.2.9 | Integer32 | read-only | current |
| apexEncryptionEmmMaxDeliveryTimeMs OBJECT-TYPE Maximum amount of time expressed in milliseconds taken to deliver an entire set of EMMs since the Apex unit was last rebooted. | 1.3.6.1.4.1.1166.1.31.20.2.1.2.10 | Integer32 | read-only | current |
| apexEncryptionEmmMinDeliveryTimeMs OBJECT-TYPE Minimum amount of time expressed in milliseconds taken to deliver an entire set of EMMs since the Apex unit was last rebooted. | 1.3.6.1.4.1.1166.1.31.20.2.1.2.11 | Integer32 | read-only | current |
| apexEncryptionMcDiagTable OBJECT-TYPE Diagnostic table that breaks out individual mc21 performance parameters. Indexed 1-6 for the 6 MC2.1 devices in an APEX ACP Module. | 1.3.6.1.4.1.1166.1.31.20.2.1.2.12 | not-accessible | current | |
| apexEncryptionMcDiagEntry OBJECT-TYPE A row in the mc2.1 diagnostic table. | 1.3.6.1.4.1.1166.1.31.20.2.1.2.12.1 | not-accessible | current | |
| apexEncryptionMcDiagDeviceIndex OBJECT-TYPE Index represents 1 of 6 MC2.1 devices installed on ACP Module. | 1.3.6.1.4.1.1166.1.31.20.2.1.2.12.1.1 | Integer32 (1..6) | not-accessible | current |
| apexEncryptionCwCountsPerSecond OBJECT-TYPE Number of CW successfully generated on this MC2.1 per second, integrated over the last minute. | 1.3.6.1.4.1.1166.1.31.20.2.1.2.12.1.2 | Unsigned32 | read-only | current |
| apexEas OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.21 | |||
| apexEasConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.21.1 | |||
| apexEasConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.21.1.1 | |||
| apexEasApplyChange OBJECT-TYPE This object is obsolete. The Apply for any entries in the apexEasConfigGeneral group. This parameter MUST be set to 'apply' in order for any of the data in the apexEasConfigGeneral group to take effect. This parameter MUST be set LAST after all other data in the group has been configured. Once written, the change to this parameter will take immediate effect. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.21.1.1.1 | ApplyDataToDeviceTYPE | read-write | obsolete |
| apexEasPhysInType OBJECT-TYPE This object is obsolete. Input Type of input from which to extract EAS messages. When set to 0, no EAS is received (disables EAS extraction). Once written, the change to this parameter will only take immediate effect after apexEasApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexEasApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.21.1.1.2 | INTEGER {notApplicable(0), gbe(1), fastEnet(2)} | read-write | obsolete |
| apexEasPhysInPort OBJECT-TYPE This object is obsolete. Number of the input, of type configured by apexEasPhysInType, from which to extract EAS messages. Once written, the change to this parameter will only take immediate effect after apexEasApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Range(min=0) @Config(config=yes, reboot=no) @Commit(param=apexEasApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.21.1.1.3 | Integer32 | read-write | obsolete |
| apexEasRcvUdpPort OBJECT-TYPE This object is obsolete. This parameter indicates the UDP port on which to receive EAS messages. Range is 1024 to 65535 when apexEasPhysInType is 'fastEnet'. Range is 0 to 65535 when apexEasPhysInType is 'gbe'. Once written, the change to this parameter will only take immediate effect after apexEasApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexEasApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.21.1.1.4 | Integer32 (0..65535) | read-write | obsolete |
| apexEasMulticastIpAddress OBJECT-TYPE This object is obsolete. This parameter indicates the Multicast IP Receive address on which to receive EAS messages. If 0.0.0.0, then EAS messages will be received via singlecast only. Once written, the change to this parameter will only take immediate effect after apexEasApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexEasApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.21.1.1.5 | IpAddress | read-write | obsolete |
| apexEasSourceIpAddress OBJECT-TYPE This object is obsolete. This parameter indicates the Source IP Receive address on which to receive EAS messages. This is only for IGMP v3 networks. If 0.0.0.0, then source IP is not used. Once written, the change to this parameter will only take immediate effect after apexEasApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexEasApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.21.1.1.6 | IpAddress | read-write | obsolete |
| apexEasMessageReceiveTimeoutDuration OBJECT-TYPE It is the timeout duration(in days)that the device expects at least one EAS message from the each EAS server configured in 'apexEasServerTable'. Default value is 7 days. Value can be configured with the increment of 1 day in the given range. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.21.1.1.7 | Integer32 (1..30) | read-write | current |
| apexEasMessageReceiveTimeoutEventEnable OBJECT-TYPE It enables or disables raising of the event 'trapEasMessageNotReceived' Default value is disabled. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.21.1.1.8 | EnableDisableTYPE | read-write | current |
| apexEasOutputTable OBJECT-TYPE Table of parameters for configuring EAS Output. Table is indexed by Output Transport Stream Number. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.21.1.2 | not-accessible | current | |
| apexEasOutputEntry OBJECT-TYPE A row in the EAS output table. | 1.3.6.1.4.1.1166.1.31.21.1.2.1 | not-accessible | current | |
| apexEasOutputStreamNum OBJECT-TYPE The output transport stream number. | 1.3.6.1.4.1.1166.1.31.21.1.2.1.1 | Integer32 (1..48) | not-accessible | current |
| apexEasOutputEnable OBJECT-TYPE The enable setting for EAS output on this Output Transport Stream. Once written, the change to this parameter will take immediate effect. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. | 1.3.6.1.4.1.1166.1.31.21.1.2.1.2 | EnableDisableTYPE | read-write | current |
| apexEasServerApplyTable OBJECT-TYPE Apply table for the apexEasServerTable. Table is indexed by RF Port number. | 1.3.6.1.4.1.1166.1.31.21.1.3 | not-accessible | current | |
| apexEasServerApplyEntry OBJECT-TYPE EAS Server Configuration Apply Table Entry. | 1.3.6.1.4.1.1166.1.31.21.1.3.1 | not-accessible | current | |
| apexEasServerApplyNum OBJECT-TYPE The EAS Server number. | 1.3.6.1.4.1.1166.1.31.21.1.3.1.1 | Integer32 (1..12) | not-accessible | current |
| apexEasServerApplyChange OBJECT-TYPE The Apply for a row in the apexEasServerTable. This parameter MUST be set to 'apply' in order for any of the data in the apexEasServerTable table to take effect. This parameter MUST be set LAST after all other data in the table has been configured. Once written, the change to this parameter will take immediate effect. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.21.1.3.1.2 | ApplyDataToDeviceTYPE | read-write | current |
| apexEasServerTable OBJECT-TYPE Table of parameters for configuring EAS Servers. Table is indexed by RF Port number. @Config(config=yes, reboot=no) @Commit(param=apexEasServerApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.21.1.4 | not-accessible | current | |
| apexEasServerEntry OBJECT-TYPE A row in the EAS server table. | 1.3.6.1.4.1.1166.1.31.21.1.4.1 | not-accessible | current | |
| apexEasServerNum OBJECT-TYPE The EAS Server number. | 1.3.6.1.4.1.1166.1.31.21.1.4.1.1 | Integer32 (1..12) | not-accessible | current |
| apexEasServerPhysInType OBJECT-TYPE Input Type of input from which to extract EAS messages. When set to 0, no EAS is received (disables EAS extraction). Once written, the change to this parameter will only take immediate effect after apexEasServerApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. | 1.3.6.1.4.1.1166.1.31.21.1.4.1.2 | INTEGER {notApplicable(0), gbe(1), fastEnet(2)} | read-write | current |
| apexEasServerPhysInPort OBJECT-TYPE Number of the input, of type configured by apexEasServerPhysInType, from which to extract EAS messages. Once written, the change to this parameter will only take immediate effect after apexEasServerApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Range(min=0) | 1.3.6.1.4.1.1166.1.31.21.1.4.1.3 | Integer32 | read-write | current |
| apexEasServerRcvUdpPort OBJECT-TYPE This parameter indicates the UDP port on which to receive EAS messages. Range is 1024 to 65535 when apexEasServerPhysInType is 'fastEnet'. Range is 0 to 65535 when apexEasServerPhysInType is 'gbe'. Once written, the change to this parameter will only take immediate effect after apexEasServerApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. | 1.3.6.1.4.1.1166.1.31.21.1.4.1.4 | Integer32 (0..65535) | read-write | current |
| apexEasServerMulticastIpAddress OBJECT-TYPE This parameter indicates the Multicast IP Receive address on which to receive EAS messages. If 0.0.0.0, then EAS messages will be received via singlecast only. Once written, the change to this parameter will only take immediate effect after apexEasServerApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. | 1.3.6.1.4.1.1166.1.31.21.1.4.1.5 | IpAddress | read-write | current |
| apexEasServerSourceIpAddress OBJECT-TYPE This parameter indicates the Source IP Receive address on which to receive EAS messages. This is only for IGMP v3 networks. If 0.0.0.0, then source IP is not used. Once written, the change to this parameter will only take immediate effect after apexEasServerApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. | 1.3.6.1.4.1.1166.1.31.21.1.4.1.6 | IpAddress | read-write | current |
| apexEasStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.21.2 | |||
| apexEasStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.21.2.1 | |||
| apexEasNumRcvMsgs OBJECT-TYPE Total number of EAS messages received. | 1.3.6.1.4.1.1166.1.31.21.2.1.1 | Unsigned32 | read-only | current |
| apexEasNumInvalRcvMsgs OBJECT-TYPE Total number of Invalid EAS messages received (invalid CRC). These messages are discarded. | 1.3.6.1.4.1.1166.1.31.21.2.1.2 | Unsigned32 | read-only | current |
| apexEasLastReceivedMessageStatusTable OBJECT-TYPE Table of parameters for last received EAS message details. | 1.3.6.1.4.1.1166.1.31.21.2.2 | not-accessible | current | |
| apexEasLastReceivedMessageStatusEntry OBJECT-TYPE A row in the last received EAS message details table. | 1.3.6.1.4.1.1166.1.31.21.2.2.1 | not-accessible | current | |
| apexEasLastReceivedMessageServerNum OBJECT-TYPE The EAS Server index number. | 1.3.6.1.4.1.1166.1.31.21.2.2.1.1 | Integer32 (1..12) | not-accessible | current |
| apexEasLastReceivedMessageTime OBJECT-TYPE Time when the last EAS message was received. Zero indicates EAS message is yet to be received or not configured. This time is reported in GPS seconds. To determine the system time in UTC the apexSntpUtcOffset object must also be read and used in the calculation. | 1.3.6.1.4.1.1166.1.31.21.2.2.1.2 | Integer32 | read-only | current |
| apexChassisRedundancy OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.22 | |||
| apexChassisRedundancyConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.22.1 | |||
| apexChassisRedundancyConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.22.1.1 | |||
| apexChassisRedundancyConfigEnable OBJECT-TYPE This is to enable/disable APEX chassis redundancy. When set to disabled(1), APEX is not allowed to failover. When set to enabled(2), APEX can failover on its redundant APEX. Once written, the change to this parameter will only take immediate effect after apexChassisRedundancyConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexChassisRedundancyConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.22.1.1.1 | EnableDisableTYPE | read-write | current |
| apexChassisRedundancyMode OBJECT-TYPE Configures the desired role of APEX. Primary has active output ports, secondary is inactive with output ports muted. @Config(config=yes, reboot=no) @Commit(param=apexChassisRedundancyConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.22.1.1.2 | INTEGER {primary(1), secondary(2)} | read-write | current |
| apexChassisRedundancyMulticastRedundancyMode OBJECT-TYPE This is used to process route mappings by the standby APEX. When set to hot(0) on standby APEX, all the routes processed by the active APEX will also be processed by standby APEX. When set to warm(1) on standby APEX, all the routes processed by the active APEX will be muted by standby APEX. @Config(config=yes, reboot=no) @Commit(param=apexChassisRedundancyConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.22.1.1.3 | INTEGER {hot(1), warm(2)} | read-write | current |
| apexChassisRedundancyUdpPort OBJECT-TYPE This UDP port number value is used as: (1) The port number on which to receive heartbeat messages from the redundant APEX (2) The port number to which heartbeat messages are sent to the redundant APEX. Valid range of UDP port numbers are 1024 to 65535. @Config(config=yes, reboot=no) @Commit(param=apexChassisRedundancyConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.22.1.1.4 | Integer32 (1024..65535) | read-write | current |
| apexChassisRedundancyRedundantApexIp OBJECT-TYPE Unicast IP address of redundant APEX. This IP address is used to send heartbeat messages to the redundant IP. This IP address should match with the ENET1 or ENET2 IP address of the redundant APEX. @Config(config=yes, reboot=no) @Commit(param=apexChassisRedundancyConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.22.1.1.5 | IpAddress | read-write | current |
| apexChassisRedundancySuspend OBJECT-TYPE When set to enabled(2), this results in APEX unit failover and become active if it is in standby or suspend state. If the condition above is not met, setting the value to enabled(2) has no effect. @Config(config=yes, reboot=no) @Commit(param=apexChassisRedundancyConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.22.1.1.6 | EnableDisableTYPE | read-write | current |
| apexChassisRedundancyForceFailOver OBJECT-TYPE When set to failover(2), this results in the APEX unit failing over if it is in active state and the redundant APEX is in standby state. If the condition above is not met, setting the value to failvoer(2) has no effect. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.22.1.1.7 | INTEGER {failoverNotInProgress(1), failover(2)} | read-write | current |
| apexChassisRedundancyFailOverGigE12LinkLoss OBJECT-TYPE Configures if both GigE 1&2 link loss is cause for a failover. @Config(config=yes, reboot=no) @Commit(param=apexChassisRedundancyConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.22.1.1.8 | EnableDisableTYPE | read-write | current |
| apexChassisRedundancyFailOverGigE34LinkLoss OBJECT-TYPE Configures if both GigE 3&4 experience link loss is cause for failover. @Config(config=yes, reboot=no) @Commit(param=apexChassisRedundancyConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.22.1.1.9 | EnableDisableTYPE | read-write | current |
| apexChassisRedundancyFailOverEnet1LinkLoss OBJECT-TYPE Configures if ENET1 link loss is cause for failover. @Config(config=yes, reboot=no) @Commit(param=apexChassisRedundancyConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.22.1.1.10 | EnableDisableTYPE | read-write | current |
| apexChassisRedundancyFailOverEnet2LinkLoss OBJECT-TYPE Configures if ENET2 link loss is cause for failover. @Config(config=yes, reboot=no) @Commit(param=apexChassisRedundancyConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.22.1.1.11 | EnableDisableTYPE | read-write | current |
| apexChassisRedundancyFailOverTemperatureFault OBJECT-TYPE Configures if the temperature fault is a cause for failover. @Config(config=yes, reboot=no) @Commit(param=apexChassisRedundancyConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.22.1.1.12 | EnableDisableTYPE | read-write | current |
| apexChassisRedundancyFailOverQamModuleFault OBJECT-TYPE Configures if a QAM module fault is a cause for failover. @Config(config=yes, reboot=no) @Commit(param=apexChassisRedundancyConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.22.1.1.13 | EnableDisableTYPE | read-write | current |
| apexChassisRedundancyFailOverQamRfPortFault OBJECT-TYPE Configures if a QAM RF port fault is a cause for failover. @Config(config=yes, reboot=no) @Commit(param=apexChassisRedundancyConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.22.1.1.14 | EnableDisableTYPE | read-write | current |
| apexChassisRedundancyFailOverQamChannelFault OBJECT-TYPE Configures if a QAM channel fault is a cause for failover. @Config(config=yes, reboot=no) @Commit(param=apexChassisRedundancyConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.22.1.1.15 | EnableDisableTYPE | read-write | current |
| apexChassisRedundancyConfigApplyChange OBJECT-TYPE The Apply for Chassis Redundancy Configuration parameters. This parameter MUST be set to 'apply' in order for the data to take effect. This parameter MUST be set LAST after all Chassis Redundancy parameters affected by this parameter have been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.22.1.1.16 | ApplyDataToDeviceTYPE | read-write | current |
| apexChassisRedundancyPrimaryStandbyOverride OBJECT-TYPE This parameter is set to ENABLED while configuring the apex as primary apex. If this parameter is set, the apex will goto ACTIVE state irrespective of secondary status. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.22.1.1.17 | EnableDisableTYPE | read-write | current |
| apexChassisRedundancyRedundantApexSecIp OBJECT-TYPE Unicast IP address of redundant APEX heartbeat backup interface. This IP address is used to send backup heartbeat messages to the redundant IP. This IP address should match with the ENET1 or ENET2 IP address of the redundant APEX. @Config(config=yes, reboot=no) @Commit(param=apexChassisRedundancyConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.22.1.1.18 | IpAddress | read-write | current |
| apexChassisRedundancyRedundantHBEnable OBJECT-TYPE This parameter is set to ENABLED to configure backup heartbeat interface IP. Heartbeat message in the Backup heartbeat interface is used if the Primary heartbeat inteface fails. @Config(config=yes, reboot=no) @Commit(param=apexChassisRedundancyConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.22.1.1.19 | EnableDisableTYPE | read-write | current |
| apexChassisRedundancyFailOverQamModuleRemoval OBJECT-TYPE If this parameter is set to ENABLED then QAM Module removal fault will cause the failover. @Config(config=yes, reboot=no) @Commit(param=apexChassisRedundancyConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.22.1.1.20 | EnableDisableTYPE | read-write | current |
| apexChassisRedundancyStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.22.2 | |||
| apexChassisRedundancyStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.22.2.1 | |||
| apexChassisRedundancyPrimaryApexStatus OBJECT-TYPE This parameter is applicable for an APEX where chassis redundancy is enabled. The APEX configured as primary will report the following values: active(1): Primary RF outputs are active. standby(2): Primary RF outputs are muted. Waiting to become active. fault(3): Primary has experienced a fault. suspend(4): Primary is suspended. The APEX configured as secondary will report the following values. These are based on its knowledge about the primary APEX from heartbeat messages. unknown(0): State of primary is not known (heartbeat not received). active(1): Primary RF outputs are active. standby(2): Primary RF outputs are muted. Waiting to become active. fault(3): Primary has experienced a fault. suspend(4): Primary is suspended. | 1.3.6.1.4.1.1166.1.31.22.2.1.1 | INTEGER {unknown(0), active(1), standby(2), fault(3), suspend(4)} | read-only | current |
| apexChassisRedundancySecondaryApexStatus OBJECT-TYPE This parameter is applicable for an APEX where chassis redundancy is enabled. The APEX configured as primary will report the following values: These are based on its knowledge about the secondary APEX from heartbeat messages. unknown(0): State of secondary is not known (heartbeat not received). active(1): Secondary RF outputs are active. standby(2): Secondary RF outputs are muted. Waiting to become active. fault(3): Secondary has experienced a fault. suspend(4): Secondary is suspended. The APEX configured as secondary will report the following values: active(1): Secondary RF outputs are active. standby(2): Secondary RF outputs are muted. Waiting to become active. fault(3): Secondary has experienced a fault. suspend(4): Secondary is suspended. | 1.3.6.1.4.1.1166.1.31.22.2.1.2 | INTEGER {unknown(0), active(1), standby(2), fault(3), suspend(4)} | read-only | current |
| apexChassisRedundancyState OBJECT-TYPE This parameter is applicable for an APEX where chassis redundancy is enabled. This parameter will report the chassis redundancy availability status. These are based on its knowledge about the secondary APEX from heartbeat messages. The APEX configured as primary will report the following values: unknown(0): State of redundancy is not known (heartbeat not received). available(1): Primary is active and secondary is in standby, configurations are synchronized and no critical faults on either of the APEX. protected(2): Primary is fault and secondary is in active. unavailable(3): Configuration not synchronized or primary has not received heartbeat message from secondary. synchronizing(4): Synchronizing configuration between active and standby APEX's. The APEX configured as secondary will report the following values: unknown(0): State of redundancy is not known (heartbeat not received). available(1): Secondary is active and primary is in standby, configurations are synchronized and no critical faults on either of the APEX. protected(2): Secondary is in active and primary is fault state. unavailable(3): Configuration not synchronized or secondary is in fault state or secondary has not received heartbeat message from primary. synchronizing(4): Synchronizing configuration between active and standby APEX's. | 1.3.6.1.4.1.1166.1.31.22.2.1.3 | INTEGER {unknown(0), available(1), protected(2), unavailable(3), synchronizing(4)} | read-only | current |
| apexChassisRedundancyCommunicationStatus OBJECT-TYPE This parameter is applicable for an APEX where chassis redundancy is enabled. This parameter will report the chassis redundancy communication status. These are based on its knowledge about the secondary APEX from heartbeat messages. The APEX configured as primary will report the following values: disconnected(0): No heartbeat messages are received from secondary or communication timed out. connected(1): Heartbeat messages are received from secondary and communication has not timed out. The APEX configured as secondary will report the following values: disconnected(0): No heartbeat messages are received from primary or communication timed out. connected(1): Heartbeat messages are received from primary and communication has not timed out. | 1.3.6.1.4.1.1166.1.31.22.2.1.4 | INTEGER {disconnected(0), connected(1)} | read-only | current |
| apexChassisRedundancyConfigurationStatus OBJECT-TYPE This parameter is applicable for an APEX where chassis redundancy is enabled. This parameter will report the chassis redundancy configuration status. These are based on its knowledge about the secondary APEX from heartbeat messages. The APEX configured as primary will report the following values: unknown(0): Secondary configuration is not known or secondary is not connected. synchronized(1): Secondary has same configuration as primary (except for QAM outputs). outofsync(2): Secondary configuration is not in sync with primary. The APEX configured as secondary will report the following values: unknown(0): Primary configuration is not known or primary is not connected. synchronized(1): Primary has same configuration as secondary (except for QAM outputs). outofsync(2): Primary configuration is not in sync with secondary. | 1.3.6.1.4.1.1166.1.31.22.2.1.5 | INTEGER {unknown(0), synchronized(1), outofsync(2)} | read-only | current |
| apexChassisRedundancyStatusInvalidApplyText OBJECT-TYPE When apexChassisRedundancyConfigApplyChange is set to 'applyNotInProgressInvalidData' this entry may contain a text description of what was wrong with the data. | 1.3.6.1.4.1.1166.1.31.22.2.1.6 | DisplayString (SIZE(0..80)) | read-only | current |
| apexChassisRedundancyGeneralConfigSyncStatusText OBJECT-TYPE GigE Config Sync Error info | 1.3.6.1.4.1.1166.1.31.22.2.1.7 | DisplayString (SIZE(0..80)) | read-only | current |
| apexChassisRedundancyGigEMismatchStatus OBJECT-TYPE This parameter indicates whether the GigE configuration of the apexes in Chassis Redundancy pair match. Both the APEXs will report the following values: These are based on its knowledge about the secondary APEX GigE configuration from heartbeat messages. unknown (0): GigE configuration of pair APEX is not known (heartbeat not received). match (1): GigE configuration of APEXs in redundancy pair match. mismatch (2): GigE configuration of APEXs in redundancy pair do not match. | 1.3.6.1.4.1.1166.1.31.22.2.1.8 | INTEGER {unknown(0), match(1), mismatch(2)} | read-only | current |
| apexChassisRedundancyQamMismatchStatus OBJECT-TYPE This parameter indicates whether the QAM configuration of the apexes in Chassis Redundancy pair match. Both the APEXs will report the following values: These are based on its knowledge about the secondary APEX QAM configuration from heartbeat messages. unknown (0): QAM configuration of pair APEX is not known (heartbeat not received). match (1): QAM configuration of APEXs in redundancy pair match. mismatch (2): QAM configuration of APEXs in redundancy pair do not match. | 1.3.6.1.4.1.1166.1.31.22.2.1.9 | INTEGER {unknown(0), match(1), mismatch(2)} | read-only | current |
| apexChassisRedundancyFirmwareMismatchStatus OBJECT-TYPE This parameter indicates whether the Firmware version of the apexes in Chassis Redundancy pair match. Both the APEXs will report the following values: These are based on its knowledge about the secondary APEX Firmware version from heartbeat messages. unknown (0): Firmware version of pair APEX is not known (heartbeat not received). match (1): Firmware version of APEXs in redundancy pair match. mismatch (2): Firmware version of APEXs in redundancy pair do not match. | 1.3.6.1.4.1.1166.1.31.22.2.1.10 | INTEGER {unknown(0), match(1), mismatch(2)} | read-only | current |
| apexChassisRedundancyGigE12LinkStatus OBJECT-TYPE This parameter indicates the combined alarm status of the GigE 1 and GigE 2. Indicates the lower of the gigE input interface alarm conditions. ok (1): No alarm on either of GigE1 and GigE2. warning (3): Warning alarm on both GigE1 or GigE2 minor (4): minor alarm on both GigE1 or GigE2 major (5): Major alarm on both GigE1 or GigE2 critical (6): critical alarm on both GigE1 and GigE2. | 1.3.6.1.4.1.1166.1.31.22.2.1.11 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexChassisRedundancyGigE34LinkStatus OBJECT-TYPE This parameter indicates the combined alarm status of the GigE3 and GigE4. Indicates the lower of the gigE input interface alarm conditions. ok (1): No alarm on either of GigE3 and GigE4. warning (3): Warning alarm on both GigE3 or GigE4 minor (4): minor alarm on both GigE3 or GigE4 major (5): Major alarm on both GigE3 or GigE4 critical (6): critical alarm on both GigE3 and GigE4. | 1.3.6.1.4.1.1166.1.31.22.2.1.12 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexChassisRedundancyCurrHBIntfIPStatus OBJECT-TYPE This parameter indicates the heartbeat interface used for receiving heartbeat from the redundant APEX. | 1.3.6.1.4.1.1166.1.31.22.2.1.13 | IpAddress | read-only | current |
| apexChassisRedundancyAppliedEncAlgorithmStatus OBJECT-TYPE This parameter indicates if there is a match/mismatch in the applied encryption algorithm of the pair APEXs in chassis redundancy. Both the APEXs will report the following values: These are based on its knowledge about the secondary APEX GigE configuration from heartbeat messages. unknown (0): Applied encryption Algorithm of pair APEX is not known (heartbeat not received). match (1): Applied encryption Algorithm of APEXs in redundancy pair match. mismatch (2): Applied encryption Algorithm of APEXs in redundancy pair do not match. | 1.3.6.1.4.1.1166.1.31.22.2.1.14 | INTEGER {unknown(0), match(1), mismatch(2)} | read-only | current |
| apexChassisRedundancyMCSimEntitlementStatus OBJECT-TYPE This parameter indicates if there is a match/mismatch in the ULS license of MC SimulCrypt for the chassis redundancy pair APEXes. The mismatch will be indicated only when both the pair APEXs are configured for MC SimulCrypt encryption mode. Both the APEXs will report the following values: These are based on its knowledge about the secondary APEX GigE configuration from heartbeat messages. unknown (0): ULS license for MC SimulCrypt of pair APEX is not known (heartbeat not received). match (1): ULS license for MC SimulCrypt of APEXs in redundancy pair match. mismatch (2): ULS license for MC SimulCrypt of APEXs in redundancy pair do not match. | 1.3.6.1.4.1.1166.1.31.22.2.1.15 | INTEGER {unknown(0), match(1), mismatch(2)} | read-only | current |
| apexDta OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.23 | |||
| apexDtaConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.23.1 | |||
| apexDtaGeneralConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.23.1.1 | |||
| apexDtaGeneralConfigCatSourceType OBJECT-TYPE When set to internal(0), APEX generates CAT and inserts EMM pid received from DAC. When set to external(1), APEX will not generate CAT, it will receive both CAT and EMM pids from DAC and inserts EMM pid into CAT. @Config(config=yes, reboot=no) @Commit(param=apexDtaGeneralConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.23.1.1.1 | INTEGER {internal(1), external(2)} | read-write | current |
| apexDtaGeneralConfigCatEmmPidMulticastIP OBJECT-TYPE Multicast IPv4 address on which CAT/EMM PID stream is available. An IP Address of 0.0.0.0 indicates unicast stream. @Config(config=yes, reboot=no) @Commit(param=apexDtaGeneralConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.23.1.1.2 | IpAddress | read-write | current |
| apexDtaGeneralConfigCatEmmPidSourceIP OBJECT-TYPE Source IP address to receive CAT/EMM PID stream. This is used only if apexQamRfConfigDtaNetworkPidMulticastIP is set to a multicast address. @Config(config=yes, reboot=no) @Commit(param=apexDtaGeneralConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.23.1.1.3 | IpAddress | read-write | current |
| apexDtaGeneralConfigCatEmmPidUdpPort OBJECT-TYPE UDP port to receive CAT/EMM PID stream. The range of valid UDP port numbers are 1024 to 65535. @Config(config=yes, reboot=no) @Commit(param=apexDtaGeneralConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.23.1.1.4 | Integer32 (1024..65535) | read-write | current |
| apexDtaGeneralConfigCatEmmPidInterface OBJECT-TYPE Fast Ethernet or GIGE Interface to receive CAT/EMM PID stream. CAT/EMM PID streams can be received from either fast etherent (ENET1 or ENET2) or GIGE etherent port (GIGE1, GIGE2, GIGE3, GIGE4). @Config(config=yes, reboot=no) @Commit(param=apexDtaGeneralConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.23.1.1.5 | InputInterfaceTYPE | read-write | current |
| apexDtaGeneralConfigEmmPidNum OBJECT-TYPE EMM PID to insert on DTA enabled OTS. The range of valid PID numbers are 0x1C00 to 0x1FFE. @Config(config=yes, reboot=no) @Commit(param=apexDtaGeneralConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.23.1.1.6 | Integer32 (7168..8190) | read-write | current |
| apexDtaGeneralConfigApplyChange OBJECT-TYPE The Apply for DTA Configuration parameters. This parameter MUST be set to 'apply' in order for the DTA Cat Config data to take effect. This parameter MUST be set LAST after all DTA Config parameters affected by this parameter have been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.23.1.1.7 | ApplyDataToDeviceTYPE | read-write | current |
| apexDtaGeneralConfigInvalidApplyText OBJECT-TYPE When apexDtaGeneralConfigApplyChange is set to 'applyNotInProgressInvalidData' this entry may contain a text description of what was wrong with DTA CAT/EMM PID Config data or NET PID Config data. | 1.3.6.1.4.1.1166.1.31.23.1.1.8 | DisplayString | read-only | current |
| apexDtaConfigApplyTable OBJECT-TYPE Apply table for the configuration tables apexDtaRfPortConfigTable and apexDtaOtsConfigTable. | 1.3.6.1.4.1.1166.1.31.23.1.2 | not-accessible | current | |
| apexDtaConfigApplyEntry OBJECT-TYPE DTA RF Port Configuration Apply Table Entry. | 1.3.6.1.4.1.1166.1.31.23.1.2.1 | not-accessible | current | |
| apexDtaConfigApplyIndex OBJECT-TYPE Defines the size of apexDtaRfPortConfigTable. DTA NET PID can be configured for each RF port. This shall be the number of maximum number of QAM RF port. | 1.3.6.1.4.1.1166.1.31.23.1.2.1.1 | Integer32 (1..12) | not-accessible | current |
| apexDtaConfigApplyChange OBJECT-TYPE The Apply for a row of data in apexDtaRfPortConfigTable. The Apply for eight rows of data in apexDtaOtsConfigTable. A row in this table corresponds to the same row index in the apexDtaRfPortConfigTable. A row in this table corresponds to eight rows in the apexDtaOtsConfigTable when QAM module is type of either 2x4 or 2x8 as follows: Apply Table DTA OTS/QAM Config Table ----------- ----------------- 1 1-8 2 9-16 3 17-24 4 25-32 5 33-40 6 41-48 A row in this table corresponds to four rows in the apexDtaOtsConfigTable when QAM module is type of 4x4 as follows: Apply Table DTA OTS/QAM Config Table ----------- ----------------- 1 1-4 2 5-8 3 17-20 4 21-24 5 33-36 6 37-40 7 9-12 8 13-16 9 25-28 10 29-32 11 41-44 12 45-48 This parameter MUST be set to 'apply' in order for any of the data in the rows to take effect in the APEX. This parameter MUST be set LAST after all other data in the configuration table rows has been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.23.1.2.1.2 | ApplyDataToDeviceTYPE | read-write | current |
| apexDtaRfPortConfigTable OBJECT-TYPE Table of DTA configuration items configurable on a RF Port basis. Once written, the change to this table will only take immediate effect after apexDtaConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexDtaConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.23.1.3 | not-accessible | current | |
| apexDtaRfPortConfigEntry OBJECT-TYPE DTA RF port configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.23.1.3.1 | not-accessible | current | |
| apexDtaRfPortConfigIndex OBJECT-TYPE The QAM RF Port number. | 1.3.6.1.4.1.1166.1.31.23.1.3.1.1 | Integer32 (1..12) | not-accessible | current |
| apexDtaRfPortConfigNetPidMulticastIP OBJECT-TYPE Multicast IPv4 address on which Network PID stream is available. An IP Address of 0.0.0.0 indicates unicast stream. | 1.3.6.1.4.1.1166.1.31.23.1.3.1.2 | IpAddress | read-write | current |
| apexDtaRfPortConfigNetPidSourceIP OBJECT-TYPE Source IP address to receive Network PID stream. This is used only if apexDtaRfPortConfigNetPidMulticastIP is set to a multicast address. | 1.3.6.1.4.1.1166.1.31.23.1.3.1.3 | IpAddress | read-write | current |
| apexDtaRfPortConfigNetPidUdpPort OBJECT-TYPE UDP port number to receive Network PID stream. The range of valid port numbers are 1024 to 65535. | 1.3.6.1.4.1.1166.1.31.23.1.3.1.4 | Integer32 (1024..65535) | read-write | current |
| apexDtaRfPortConfigNetPidInterface OBJECT-TYPE Fast Ethernet or GIGE Interface to receive Network PID stream. Network PID stream can be received from either fast etherent (ENET1 or ENET2) or GIGE etherent port (GIGE1, GIGE2, GIGE3, GIGE4). | 1.3.6.1.4.1.1166.1.31.23.1.3.1.5 | InputInterfaceTYPE | read-write | current |
| apexDtaRfPortConfigNetPidNum OBJECT-TYPE Network PID to insert on DTA enabled OTS. The range of valid PID numbers are 0x1C00 to 0x1FFE. | 1.3.6.1.4.1.1166.1.31.23.1.3.1.6 | Integer32 (7168..8190) | read-write | current |
| apexDtaOtsConfigTable OBJECT-TYPE Table of DTA configuration items for output transport streams (OTS). Once written, the change to this table will only take immediate effect after apexDtaConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexDtaConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.23.1.4 | not-accessible | current | |
| apexDtaOtsConfigEntry OBJECT-TYPE DTA OTS enable configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.23.1.4.1 | not-accessible | current | |
| apexDtaOtsConfigIndex OBJECT-TYPE The Output Transport Stream(OTS) number. | 1.3.6.1.4.1.1166.1.31.23.1.4.1.1 | Integer32 (1..48) | not-accessible | current |
| apexDtaOtsConfigEnable OBJECT-TYPE This is to enable/disable of inserting DTA messages on OTS. When set to disabled(1), DTA messages are not allowed to insert on OTS. When set to enabled(2), DTA messages are allowed to insert on OTS. | 1.3.6.1.4.1.1166.1.31.23.1.4.1.2 | EnableDisableTYPE | read-write | current |
| apexDepi OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.24 | |||
| apexDepiConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.24.1 | |||
| apexDepiConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.24.1.1 | |||
| apexDepiConfigHostname OBJECT-TYPE Host name defined as the FQDM of the APEX-EQAM device. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2, default=yes) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.24.1.1.1 | DisplayString (SIZE(0..31)) | read-write | current |
| apexDepiStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.24.2 | |||
| apexDepiStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.24.2.1 | |||
| apexDepiStatusGeneralDtiPort1LinkActive OBJECT-TYPE This indicates if the DTI Ethernet link is active. | 1.3.6.1.4.1.1166.1.31.24.2.1.1 | ActiveTYPE | read-only | current |
| apexDepiStatusGeneralDtiPort2LinkActive OBJECT-TYPE This indicates if the second DTI Ethernet link is active. | 1.3.6.1.4.1.1166.1.31.24.2.1.2 | ActiveTYPE | read-only | current |
| apexDepiStatusGeneralDtiClientStatusMode OBJECT-TYPE The DTI Client MUST support and report these operational modes. | 1.3.6.1.4.1.1166.1.31.24.2.1.3 | INTEGER {warmup(1), free-run(2), fast(3), normal(4), bridging(5), holdover(6)} | read-only | current |
| apexDepiStatusGeneralDtiClientPhaseError OBJECT-TYPE 24-bit Phase Error in units of 149.8 MHz sample clock cycles. The lower eight bits of the 24-bit field MUST be padded with zeros and MUST NOT be used by the DTI server. The value MUST be a signed 2's complement number. If the DTI client supports more bits of resolution, the DTI client MUST round the reported value to the nearest integer sample clock cycle. | 1.3.6.1.4.1.1166.1.31.24.2.1.4 | Integer32 | read-only | current |
| apexDepiStatusGeneralDtiCurrentTimestamp OBJECT-TYPE DOCSIS 32-bit timestamp (DTS). | 1.3.6.1.4.1.1166.1.31.24.2.1.5 | Unsigned32 | read-only | current |
| apexDepiStatusGeneralDtiPort1CableAdvanceValue OBJECT-TYPE 24-bit Cable Advance value is derived by dividing the cable delay by 2. | 1.3.6.1.4.1.1166.1.31.24.2.1.6 | Integer32 | read-only | current |
| apexDepiStatusGeneralDtiPort2CableAdvanceValue OBJECT-TYPE 24-bit Cable Advance value is derived by dividing the cable delay by 2. | 1.3.6.1.4.1.1166.1.31.24.2.1.7 | Integer32 | read-only | current |
| apexDepiControl OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.24.3 | |||
| apexDepiControlConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.24.3.1 | |||
| apexDepiControlConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.24.3.1.1 | |||
| apexDepiControlConfigGeneralKeepaliveTimeout OBJECT-TYPE Timeout in seconds to wait while no control or data messages are received within the connection before sending a DEPI:HELLO message. Default is 60 seconds. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.24.3.1.1.1 | Integer32 (10..600) | read-write | current |
| apexDepiControlConfigApplyTable OBJECT-TYPE Table of Apply Change for the data for apexDepiControlConfigTable. Entries in the apexDepiControlConfigTable cannot be modified while DEPI Control Connections and DEPI Sessions currently exist. | 1.3.6.1.4.1.1166.1.31.24.3.1.2 | not-accessible | current | |
| apexDepiControlConfigApplyEntry OBJECT-TYPE DEPI Control Configuration Apply Table Entry. | 1.3.6.1.4.1.1166.1.31.24.3.1.2.1 | not-accessible | current | |
| apexDepiControlConfigApplyIndex OBJECT-TYPE The index of the Depi Control Config Apply Table. | 1.3.6.1.4.1.1166.1.31.24.3.1.2.1.1 | Integer32 (1..10) | not-accessible | current |
| apexDepiControlConfigApplyChange OBJECT-TYPE The Apply for any entries in the apexDepiControlConfigTable. Entries in the apexDepiControlConfigTable cannot be modified while DEPI Control Connections and DEPI Sessions currently exist. This parameter MUST be set to 'apply' in order for any of the data in the apexDepiControlConfigTable to take effect. This parameter MUST be set LAST after all other data in the group has been configured. Once written, the change to this parameter will take immediate effect. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.24.3.1.2.1.2 | ApplyDataToDeviceTYPE | read-write | current |
| apexDepiControlConfigTable OBJECT-TYPE This table provides a list of DEPI Control Connections initiated by M-CMTS Cores. A maximum of 10 connections is accepted. Entries in the apexDepiControlConfigTable cannot be modified while DEPI Control Connections and DEPI Sessions currently exist. @Config(config=yes, reboot=no) @Commit(param=apexDepiControlConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.24.3.1.3 | not-accessible | current | |
| apexDepiControlConfigEntry OBJECT-TYPE DEPI Control Configuration Table Entry. | 1.3.6.1.4.1.1166.1.31.24.3.1.3.1 | not-accessible | current | |
| apexDepiControlConfigIndex OBJECT-TYPE The index of the Depi Control Config Table. | 1.3.6.1.4.1.1166.1.31.24.3.1.3.1.1 | Integer32 (1..10) | not-accessible | current |
| apexDepiControlConfigEnable OBJECT-TYPE The enable setting for DEPI Control Connection. Once written, the change to this parameter will take immediate effect. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. | 1.3.6.1.4.1.1166.1.31.24.3.1.3.1.2 | EnableDisableTYPE | read-write | current |
| apexDepiControlConfigInterfaceNumber OBJECT-TYPE Represents the Gigabit Ethernet interface number. Range: '0' = Not Applicable GBE = 1-4 | 1.3.6.1.4.1.1166.1.31.24.3.1.3.1.3 | Integer32 (0..4) | read-write | current |
| apexDepiControlConfigSrcIpAddr OBJECT-TYPE This parameter indicates the M-CMTS Core IP address. | 1.3.6.1.4.1.1166.1.31.24.3.1.3.1.4 | IpAddress | read-write | current |
| apexDepiControlConfigOverUdp OBJECT-TYPE This parameter indicates whether the DEPI Control Connection and Sessions will be accepted over the UDP protocol. | 1.3.6.1.4.1.1166.1.31.24.3.1.3.1.5 | INTEGER {over-IP(1), over-UDP(2)} | read-write | current |
| apexDepiControlConfigType OBJECT-TYPE This parameter indicates whether DEPI Sessions are established dynamically using the DEPI control protocol or statically. Not supported. | 1.3.6.1.4.1.1166.1.31.24.3.1.3.1.6 | INTEGER {static(1), dynamic(2)} | read-write | current |
| apexDepiControlStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.24.3.2 | |||
| apexDepiControlStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.24.3.2.1 | |||
| apexDepiControlStatusGeneralTotalConnections OBJECT-TYPE The number of DEPI Control Connections established since reboot. | 1.3.6.1.4.1.1166.1.31.24.3.2.1.1 | Integer32 | read-only | current |
| apexDepiControlStatusGeneralCurrentConnections OBJECT-TYPE The current number of DEPI Control Connections currently connected. | 1.3.6.1.4.1.1166.1.31.24.3.2.1.2 | Integer32 (1..10) | read-only | current |
| apexDepiControlStatusGeneralRejectedConnections OBJECT-TYPE The number of control connection requests rejected for any reason. | 1.3.6.1.4.1.1166.1.31.24.3.2.1.3 | Integer32 | read-only | current |
| apexDepiControlStatusGeneralUnknownConnectionMessages OBJECT-TYPE The number of DEPI control messages ignored not related to any existing control connection i.e. unrecognized connection identifier. | 1.3.6.1.4.1.1166.1.31.24.3.2.1.4 | Integer32 | read-only | current |
| apexDepiControlStatusGeneralUnknownSessionMessages OBJECT-TYPE The number of DEPI messages ignored not related to any existing session i.e. unrecognized session identifier. | 1.3.6.1.4.1.1166.1.31.24.3.2.1.5 | Integer32 | read-only | current |
| apexDepiControlStatusGeneralInvalidApplyText OBJECT-TYPE When apexDepiControlConfigApplyChange is set to 'applyNotInProgressInvalidData' this entry may contain a text description of what was wrong with the data. This entry contains the description for the most recent apply of a related entry that was invalid. | 1.3.6.1.4.1.1166.1.31.24.3.2.1.6 | DisplayString (SIZE(0..80)) | read-only | current |
| apexDepiControlStatusTable OBJECT-TYPE Table of read-only status information pertaining to the DEPI Control Connections. | 1.3.6.1.4.1.1166.1.31.24.3.2.2 | not-accessible | current | |
| apexDepiControlStatusEntry OBJECT-TYPE DEPI Control Status Table Entry. | 1.3.6.1.4.1.1166.1.31.24.3.2.2.1 | not-accessible | current | |
| apexDepiControlStatusIndex OBJECT-TYPE DEPI Session ID | 1.3.6.1.4.1.1166.1.31.24.3.2.2.1.1 | Integer32 (1..10) | not-accessible | current |
| apexDepiControlStatusLocalUdp OBJECT-TYPE The EQAM UDP port used in DEPI session messages from M-CMTS core. Only valid for DEPI connections using L2TPv3/UDP/IP. | 1.3.6.1.4.1.1166.1.31.24.3.2.2.1.2 | Integer32 | read-only | current |
| apexDepiControlStatusRemoteUdp OBJECT-TYPE The M-CMTS UDP port used in DEPI session messages from M-CMTS core. Only valid for DEPI connections using L2TPv3/UDP/IP. | 1.3.6.1.4.1.1166.1.31.24.3.2.2.1.3 | Integer32 | read-only | current |
| apexDepiControlStatusConnectionStatus OBJECT-TYPE M-CMTS core to the EQAM control connection status | 1.3.6.1.4.1.1166.1.31.24.3.2.2.1.4 | INTEGER {terminated(1), failed(2), waiting(3), established(4)} | read-only | current |
| apexDepiControlStatusUnknownCtl OBJECT-TYPE Number of unrecognized DEPI messages not marked as mandatory received on this control connection. | 1.3.6.1.4.1.1166.1.31.24.3.2.2.1.5 | Unsigned32 | read-only | current |
| apexDepiControlStatusMalformedCtl OBJECT-TYPE Number of malformed DEPI messages received on this control connection. | 1.3.6.1.4.1.1166.1.31.24.3.2.2.1.6 | Unsigned32 | read-only | current |
| apexDepiControlStatusUnknownAvp OBJECT-TYPE Number of messages received on this control connection with an unsupported AVP. | 1.3.6.1.4.1.1166.1.31.24.3.2.2.1.7 | Unsigned32 | read-only | current |
| apexDepiControlStatusMalformedAvp OBJECT-TYPE Number of messages received on this control connection with malformed AVP. | 1.3.6.1.4.1.1166.1.31.24.3.2.2.1.8 | Unsigned32 | read-only | current |
| apexDepiControlStatusInvalidVendorId OBJECT-TYPE Number of messages with an unsupported Vendor ID received on this control connection. The supported vendor IDs are 0 or 4491. | 1.3.6.1.4.1.1166.1.31.24.3.2.2.1.9 | Unsigned32 | read-only | current |
| apexDepiControlStatusHbitSet OBJECT-TYPE Number of messages received on this control connection with H-bit set to 1. | 1.3.6.1.4.1.1166.1.31.24.3.2.2.1.10 | Unsigned32 | read-only | current |
| apexDepiControlStatusTotalSessions OBJECT-TYPE Total number of sessions established on this control connection since EQAM reboot. Only valid for dynamically established connections. | 1.3.6.1.4.1.1166.1.31.24.3.2.2.1.11 | Unsigned32 | read-only | current |
| apexDepiControlStatusCurrentSessions OBJECT-TYPE Number of session currently established on this control connection. Only valid for dynamically established connections. | 1.3.6.1.4.1.1166.1.31.24.3.2.2.1.12 | Unsigned32 | read-only | current |
| apexDepiControlStatusRejectedSessions OBJECT-TYPE Number of session setup related (ICQR/ICCN) messages rejected on this control connection. | 1.3.6.1.4.1.1166.1.31.24.3.2.2.1.13 | Unsigned32 | read-only | current |
| apexDepiSession OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.24.4 | |||
| apexDepiSessionConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.24.4.1 | |||
| apexDepiSessionConfigApplyTable OBJECT-TYPE Table of Apply Change for the data for apexDepiSessionConfigTable. | 1.3.6.1.4.1.1166.1.31.24.4.1.1 | not-accessible | current | |
| apexDepiSessionConfigApplyEntry OBJECT-TYPE DEPI Session Status Table Entry. | 1.3.6.1.4.1.1166.1.31.24.4.1.1.1 | not-accessible | current | |
| apexDepiSessionConfigApplyOutputTsNum OBJECT-TYPE The index of the Depi Session Config Apply Table. | 1.3.6.1.4.1.1166.1.31.24.4.1.1.1.1 | Integer32 (1..48) | not-accessible | current |
| apexDepiSessionConfigApplyChange OBJECT-TYPE The Apply for any entries in the apexDepiSessionConfigTable. This parameter MUST be set to 'apply' in order for any of the data in the apexDepiSessionConfigTable to take effect. This parameter MUST be set LAST after all other data in the table entry has been configured. Once written, the change to this parameter will take immediate effect. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.24.4.1.1.1.2 | ApplyDataToDeviceTYPE | read-write | current |
| apexDepiSessionConfigTable OBJECT-TYPE Table of data for DEPI Session Mapping. There are 48 rows in this table mapping QAM output TS to DEPI Session. Once written, the change to this table will only take immediate effect after apexDepiSessionConfigApplyChange is set to 'apply'. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. @Config(config=yes, reboot=no) @Commit(param=apexDepiSessionConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.24.4.1.2 | not-accessible | current | |
| apexDepiSessionConfigEntry OBJECT-TYPE DEPI Session Config Table Entry. | 1.3.6.1.4.1.1166.1.31.24.4.1.2.1 | not-accessible | current | |
| apexDepiSessionConfigOutputTsNum OBJECT-TYPE The QAM output transport stream number which to associate the DEPI Session. | 1.3.6.1.4.1.1166.1.31.24.4.1.2.1.1 | Integer32 (1..48) | not-accessible | current |
| apexDepiSessionConfigEnable OBJECT-TYPE The enable setting for DEPI Session. Once written, the change to this parameter will take immediate effect. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. | 1.3.6.1.4.1.1166.1.31.24.4.1.2.1.2 | EnableDisableTYPE | read-write | current |
| apexDepiSessionConfigControlId OBJECT-TYPE DOCSIS Control ID assignment. Value of 0 indicates transport stream to be used for Video only. | 1.3.6.1.4.1.1166.1.31.24.4.1.2.1.3 | Integer32 (0..10) | read-write | current |
| apexDepiSessionConfigDocsisTsid OBJECT-TYPE The system wide unique M-CMTS TSID mapped to the QAM. This TSID is specified by the remote ID from the ICRQ message. | 1.3.6.1.4.1.1166.1.31.24.4.1.2.1.4 | Integer32 (0..65535) | read-write | current |
| apexDepiSessionConfigUdpPort OBJECT-TYPE UDP port number defining the DEPI Session (if UDP is enabled.) The range of valid port numbers is 1 to 65535. | 1.3.6.1.4.1.1166.1.31.24.4.1.2.1.5 | Integer32 (1..65535) | read-write | current |
| apexDepiSessionConfigSyncCorrection OBJECT-TYPE Enable or disable updating the timestamp in the SYNC messages. This is only valid for static connections. (For dynamically established sessions, M-CMTS core enables or disables the SYNC correction during session establishment) | 1.3.6.1.4.1.1166.1.31.24.4.1.2.1.6 | EnableDisableTYPE | read-write | current |
| apexDepiSessionStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.24.4.2 | |||
| apexDepiSessionStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.24.4.2.1 | |||
| apexDepiSessionStatusGeneralInvalidApplyText OBJECT-TYPE When apexDepiSessionConfigApplyChange is set to 'applyNotInProgressInvalidData' this entry may contain a text description of what was wrong with the data. This entry contains the description for the most recent apply of a related entry that was invalid. | 1.3.6.1.4.1.1166.1.31.24.4.2.1.1 | DisplayString (SIZE(0..80)) | read-only | current |
| apexDepiSessionStatusTable OBJECT-TYPE Table of read-only status information pertaining to the DEPI Sessions. | 1.3.6.1.4.1.1166.1.31.24.4.2.2 | not-accessible | current | |
| apexDepiSessionStatusEntry OBJECT-TYPE DEPI Session Status Table Entry. | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1 | not-accessible | current | |
| apexDepiSessionStatusIndex OBJECT-TYPE DEPI Session ID. | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1.1 | Integer32 (1..48) | not-accessible | current |
| apexDepiSessionStatusControlId OBJECT-TYPE The DEPI Control ID this session belongs to. | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1.2 | Integer32 | read-only | current |
| apexDepiSessionStatusOutputQAMChannel OBJECT-TYPE The QAM Channel number this session is mapped to. | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1.3 | Integer32 | read-only | current |
| apexDepiSessionStatusLocalUdp OBJECT-TYPE The local UDP port used by the APEX to communicate the DEPI Session messages to the M-CMTS Core | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1.4 | Integer32 | read-only | current |
| apexDepiSessionStatusRemoteUdp OBJECT-TYPE The remote UDP port used by the M-CMTS Core to communicate the DEPI Session messages to the Apex. | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1.5 | Integer32 | read-only | current |
| apexDepiSessionStatusStatus OBJECT-TYPE M-CMTS core to the EQAM control connection status | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1.6 | INTEGER {terminated(1), failed(2), waiting(3), established(4)} | read-only | current |
| apexDepiSessionStatusPerHopBehavior OBJECT-TYPE Per Hop Behavior value for this session. | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1.7 | Integer32 | read-only | current |
| apexDepiSessionStatusUnknownCtl OBJECT-TYPE Number of unrecognized DEPI messages not marked as mandatory received on this session. | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1.8 | Unsigned32 | read-only | current |
| apexDepiSessionStatusMalformedCtl OBJECT-TYPE Number of malformed DEPI messages received on this session. | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1.9 | Unsigned32 | read-only | current |
| apexDepiSessionStatusUnknownAvp OBJECT-TYPE Number of messages received on this session with an unsupported AVP. | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1.10 | Unsigned32 | read-only | current |
| apexDepiSessionStatusMalformedAvp OBJECT-TYPE Number of messages received on this session with malformed AVP. | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1.11 | Unsigned32 | read-only | current |
| apexDepiSessionStatusInvalidVendorId OBJECT-TYPE Number of messages with an unsupported Vendor ID received on this session. The supported vendor IDs are 0 or 4491. | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1.12 | Unsigned32 | read-only | current |
| apexDepiSessionStatusHbitSet OBJECT-TYPE Number of messages received on this session with H-bit set to 1. | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1.13 | Unsigned32 | read-only | current |
| apexDepiSessionStatusInSLIMsgs OBJECT-TYPE Number of SLI messages received on this session. | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1.14 | Unsigned32 | read-only | current |
| apexDepiSessionStatusOutSLIMsgs OBJECT-TYPE Number of SLI messages sent on this session. | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1.15 | Unsigned32 | read-only | current |
| apexDepiSessionStatusIngressDlmMsgs OBJECT-TYPE Number of DLM messages received on this session. | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1.16 | Unsigned32 | read-only | current |
| apexDepiSessionStatusEgressDlmMsgs OBJECT-TYPE Number of DLM messages sent on this session. | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1.17 | Unsigned32 | read-only | current |
| apexDepiSessionStatusLatencyStart OBJECT-TYPE Last latency related timestamp start value received. | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1.18 | Unsigned32 | read-only | current |
| apexDepiSessionStatusLatencyEnd OBJECT-TYPE Last latency related timestamp end value received. | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1.19 | Unsigned32 | read-only | current |
| apexDepiSessionStatusInDataPackets OBJECT-TYPE Number of data packets received on this session. | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1.20 | Unsigned32 | read-only | current |
| apexDepiSessionStatusInSequenceDiscards OBJECT-TYPE Number of data packets received on this session that are discarded due to sequencing error. | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1.21 | Unsigned32 | read-only | current |
| apexDepiSessionStatusInDataPacketDiscards OBJECT-TYPE Number of data packets received on this session that are discarded for reasons other than sequencing errors. | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1.22 | Unsigned32 | read-only | current |
| apexDepiSessionStatusSessionID OBJECT-TYPE Remote DEPI Session ID, used by the Remote End to identify the DEPI Session and locally to bind the Session to a QAM Channel. | 1.3.6.1.4.1.1166.1.31.24.4.2.2.1.23 | Unsigned32 | read-only | current |
| apexPsip OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.25 | |||
| apexPsipConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.25.1 | |||
| apexPsipConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.25.1.1 | |||
| apexPsipConfigApplyChange OBJECT-TYPE The Apply for parameters in apexPsipConfigGeneral. This parameter MUST be set to 'apply' in order for other apexPsipConfigGeneral parameters to take effect. This parameter MUST be set LAST after other apexPsipConfigGeneral parameters have been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.25.1.1.1 | ApplyDataToDeviceTYPE | read-write | current |
| apexPsipConfigMgtMsgInsertionPeriod OBJECT-TYPE Specify insertion rate (ms) for MGT PSIP table. Once written, the change to this parameter will only take immediate effect after apexPsipConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexPsipConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.25.1.1.2 | Unsigned32 (150..1000) | read-write | current |
| apexPsipConfigSttMsgInsertionPeriod OBJECT-TYPE Specify insertion rate (ms) for STT PSIP table. Once written, the change to this parameter will only take immediate effect after apexPsipConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexPsipConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.25.1.1.3 | Unsigned32 (1000..5000) | read-write | current |
| apexPsipConfigCvctMsgInsertionPeriod OBJECT-TYPE Specify insertion rate (ms) for CVCT PSIP table. Once written, the change to this parameter will only take immediate effect after apexPsipConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexPsipConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.25.1.1.4 | Unsigned32 (400..1000) | read-write | current |
| apexPsipConfigRrtMsgInsertionPeriod OBJECT-TYPE Specify insertion rate (ms) for RRT PSIP table. Once written, the change to this parameter will only take immediate effect after apexPsipConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexPsipConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.25.1.1.5 | Unsigned32 (30000..60000) | read-write | current |
| apexPsipConfigEit0InsertionPeriod OBJECT-TYPE EIT insertion rate (ms) of EIT-0. Once written, the change to this parameter will only take immediate effect after apexPsipConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexPsipConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.25.1.1.6 | Unsigned32 (500..60000) | read-write | current |
| apexPsipConfigEit1InsertionPeriod OBJECT-TYPE EIT insertion rate (ms) of EIT-1. Once written, the change to this parameter will only take immediate effect after apexPsipConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexPsipConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.25.1.1.7 | Unsigned32 (500..60000) | read-write | current |
| apexPsipConfigEit2InsertionPeriod OBJECT-TYPE EIT insertion rate (ms) of EIT-2. Once written, the change to this parameter will only take immediate effect after apexPsipConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexPsipConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.25.1.1.8 | Unsigned32 (500..60000) | read-write | current |
| apexPsipConfigEit3InsertionPeriod OBJECT-TYPE EIT insertion rate (ms) of EIT-3. Once written, the change to this parameter will only take immediate effect after apexPsipConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexPsipConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.25.1.1.9 | Unsigned32 (500..60000) | read-write | current |
| apexPsipConfigTime OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.25.1.2 | |||
| apexPsipConfigTimeApplyChange OBJECT-TYPE The Apply for parameters in apexPsipConfigTime group. This parameter MUST be set to 'apply' in order for other apexPsipConfigTime parameters to take effect. This parameter MUST be set LAST after other apexPsipConfigTime parameters have been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.25.1.2.1 | ApplyDataToDeviceTYPE | read-write | current |
| apexPsipConfigTimeDsMonthIn OBJECT-TYPE Configurable month for entering DST. Once written, the change to this parameter will only take immediate effect after apexPsipConfigTimeApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexPsipConfigTimeApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.25.1.2.2 | Unsigned32 (1..12) | read-write | current |
| apexPsipConfigTimeDsDayIn OBJECT-TYPE Configurable day for entering DST. Once written, the change to this parameter will only take immediate effect after apexPsipConfigTimeApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexPsipConfigTimeApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.25.1.2.3 | Unsigned32 (1..31) | read-write | current |
| apexPsipConfigTimeDsHourIn OBJECT-TYPE Configurable hour for entering DST. Once written, the change to this parameter will only take immediate effect after apexPsipConfigTimeApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexPsipConfigTimeApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.25.1.2.4 | Unsigned32 (0..18) | read-write | current |
| apexPsipConfigTimeDsMonthOut OBJECT-TYPE Configurable month for exiting DST. Once written, the change to this parameter will only take immediate effect after apexPsipConfigTimeApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexPsipConfigTimeApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.25.1.2.5 | Unsigned32 (1..12) | read-write | current |
| apexPsipConfigTimeDsDayOut OBJECT-TYPE Configurable day for exiting DST. Once written, the change to this parameter will only take immediate effect after apexPsipConfigTimeApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexPsipConfigTimeApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.25.1.2.6 | Unsigned32 (1..31) | read-write | current |
| apexPsipConfigTimeDsHourOut OBJECT-TYPE Configurable hour for exiting DST. Once written, the change to this parameter will only take immediate effect after apexPsipConfigTimeApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Commit(param=apexPsipConfigTimeApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.25.1.2.7 | Unsigned32 (0..18) | read-write | current |
| apexPsipStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.25.2 | |||
| apexPsipStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.25.2.1 | |||
| apexPsipStatusInputTable OBJECT-TYPE The following table contains a list of messages that are being extracted from the input side. | 1.3.6.1.4.1.1166.1.31.25.2.2 | not-accessible | current | |
| apexPsipStatusInputEntry OBJECT-TYPE PSIP Table Entry. | 1.3.6.1.4.1.1166.1.31.25.2.2.1 | not-accessible | current | |
| apexPsipStatusInputIndex OBJECT-TYPE Indicates the input index for which this message applies. | 1.3.6.1.4.1.1166.1.31.25.2.2.1.1 | Integer32 (1..784) | not-accessible | current |
| apexPsipStatusInputPid OBJECT-TYPE Indicates the PID that this message is contained in. | 1.3.6.1.4.1.1166.1.31.25.2.2.1.2 | Integer32 (0..8191) | not-accessible | current |
| apexPsipStatusInputMessageType OBJECT-TYPE Indicates the PSIP message type. 199 - MGT 200 - TVCT 201 - CVCT 203 - EIT 202 - RRT 205 - STT | 1.3.6.1.4.1.1166.1.31.25.2.2.1.3 | Integer32 (0..255) | not-accessible | current |
| apexPsipStatusInputSourceId OBJECT-TYPE Indicates the Source Id of EIT tables. When a message is not specifically related to a program, this value is 0. | 1.3.6.1.4.1.1166.1.31.25.2.2.1.4 | Integer32 (0..65535) | not-accessible | current |
| apexPsipStatusInputSegment OBJECT-TYPE Indicates the segment number of this message. Otherwise this is 0. | 1.3.6.1.4.1.1166.1.31.25.2.2.1.5 | Integer32 (0..256) | not-accessible | current |
| apexPsipStatusInputPart OBJECT-TYPE Since a message can be 4096 bytes long the message may divided into parts. Each part of the message is indexed using this index. | 1.3.6.1.4.1.1166.1.31.25.2.2.1.6 | Integer32 (1..16) | not-accessible | current |
| apexPsipStatusInputBody OBJECT-TYPE Raw ASCII hex of the PSIP message. | 1.3.6.1.4.1.1166.1.31.25.2.2.1.7 | DisplayString | read-only | current |
| apexPsipStatusInputGpsTime OBJECT-TYPE The GPS time when the PSIP message was added to the table. | 1.3.6.1.4.1.1166.1.31.25.2.2.1.8 | Integer32 | read-only | current |
| apexPsipStatusInputInfo OBJECT-TYPE Comma-separated string showing Input Interface, UDP port, Multicast IP, and Source IP for this PSIP message. | 1.3.6.1.4.1.1166.1.31.25.2.2.1.9 | DisplayString | read-only | current |
| apexPsipStatusOutputTable OBJECT-TYPE The following table contains a list of messages that are being inserted to the output side of the apex. | 1.3.6.1.4.1.1166.1.31.25.2.3 | not-accessible | current | |
| apexPsipStatusOutputEntry OBJECT-TYPE PSIP Table Entry. | 1.3.6.1.4.1.1166.1.31.25.2.3.1 | not-accessible | current | |
| apexPsipStatusOutputIndex OBJECT-TYPE Indicates the Output index for which this message applies. This is the Output Transport Stream number (1..48). | 1.3.6.1.4.1.1166.1.31.25.2.3.1.1 | Integer32 (1..48) | not-accessible | current |
| apexPsipStatusOutputPid OBJECT-TYPE Indicates the PID that this message is contained in. | 1.3.6.1.4.1.1166.1.31.25.2.3.1.2 | Integer32 (0..8191) | not-accessible | current |
| apexPsipStatusOutputMessageType OBJECT-TYPE Indicates the PSIP message type. 199 - MGT 200 - TVCT 201 - CVCT 203 - EIT 202 - RRT 205 - STT | 1.3.6.1.4.1.1166.1.31.25.2.3.1.3 | Integer32 (0..255) | not-accessible | current |
| apexPsipStatusOutputSourceId OBJECT-TYPE Indicates the Source Id of EIT tables. When a message is not specifically related to a program, this value is 0. | 1.3.6.1.4.1.1166.1.31.25.2.3.1.4 | Integer32 (0..65535) | not-accessible | current |
| apexPsipStatusOutputSegment OBJECT-TYPE Indicates the segment number of this message. Otherwise this is 0. | 1.3.6.1.4.1.1166.1.31.25.2.3.1.5 | Integer32 (0..256) | not-accessible | current |
| apexPsipStatusOutputPart OBJECT-TYPE Since a message can be 4096 bytes long the message may divided into parts. Each part of the message is indexed using this index. | 1.3.6.1.4.1.1166.1.31.25.2.3.1.6 | Integer32 (1..16) | not-accessible | current |
| apexPsipStatusOutputBody OBJECT-TYPE Raw ASCII hex of the PSIP message. | 1.3.6.1.4.1.1166.1.31.25.2.3.1.7 | DisplayString | read-only | current |
| apexPsipStatusOutputGpsTime OBJECT-TYPE The GPS time when the PSIP message was added to the table. | 1.3.6.1.4.1.1166.1.31.25.2.3.1.8 | Integer32 | read-only | current |
| apexPsipStatusServiceTable OBJECT-TYPE The following table shows the PSIP status per service. For each service, the service number, the Output Transport Stream number, its PSIP state and its source id are shown in the current entry. This table is indexed the same as apexOutputProgramTable. | 1.3.6.1.4.1.1166.1.31.25.2.4 | not-accessible | current | |
| apexPsipStatusServiceEntry OBJECT-TYPE PSIP Status Table Entry per service. | 1.3.6.1.4.1.1166.1.31.25.2.4.1 | not-accessible | current | |
| apexPsipStatusServiceIndex OBJECT-TYPE Output Program Table Index. | 1.3.6.1.4.1.1166.1.31.25.2.4.1.1 | Integer32 (1..768) | not-accessible | current |
| apexPsipStatusServiceNum OBJECT-TYPE Current Output Service Number. | 1.3.6.1.4.1.1166.1.31.25.2.4.1.2 | Integer32 | read-only | current |
| apexPsipStatusServiceOutputTs OBJECT-TYPE Current Output Transport Stream of this service. | 1.3.6.1.4.1.1166.1.31.25.2.4.1.3 | Integer32 (1..48) | read-only | current |
| apexPsipStatusServiceState OBJECT-TYPE Current program PSIP state. | 1.3.6.1.4.1.1166.1.31.25.2.4.1.4 | DisplayString (SIZE(0..64)) | read-only | current |
| apexPsipStatusServiceSourceId OBJECT-TYPE Current PSIP Program Source Id. | 1.3.6.1.4.1.1166.1.31.25.2.4.1.5 | Integer32 (1..65535) | read-only | current |
| apexPreencryption OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.26 | |||
| apexPreencryptionConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.26.1 | |||
| apexPreencryptionConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.26.1.1 | |||
| apexSupportPreencryptedSimulcrypt OBJECT-TYPE Allows to configure the APEX to support services pre-encrypted with Simulcrypt. All the CA descriptors present in the input PMT will be copied to the output PMT, modifying the ECM PID references if needed. Default value is enabled. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.26.1.1.1 | EnableDisableTYPE | read-write | current |
| apexOutputAncillaryPid OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.27 | |||
| apexOutputAncillaryPidConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.27.1 | |||
| apexOutputAncillaryPidConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.27.1.1 | |||
| apexOutputAncillaryPidStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.27.2 | |||
| apexOutputAncillaryPidStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.27.2.1 | |||
| apexOutputAncillaryPidBitrateSamplePeriod OBJECT-TYPE Sample Period for Output Ancillary PID bitrate collection. This parameter indicates the length of time in the unit of milliseconds the TS packets are collected during a sample. | 1.3.6.1.4.1.1166.1.31.27.2.1.1 | Unsigned32 | read-only | current |
| apexOutputAncillaryPidStatusTable OBJECT-TYPE This table shows the status of input ancillary PID to output ancillary PID mappings which are configured through either apexPidMapTable or apexBulkPidMapTable. As 'apexBulkPidMapTable' maps the same PID to multiple output transport streams, then for each selected OTSs a separate PID mapping will be created. Accordingly, for each mapping there will be a separate status entry in the status table. | 1.3.6.1.4.1.1166.1.31.27.2.2 | not-accessible | current | |
| apexOutputAncillaryPidStatusEntry OBJECT-TYPE Output Ancillary PID Status Table Entry. As 'apexBulkPidMapTable' maps the same PID to multiple output transport streams, then for each selected OTSs a separate PID mapping will be created. Accordingly, for each mapping there will be a separate status entry in the status table. The manually configurable ancillary PIDs are 480. DTA configured ancillary PIDs are 144 (CAT, EMM and NET pids routed to all 48 OTSs) | 1.3.6.1.4.1.1166.1.31.27.2.2.1 | not-accessible | current | |
| apexOutputAncillaryPidIndex OBJECT-TYPE Output Ancillary PID Status Table Index. | 1.3.6.1.4.1.1166.1.31.27.2.2.1.1 | Integer32 (1..624) | not-accessible | current |
| apexOutputAncillaryPidInputTsNum OBJECT-TYPE This input TS number points the index in the 'apexInputTsStatTable'. The index will be used to retrieve the input TS details like Input Interface, UDP port, Multicast IP and Source IP. | 1.3.6.1.4.1.1166.1.31.27.2.2.1.2 | Integer32 (1..784) | read-only | current |
| apexOutputAncillaryPidInputPid OBJECT-TYPE This input ancillary PID will be extracted from the input TS pointed by the 'apexOutputAncillaryPidInputTsNum'. | 1.3.6.1.4.1.1166.1.31.27.2.2.1.3 | Integer32 | read-only | current |
| apexOutputAncillaryPidOutputTsNum OBJECT-TYPE Output Transport Stream Number to which the Input ancillary PID is routed. | 1.3.6.1.4.1.1166.1.31.27.2.2.1.4 | Integer32 (1..48) | read-only | current |
| apexOutputAncillaryPidOutputPid OBJECT-TYPE Output Ancillary PID. | 1.3.6.1.4.1.1166.1.31.27.2.2.1.5 | Integer32 | read-only | current |
| apexOutputAncillaryPidRoutingStatus OBJECT-TYPE Ancillary PID Routing Status. The list of status information is mentioned below. Not Defined - When a PID is mapped, but not activated. Successfully multiplexing - When a PID is mapped, activated and input PID is available. Input ancillary PID is missing - When a PID is mapped and activated, but the input PID is not available. | 1.3.6.1.4.1.1166.1.31.27.2.2.1.6 | DisplayString (SIZE(0..80)) | read-only | current |
| apexOutputAncillaryPidAverageBitrate OBJECT-TYPE Bitrate is measured for the sample period 'apexOutputAncillaryPidBitrateSamplePeriod'. This parameter contains the average bitrate, calculated from the samples collected for the rolling sampling interval. The sampling interval is upto last fifteen minutes. This parameter is in bits per second (bps). | 1.3.6.1.4.1.1166.1.31.27.2.2.1.7 | Unsigned32 | read-only | current |
| apexUls OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.28 | |||
| apexUlsConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.28.1 | |||
| apexUlsConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.28.1.1 | |||
| apexUlsConfigGenerateRequest OBJECT-TYPE The Apply for generating ULS Feature Requests. This parameter MUST be set to 'apply' in order for apexUlsConfigMcSimChannelsRequest to take effect. This parameter MUST be set LAST after all other data has been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.28.1.1.1 | ApplyDataToDeviceTYPE | read-write | current |
| apexUlsConfigValidateResponse OBJECT-TYPE The Apply for validating ULS Feature Response. This parameter MUST be set to 'apply' in order for ULS-generated feature key file to be submitted. This parameter MUST be set after the binary key file has been SFTP to the target device. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.28.1.1.2 | ApplyDataToDeviceTYPE | read-write | current |
| apexUlsConfigCommitNewFeatures OBJECT-TYPE The Apply for committing ULS feature Keys. This parameter MUST be set to 'apply' in order for the validated feature keys to be committed. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.28.1.1.3 | ApplyDataToDeviceTYPE | read-write | current |
| apexUlsConfigMcSimFeatures OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.28.1.2 | |||
| apexUlsConfigMcSimChannelsRequest OBJECT-TYPE Number of MediaCipher Simulcrypt channels, being requested in this feature. @Config(config=no, reboot=no) @Commit(param=apexUlsConfigGenerateRequest , value=2) | 1.3.6.1.4.1.1166.1.31.28.1.2.1 | Integer32 | read-write | current |
| apexUlsStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.28.2 | |||
| apexUlsStatusGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.28.2.1 | |||
| apexUlsStatusGenerateRequestText OBJECT-TYPE When apexUlsConfigGenerateRequest is set to applyNotInProgressInvalidData this entry may contain a text description of what was wrong with the data. This entry contains the description for the most recent apply that was invalid. | 1.3.6.1.4.1.1166.1.31.28.2.1.1 | DisplayString (SIZE(0..80)) | read-only | current |
| apexUlsStatusValidateResponseText OBJECT-TYPE When apexUlsConfigValidateResponse is set to applyNotInProgressInvalidData this entry may contain a text description of what was wrong with the data. This entry contains the description for the most recent apply that was invalid. | 1.3.6.1.4.1.1166.1.31.28.2.1.2 | DisplayString (SIZE(0..80)) | read-only | current |
| apexUlsStatusCommitNewFeaturesText OBJECT-TYPE When apexUlsConfigCommitNewFeatures is set to applyNotInProgressInvalidData this entry may contain a text description of what was wrong with the data. This entry contains the description for the most recent apply that was invalid. | 1.3.6.1.4.1.1166.1.31.28.2.1.3 | DisplayString (SIZE(0..80)) | read-only | current |
| apexUlsStatusMcSimFeatures OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.28.2.2 | |||
| apexUlsStatusMcSimChannelsCurrent OBJECT-TYPE Number of MediaCipher Simulcrypt channels, currently allowed in this feature. | 1.3.6.1.4.1.1166.1.31.28.2.2.1 | Integer32 | read-only | current |
| apexUlsStatusMcSimChannelsInUse OBJECT-TYPE Number of MediaCipher Simulcrypt channels, in use. | 1.3.6.1.4.1.1166.1.31.28.2.2.2 | Integer32 | read-only | current |
| apexUlsStatusMcSimChannelsMax OBJECT-TYPE Maximum number of MediaCipher Simulcrypt channels allowed to be used, even if the license provides for more. | 1.3.6.1.4.1.1166.1.31.28.2.2.3 | Integer32 | read-only | current |
| apexSimulcryptEcmgInfo OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.29 | |||
| apexSimulcryptEcmgStatus OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.29.1 | |||
| apexSimulcryptEcmgStatusTable OBJECT-TYPE Table of Rds2 Events. The index apexSimulcryptEcmgProgramIndex matches the row index in apexManualRouteTable. | 1.3.6.1.4.1.1166.1.31.29.1.4 | not-accessible | current | |
| apexSimulcryptEcmgStatusEntry OBJECT-TYPE Rds2 Events Table Entry. | 1.3.6.1.4.1.1166.1.31.29.1.4.1 | not-accessible | current | |
| apexSimulcryptEcmgProgramIndex OBJECT-TYPE apexSimulcryptEcmgProgramIndex is the last 10 bits of apexOutputProgramEcmServiceId from apexOutputProgramTable. | 1.3.6.1.4.1.1166.1.31.29.1.4.1.1 | Integer32 (1..768) | not-accessible | current |
| apexOutputProgramCAS1EcmgChannel OBJECT-TYPE The index into the simulcryptEcmgStatChannelTable for the first CAS system. This is applicable only when Simulcrypt is enabled. | 1.3.6.1.4.1.1166.1.31.29.1.4.1.2 | Integer32 (0..19) | read-only | current |
| apexOutputProgramCAS1EcmgStream OBJECT-TYPE This combined with apexOutputProgramCAS1EcmgChannel gives the index into simulcryptEcmgStatStreamTable for the first CAS system. This is applicable only when Simulcrypt is enabled. | 1.3.6.1.4.1.1166.1.31.29.1.4.1.3 | Integer32 (0..19) | read-only | current |
| apexOutputProgramCAS2EcmgChannel OBJECT-TYPE The index into the simulcryptEcmgStatChannelTable for the second CAS system. This is applicable only when Simulcrypt is enabled. | 1.3.6.1.4.1.1166.1.31.29.1.4.1.4 | Integer32 (0..19) | read-only | current |
| apexOutputProgramCAS2EcmgStream OBJECT-TYPE This combined with apexOutputProgramCAS2EcmgChannel gives the index into simulcryptEcmgStatStreamTable for the second CAS system. This is applicable only when Simulcrypt is enabled. | 1.3.6.1.4.1.1166.1.31.29.1.4.1.5 | Integer32 (0..19) | read-only | current |
| apexOutputProgramCAS3EcmgChannel OBJECT-TYPE The index into the simulcryptEcmgStatChannelTable for the third CAS system. This is applicable only when Simulcrypt is enabled. | 1.3.6.1.4.1.1166.1.31.29.1.4.1.6 | Integer32 (0..19) | read-only | current |
| apexOutputProgramCAS3EcmgStream OBJECT-TYPE This combined with apexOutputProgramCAS3EcmgChannel gives the index into simulcryptEcmgStatStreamTable for the third CAS system. This is applicable only when Simulcrypt is enabled. | 1.3.6.1.4.1.1166.1.31.29.1.4.1.7 | Integer32 (0..19) | read-only | current |
| apexOutputProgramCAS4EcmgChannel OBJECT-TYPE The index into the simulcryptEcmgStatChannelTable for the fourth CAS system. This is applicable only when Simulcrypt is enabled. | 1.3.6.1.4.1.1166.1.31.29.1.4.1.8 | Integer32 (0..19) | read-only | current |
| apexOutputProgramCAS4EcmgStream OBJECT-TYPE This combined with apexOutputProgramCAS4EcmgChannel gives the index into simulcryptEcmgStatStreamTable for the fourth CAS system. This is applicable only when Simulcrypt is enabled. | 1.3.6.1.4.1.1166.1.31.29.1.4.1.9 | Integer32 (0..19) | read-only | current |
| apexOutputProgramCAS5EcmgChannel OBJECT-TYPE The index into the simulcryptEcmgStatChannelTable for the fifth CAS system. This is applicable only when Simulcrypt is enabled. | 1.3.6.1.4.1.1166.1.31.29.1.4.1.10 | Integer32 (0..19) | read-only | current |
| apexOutputProgramCAS5EcmgStream OBJECT-TYPE This combined with apexOutputProgramCAS5EcmgChannel gives the index into simulcryptEcmgStatStreamTable for the fifth CAS system. This is applicable only when Simulcrypt is enabled. | 1.3.6.1.4.1.1166.1.31.29.1.4.1.11 | Integer32 (0..19) | read-only | current |
| apexOutputProgramCAS6EcmgChannel OBJECT-TYPE The index into the simulcryptEcmgStatChannelTable for the sixth CAS system. This is applicable only when Simulcrypt is enabled. | 1.3.6.1.4.1.1166.1.31.29.1.4.1.12 | Integer32 (0..19) | read-only | current |
| apexOutputProgramCAS6EcmgStream OBJECT-TYPE This combined with apexOutputProgramCAS6EcmgChannel gives the index into simulcryptEcmgStatStreamTable for the sixth CAS system. This is applicable only when Simulcrypt is enabled. | 1.3.6.1.4.1.1166.1.31.29.1.4.1.13 | Integer32 (0..19) | read-only | current |
| apexOutputProgramCAS7EcmgChannel OBJECT-TYPE The index into the simulcryptEcmgStatChannelTable for the seventh CAS system. This is applicable only when Simulcrypt is enabled. | 1.3.6.1.4.1.1166.1.31.29.1.4.1.14 | Integer32 (0..19) | read-only | current |
| apexOutputProgramCAS7EcmgStream OBJECT-TYPE This combined with apexOutputProgramCAS7EcmgChannel gives the index into simulcryptEcmgStatStreamTable for the seventh CAS system. This is applicable only when Simulcrypt is enabled. | 1.3.6.1.4.1.1166.1.31.29.1.4.1.15 | Integer32 (0..19) | read-only | current |
| apexOutputProgramCAS8EcmgChannel OBJECT-TYPE The index into the simulcryptEcmgStatChannelTable for the eigth CAS system. This is applicable only when Simulcrypt is enabled. | 1.3.6.1.4.1.1166.1.31.29.1.4.1.16 | Integer32 (0..19) | read-only | current |
| apexOutputProgramCAS8EcmgStream OBJECT-TYPE This combined with apexOutputProgramCAS8EcmgChannel gives the index into simulcryptEcmgStatStreamTable for the eigth CAS system. This is applicable only when Simulcrypt is enabled. | 1.3.6.1.4.1.1166.1.31.29.1.4.1.17 | Integer32 (0..19) | read-only | current |
| apexMcSim OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.30 | |||
| apexMcSimConfig OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.30.1 | |||
| apexMcSimConfigGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.30.1.1 | |||
| apexMcSimEnableDacId OBJECT-TYPE This enables prepending the DAC ID to the Access Criteria in the SCS<=>ECMG Control Word Provision request. Once written, the change to this parameter will only take immediate effect after apexMcSimConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. Default value is disabled. @Config(config=yes, reboot=no) @Commit(param=apexMcSimConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.30.1.1.1 | EnableDisableTYPE | read-write | current |
| apexMcSimDacId OBJECT-TYPE The DAC ID to be prepended to the Access Criteria in the SCS<=>ECMG Control Word Provision request. Once written, the change to this parameter will only take immediate effect after apexMcSimConfigApplyChange is set to 'apply'. In order for the change to persist through subsequent reboots or power cycles, the change must be saved via apexSaveConfig. Default value is 0. @Config(config=yes, reboot=no) @Commit(param=apexMcSimConfigApplyChange, value=2) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.30.1.1.2 | Integer32 (0..65535) | read-write | current |
| apexMcSimConfigApplyChange OBJECT-TYPE The Apply for MC SimulCrypt Configuration. This parameter MUST be set to 'apply' in order for the Queuing Device ID, or DAC ID to take effect in the APEX. This parameter MUST be set LAST after the MC Simulcrypt Enable has been configured. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.30.1.1.3 | ApplyDataToDeviceTYPE | read-write | current |
| apexMcSimConfigInvalidApplyText OBJECT-TYPE When corresponding apexMcSimEnableApplyChange is set to 'applyNotInProgressInvalidData' this entry may contain a text description of why MC Simulcrypt was not enabled/disabled. | 1.3.6.1.4.1.1166.1.31.30.1.1.4 | DisplayString (SIZE(0..80)) | read-only | current |
| apexAlarms OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.100 | |||
| apexAlarmHardwareFault OBJECT-TYPE Indicates that a Hardware related error occurred. Examples include missing or uncommunicative HW, failures in initialization of HW, and failures to configure HW. These can occur at startup or when the system is operational. Types of HW Faults include: Application File(s) Download failure; SPI Interface Initialization failure; PCI Interface Initialization failure; GigE Configuration failure; MUX Configuration failure; QAM Module Communication failure; Unsupported/Incorrect HW/FW Version (QAM, etc.); Fatal Host Firmware Exception. 'critical' indicates a fatal error occurred that prevents the APEX from performing operational requirements. 'warning' indicates an error that does not prevent the APEX from performing operational requirements. | 1.3.6.1.4.1.1166.1.31.100.8000 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmInvalidInitData OBJECT-TYPE Set when invalid Initialization data (ini files) is encountered. | 1.3.6.1.4.1.1166.1.31.100.8001 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmTemperatureFault OBJECT-TYPE 'critical' indicates one or more temperature sensors is reporting a high temperature condition. | 1.3.6.1.4.1.1166.1.31.100.8002 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmFanFault OBJECT-TYPE 'major' indicates one or more fans has reduced RPM readings. | 1.3.6.1.4.1.1166.1.31.100.8003 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmPowerFault OBJECT-TYPE Power Supply Fault Alarm. 'warning' indicates power supply not compatible (apexPsStatusInstalled). 'major' indicates power supply or fan only module) removed (apexPsStatusInstalled). 'major' indicates power supply input power fault (apexPsStatusInputPowerStatus), output power fault (apexPsStatusOutputPowerStatus), or comm fault (apexPsStatusCommError). 'critical' indicates power supply over temperature fault (apexPsStatusTemperatureStatus). | 1.3.6.1.4.1.1166.1.31.100.8004 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmGbeLossOfPhysicalInput OBJECT-TYPE Loss of Physical Gigabit Ethernet Input Alarm. 'critical' indicates that one or more physical interfaces that are configured as enabled to receive input have a failure (apexGbeStatusLossOfPhysicalInput). Physical input interfaces can be disabled to prevent this alarm when no input is connected. | 1.3.6.1.4.1.1166.1.31.100.8020 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmGbeBufferFullness OBJECT-TYPE Gigabit Ethernet Frame Buffer Fullness Alarm. This alarm is used to inform the user when one or more Gigabit Ethernet Frame buffers are about to or have overflowed. The overflow level is based on the actual input data rate. 'major' when the frame buffer crosses a user specified threshold (apexGbeConfigFrameBufferAlarmThreshold). Cleared when the buffer level drops below the threshold. 'critical' when the frame buffer is completely full and frames are being dropped. Cleared when the overflow condition stops. A Major alarm, depending on the threshold setting, indicates that the APEX is getting close to overflowing it's internal Gigabit Ethernet frame buffers. A Critical alarm indicates that the frame buffer levels have overflowed. This will cause loss of packets and may result in tiling and other output anomalies. | 1.3.6.1.4.1.1166.1.31.100.8021 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmGbeInputStreamLowBitRate OBJECT-TYPE Gigabit Ethernet Input Stream Low Bit Rate Alarm. This alarm is used to inform the user when one or more Gigabit Ethernet Input Streams as configured in apexManRteGbeInRedTable have a low bit rate condition. For alarm status of each stream refer to entries apexGbeStatInTsPriLowBitRateAlarm and apexGbeStatInTsSecLowBitRateAlarm. 'major' when one or more stream bit rates are below their apexManRteGbeInRedPriLowAlarmBitRate or apexManRteGbeInRedSecLowAlarmBitRate. Clears when all streams have been restored to at or above their configured apexManRteGbeInRedPriLowAlarmBitRate or apexManRteGbeInRedSecLowAlarmBitRate. | 1.3.6.1.4.1.1166.1.31.100.8022 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmGbeInputStreamHighBitRate OBJECT-TYPE Gigabit Ethernet Input Stream High Bit Rate Alarm. This alarm is used to inform the user when one or more Gigabit Ethernet Input Streams as configured in apexManRteGbeInRedTable or via a Session Controller have a high bit rate condition. For alarm status of each stream refer to entry apexGbeStatInTsPriHighBitRateAlarm and apexGbeStatInTsSecHighBitRateAlarm. 'major' when one or more stream bit rates are above their apexManRteGbeInRedPriHighAlarmBitRate or apexManRteGbeInRedSecHighAlarmBitRate. Clears when all streams have been restored to at or below their configured apexManRteGbeInRedPriHighAlarmBitRate or apexManRteGbeInRedSecHighAlarmBitRate. | 1.3.6.1.4.1.1166.1.31.100.8023 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmGbeMptsRedundPrimaryThreshold OBJECT-TYPE Gigabit Ethernet Input MPTS Redundant Primary Stream Below Threshold Alarm. This alarm is used to inform the user when one or more Gigabit Ethernet Input Streams configured in apexManRteGbeInRedTable as being the Primary stream of a Redundant Pair are below the configured threshold. For alarm status of each stream refer to entry apexGbeStatInTsMptsRedundPriAlarm. 'major' when one or more stream bit rates are below their threshold as specified in apexManRteGbeInRedThreshold. Clears when all streams have been restored to at or above their configured apexManRteGbeInRedThreshold. | 1.3.6.1.4.1.1166.1.31.100.8024 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmGbeMptsRedundFailOver OBJECT-TYPE Gigabit Ethernet Input MPTS Redundant Fail Over Alarm. This alarm is used to inform the user when one or more Gigabit Ethernet Input Streams configured in apexManRteGbeInRedTable as being the Primary stream of a Redundant Pair have Failed Over to the Secondary stream. For alarm status of each stream refer to entry apexGbeStatInTsMptsRedundFailAlarm. 'major' when one or more Redundant Primary streams have failed over to the Secondary. Clears when all Primary streams have been restored and the APEX has switched back to the Primary from the Secondary. | 1.3.6.1.4.1.1166.1.31.100.8025 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmServiceInError OBJECT-TYPE Alarm Service In Error. 'major' indicates that one or more services is in error (unable to fully continue processing). However, this is only for very specific errors where the error could be caused by either the input stream being invalid or another command along with the input stream is causing the error. For example, if mapping an input service to an output and that PMT is not referenced in the PAT, or the number of PIDs in the PMT is greater than the number of PIDs supported, then the command is in error. This error condition would be cleared if a new PAT is received referencing the PMT or in the other case, if a new PMT is received referencing a valid number of PIDs. Refer to apexOutputProgramRoutingStatus for more information. This alarm occurs on the first error. It is not issued for additional errors. It is cleared when all errors are cleared. | 1.3.6.1.4.1.1166.1.31.100.8026 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmGbeLossOfInputStream OBJECT-TYPE Loss of Gbe Input Stream Alarm. This alarm is used to inform the user when one or more Gigabit Ethernet Input Streams is missing. A missing input stream is determined based on user configured data or stream rate and detection timeout value. This alarm is only applicable when the input streams are configured to be monitored for loss of input stream. This alarm occurs on the first error. It is not issued for additional errors. It is cleared when all errors are cleared. | 1.3.6.1.4.1.1166.1.31.100.8027 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmGigeToHostCommFault OBJECT-TYPE Loss of Communications from Gige to Host Alarm. This alarm is used to inform the user when the Host processor is no longer receiving periodic status messages from the Gige processor. This alarm occurs on the first error. It is not issued for additional errors. It is cleared when the condition is resolved. | 1.3.6.1.4.1.1166.1.31.100.8028 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmGbeInterfaceRedundFailOver OBJECT-TYPE Gigabit Ethernet Interface Redundant Fail Over Alarm. This alarm is used to inform the user when one or more Gigabit Ethernet interfaces have Failed Over to the Secondary interface. The APEX determines an interface as failed when link has been lost. 'major' when one or more Primary interfaces have failed over to the Secondary. Clears when all Primary interfaces have been restored and the APEX has switched back to the Primary from the Secondary. | 1.3.6.1.4.1.1166.1.31.100.8029 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmLossOfInputAncillaryPid OBJECT-TYPE Loss of input ancillary PID Alarm. This alarm is raised when one or more input ancillary PID(s) is(are) missing in the input transport streams. The APEX monitors each input ancillary PID configured through either 'apexPidMapTable' or 'apexBulkPidMapTable' or 'apexDtaOtsConfigTable'. The APEX will monitor for the 'apexPidMapInputAncillaryPidDetectionTimeout' period, before declaring the loss of input ancillary PID. 'minor' - When one or more input ancillary PIDs are missing. 'clear' - When all the ancillary PIDs are available in the input. | 1.3.6.1.4.1.1166.1.31.100.8030 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmGbeInputStreamPacketDrop OBJECT-TYPE Gigabit Ethernet Input Stream Packet Drop Alarm. This alarm is used to inform the user when one or more Gigabit Ethernet Input Streams have a dropped packet condition. 'major' when one of the stream's packets is dropped. | 1.3.6.1.4.1.1166.1.31.100.8031 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmOutputUtilizationFault OBJECT-TYPE Output Transport Stream Utilization Threshold Alarm. 'minor' when apexOutputTsUtilMonAlarmThreshold is met or exceeded for apexOutputTsUtilMonSetAlarmDelay for an OTS. The alarm will clear after the OTS remains below apexOutputTsUtilMonAlarmThreshold for apexOutputTsUtilMonClearAlarmDelay. | 1.3.6.1.4.1.1166.1.31.100.8040 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmOutputOverflow OBJECT-TYPE Output Transport Stream Overflow Alarm. 'critical' when apexOutputTsUtilizOverflow occurs for an OTS. The alarm will clear when OTS no longer in overflow. | 1.3.6.1.4.1.1166.1.31.100.8041 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmQamModuleFault OBJECT-TYPE QAM Port Fault Alarm. 'major' when apexQamModuleStatError occurs when all QAM channels on the QAM Module have apexQamChanStatActive of not 'active'. 'critical' when apexQamModuleStatError occurs when all QAM channels on the QAM Module have apexQamChanStatActive of 'active'. The alarm will clear after all faults clear on the QAM Module. The current alarm status on a QAM Module basis can be found in apexQamModuleStatFaultCondition. | 1.3.6.1.4.1.1166.1.31.100.8042 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmQamRfPortFault OBJECT-TYPE QAM RF Port Fault Alarm. 'major' when power voltage or output RF level error occurs on the RF Port. 'critical' when clock, PLL, or data sync error occurs on the RF Port. The alarm will clear after all faults clear for the RF Port. The current alarm status on an RF port basis can be found in apexQamRfPortStatFaultCondition. | 1.3.6.1.4.1.1166.1.31.100.8043 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmQamChannelFault OBJECT-TYPE QAM Channel Fault Alarm. 'critical' when any or all of the QAM Channel errors enumerated in apexQamChanStatError occur on a QAM channel. The alarm will clear after all faults clear on the QAM channel. The current alarm status on a QAM channel basis can be found in apexQamChanStatFaultCondition. | 1.3.6.1.4.1.1166.1.31.100.8044 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmQamRfRedundFailOver OBJECT-TYPE QAM RF Redundancy Fail Over Alarm. 'major' when the backup QAM RF Port status is 'active' (apexQamRfRedundStatusBackupPort). This occurs when a primary QAM RF Port has failed over to the backup RF Port or the user has forced a primary to the backup. The alarm will clear when the backup QAM RF Port status returns to 'standby'. The alarm is relevant only when apexQamRfRedundConfigEnable is 'enabled'. The current QAM RF Port that is active on the backup port can be found in apexQamRfRedundStatusFailedPort. | 1.3.6.1.4.1.1166.1.31.100.8045 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmQamRfRedundMismatch OBJECT-TYPE QAM RF Redundancy Mismatch Alarm. 'warning' when channels could be lost on QAM RF Fail Over to backup or on Switch Back to primary. Refer to apexQamRfRedundStatusMismatch for more information. The alarm will clear when mismatch condition clears. The alarm is relevant only when apexQamRfRedundConfigEnable is 'enabled'. | 1.3.6.1.4.1.1166.1.31.100.8046 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmQamModuleRemovalFault OBJECT-TYPE QAM Module Removal Fault Alarm. 'critical' when apexQamModuleStatError occurs when any QAM channels on the QAM Module have apexQamChanStatActive of 'active'. The alarm will clear after the fault is cleared on the QAM Module. | 1.3.6.1.4.1.1166.1.31.100.8047 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmRtspControllerCommFault OBJECT-TYPE RTSP Controller Communication Fault. 'major' when the RTSP Controller is experiencing a communication fault. The alarm will clear when connection is restored the RTSP controller. | 1.3.6.1.4.1.1166.1.31.100.8050 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmRdsCommFault OBJECT-TYPE RDS Communication Fault. 'major' when experiencing an RDS communication fault. The alarm will clear when RDS connection is restored. | 1.3.6.1.4.1.1166.1.31.100.8060 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmRemCommFault OBJECT-TYPE REM Communication Fault. 'major' when experiencing an REM communication fault. The alarm will clear when REM connection is restored. Refer to apexQamRfRedundStatusRemConnection for more information. The alarm is relevant only when apexQamRfRedundConfigEnable is 'enabled' and apexQamRfRedundConfigRemConnection is not 'none'. | 1.3.6.1.4.1.1166.1.31.100.8070 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmRemFault OBJECT-TYPE REM Fault. 'warning' when REM is reporting a 0x05 error code. 'major' when error received from REM (other than 0x05) or REM is reporting incorrect switch configuration. The alarm will clear when REM errors clear. Refer to apexQamRfRedundStatusRemError and apexQamRfRedundStatusRemSwitch for more information. The alarm is relevant only when apexQamRfRedundConfigEnable is 'enabled' and apexQamRfRedundConfigRemConnection is not 'none'. | 1.3.6.1.4.1.1166.1.31.100.8071 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmDepiControlConnectionFault OBJECT-TYPE DEPI Control connection setup Fault. | 1.3.6.1.4.1.1166.1.31.100.8080 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmDepiSessionSetupFault OBJECT-TYPE DEPI Session Setup Fault. | 1.3.6.1.4.1.1166.1.31.100.8081 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmDtiSyncLossFault OBJECT-TYPE EQAM lost SYNC with the DTI Server. | 1.3.6.1.4.1.1166.1.31.100.8082 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmChassisRedundancyPrimaryFailover OBJECT-TYPE Generated when the primary active APEX fails over to the secondary standby unit. Trap tells if failover is operator induced, or automatic because of a fault. Major if automatic due to some fault Warning if force-failover. Cleared when redundancy is disabled or when the primary becomes active and the secondary is standby. | 1.3.6.1.4.1.1166.1.31.100.8090 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmChassisRedundancySecondaryFailover OBJECT-TYPE Generated when the secondary active APEX fails over to the primary standby unit. Trap tells if failover is operator induced, or automatic because of a fault. Major if automatic due to some fault Warning if force-failover. Cleared when redundancy is disabled or when the secondary becomes active and the primary is standby. | 1.3.6.1.4.1.1166.1.31.100.8091 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmChassisRedundancyAvailabilityFault OBJECT-TYPE Generated when redundancy status is unavailable (except for link loss) configuration not synchronized secondary in fault state Cleared when redundancy status is available or redundancy disabled. | 1.3.6.1.4.1.1166.1.31.100.8092 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmChassisRedundancyLinkFault OBJECT-TYPE Generated when ENET2 link is lost Cleared when ENET 2 link is present or redundancy disabled. | 1.3.6.1.4.1.1166.1.31.100.8093 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexAlarmChassisRedundancyConfigurationFault OBJECT-TYPE Generated when primary APEX receives heartbeat from another primary. Critical if APEX was in active state (sourcing broadcast content) Major if APEX was in standby state (broadcast ports muted). Cleared when primary APEX receives heartbeat from a secondary, configuration is changed to secondary, or redundancy is disabled. | 1.3.6.1.4.1.1166.1.31.100.8094 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexEvents OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.101 | |||
| apexEventEmUserLoginFailed OBJECT-TYPE Event to indicate APEX EM User login failed 5 times. | 1.3.6.1.4.1.1166.1.31.101.8100 | Unsigned32 | read-only | current |
| apexEventQamModuleUpgraded OBJECT-TYPE Event to indicate a QAM Module has been upgraded from 2x4 to 2x8 channel capability. | 1.3.6.1.4.1.1166.1.31.101.8101 | Unsigned32 | read-only | current |
| apexEventSnmpCommunityStringChanged OBJECT-TYPE Event to indicate that the read/read-write SNMP community strings are changed Trap description is given in trapSnmpCommunityStringChanged | 1.3.6.1.4.1.1166.1.31.101.8102 | Unsigned32 | read-only | current |
| apexEventEasMessageNotReceived OBJECT-TYPE Generated when the EAS message is not received for the amount of time configured by the object 'apexEasMessageReceiveTimeoutDuration' | 1.3.6.1.4.1.1166.1.31.101.8103 | Unsigned32 | read-only | current |
| apexEventLossOfInputAncillaryPid OBJECT-TYPE Event to indicate that the input PID has not received. This event is sent when one or more input ancillary PID(s) is(are) missing in the input transport streams. The APEX monitors each input ancillary PID configured through either 'apexPidMapTable' or 'apexBulkPidMapTable' or 'apexDtaOtsConfigTable'. The APEX will monitor for the 'apexPidMapInputAncillaryPidDetectionTimeout' period, before declaring the loss of input ancillary PID. 'minor' - When one or more input ancillary PIDs are missing. 'clear' - When the ancillary PIDs and input TS are not available in the input | 1.3.6.1.4.1.1166.1.31.101.8104 | Unsigned32 | read-only | current |
| apexEventChassisRedunPrimaryForceFailover OBJECT-TYPE Generated when the operator forces a failover from the primary, back to the secondary APEX. | 1.3.6.1.4.1.1166.1.31.101.8110 | Unsigned32 | read-only | obsolete |
| apexEventChassisRedunSecondaryForceFailover OBJECT-TYPE Generated when the operator forces a failover from the secondary, back to the primary APEX. | 1.3.6.1.4.1.1166.1.31.101.8111 | Unsigned32 | read-only | obsolete |
| apexEventChassisRedunFirmwareVersionMismatch OBJECT-TYPE Generated when the primary and secondary APEX firmware versions are mismatched. | 1.3.6.1.4.1.1166.1.31.101.8112 | Unsigned32 | read-only | current |
| apexEventChassisRedunQAMVersionMismatch OBJECT-TYPE Generated when the primary and secondary APEX QAM versions are mismatched. | 1.3.6.1.4.1.1166.1.31.101.8113 | Unsigned32 | read-only | current |
| apexConfigAlarms OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.102 | |||
| apexConfAlarmEnable OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.102.1 | |||
| apexEnableInvalidInitData OBJECT-TYPE This setting enables or disables apexAlarmInvalidInitData. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8001 | EnableDisableTYPE | read-write | current |
| apexEnableGbeLossOfPhysicalInput OBJECT-TYPE This setting enables or disables apexAlarmGbeLossOfPhysicalInput. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8020 | EnableDisableTYPE | read-write | current |
| apexEnableGbeBufferFullness OBJECT-TYPE This setting enables or disables apexAlarmGbeBufferFullness. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8021 | EnableDisableTYPE | read-write | current |
| apexEnableGbeInputStreamLowBitRate OBJECT-TYPE This setting enables or disables apexAlarmGbeInputStreamLowBitRate. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8022 | EnableDisableTYPE | read-write | current |
| apexEnableGbeInputStreamHighBitRate OBJECT-TYPE This setting enables or disables apexAlarmGbeInputStreamHighBitRate. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8023 | EnableDisableTYPE | read-write | current |
| apexEnableGbeMptsRedundPrimaryThreshold OBJECT-TYPE This setting enables or disables apexAlarmGbeMptsRedundPrimaryThreshold. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8024 | EnableDisableTYPE | read-write | current |
| apexEnableGbeMptsRedundFailOver OBJECT-TYPE This setting enables or disables apexAlarmGbeMptsRedundFailOver. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8025 | EnableDisableTYPE | read-write | current |
| apexEnableServiceInError OBJECT-TYPE This setting enables or disables apexAlarmServiceInError. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8026 | EnableDisableTYPE | read-write | current |
| apexEnableGbeLossOfInputTsFault OBJECT-TYPE This setting enables or disables apexAlarmGbeLossOfInputStream. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8027 | EnableDisableTYPE | read-write | current |
| apexEnableGbeInterfaceRedundFailOver OBJECT-TYPE This setting enables or disables apexAlarmGbeInterfaceRedundFailOver. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8029 | EnableDisableTYPE | read-write | current |
| apexEnableLossOfInputAncillaryPid OBJECT-TYPE It enables or disables the alarm 'apexAlarmLossOfInputAncillaryPid'. When set to 'enabled', the alarm will operate as described in the description for 'apexAlarmLossOfInputAncillaryPid' and sends event 'apexEventLossOfInputAncillaryPid'. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Also, when set to 'disabled', clear/minor apexEventLossOfInputAncillaryPid events will not be sent. Default value is disabled. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8030 | EnableDisableTYPE | read-write | current |
| apexEnableGbeInputStreamPacketDrop OBJECT-TYPE This setting enables or disables apexAlarmGbeInputStreamPacketDrop. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8031 | EnableDisableTYPE | read-write | current |
| apexEnableOutputUtilizationFault OBJECT-TYPE This setting enables or disables apexAlarmOutputUtilizationFault. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8040 | EnableDisableTYPE | read-write | current |
| apexEnableOutputOverflow OBJECT-TYPE This setting enables or disables apexAlarmOutputOverflow. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8041 | EnableDisableTYPE | read-write | current |
| apexEnableQamModuleFault OBJECT-TYPE This setting enables or disables apexAlarmQamModuleFault. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8042 | EnableDisableTYPE | read-write | current |
| apexEnableQamRfPortFault OBJECT-TYPE This setting enables or disables apexAlarmQamRfPortFault. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8043 | EnableDisableTYPE | read-write | current |
| apexEnableQamChannelFault OBJECT-TYPE This setting enables or disables apexAlarmQamChannelFault. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8044 | EnableDisableTYPE | read-write | current |
| apexEnableQamRfRedundFailOver OBJECT-TYPE This setting enables or disables apexAlarmQamRfRedundFailOver. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8045 | EnableDisableTYPE | read-write | current |
| apexEnableQamRfRedundMismatch OBJECT-TYPE This setting enables or disables apexAlarmQamRfRedundMismatch. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8046 | EnableDisableTYPE | read-write | current |
| apexEnableQamModuleRemovalFault OBJECT-TYPE This setting enables or disables apexAlarmQamModuleRemovalFault. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8047 | EnableDisableTYPE | read-write | current |
| apexEnableRtspControllerCommFault OBJECT-TYPE This setting enables or disables apexAlarmRtspControllerCommFault. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8050 | EnableDisableTYPE | read-write | current |
| apexEnableRdsCommAlarmFault OBJECT-TYPE This setting enables or disables apexAlarmRdsCommFault. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8060 | EnableDisableTYPE | read-write | current |
| apexEnableRemCommFault OBJECT-TYPE This setting enables or disables apexAlarmRemCommFault. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8070 | EnableDisableTYPE | read-write | current |
| apexEnableRemFault OBJECT-TYPE This setting enables or disables apexAlarmRemFault. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8071 | EnableDisableTYPE | read-write | current |
| apexEnableDepiControlConnectionFault OBJECT-TYPE This setting enables or disables apexAlarmDepiControlConnectionFault. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8080 | EnableDisableTYPE | read-write | current |
| apexEnableDepiSessionSetupFault OBJECT-TYPE This setting enables or disables apexAlarmDepiSessionSetupFault. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8081 | EnableDisableTYPE | read-write | current |
| apexEnableDtiSyncLossFault OBJECT-TYPE This setting enables or disables apexAlarmDtiSyncLossFault. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8082 | EnableDisableTYPE | read-write | current |
| apexEnableChassisRedundancyPrimaryFailover OBJECT-TYPE This setting enables or disables apexEnableChassisRedundancyPrimaryFailover. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8090 | EnableDisableTYPE | read-write | current |
| apexEnableChassisRedundancySecondaryFailover OBJECT-TYPE This setting enables or disables apexEnableChassisRedundancySecondaryFailover. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8091 | EnableDisableTYPE | read-write | current |
| apexEnableChassisRedundancyAvailabilityFault OBJECT-TYPE This setting enables or disables apexEnableChassisRedundancyAvailabilityFault. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8092 | EnableDisableTYPE | read-write | current |
| apexEnableChassisRedundancyLinkFault OBJECT-TYPE This setting enables or disables apexEnableChassisRedundancyLinkFault. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8093 | EnableDisableTYPE | read-write | current |
| apexEnableChassisRedundancyConfigurationFault OBJECT-TYPE This setting enables or disables apexEnableChassisRedundancyConfigurationFault. When set to 'enabled' the alarm will operate as described. When set to 'disabled' the alarm will not be reported or wrapped into unitAlarmStatus and the alarm condition will remain 'ok'. If the alarm condition is not 'ok' when it is 'disabled', the alarm will be cleared. Once written, the change to this parameter will take immediate effect. However, in order for the change to persist through subsequent reboots or power cycles, the change must be saved via the apexSaveConfig parameter. @Config(config=yes, reboot=no) @Save(apexSaveConfig, value=2) @File(config.ini, type='ini') | 1.3.6.1.4.1.1166.1.31.102.1.8094 | EnableDisableTYPE | read-write | current |
| apexConfAlarmClear OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.102.2 | |||
| apexClearInvalidInitData OBJECT-TYPE Setting to 'clearAlarm' clears the apexAlarmInvalidInitData. The APEX will set this parameter back to 'clearAlarmNotInProgress' after clearing the alarm. Once written, the change to this parameter will take immediate effect. @Config(config=no, reboot=no) | 1.3.6.1.4.1.1166.1.31.102.2.8001 | ClearAlarmTYPE | read-write | current |
| apexLogs OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.200 | |||
| apexHwEventTable OBJECT-TYPE Table of Hardware Events that have occurred. Maximum of 100 events will be recorded. | 1.3.6.1.4.1.1166.1.31.200.1 | not-accessible | current | |
| apexHwEventEntry OBJECT-TYPE Hardware Event Table Entry. | 1.3.6.1.4.1.1166.1.31.200.1.1 | not-accessible | current | |
| apexHwEventIndex OBJECT-TYPE Index to HW Event table entry. | 1.3.6.1.4.1.1166.1.31.200.1.1.1 | Integer32 (0..2147483647) | not-accessible | current |
| apexHwEventTimeLogged OBJECT-TYPE Time in GPS seconds (apexSystemTime) that this event was logged. | 1.3.6.1.4.1.1166.1.31.200.1.1.2 | Integer32 | read-only | current |
| apexHwEventAlarmCode OBJECT-TYPE Last number of alarm OID. Can be one of the following: 0 Indicates event is informational and may or may not cause an alarm. 8000 apexAlarmHardwareFault 8002 apexAlarmTemperatureFault 8003 apexAlarmFanFault 8004 apexAlarmPowerFault 8042 apexAlarmQamModuleFault 8043 apexAlarmQamRfPortFault 8044 apexAlarmQamChannelFault 8045 apexAlarmQamRfRedundFailOver 8046 apexAlarmQamRfRedundMismatch 8070 apexAlarmRemCommFault 8071 apexAlarmRemFault More details about the error can be found in apexHwEventDescription. | 1.3.6.1.4.1.1166.1.31.200.1.1.3 | Integer32 | read-only | current |
| apexHwEventAlarmSeverity OBJECT-TYPE Alarm severity level of this event. | 1.3.6.1.4.1.1166.1.31.200.1.1.4 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexHwEventData OBJECT-TYPE Additional integer data. When apexHwEventAlarmCode is non-zero, this will be the same as Additional Data 1 as in the trap for the alarm. When apexHwEventAlarmCode is zero, this may contain additional data helpful in debug. | 1.3.6.1.4.1.1166.1.31.200.1.1.5 | Integer32 | read-only | current |
| apexHwEventDescription OBJECT-TYPE Text description of the event. | 1.3.6.1.4.1.1166.1.31.200.1.1.6 | DisplayString | read-only | current |
| apexInvalidInitDataTable OBJECT-TYPE Table of Invalid Initialization Data Errors. Maximum of 100 errors will be recorded. | 1.3.6.1.4.1.1166.1.31.200.2 | not-accessible | current | |
| apexInvalidInitDataEntry OBJECT-TYPE Invalid Initialization Data Table Entry. | 1.3.6.1.4.1.1166.1.31.200.2.1 | not-accessible | current | |
| apexInvalidInitDataIndex OBJECT-TYPE Index to Invalid Initialization Data table entry. | 1.3.6.1.4.1.1166.1.31.200.2.1.1 | Integer32 (0..2147483647) | not-accessible | current |
| apexInvalidInitDataTimeLogged OBJECT-TYPE Time in GPS seconds (apexSystemTime) that this event was logged. | 1.3.6.1.4.1.1166.1.31.200.2.1.2 | Integer32 | read-only | current |
| apexInvalidInitDataDescription OBJECT-TYPE Text string describing the data error. | 1.3.6.1.4.1.1166.1.31.200.2.1.3 | DisplayString | read-only | current |
| apexOutputTsEventTable OBJECT-TYPE Table of Output Stream events that have occurred. Maximum of 200 events will be recorded. | 1.3.6.1.4.1.1166.1.31.200.3 | not-accessible | current | |
| apexOutputTsEventEntry OBJECT-TYPE Output Stream Error Table Entry. | 1.3.6.1.4.1.1166.1.31.200.3.1 | not-accessible | current | |
| apexOutputTsEventIndex OBJECT-TYPE Index to Output Stream Error table. | 1.3.6.1.4.1.1166.1.31.200.3.1.1 | Integer32 (0..2147483647) | not-accessible | current |
| apexOutputTsEventTimeLogged OBJECT-TYPE Time in GPS seconds (apexSystemTime) that this event was logged. | 1.3.6.1.4.1.1166.1.31.200.3.1.2 | Integer32 | read-only | current |
| apexOutputTsEventAlarmCode OBJECT-TYPE Last number of alarm OID. Can be one of the following: 0 Indicates event is informational and may or may not cause an alarm. 8040 apexAlarmOutputUtilizationFault 8041 apexAlarmOutputOverflow More details about the error can be found in apexOutputTsEventDescription. | 1.3.6.1.4.1.1166.1.31.200.3.1.3 | Integer32 | read-only | current |
| apexOutputTsEventAlarmSeverity OBJECT-TYPE Alarm severity level of this event. | 1.3.6.1.4.1.1166.1.31.200.3.1.4 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexOutputTsEventOutputTsNum OBJECT-TYPE The number of the output transport stream for this event. | 1.3.6.1.4.1.1166.1.31.200.3.1.5 | Integer32 (0..48) | read-only | current |
| apexOutputTsEventCurRate OBJECT-TYPE Value of apexOutputTsUtilizCurRate when event occurred. | 1.3.6.1.4.1.1166.1.31.200.3.1.6 | Integer32 | read-only | current |
| apexOutputTsEventAvgRate OBJECT-TYPE Value of apexOutputTsUtilizAvgRate when event occurred. | 1.3.6.1.4.1.1166.1.31.200.3.1.7 | Integer32 | read-only | current |
| apexOutputTsEventMinRate OBJECT-TYPE Value of apexOutputTsUtilizMinRate when event occurred. | 1.3.6.1.4.1.1166.1.31.200.3.1.8 | Integer32 | read-only | current |
| apexOutputTsEventPeakRate OBJECT-TYPE Value of apexOutputTsUtilizPeakRate when event occurred. | 1.3.6.1.4.1.1166.1.31.200.3.1.9 | Integer32 | read-only | current |
| apexOutputTsEventCurDropPackets OBJECT-TYPE Value of apexOutputTsUtilizCurDropPackets when event occurred. | 1.3.6.1.4.1.1166.1.31.200.3.1.10 | Integer32 | read-only | current |
| apexOutputTsEventPeakDropPackets OBJECT-TYPE Value of apexOutputTsUtilizPeakDropPackets when event occurred. | 1.3.6.1.4.1.1166.1.31.200.3.1.11 | Integer32 | read-only | current |
| apexOutputTsEventRollingDropPackets OBJECT-TYPE Value of apexOutputTsUtilizRollingDropPackets when event occurred. | 1.3.6.1.4.1.1166.1.31.200.3.1.12 | Integer32 | read-only | current |
| apexOutputTsEventTotalDropPackets OBJECT-TYPE Value of apexOutputTsUtilizTotalDropPackets when event occurred. | 1.3.6.1.4.1.1166.1.31.200.3.1.13 | Integer32 | read-only | current |
| apexOutputTsEventDescription OBJECT-TYPE Text description of the event. Maximum length is 128 characters. | 1.3.6.1.4.1.1166.1.31.200.3.1.14 | DisplayString | read-only | current |
| apexGbeInputTsEventTable OBJECT-TYPE Table of Gigabit Ethernet Input Transport Stream Events that have occurred. Maximum of 100 events will be recorded. | 1.3.6.1.4.1.1166.1.31.200.4 | not-accessible | current | |
| apexGbeInputTsEventEntry OBJECT-TYPE Gigabit Ethernet Input Transport Stream Event Table Entry. | 1.3.6.1.4.1.1166.1.31.200.4.1 | not-accessible | current | |
| apexGbeInputTsEventIndex OBJECT-TYPE Index to Gigabit Ethernet Input Transport Stream Event table. | 1.3.6.1.4.1.1166.1.31.200.4.1.1 | Integer32 (0..2147483647) | not-accessible | current |
| apexGbeInputTsEventTimeLogged OBJECT-TYPE Time in GPS seconds (apexSystemTime) that this event was logged. | 1.3.6.1.4.1.1166.1.31.200.4.1.2 | Integer32 | read-only | current |
| apexGbeInputTsEventAlarmCode OBJECT-TYPE Last number of alarm OID. Can be one of the following: 0 Indicates event is informational and may or may not cause an alarm. 8022 apexAlarmGbeInputStreamLowBitRate 8023 apexAlarmGbeInputStreamHighBitRate 8024 apexAlarmGbeMptsRedundPrimaryThreshold 8025 apexAlarmGbeMptsRedundFailOver More details about the error may be found in apexGbeInputTsEventDescription. | 1.3.6.1.4.1.1166.1.31.200.4.1.3 | Integer32 | read-only | current |
| apexGbeInputTsEventAlarmSeverity OBJECT-TYPE Alarm severity level of this event. | 1.3.6.1.4.1.1166.1.31.200.4.1.4 | INTEGER {ok(1), indeterminate(2), warning(3), minor(4), major(5), critical(6)} | read-only | current |
| apexGbeInputTsEventRedundantConfig OBJECT-TYPE Indicates whether this input transport stream was configured as a primary or secondary at the time of the event. | 1.3.6.1.4.1.1166.1.31.200.4.1.5 | INTEGER {notApplicable(0), primary(1), secondary(2)} | read-only | current |
| apexGbeInputTsEventGbeInterface OBJECT-TYPE Value of apexInputTsStatPriInputInterface or apexInputTsStatSecInputInterface at the time of the event. | 1.3.6.1.4.1.1166.1.31.200.4.1.6 | Integer32 | read-only | current |
| apexGbeInputTsEventUdpPort OBJECT-TYPE Value of apexInputTsStatPriInputUdp or apexInputTsStatSecInputUdp at the time of the event. | 1.3.6.1.4.1.1166.1.31.200.4.1.7 | Integer32 | read-only | current |
| apexGbeInputTsEventMulticastIp OBJECT-TYPE Value of apexInputTsStatPriInputMulticastIp or apexInputTsStatSecInputMulticastIp at the time of the event. | 1.3.6.1.4.1.1166.1.31.200.4.1.8 | IpAddress | read-only | current |
| apexGbeInputTsEventSourceIp OBJECT-TYPE Value of apexInputTsStatPriInputSourceIp or apexInputTsStatSecInputSourceIp at the time of the event. | 1.3.6.1.4.1.1166.1.31.200.4.1.9 | IpAddress | read-only | current |
| apexGbeInputTsEventInputTsState OBJECT-TYPE Value of apexInputTsStatPriState or apexInputTsStatSecState at the time of the event. For threshold or fail over events, the state reported is always the Primary input stream state. | 1.3.6.1.4.1.1166.1.31.200.4.1.10 | InputTsStateTYPE | read-only | current |
| apexGbeInputTsEventRateCompareType OBJECT-TYPE Comparison type at time of event (stream or data). | 1.3.6.1.4.1.1166.1.31.200.4.1.11 | RateComparisonTYPE | read-only | current |
| apexGbeInputTsEventSamplingPeriod OBJECT-TYPE Sample period in seconds of the stream and data counts reported. Using the sample period and the stream or data counts, the actual input rate at the time of the event can be computed. | 1.3.6.1.4.1.1166.1.31.200.4.1.12 | Integer32 | read-only | current |
| apexGbeInputTsEventPriCurStreamCount OBJECT-TYPE Current Primary input stream Packet Count at the time of the event. This is the number of packets received, including Nulls, during the sample period defined in apexGbeInputTsEventSamplingPeriod. | 1.3.6.1.4.1.1166.1.31.200.4.1.13 | Counter32 | read-only | current |
| apexGbeInputTsEventPriCurDataCount OBJECT-TYPE Current Primary input data Packet Count at the time of the event. This is the number of data packets received (non-Nulls), during the sample period defined in apexGbeInputTsEventSamplingPeriod. | 1.3.6.1.4.1.1166.1.31.200.4.1.14 | Counter32 | read-only | current |
| apexGbeInputTsEventSecCurStreamCount OBJECT-TYPE Current Secondary input stream Packet Count at the time of the event. This is the number of packets received, including Nulls, during the sample period defined in apexGbeInputTsEventSamplingPeriod. | 1.3.6.1.4.1.1166.1.31.200.4.1.15 | Counter32 | read-only | current |
| apexGbeInputTsEventSecCurDataCount OBJECT-TYPE Current Secondary input data Packet Count at the time of the event. This is the number of data packets received (non-Nulls), during the sample period defined in apexGbeInputTsEventSamplingPeriod. | 1.3.6.1.4.1.1166.1.31.200.4.1.16 | Counter32 | read-only | current |
| apexGbeInputTsEventDescription OBJECT-TYPE Text description of the event. Maximum length is 128 characters. | 1.3.6.1.4.1.1166.1.31.200.4.1.17 | DisplayString | read-only | current |
| apexRtspEventTable OBJECT-TYPE Table of RTSP Events that have occurred. Maximum of 100 events will be recorded. | 1.3.6.1.4.1.1166.1.31.200.5 | not-accessible | current | |
| apexRtspEventEntry OBJECT-TYPE RTSP Event Table Entry. | 1.3.6.1.4.1.1166.1.31.200.5.1 | not-accessible | current | |
| apexRtspEventIndex OBJECT-TYPE Index to RTSP Event table entry. | 1.3.6.1.4.1.1166.1.31.200.5.1.1 | Integer32 (0..2147483647) | not-accessible | current |
| apexRtspEventTimeLogged OBJECT-TYPE Time in GPS seconds (apexSystemTime) that this event was logged. | 1.3.6.1.4.1.1166.1.31.200.5.1.2 | Integer32 | read-only | current |
| apexRtspEventControllerIp OBJECT-TYPE IP address of the RTSP Controller associated with this event. Value will be zero if the event is not associated with a specific controller. Refer to apexRtspEventSourceDescription for the source of the event. | 1.3.6.1.4.1.1166.1.31.200.5.1.3 | IpAddress | read-only | current |
| apexRtspEventSessionCount OBJECT-TYPE Number of active sessions for the RTSP Controller associated with this event. Value will be total count of all sessions for all controllers if the event is not associated with a specific controller. Refer to apexRtspEventSourceDescription for the source of the event. | 1.3.6.1.4.1.1166.1.31.200.5.1.4 | Integer32 | read-only | current |
| apexRtspEventSourceDescription OBJECT-TYPE Text description of the source of the event. May indicate a controller identifier or an APEX application process. | 1.3.6.1.4.1.1166.1.31.200.5.1.5 | DisplayString | read-only | current |
| apexRtspEventDescription OBJECT-TYPE Text description of the event. | 1.3.6.1.4.1.1166.1.31.200.5.1.6 | DisplayString | read-only | current |
| apexMappingErrorTable OBJECT-TYPE Table of program, ancillary PID, and stream pass through mapping errors that have occurred. Maximum of 100 error events will be recorded. | 1.3.6.1.4.1.1166.1.31.200.6 | not-accessible | current | |
| apexMappingErrorEntry OBJECT-TYPE Program, PID, Stream Pass Through Error Table Entry. | 1.3.6.1.4.1.1166.1.31.200.6.1 | not-accessible | current | |
| apexMappingErrorIndex OBJECT-TYPE Index to Program, PID, Stream Pass Through, DEPI Control, DEPI Session Error table. | 1.3.6.1.4.1.1166.1.31.200.6.1.1 | Integer32 (0..2147483647) | not-accessible | current |
| apexMappingErrorTimeLogged OBJECT-TYPE Time in GPS seconds (apexSystemTime) that this error was logged. | 1.3.6.1.4.1.1166.1.31.200.6.1.2 | Integer32 | read-only | current |
| apexMappingErrorCode OBJECT-TYPE Error code for this mapping error. 0 indicates no error. | 1.3.6.1.4.1.1166.1.31.200.6.1.3 | Integer32 | read-only | current |
| apexMappingErrorMappingType OBJECT-TYPE Type of mapping (program, ancillary PID, or stream pass through). | 1.3.6.1.4.1.1166.1.31.200.6.1.4 | INTEGER {notApplicable(0), program(1), ancillaryPid(2), streamPassthru(3), depiControl(4), depiSession(5)} | read-only | current |
| apexMappingErrorInputType OBJECT-TYPE Input Type. Indicates if mapping is from Gigabit Ethernet or Fast Ethernet. | 1.3.6.1.4.1.1166.1.31.200.6.1.5 | INTEGER {notApplicable(0), gbe(1), fastEnet(2)} | read-only | current |
| apexMappingErrorInputInterface OBJECT-TYPE Interface port number of the primary input interface. | 1.3.6.1.4.1.1166.1.31.200.6.1.6 | Integer32 | read-only | current |
| apexMappingErrorUdpPort OBJECT-TYPE Input UDP Port for primary input. | 1.3.6.1.4.1.1166.1.31.200.6.1.7 | Integer32 | read-only | current |
| apexMappingErrorMulticastIp OBJECT-TYPE The Multicast receive IP address for primary input. | 1.3.6.1.4.1.1166.1.31.200.6.1.8 | IpAddress | read-only | current |
| apexMappingErrorSourceIp OBJECT-TYPE This is the IGMP v3 Source IP address of the source device for the primary input. | 1.3.6.1.4.1.1166.1.31.200.6.1.9 | IpAddress | read-only | current |
| apexMappingErrorInputProgramPid OBJECT-TYPE For program mappings, this is the input program number of the program being mapped. For ancillary PID mappings, this is the input PID number being mapped. For stream pass through mappings, this field is not used and is set to 0. | 1.3.6.1.4.1.1166.1.31.200.6.1.10 | Integer32 | read-only | current |
| apexMappingErrorOutputProgramPid OBJECT-TYPE For program mappings, this is the output program number of the program being mapped. For ancillary PID mappings, this is the output PID number being mapped. For stream pass through mappings, this field is not used and is set to 0. | 1.3.6.1.4.1.1166.1.31.200.6.1.11 | Integer32 | read-only | current |
| apexMappingErrorOutputOpMode OBJECT-TYPE Operating mode of the output transport stream for this mapping. | 1.3.6.1.4.1.1166.1.31.200.6.1.12 | INTEGER {notInUse(0), sessionControl(1), manualRouting(2)} | read-only | current |
| apexMappingErrorOutputTsNum OBJECT-TYPE The number of the output transport stream for this mapping error. | 1.3.6.1.4.1.1166.1.31.200.6.1.13 | Integer32 (0..48) | read-only | current |
| apexMappingErrorSecInputInterface OBJECT-TYPE Interface port number of the secondary input interface. An interface number of 0 indicates no secondary input. | 1.3.6.1.4.1.1166.1.31.200.6.1.14 | Integer32 | read-only | current |
| apexMappingErrorSecUdpPort OBJECT-TYPE Input UDP Port for secondary input. | 1.3.6.1.4.1.1166.1.31.200.6.1.15 | Integer32 | read-only | current |
| apexMappingErrorSecMulticastIp OBJECT-TYPE The Multicast receive IP address for secondary input. | 1.3.6.1.4.1.1166.1.31.200.6.1.16 | IpAddress | read-only | current |
| apexMappingErrorSecSourceIp OBJECT-TYPE This is the IGMP v3 Source IP address of the source device for the secondary input. | 1.3.6.1.4.1.1166.1.31.200.6.1.17 | IpAddress | read-only | current |
| apexChassisRedundancyEventTable OBJECT-TYPE Table of Chassis Redundancy Events. Maximum of 300 events will be recorded. | 1.3.6.1.4.1.1166.1.31.200.7 | not-accessible | current | |
| apexChassisRedundancyEventEntry OBJECT-TYPE Chassis Redundancy Event Table Entry. | 1.3.6.1.4.1.1166.1.31.200.7.1 | not-accessible | current | |
| apexChassisRedundancyEventIndex OBJECT-TYPE Index for Chassis Redundancy Event table. | 1.3.6.1.4.1.1166.1.31.200.7.1.1 | Integer32 (0..2147483647) | not-accessible | current |
| apexChassisRedundancyEventTimeLogged OBJECT-TYPE Time in GPS seconds (apexSystemTime) that this event was logged. | 1.3.6.1.4.1.1166.1.31.200.7.1.2 | Integer32 | read-only | current |
| apexChassisRedundancyEventDescription OBJECT-TYPE Text string describing the event. | 1.3.6.1.4.1.1166.1.31.200.7.1.3 | DisplayString | read-only | current |
| apexDebug OBJECT-IDENTITY | 1.3.6.1.4.1.1166.1.31.5000 |
Notifications
| Name | OID | Status |
|---|---|---|
| trapConfigurationChangeInteger NOTIFICATION-TYPE This trap is issued if configuration of a single variable with integer type was changed (via ANY interface). TrapChangedValueInteger variable may contain current reading of that variable. trapPerceivedSeverity - 'indeterminate' | 1.3.6.1.4.1.1166.1.31.0.3 | current |
| trapConfigurationChangeDisplayString NOTIFICATION-TYPE This trap is issued if configuration of a single variable with DisplayString type was changed (via ANY interface). TrapChangedValueDisplayString variable may contain current reading of that variable. trapPerceivedSeverity - 'indeterminate' | 1.3.6.1.4.1.1166.1.31.0.4 | current |
| trapConfigurationChangeOID NOTIFICATION-TYPE This trap is issued if configuration of a single variable with OID type was changed (via ANY interface). TrapChangedValueOID variable may contain current reading of that variable. trapPerceivedSeverity - 'indeterminate' | 1.3.6.1.4.1.1166.1.31.0.5 | current |
| trapConfigurationChangeIpAddress NOTIFICATION-TYPE This trap is issued if configuration of a single variable with IpAddress type was changed (via ANY interface). TrapChangedValueIpAddress variable may contain current reading of that variable. trapPerceivedSeverity - 'indeterminate' | 1.3.6.1.4.1.1166.1.31.0.6 | current |
| trapConditionNotInList NOTIFICATION-TYPE This trap is issued if a condition is being cleared and it is not in the condition list. trapAdditionalInfoInteger1 : Task and Function ID (task and function generates the error condition) trapAdditionalInfoInteger2 : Condition number trapAdditionalInfoInteger3 : Condition severity | 1.3.6.1.4.1.1166.1.31.0.20 | current |
| trapConditionAlreadyInList NOTIFICATION-TYPE This trap is issued if a condition is being set and it is already in the condition list. trapAdditionalInfoInteger1 : Task and Function ID (task and function generates the error condition) trapAdditionalInfoInteger2 : Condition number trapAdditionalInfoInteger3 : Condition severity | 1.3.6.1.4.1.1166.1.31.0.21 | current |
| trapConditionListFull NOTIFICATION-TYPE This trap is issued if a condition is being set and the condition list is full. trapAdditionalInfoInteger1 : Task and Function ID (task and function generates the error condition) trapAdditionalInfoInteger2 : Condition number trapAdditionalInfoInteger3 : Condition severity | 1.3.6.1.4.1.1166.1.31.0.22 | current |
| trapInvalidCaseInSwitch NOTIFICATION-TYPE This trap is issued when in a switch statement the default case is reached. The trapAdditionalInfoInteger1 will contain the task and Function ID. The trapAdditionalInfoInteger2 will contain value of the switch. The trapAdditionalInfoInteger3 is not used. | 1.3.6.1.4.1.1166.1.31.0.23 | current |
| trapCannotCreateSemaphore NOTIFICATION-TYPE This trap is issued when a semaphore cannot be created. The trapAdditionalInfoInteger1 will contain the task and Function ID, the trapAdditionalInfoInteger2 and trapAdditionalInfoInteger3 will not be used. | 1.3.6.1.4.1.1166.1.31.0.24 | current |
| trapCannotOpenSocket NOTIFICATION-TYPE This trap is issued when a socket cannot be opened. The trapAdditionalInfoInteger1 will contain the task and Function ID. The trapAdditionalInfoInteger2 will contain the errno returned by the call to socket(). The trapAdditionalInfoInteger3 is not used. | 1.3.6.1.4.1.1166.1.31.0.25 | current |
| trapUnknownMessageReceived NOTIFICATION-TYPE This trap is issued when an unknown message is received. The trapAdditionalInfoInteger1 will contain the task and Function ID. The trapAdditionalInfoInteger2 will contain the message ID and the trapAdditionalInfoInteger3 is not used. | 1.3.6.1.4.1.1166.1.31.0.26 | current |
| trapInvalidMessageReceived NOTIFICATION-TYPE This trap is issued when an invalid message is received. The trapAdditionalInfoInteger1 will contain the task and Function ID. The trapAdditionalInfoInteger2 will contain the message ID and the trapAdditionalInfoInteger3 is not used. | 1.3.6.1.4.1.1166.1.31.0.27 | current |
| trapHardwareFault NOTIFICATION-TYPE See corresponding alarm apexAlarmHardwareFault. Additional Info 1 carries HW Error Code (refer to HW Event Log for details). Additional Info 2 is not used. Additional Info 3 is not used. | 1.3.6.1.4.1.1166.1.31.0.8000 | current |
| trapInvalidInitData NOTIFICATION-TYPE See corresponding alarm apexAlarmInvalidInitData. This trap is sent on a summary basis. Additional Info 1 is not used. Additional Info 2 is not used. Additional Info 3 is not used. | 1.3.6.1.4.1.1166.1.31.0.8001 | current |
| trapTemperatureFault NOTIFICATION-TYPE See corresponding alarm apexAlarmTemperatureFault. This trap is sent on a summary basis. Additional Info 1 is not used. Additional Info 2 is not used. Additional Info 3 is not used. | 1.3.6.1.4.1.1166.1.31.0.8002 | current |
| trapFanFault NOTIFICATION-TYPE See corresponding alarm apexAlarmFanFault. This trap is sent on summary basis. Additional Info 1 is not used. Additional Info 2 is not used. Additional Info 3 is not used. | 1.3.6.1.4.1.1166.1.31.0.8003 | current |
| trapPowerFault NOTIFICATION-TYPE See corresponding alarm apexAlarmPowerFault. Additional Info 1 carries the apexPsStatusTable index (1 to 2). Additional Info 2 is not used. Additional Info 3 is not used. | 1.3.6.1.4.1.1166.1.31.0.8004 | current |
| trapGbeLossOfPhysicalInput NOTIFICATION-TYPE See corresponding alarm apexAlarmGbeLossOfPhysicalInput. Additional Info 1 carries the Gigabit Ethernet Interface Number (1 to 4). Additional Info 2 is not used. Additional Info 3 is not used. | 1.3.6.1.4.1.1166.1.31.0.8020 | current |
| trapGbeBufferFullness NOTIFICATION-TYPE See corresponding alarm apexAlarmGbeBufferFullness. Additional Info 1 carries the Gigabit Ethernet Processor Number (1 to 2). Additional Info 2 is not used. Additional Info 3 is not used. | 1.3.6.1.4.1.1166.1.31.0.8021 | current |
| trapGbeInputStreamLowBitRate NOTIFICATION-TYPE See corresponding alarm apexAlarmGbeInputStreamLowBitRate. This trap is sent on a summary basis. Additional Info 1 is not used. Additional Info 2 is not used. Additional Info 3 is not used. | 1.3.6.1.4.1.1166.1.31.0.8022 | current |
| trapGbeInputStreamHighBitRate NOTIFICATION-TYPE See corresponding alarm apexAlarmGbeInputStreamHighBitRate. This trap is sent on a summary basis. Additional Info 1 is not used. Additional Info 2 is not used. Additional Info 3 is not used. | 1.3.6.1.4.1.1166.1.31.0.8023 | current |
| trapGbeMptsRedundPrimaryThreshold NOTIFICATION-TYPE See corresponding alarm apexAlarmGbeMptsRedundPrimaryThreshold. This trap is sent on a summary basis. Additional Info 1 is not used. Additional Info 2 is not used. Additional Info 3 is not used. | 1.3.6.1.4.1.1166.1.31.0.8024 | current |
| trapGbeMptsRedundFailOver NOTIFICATION-TYPE See corresponding alarm apexAlarmGbeMptsRedundFailOver. This trap is sent on a summary basis. Additional Info 1 is not used. Additional Info 2 is not used. Additional Info 3 is not used. | 1.3.6.1.4.1.1166.1.31.0.8025 | current |
| trapServiceInError NOTIFICATION-TYPE See corresponding alarm apexAlarmServiceInError. This trap is sent on a summary basis. Additional Info 1 is not used. Additional Info 2 is not used. Additional Info 3 is not used. | 1.3.6.1.4.1.1166.1.31.0.8026 | current |
| trapGbeLossOfInputStream NOTIFICATION-TYPE See corresponding alarm apexAlarmGbeLossOfInputStream. This trap is sent on a summary basis. Additional Info 1 is not used. Additional Info 2 is not used. Additional Info 3 is not used. | 1.3.6.1.4.1.1166.1.31.0.8027 | current |
| trapGigeToHostCommFault NOTIFICATION-TYPE See corresponding alarm apexAlarmGigeToHostCommFault. This trap is sent on a summary basis. Additional Info 1 is not used. Additional Info 2 is not used. Additional Info 3 is not used. | 1.3.6.1.4.1.1166.1.31.0.8028 | current |
| trapGbeInterfaceRedundFailOver NOTIFICATION-TYPE See corresponding alarm apexAlarmGbeInterfaceRedundFailOver. This trap is sent on a GbE Redundant Pair basis. Additional Info 1 contains the GbE interface number that lost link. Additional Info 2 is not used. Additional Info 3 is not used. | 1.3.6.1.4.1.1166.1.31.0.8029 | current |
| trapLossOfInputAncillaryPid NOTIFICATION-TYPE This trap is sent if 'apexAlarmLossOfInputAncillaryPid' is enabled by 'apexEnableLossOfInputAncillaryPid' and if any of the input ancillary PID is not received for the duration 'apexPidMapInputAncillaryPidDetectionTimeout'. Severity level of the alarm is minor. | 1.3.6.1.4.1.1166.1.31.0.8030 | current |
| trapGbeInputStreamPacketDrop NOTIFICATION-TYPE This trap is sent if 'apexAlarmGbeInputStreamPacketDrop' is enabled by 'apexEnableGbeInputStreamPacketDrop' and if any of the input data streams drops a packet. | 1.3.6.1.4.1.1166.1.31.0.8031 | current |
| trapOutputUtilizationFault NOTIFICATION-TYPE See corresponding alarm apexAlarmOutputUtilizationFault. This trap is sent on an Output Transport Stream basis. Additional Info 1 carries the Output Transport Stream number (1 to 48). Additional Info 2 is not used. Additional Info 3 is not used. | 1.3.6.1.4.1.1166.1.31.0.8040 | current |
| trapOutputOverflow NOTIFICATION-TYPE See corresponding alarm apexAlarmOutputOverflow. This trap is sent on an Output Transport Stream basis. Additional Info 1 carries the Output Transport Stream number (1 to 48). Additional Info 2 is not used. Additional Info 3 is not used. | 1.3.6.1.4.1.1166.1.31.0.8041 | current |
| trapQamModuleFault NOTIFICATION-TYPE See corresponding alarm apexAlarmQamModuleFault. This trap is sent on a QAM Module basis. Additional Info 1 carries the QAM Module number (1 to 3). Additional Info 2 is not used. Additional Info 3 is not used. | 1.3.6.1.4.1.1166.1.31.0.8042 | current |
| trapQamRfPortFault NOTIFICATION-TYPE See corresponding alarm apexAlarmQamRfPortFault. This trap is sent on a QAM RF Port basis. Additional Info 1 carries the QAM RF Port number: RF Port 1 = QAM Module 1, RF 1 RF Port 2 = QAM Module 1, RF 2 RF Port 3 = QAM Module 2, RF 1 RF Port 4 = QAM Module 2, RF 2 RF Port 5 = QAM Module 3, RF 1 RF Port 6 = QAM Module 3, RF 2 Additional Info 2 is not used. Additional Info 3 is not used. | 1.3.6.1.4.1.1166.1.31.0.8043 | current |
| trapQamChannelFault NOTIFICATION-TYPE See corresponding alarm apexAlarmQamChannelFault. This trap is sent on a QAM Channel basis. Additional Info 1 carries the QAM Channel number. 1 to 8 = QAM Module 1, RF 1, QAM Channel A to H 9 to 16 = QAM Module 1, RF 2, QAM Channel A to H 17 to 24 = QAM Module 2, RF 1, QAM Channel A to H 25 to 32 = QAM Module 2, RF 2, QAM Channel A to H 33 to 40 = QAM Module 3, RF 1, QAM Channel A to H 41 to 48 = QAM Module 3, RF 2, QAM Channel A to H Additional Info 2 is not used. Additional Info 3 is not used. | 1.3.6.1.4.1.1166.1.31.0.8044 | current |
| trapQamRfRedundFailOver NOTIFICATION-TYPE See corresponding alarm apexAlarmQamRfRedundFailOver. This trap is sent on a Primary QAM RF Port basis. Additional Info 1 carries the Primary QAM RF Port number. Additional Info 2 is not used. Additional Info 3 is not used. | 1.3.6.1.4.1.1166.1.31.0.8045 | current |
| trapQamRfRedundMismatch NOTIFICATION-TYPE See corresponding alarm apexAlarmQamRfRedundMismatch. This trap is sent on a summary basis. Additional Info is not used. | 1.3.6.1.4.1.1166.1.31.0.8046 | current |
| trapQamModuleRemovalFault NOTIFICATION-TYPE See corresponding alarm apexAlarmQamModuleRemovalFault. This trap is sent on a QAM Module Removal basis. Additional Info 1 carries the QAM Module number (1 to 3). Additional Info 2 is not used. Additional Info 3 is not used. | 1.3.6.1.4.1.1166.1.31.0.8047 | current |
| trapRtspControllerCommFault NOTIFICATION-TYPE See corresponding alarm apexAlarmRtspControllerCommFault. This trap is sent on a controller basis. Additional Info 1 carries the controller number. Additional Info 2 is not used. Additional Info 3 is not used. | 1.3.6.1.4.1.1166.1.31.0.8050 | current |
| trapRdsCommFault NOTIFICATION-TYPE See corresponding alarm apexAlarmRdsCommFault. Additional Info is not used. | 1.3.6.1.4.1.1166.1.31.0.8060 | current |
| trapRemCommFault NOTIFICATION-TYPE See corresponding alarm apexAlarmRemCommFault. This trap is sent on a summary basis. Additional Info is not used. | 1.3.6.1.4.1.1166.1.31.0.8070 | current |
| trapRemFault NOTIFICATION-TYPE See corresponding alarm apexAlarmRemFault. This trap is sent on a summary basis. Additional Info is not used. | 1.3.6.1.4.1.1166.1.31.0.8071 | current |
| trapDepiControlConnectionFault NOTIFICATION-TYPE See corresponding alarm apexAlarmDepiControlConnectionFault. This trap is sent on a summary basis. Additional Info is not used. | 1.3.6.1.4.1.1166.1.31.0.8080 | current |
| trapDepiSessionSetupFault NOTIFICATION-TYPE See corresponding alarm apexAlarmDepiSessionSetupFault. This trap is sent on a summary basis. Additional Info is not used. | 1.3.6.1.4.1.1166.1.31.0.8081 | current |
| trapDtiSyncLossFault NOTIFICATION-TYPE See corresponding alarm apexAlarmDtiSyncLossFault. This trap is sent on a summary basis. Additional Info is not used. | 1.3.6.1.4.1.1166.1.31.0.8082 | current |
| trapChassisRedundancyPrimaryFailover NOTIFICATION-TYPE See corresponding alarm apexAlarmChassisRedundancyPrimaryFailover. This trap is sent on a summary basis. Additional Info is not used. | 1.3.6.1.4.1.1166.1.31.0.8090 | current |
| trapChassisRedundancySecondaryFailover NOTIFICATION-TYPE See corresponding alarm apexAlarmChassisRedundancySecondaryFailover. This trap is sent on a summary basis. Additional Info is not used. | 1.3.6.1.4.1.1166.1.31.0.8091 | current |
| trapChassisRedundancyAvailabilityFault NOTIFICATION-TYPE See corresponding alarm apexAlarmChassisRedundancyAvailabilityFault. This trap is sent on a summary basis. Additional Info is not used. | 1.3.6.1.4.1.1166.1.31.0.8092 | current |
| trapChassisRedundancyLinkFault NOTIFICATION-TYPE See corresponding alarm apexAlarmChassisRedundancyLinkFault. This trap is sent on a summary basis. Additional Info is not used. | 1.3.6.1.4.1.1166.1.31.0.8093 | current |
| trapChassisRedundancyConfigurationFault NOTIFICATION-TYPE See corresponding alarm apexAlarmChassisRedundancyConfigurationFault. This trap is sent on a summary basis. Additional Info is not used. | 1.3.6.1.4.1.1166.1.31.0.8094 | current |
| trapEmUserLoginFailed NOTIFICATION-TYPE See corresponding event apexEventEmUserLoginFailed. Additional Info is not used. | 1.3.6.1.4.1.1166.1.31.0.8100 | current |
| trapQamModuleUpgraded NOTIFICATION-TYPE See corresponding event apexEventQamModuleUpgraded. Additional Info is not used. | 1.3.6.1.4.1.1166.1.31.0.8101 | current |
| trapSnmpCommunityStringChanged NOTIFICATION-TYPE This trap event is sent when read/read-write SNMP community strings are changed. See corresponding event 'apexEventSnmpCommunityStringChanged'. Severity level of the event is warning. The type of community strings which are changed is sent in the 'Additional Info' parameters as explained below. trapAdditionalInfoInteger1 - 1 - read community string is changed 0 - read community string is not changed trapAdditionalInfoInteger2 - 1 - read write community string is changed 0 - read write community string is not changed trapAdditionalInfoInteger3 - Not used | 1.3.6.1.4.1.1166.1.31.0.8102 | current |
| trapEasMessageNotReceived NOTIFICATION-TYPE This event is raised, if 'apexEasMessageReceiveTimeoutEventEnable' is enabled, when there is no EAS message received from any of the EAS sever configured in 'apexEasServerTable' in the duration 'apexEasMessageReceiveTimeoutDuration'. Severity level of this event is warning. Input interface, input UDP port, multicast IP and source IP details are passed with the below optional parameters. trapAdditionalInfoInteger1 - bits 0 to 15 : Input UDP port number bit 16 : Type of interface value 0 : GIGE value 1 : Fast Enet bits 17 to 18 : Interface Number and it is zero based Ex: If this value is 3 and the type of interface is GIGE then it represents GIGE4 interface bits 21 to 31 : Reserved trapAdditionalInfoInteger2 - contains EAS multicast IP address trapAdditionalInfoInteger3 - contains EAS source IP address Note: As trapAdditionalInfoInteger2, trapAdditionalInfoInteger3 contains IP addresses in the 'IpAddress' type format. See corresponding event apexEventEasMessageNotReceived. | 1.3.6.1.4.1.1166.1.31.0.8103 | current |
| trapLossOfInputAncillaryPidEvent NOTIFICATION-TYPE This trap is sent if apexEnableLossOfInputAncillaryPid enabled and if any of the input ancillary PID is not received for the duration 'apexPidMapInputAncillaryPidDetectionTimeout'. Refer 'apexEventLossOfInputAncillaryPid' for more details. Severity level of the event is minor. The trap with clear severity is sent, when the event is cleared. Input interface type, Input interface type input UDP port, multicast IP and source IP details are passed with the below optional parameters. trapAdditionalInfoInteger1 - bits 0 to 12 - Input ancillary PID bit 13 - Input interface type 0 - GIGE 1 - Fast Enet bits 14 to 15 - Input interface number Zero based index runs from 0 to 3. bits 16 to 31 - Input UDP port number trapAdditionalInfoInteger2 - Input multicast IP address trapAdditionalInfoInteger3 - Input source IP address Note: As trapAdditionalInfoInteger2, trapAdditionalInfoInteger3 contains IP addresses which is in the 'IpAddress' type format,this should be decoded as the same way as the type 'IpAddress'. | 1.3.6.1.4.1.1166.1.31.0.8104 | current |
| trapChassisRedundancyPrimaryForceFailover NOTIFICATION-TYPE See corresponding event apexEventChassisRedunPrimaryForceFailover. Additional Info is not used. | 1.3.6.1.4.1.1166.1.31.0.8110 | current |
| trapChassisRedundancySecondaryForceFailover NOTIFICATION-TYPE See corresponding event apexEventChassisRedunSecondaryForceFailover. Additional Info is not used. | 1.3.6.1.4.1.1166.1.31.0.8111 | current |
| trapChassisRedundancyFirmwareVersionMismatch NOTIFICATION-TYPE See corresponding event apexEventChassisRedunFirmwareVersionMismatch. Additional Info is not used. | 1.3.6.1.4.1.1166.1.31.0.8112 | current |
| trapChassisRedundancyQAMVersionMismatch NOTIFICATION-TYPE See corresponding event apexEventChassisRedunQAMVersionMismatch. Additional Info is not used. | 1.3.6.1.4.1.1166.1.31.0.8113 | current |