ARRIS-D5-VIDEO-MIB

File: ARRIS-D5-VIDEO-MIB.mib (192193 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB ARRIS-MIB

Imported symbols

enterprises MODULE-IDENTITY OBJECT-TYPE
Unsigned32 Counter32 Gauge32
IpAddress TEXTUAL-CONVENTION TruthValue
RowStatus DisplayString TimeStamp
DateAndTime OBJECT-GROUP MODULE-COMPLIANCE
ifIndex InterfaceIndex InterfaceIndexOrZero
arrisD5UEQam

Defined Types

D5TransportStreamIndex  
An identifier that uniquely identifies an MPEG Transport Stream in the D5 MPEG Manager. This could represent an incoming or outgoing TS, or could represent an SPTS or MPTS.
TEXTUAL-CONVENTION    
  INTEGER 1..65535  

D5ElementaryStreamType  
A convenient type definition for MPEG Elementary Stream Type values.
TEXTUAL-CONVENTION    
  INTEGER 1..255  

D5DescriptorTag  
A convenient type definition for MPEG Descriptor Tags values.
TEXTUAL-CONVENTION    
  INTEGER 1..255  

D5DescriptorIndex  
An identifier that uniquely identifies an MPEG Descriptor within a given Program or Elementary Stream.
TEXTUAL-CONVENTION    
  INTEGER 1..65535  

D5DescriptorBuffer  
A buffer that contains MPEG Descriptor data.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

D5PID  
A convenient type definition for MPEG PID values.
TEXTUAL-CONVENTION    
  INTEGER 0..8192  

D5Program  
A convenient type definition for MPEG Program Number values.
TEXTUAL-CONVENTION    
  Unsigned32  

D5MappingType  
A convenient type definition for mapping rules. These can be as follows static - configured by the operator to over-ride the default mapping dynamic - allocated by Q5 on the fly and currently in operation default - representing the default rule but not in operation.
TEXTUAL-CONVENTION    
  INTEGER default(1), dynamic(2), static(3)  

D5PidType  
A convenient type definition for PID - whether PSI or ES.
TEXTUAL-CONVENTION    
  INTEGER es(1), psi(2), ghost(3)  

D5ProgType  
A convenient type definition for Programs - whether PSI or ES.
TEXTUAL-CONVENTION    
  INTEGER es(1), psi(2)  

D5RemappingRuleSourceType  
A convenient type definition for the source of rule used to create a dynamic PID/PROG remapping qam - A Qam remap rule was used to create the remapping udpIp - A Udp/IP rule was used to create the remapping nsg - Remapping was made by NSG mode default rules passThrough - Remapping was made by passThrough mode default rules default - Remapping was made by arris mode default rules
TEXTUAL-CONVENTION    
  INTEGER qam(1), udpIp(2), nsg(3), passThrough(4), default(5)  

D5TransportStreamStatus  
A convenient type definition for MPEG transport stream status states. These can be as follows active - currently passing video traffic timedOut - No video passing currently, in transition from active to inactive states inactive - not passing ANY traffic - used for statically configured streams
TEXTUAL-CONVENTION    
  INTEGER active(1), timingOut(2), inactive(3)  

D5PidStatus  
A convenient type definition for MPEG PID status states. These can be as follows active - currently passing video traffic timedOut - No video passing currently, in transition from active to inactive states inactive - not passing ANY traffic - used for statically configured PIDs
TEXTUAL-CONVENTION    
  INTEGER active(1), timingOut(2), inactive(3)  

D5ProgStatus  
A convenient type definition for MPEG Program status states. These can be as follows active - currently passing video traffic timedOut - No video passing currently, in transition from active to inactive states inactive - not passing ANY traffic - used for statically configured programs
TEXTUAL-CONVENTION    
  INTEGER active(1), timingOut(2), inactive(3)  

D5TransportStreamDirection  
A convenient type definition for the direction of a Transport Stream incoming - the Transport Stream is being received by the D5, typically over IP outgoing - the Transport Stream is being generated by the D5 and sent to a QAM.
TEXTUAL-CONVENTION    
  INTEGER incoming(1), outgoing(2)  

D5VideoChannelContainerNameType  
A unique name that identifies a particular channel-container.
TEXTUAL-CONVENTION    
  DisplayString Size(0..16)  

D5VideoDefaultMappingScheme  
A convenient type definition for the default-mappings that are supported by the D5. The default-mapping schemes are used to identify which QAM to map an input TS to, where the TS has no static configuration associated with it. udpPortLegacy - The earlier version of the Arris default UDP- port mapping scheme may used to map a TS to an output QAM channel. Each QAM channel has a pre-defined associated range of UDP-ports which map to specific program-numbers on that QAM channel. udpPort - The Arris default UDP-port mapping scheme is used to map a TS to an output QAM channel. Each QAM channel has a pre-defined associated range of UDP- ports which map to specific program-numbers on that QAM channel. disabled - The default mapping schemes are disabled. Only video streams that are statically configured can pass through the D5.
TEXTUAL-CONVENTION    
  INTEGER disabled(1), udpPort(2), udpPortLegacy(3)  

D5PersistenceType  
A convenient type definition that defines whether or not a rule should be saved persistently across system reboots.
TEXTUAL-CONVENTION    
  INTEGER nonVolatile(0), volatile(1)  

D5VideoQamLogQamState  
Defines the status of the log entry: one-shot Log entry describes a one off event (no START/STOP attributes) active Log entry is currently active. This means that the START event has occured and the STOP event is pending complete Both the START and STOP events for this log entry have fired
TEXTUAL-CONVENTION    
  INTEGER one-shot(1), active(2), complete(3)  

D5VideoProgramOverSubscriptionAction  
Defines the status of the log entry: none No action is performed, program monitoring is not enabled. notification An event is logged indicating that the program has exceeded it's bandwidth. recover Action will be taken to recover the bandwidth in questions. Typically the program will be removed.
TEXTUAL-CONVENTION    
  INTEGER none(0), notification(1), recover(2)  

D5GeneratePat  
Defines the controls on the PAT generation: enable-auto Enable the auto-generation of the PAT table disable Disable to local generation of the PAT table force-nit-entry Enable the auto-generation of the PAT table but force the NIT entry (i.e. program_number '0') to the value specified by the 'nit-pid' configuration. This is used for video-si streams, where the egress NIT PID defaults to that specified in the ingress PAT.
TEXTUAL-CONVENTION    
  INTEGER enable-auto(1), disable(2), force-nit-entry(3)  

D5VideoQamStreamEntry  
SEQUENCE    
  d5vQamNitPID D5PID
  d5vQamTransportStreamID Unsigned32
  d5vQamTsMibIndex D5TransportStreamIndex
  d5vQamTotalPatsTx Counter32
  d5vQamTotalProgramsTx Counter32
  d5vQamCurrentProgramsTx Gauge32
  d5vQamPatInterval Unsigned32
  d5vQamPmtInterval Unsigned32
  d5vQamNitInterval Unsigned32
  d5vQamSdtInterval Unsigned32
  d5vQamOriginalNetworkId Unsigned32
  d5vQamNetworkId Unsigned32
  d5vQamNetworkName DisplayString
  d5vQamPassThroughType INTEGER
  d5vQamConfVideoSiStreamEnabled TruthValue
  d5vQamConfVideoSiStreamUdpDest Unsigned32
  d5vQamConfVideoSiStreamIpSrc IpAddress
  d5vQamConfVideoSiStreamIpDest IpAddress
  d5vQamActiveVideoSiStreamEnabled TruthValue
  d5vQamActiveVideoSiStreamUdpDest Unsigned32
  d5vQamActiveVideoSiStreamIpSrc IpAddress
  d5vQamActiveVideoSiStreamIpDest IpAddress
  d5vQamStreamStatus D5TransportStreamStatus
  d5vQamTimeActivated TimeStamp
  d5vQamTimeActive Counter32
  d5vQamTimeDeactivated TimeStamp
  d5vQamAutoGeneratePAT D5GeneratePat
  d5vQamAutoGenerateCAT TruthValue
  d5vQamAutoGeneratePMT TruthValue
  d5vQamAutoGenerateNIT TruthValue
  d5vQamAutoGenerateSDT TruthValue
  d5vQamAutoGenerateTDT TruthValue
  d5vQamAutoGenerateTOT TruthValue
  d5vQamCatInterval Unsigned32
  d5vQamMaxProgramsPerQamChannel Unsigned32
  d5vQamAllowEsDvbPids TruthValue
  d5vQamDefaultMappingScheme D5VideoDefaultMappingScheme
  d5vQamFastPsiTableUpdates TruthValue
  d5vQamCycleOutputPids TruthValue
  d5vQamOverSubscribed TruthValue
  d5vQamOverSubscriptionSafetyMargin Unsigned32
  d5vQamOverSubscriptionRecoveryEnabled TruthValue
  d5vQamFilterCaDescMode INTEGER
  d5vQamPcrDriftCorrection TruthValue
  d5vQamPreEncDetect TruthValue
  d5vQamUtilPercentThresh Unsigned32
  d5vQamOnProgramConflictDisconnectOlderStream TruthValue
  d5vQamNullDroppingRate Unsigned32
  d5vQamConfVideoSiStreamTsidRemap TruthValue

D5VideoUdpIpStreamEntry  
SEQUENCE    
  d5vIpUdpIndex Unsigned32
  d5vIpSrcIndex IpAddress
  d5vIpDestIndex IpAddress
  d5vIpRowStatus RowStatus
  d5vIpTsMibIndex D5TransportStreamIndex
  d5vIpMappingType D5MappingType
  d5vIpConfQamIfIndex InterfaceIndexOrZero
  d5vIpStreamStatus D5TransportStreamStatus
  d5vIpActiveQamIfIndex InterfaceIndexOrZero
  d5vIpActiveChanContName D5VideoChannelContainerNameType
  d5vIpTimeActivated TimeStamp
  d5vIpTimeActive Counter32
  d5vIpTimeDeactivated TimeStamp
  d5vIpConfProgPassThroughEnabled TruthValue
  d5vIpActiveProgPassThroughEnabled TruthValue
  d5vIpConfPidPassThroughEnabled TruthValue
  d5vIpActivePidPassThroughEnabled TruthValue
  d5vIpConfRedundantMulticast TruthValue
  d5vIpActiveRedundantMulticast TruthValue
  d5vIpConfPersistence D5PersistenceType

D5VideoStreamEntry  
SEQUENCE    
  d5vStreamDirectionIndex D5TransportStreamDirection
  d5vStreamTsMibIndex D5TransportStreamIndex
  d5vStreamPatVersion Unsigned32
  d5vStreamTsID Unsigned32
  d5vStreamProgramCount Gauge32
  d5vStreamPatCurrTimeCreated TimeStamp
  d5vStreamPatCurrTimeActive Counter32
  d5vStreamPatPrevTimeCreated TimeStamp
  d5vStreamCatVersion Unsigned32
  d5vStreamCatCurrTimeCreated TimeStamp
  d5vStreamCatCurrTimeActive Counter32
  d5vStreamCatPrevTimeCreated TimeStamp

D5VideoStreamProgramEntry  
SEQUENCE    
  d5vStreamProgTsMibIndex D5TransportStreamIndex
  d5vStreamProgIndex D5Program
  d5vStreamProgPmtVersion Unsigned32
  d5vStreamProgPmtPid D5PID
  d5vStreamProgPcrPid D5PID
  d5vStreamProgEsCount Gauge32
  d5vStreamProgDescCount Gauge32
  d5vStreamPmtCurrTimeCreated TimeStamp
  d5vStreamPmtCurrTimeActive Counter32
  d5vStreamPmtPrevTimeCreated TimeStamp
  d5vStreamProgBitrate Unsigned32

D5VideoStreamEsEntry  
SEQUENCE    
  d5vStreamEsTsMibIndex D5TransportStreamIndex
  d5vStreamEsProgIndex D5Program
  d5vStreamEsPidIndex D5PID
  d5vStreamEsType D5ElementaryStreamType
  d5vStreamEsDescCount Gauge32

D5VideoStreamDescEntry  
SEQUENCE    
  d5vStreamDescTsMibIndex D5TransportStreamIndex
  d5vStreamDescPidIndex D5PID
  d5vStreamDescIndex D5DescriptorIndex
  d5vStreamDescTag D5DescriptorTag
  d5vStreamDescLen INTEGER
  d5vStreamDescData D5DescriptorBuffer

D5VideoLookupTsidToIfIndexEntry  
SEQUENCE    
  d5vLookupTsidIfIndex InterfaceIndex

D5VideoLookupTsMibIndexToIfIndexEntry  
SEQUENCE    
  d5vLookupTsIndexIfIndex InterfaceIndex

D5VideoLookupQamTsMibIndexToInTsMibIndexEntry  
SEQUENCE    
  d5vLookupInTsMibIndex D5TransportStreamIndex

D5VideoLookupTsMibIndexToUdpIpEntry  
SEQUENCE    
  d5vLookupTsMibIndexUdpPort Unsigned32
  d5vLookupTsMibIndexIpAddressSrc IpAddress
  d5vLookupTsMibIndexIpAddressDest IpAddress

D5VideoUdpIpStreamProgRemapEntry  
SEQUENCE    
  d5vProgRemapUdpIndex Unsigned32
  d5vProgRemapIpSrcIndex IpAddress
  d5vProgRemapIpDestIndex IpAddress
  d5vProgRemapInProgIndex D5Program
  d5vProgRemapActiveQamIfIndex InterfaceIndex
  d5vProgRemapOutProg D5Program
  d5vProgRemapStatus D5ProgStatus
  d5vProgRemapActiveProgType D5ProgType
  d5vProgRemapTimeActivated TimeStamp
  d5vProgRemapTimeActive Counter32
  d5vProgRemapTimeDeactivated TimeStamp

D5VideoUdpIpStreamPidRemapEntry  
SEQUENCE    
  d5vPidRemapUdpIndex Unsigned32
  d5vPidRemapIpSrcIndex IpAddress
  d5vPidRemapIpDestIndex IpAddress
  d5vPidRemapInPidIndex D5PID
  d5vPidRemapActiveQamIfIndex InterfaceIndex
  d5vPidRemapOutPid D5PID
  d5vPidRemapStatus D5PidStatus
  d5vPidRemapActivePidType D5PidType
  d5vPidRemapTimeActivated TimeStamp
  d5vPidRemapTimeActive Counter32
  d5vPidRemapTimeDeactivated TimeStamp

D5VideoRuleQamProgRemapEntry  
SEQUENCE    
  d5vRQamProgRowStatus RowStatus
  d5vRQamProgOutProg D5Program
  d5vRQamProgMatchLastTime TimeStamp
  d5vRQamProgMatchCount Counter32
  d5vRQamProgPersistence D5PersistenceType

D5VideoRuleQamProgFilterEntry  
SEQUENCE    
  d5vRQamProgFiltRowStatus RowStatus
  d5vRQamProgFiltMatchLastTime TimeStamp
  d5vRQamProgFiltMatchCount Counter32
  d5vRQamProgFiltPersistence D5PersistenceType

D5VideoRuleQamPidRemapEntry  
SEQUENCE    
  d5vRQamPidRowStatus RowStatus
  d5vRQamPidOutPid D5PID
  d5vRQamPidLastMatchTime TimeStamp
  d5vRQamPidMatchCount Counter32
  d5vRQamPidPersistence D5PersistenceType

D5VideoRuleQamPidFilterEntry  
SEQUENCE    
  d5vRQamPidFiltRowStatus RowStatus
  d5vRQamPidFiltLastMatchTime TimeStamp
  d5vRQamPidFiltMatchCount Counter32
  d5vRQamPidFiltPersistence D5PersistenceType

D5VideoRuleUdpIpProgFilterEntry  
SEQUENCE    
  d5vRUdpIpProgFiltRowStatus RowStatus
  d5vRUdpIpProgFiltMatchLastTime TimeStamp
  d5vRUdpIpProgFiltMatchCount Counter32
  d5vRUdpIpProgFiltPersistence D5PersistenceType

D5VideoRuleUdpIpPidFilterEntry  
SEQUENCE    
  d5vRUdpIpPidFiltRowStatus RowStatus
  d5vRUdpIpPidFiltLastMatchTime TimeStamp
  d5vRUdpIpPidFiltMatchCount Counter32
  d5vRUdpIpPidFiltPersistence D5PersistenceType

D5VideoRuleUdpIpProgRemapEntry  
SEQUENCE    
  d5vRUdpIpProgUdpIndex Unsigned32
  d5vRUdpIpProgIpSrcIndex IpAddress
  d5vRUdpIpProgIpDestIndex IpAddress
  d5vRUdpIpProgInProgIndex D5Program
  d5vRUdpIpProgRowStatus RowStatus
  d5vRUdpIpProgOutProg D5Program
  d5vRUdpIpProgMatchLastTime TimeStamp
  d5vRUdpIpProgMatchCount Counter32
  d5vRUdpIpProgPersistence D5PersistenceType
  d5vRUdpIpProgExpectedBitrate Unsigned32

D5VideoRuleUdpIpPidRemapEntry  
SEQUENCE    
  d5vRUdpIpPidUdpIndex Unsigned32
  d5vRUdpIpPidIpSrcIndex IpAddress
  d5vRUdpIpPidIpDestIndex IpAddress
  d5vRUdpIpPidInPidIndex D5PID
  d5vRUdpIpPidRowStatus RowStatus
  d5vRUdpIpPidOutPid D5PID
  d5vRUdpIpPidMatchLastTime TimeStamp
  d5vRUdpIpPidMatchCount Counter32
  d5vRUdpIpPidPersistence D5PersistenceType

D5VideoUdpIpSiStreamEntry  
SEQUENCE    
  d5vIpUdpSiIndex Unsigned32
  d5vIpSrcSiIndex IpAddress
  d5vIpDestSiIndex IpAddress
  d5vIpSiRowStatus RowStatus
  d5vIpSiTsMibIndex D5TransportStreamIndex
  d5vIpSiConfQamIfIndex InterfaceIndexOrZero
  d5vIpSiConfChanContName D5VideoChannelContainerNameType
  d5vIpSiStreamStatus D5TransportStreamStatus
  d5vIpSiTimeActivated TimeStamp
  d5vIpSiTimeActive Counter32
  d5vIpSiTimeDeactivated TimeStamp
  d5vIpSiPersistence D5PersistenceType
  d5vIpSiCopyback Unsigned32

D5VideoChannelContainerEntry  
SEQUENCE    
  d5vChanContName D5VideoChannelContainerNameType
  d5vChanContRowStatus RowStatus
  d5vChanContServiceId D5Program
  d5vChanContPid D5PID
  d5vChanContPersistence D5PersistenceType

D5VideoChannelContainerQamEntry  
SEQUENCE    
  d5vChanContQamIfIndex InterfaceIndexOrZero
  d5vChanContQamTsidIndex Unsigned32
  d5vChanContQamProgIndex D5Program
  d5vChanContQamRowStatus RowStatus
  d5vChanContQamPersistence D5PersistenceType

D5VideoChannelContainerVirtProgEntry  
SEQUENCE    
  d5vChanContVProgUdpIndex Unsigned32
  d5vChanContVProgSrcIpIndex IpAddress
  d5vChanContVProgDestIpIndex IpAddress
  d5vChanContVProgRowStatus RowStatus
  d5vChanContVProgName D5VideoChannelContainerNameType
  d5vChanContVProgConfProgPassThroughEnabled TruthValue
  d5vChanContVProgConfPidPassThroughEnabled TruthValue
  d5vChanContVProgConfRedundantMulticast TruthValue
  d5vChanContVProgPersistence D5PersistenceType
  d5vChanContVProgExpectedBitrate Unsigned32
  d5vChanContVProgConfVideoSiStreamEnabled TruthValue

D5VideoQamJitterEntry  
SEQUENCE    
  d5vQamJitterIfIndex InterfaceIndexOrZero
  d5vQamJitterServiceId D5Program
  d5vQamJitterThreshBitrateLow Unsigned32
  d5vQamJitterThreshBitrateHigh Unsigned32
  d5vQamJitterMilliseconds Unsigned32
  d5vQamJitterRowStatus RowStatus
  d5vQamJitterPersistence D5PersistenceType

D5VideoQamJitterStatusEntry  
SEQUENCE    
  d5QamJitterStatusIfIndex InterfaceIndex
  d5QamJitterStatusServiceId D5Program
  d5QamJitterStatusCurrStatus INTEGER
  d5QamJitterStatusUnderflowCount Unsigned32
  d5QamJitterStatusOverflowCount Unsigned32
  d5QamJitterStatusBufferLengthInBytes Unsigned32
  d5QamJitterStatusFixedBufferLength TruthValue
  d5QamJitterStatusBufferLengthInMs Unsigned32
  d5vQamJitterStatusBitrate Unsigned32
  d5QamJitterStatusResetQueue TruthValue
  d5QamJitterStatusBufferSizeInBytes Unsigned32

D5VideoQamLogEntry  
SEQUENCE    
  d5vQamLogDateTimeIndex DateAndTime
  d5vQamLogSubIndex Unsigned32
  d5vQamLogSlotNum Unsigned32
  d5vQamLogPortNum Unsigned32
  d5vQamLogQamNum Unsigned32
  d5vQamLogState D5VideoQamLogQamState
  d5vQamLogDuration Unsigned32
  d5vQamLogDescription DisplayString

D5VideoRuleSiStreamGhostPidFilterEntry  
SEQUENCE    
  d5vRSiStreamGhostPidFiltRowStatus RowStatus
  d5vRSiStreamGhostPidFiltLastMatchTime TimeStamp
  d5vRSiStreamGhostPidFiltMatchCount Counter32
  d5vRSiStreamGhostPidFiltPersistence D5PersistenceType

D5VideoRuleQamSiStreamGhostPidFilterEntry  
SEQUENCE    
  d5vRQamSiStreamGhostPidFiltRowStatus RowStatus
  d5vRQamSiStreamGhostPidFiltLastMatchTime TimeStamp
  d5vRQamSiStreamGhostPidFiltMatchCount Counter32
  d5vRQamSiStreamGhostPidFiltPersistence D5PersistenceType

D5VideoQamCaDescFiltEntry  
SEQUENCE    
  d5vQamCaDescFiltIfIndex InterfaceIndexOrZero
  d5vQamCaDescFiltSysId Unsigned32
  d5vQamCaDescFiltCaDesc INTEGER
  d5vQamCaDescFiltRowStatus RowStatus
  d5vQamCaDescFiltPersistence D5PersistenceType

D5VideoRuleStreamGhostPidFilterEntry  
SEQUENCE    
  d5vRStreamGhostPidFiltUdpIndex Unsigned32
  d5vRStreamGhostPidFiltIpSrcIndex IpAddress
  d5vRStreamGhostPidFiltIpDestIndex IpAddress
  d5vRStreamGhostPidFiltInPidIndex D5PID
  d5vRStreamGhostPidFiltRowStatus RowStatus
  d5vRStreamGhostPidFiltMatchLastTime TimeStamp
  d5vRStreamGhostPidFiltMatchCount Counter32
  d5vRStreamGhostPidFiltPersistence D5PersistenceType

D5VideoRuleQamStreamGhostPidFilterEntry  
SEQUENCE    
  d5vRQamStreamGhostPidFiltRowStatus RowStatus
  d5vRQamStreamGhostPidFiltOutPid D5PID
  d5vRQamStreamGhostPidFiltLastMatchTime TimeStamp
  d5vRQamStreamGhostPidFiltMatchCount Counter32
  d5vRQamStreamGhostPidFiltPersistence D5PersistenceType

Defined Values

d5MpegVideoMIB 1.3.6.1.4.1.4115.1.8.1.1
This MIB manages the MPEG / VIDEO software on the Arris CMTS.
MODULE-IDENTITY    

d5VideoObjects 1.3.6.1.4.1.4115.1.8.1.1.1
OBJECT IDENTIFIER    

d5VideoControlGroup 1.3.6.1.4.1.4115.1.8.1.1.1.1
OBJECT IDENTIFIER    

d5vControlPatInterval 1.3.6.1.4.1.4115.1.8.1.1.1.1.1
Retransmission interval for PAT tables in milliseconds.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

d5vControlPmtInterval 1.3.6.1.4.1.4115.1.8.1.1.1.1.2
Retransmission interval for PMT tables in milliseconds.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

d5vControlNitInterval 1.3.6.1.4.1.4115.1.8.1.1.1.1.3
Retransmission interval for NIT tables in milliseconds.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

d5vControlSdtInterval 1.3.6.1.4.1.4115.1.8.1.1.1.1.4
Retransmission interval for SDT tables in milliseconds.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

d5vControlOriginalNetworkId 1.3.6.1.4.1.4115.1.8.1.1.1.1.5
DVB original-network-id to be used in downstream .
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

d5vControlNetworkId 1.3.6.1.4.1.4115.1.8.1.1.1.1.6
DVB network-id to be used in downstream .
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

d5vControlNetworkName 1.3.6.1.4.1.4115.1.8.1.1.1.1.7
DVB network-name to be used in downstream .
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

d5vControlTimeoutInterval 1.3.6.1.4.1.4115.1.8.1.1.1.1.8
Timeout interval for incoming streams in milliseconds.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

d5vControlNitPID 1.3.6.1.4.1.4115.1.8.1.1.1.1.9
PID value to use when generating NIT tables.
Status: current Access: read-write
OBJECT-TYPE    
  D5PID  

d5vControlAutoGeneratePAT 1.3.6.1.4.1.4115.1.8.1.1.1.1.10
Flag specifying whether or not the auto-generation by the D5 of PAT tables is enabled
Status: current Access: read-write
OBJECT-TYPE    
  D5GeneratePat  

d5vControlAutoGenerateCAT 1.3.6.1.4.1.4115.1.8.1.1.1.1.11
Flag specifying whether or not the auto-generation by the D5 of CAT tables is enabled
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vControlAutoGeneratePMT 1.3.6.1.4.1.4115.1.8.1.1.1.1.12
Flag specifying whether or not the auto-generation by the D5 of PMT tables is enabled
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vControlAutoGenerateNIT 1.3.6.1.4.1.4115.1.8.1.1.1.1.13
Flag specifying whether or not the auto-generation by the D5 of NIT tables is enabled(and the associated entry in the PAT table for the NIT-PID)
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vControlAutoGenerateSDT 1.3.6.1.4.1.4115.1.8.1.1.1.1.14
Flag specifying whether or not the auto-generation by the D5 of SDT tables is enabled
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vControlAutoGenerateTDT 1.3.6.1.4.1.4115.1.8.1.1.1.1.15
Flag specifying whether or not the auto-generation by the D5 of TDT tables is enabled
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vControlAutoGenerateTOT 1.3.6.1.4.1.4115.1.8.1.1.1.1.16
Flag specifying whether or not the auto-generation by the D5 of TOT tables is enabled
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vControlPassThroughType 1.3.6.1.4.1.4115.1.8.1.1.1.1.17
This can be used to disable the default Arris prog/pid remapping scheme, and use pass-through remapping instead. Can also be used to enable MPTS-pass-through mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2), mpts(3)  

d5vControlCatInterval 1.3.6.1.4.1.4115.1.8.1.1.1.1.18
Retransmission interval for CAT tables in milliseconds.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

d5vControlMaxProgramsPerQamChannel 1.3.6.1.4.1.4115.1.8.1.1.1.1.19
Maximum number of programs allowed on a Qam channel at any one time.(Some QAM H/W may restrict to 31)
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..63  

d5vControlAllowEsDvbPids 1.3.6.1.4.1.4115.1.8.1.1.1.1.20
Flag that determines whether or not DVB-reserved PIDS are allowed to be used for elementary-streams.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vControlDefaultMappingScheme 1.3.6.1.4.1.4115.1.8.1.1.1.1.21
The mapping scheme to be used for input transport-streams that have no associated static-configuration.
Status: current Access: read-write
OBJECT-TYPE    
  D5VideoDefaultMappingScheme  

d5vControlFastPsiTableUpdates 1.3.6.1.4.1.4115.1.8.1.1.1.1.22
If this is set to TRUE, then PSI table updates are sent down the RF as soon as the new PSI table has been calculated. Otherwise, PSI table updates are made in such a way that the repetition interval for that table on the RF remains constant.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vControlCycleOutputPids 1.3.6.1.4.1.4115.1.8.1.1.1.1.23
If this is set to TRUE, then the D5 cycles through the pool of unused PIDs when creating new PID remappings. The purpose of this is to limit the amound of PID reusage E.g. if a set-top using a buffered PMT table to view a program where the program may have been deleted and the PIDs may be in use by a different program now.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vControlOverSubscriptionSafetyMargin 1.3.6.1.4.1.4115.1.8.1.1.1.1.24
The amount of bandwidth in Kbps for the D5 to maintain as unused bandwidth on each QAM. Purpose of this being to help prevent over-subscription from occuring at the cost of some wasted bandwidth.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

d5vControlOverSubscriptionRecoveryEnabled 1.3.6.1.4.1.4115.1.8.1.1.1.1.25
If this is set to TRUE, then the D5 will attempt to recover automatically from a QAM-overscribed condition by shutting down active programs selectively. It selects which programs to shut down by order of most recently activated, checks the new bitrates, then continues to shutdown more programs as neccessary untill the total bandwidth fits within the QAM available bandwidth.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vControlFilterCaDescMode 1.3.6.1.4.1.4115.1.8.1.1.1.1.26
If this is configured, then the D5 will remove CA_Descriptors from incoming streams. This includes descriptors in CAT and PMT tables, and in the case of PMT it includes the 1st and 2nd loop. This is set to 'neither' by default.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER cat-and-pmt(1), neither(2), cat-only(3), pmt-only(4)  

d5vControlAllowTsidDuplication 1.3.6.1.4.1.4115.1.8.1.1.1.1.27
If this is set to TRUE, then the D5 chassis can be configured with identical TSIDs on multiple QAM channels . Duplicate TSIDs should be used with some caution because the use of such is not currently compatible with conditional-access encryption, channel-container replication, or PSIG generation. This is set to FALSE by default.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vControlPcrDriftCorrection 1.3.6.1.4.1.4115.1.8.1.1.1.1.28
If this is set to TRUE, then PCR drift correction of input MPEG streams is enabled on the resultant output stream. Otherwise, the functionality is disabled.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vControlProgramOverSubscription 1.3.6.1.4.1.4115.1.8.1.1.1.1.29
If this is set to TRUE, then the D5 will attempt to recover automatically from a QAM-overscribed condition by shutting down active programs selectively. It selects which programs to shut down by order of most recently activated, checks the new bitrates, then continues to shutdown more programs as neccessary untill the total bandwidth fits within the QAM available bandwidth.
Status: current Access: read-write
OBJECT-TYPE    
  D5VideoProgramOverSubscriptionAction  

d5vControlProgramOverSubscriptionPeriod 1.3.6.1.4.1.4115.1.8.1.1.1.1.30
The period of time in seconds over which bandwidth is monitored before an over-subscription action is triggered.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Unsigned32  

d5vControlProgramOverSubscriptionThreshold 1.3.6.1.4.1.4115.1.8.1.1.1.1.31
The amount of bandwidth in percent by which a program stream may exceed it's configured limit before triggering the action specified by d5vControlProgramOverSubscription.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

d5vControlPreEncDetect 1.3.6.1.4.1.4115.1.8.1.1.1.1.32
If this is set to TRUE, then the D5 will detect Motorola pre-encrypted streams, and will avoid re-encrypting the traffic when forwarding it downstream. If set to TRUE, the d5vControlFilterCaDesc setting is ignored for any pre-encrypted streams that match this rule, because the stream could not otherwise be decrypted.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vControlUtilPercentThresh 1.3.6.1.4.1.4115.1.8.1.1.1.1.33
The percentage utilization threshold of the QAM bandwidth at which the D5 will generate an alarm. The purpose of this is to facilitate monitoring of QAM bandwidth where the QAM might not necessarily be oversubscribed.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

d5vControlDefaultPidMappingProgramStart 1.3.6.1.4.1.4115.1.8.1.1.1.1.34
The starting program-number to map to the start of the default mapping pid range.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..65535  

d5vControlDefaultPidMappingProgramCount 1.3.6.1.4.1.4115.1.8.1.1.1.1.35
The number of programs to use for the default pid range.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..2048  

d5vControlDefaultPidMappingPidCount 1.3.6.1.4.1.4115.1.8.1.1.1.1.36
The number of PIDs to use per-program. Determines the PID offset for each program number in the default range. There is a legal limit of 4096 on the values of d5vControlDefaultPidMappingProgramCount multiplied by d5vControlDefaultPidMappingPidCount.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 2..31  

d5vControlOnProgramConflictDisconnectOlderStream 1.3.6.1.4.1.4115.1.8.1.1.1.1.37
If enabled, program conflicts trigger the older of the two streams to be disconnected. I.E. the newer stream takes the program number. NOTE: this only affects streams which have the same destination udp&IP values, and differ by source-IP.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vControlPcrDriftCorrectionGain 1.3.6.1.4.1.4115.1.8.1.1.1.1.38
Gain-control used in PCR-drift calculation. In units of 1/10000.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Unsigned32 0..10000  

d5vControlPcrDriftCorrectionUpperThreshold 1.3.6.1.4.1.4115.1.8.1.1.1.1.39
Upper-threshold used in PCR-drift calculation. In units of tenths of milliseconds.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Unsigned32 0..10000  

d5vControlPcrDriftCorrectionLowerThreshold 1.3.6.1.4.1.4115.1.8.1.1.1.1.40
Lower-threshold used in PCR-drift calculation. In units of tenths of milliseconds.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Unsigned32 0..1000  

d5vControlNullDroppingRate 1.3.6.1.4.1.4115.1.8.1.1.1.1.41
The rate used when performing NULL packet dropping. In units of Kbps - setting will be rounded up to the nearest 150 Kbps multiple
Status: deprecated Access: read-write
OBJECT-TYPE    
  Unsigned32 0..7500  

d5VideoQamStreamTable 1.3.6.1.4.1.4115.1.8.1.1.1.2
This table stores MPEG Video related data on a per QAM channel basis. Ultimately this table will AUGMENT that supported by the QAM RF Manager but for the moment it is standalone but using the same index, ifIndex
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoQamStreamEntry

d5VideoQamStreamEntry 1.3.6.1.4.1.4115.1.8.1.1.1.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoQamStreamEntry  

d5vQamNitPID 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.1
The PID value to us when generating NIT tables on this QAM channel. The default value is 16, the DVB requirement
Status: current Access: read-write
OBJECT-TYPE    
  D5PID  

d5vQamTransportStreamID 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.2
The MPEG transport_stream_id used when transmitting PAT tables on this QAM channel. The default value is specific to the slot number where the QAM channel is located.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

d5vQamTsMibIndex 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.3
The index of the outgoing Transport Stream on this QAM channel. A value of 0 means there are no MPEG Programs being transmitted at present, so there will be no related entry in the d5vTransportStreamTable.
Status: current Access: read-only
OBJECT-TYPE    
  D5TransportStreamIndex  

d5vQamTotalPatsTx 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.4
The total number of unique PAT Tables that have been generated for this QAM channel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5vQamTotalProgramsTx 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.5
The accumulated number of Programs transmitted on this QAM channel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5vQamCurrentProgramsTx 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.6
The number of Programs currently being transmitted on this QAM channel.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

d5vQamPatInterval 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.7
Retransmission interval for PAT tables in milliseconds.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

d5vQamPmtInterval 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.8
Retransmission interval for PMT tables in milliseconds.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

d5vQamNitInterval 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.9
Retransmission interval for NIT tables in milliseconds.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

d5vQamSdtInterval 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.10
Retransmission interval for SDT tables in milliseconds.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

d5vQamOriginalNetworkId 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.11
DVB original-network-id to be used in downstream .
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

d5vQamNetworkId 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.12
DVB network-id to be used in downstream .
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

d5vQamNetworkName 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.13
DVB network-name to be used in downstream .
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

d5vQamPassThroughType 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.14
This can be used to disable the default Arris prog/pid remapping scheme, and use pass-through remapping instead. Can also be used to enable MPTS-pass-through mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2), mpts(3)  

d5vQamConfVideoSiStreamEnabled 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.15
Used to enable/disable video-si-stream configuration. At least one of UDP/src-IP/dest-IP must be non-zero for this video-si-stream rule to be functional.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vQamConfVideoSiStreamUdpDest 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.16
Video-si-stream UDP destination port.(A value of 0 in a rule means that the udp-port can be ANY value for pattern-matching)
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

d5vQamConfVideoSiStreamIpSrc 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.17
Video-si-stream IP source address.(A value of 0 in a rule means that the src-IP can be ANY value for pattern-matching)
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

d5vQamConfVideoSiStreamIpDest 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.18
Video-si-stream IP destination address.(A value of 0 in a rule means that the dest-IP can be ANY value for pattern-matching)
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

d5vQamActiveVideoSiStreamEnabled 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.19
Used to indicate if the QAM is currently passing a video-si-stream.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

d5vQamActiveVideoSiStreamUdpDest 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.20
Active video-si-stream UDP destination port.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

d5vQamActiveVideoSiStreamIpSrc 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.21
Active video-si-stream IP source address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

d5vQamActiveVideoSiStreamIpDest 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.22
Active video-si-stream IP destination address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

d5vQamStreamStatus 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.23
Current status of this QAM Transport stream
Status: current Access: read-only
OBJECT-TYPE    
  D5TransportStreamStatus  

d5vQamTimeActivated 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.24
The value of sysUpTime when this stream was last activated. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vQamTimeActive 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.25
The total time that MPEG stream has been active.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5vQamTimeDeactivated 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.26
The value of sysUpTime when this stream was last deactivated. Zero if not-known.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vQamAutoGeneratePAT 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.27
Flag specifying whether or not the auto-generation by the D5 of PAT tables is enabled
Status: current Access: read-write
OBJECT-TYPE    
  D5GeneratePat  

d5vQamAutoGenerateCAT 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.28
Flag specifying whether or not the auto-generation by the D5 of CAT tables is enabled
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vQamAutoGeneratePMT 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.29
Flag specifying whether or not the auto-generation by the D5 of PMT tables is enabled
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vQamAutoGenerateNIT 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.30
Flag specifying whether or not the auto-generation by the D5 of NIT tables is enabled(and the associated entry in the PAT table for the NIT-PID)
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vQamAutoGenerateSDT 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.31
Flag specifying whether or not the auto-generation by the D5 of SDT tables is enabled
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vQamAutoGenerateTDT 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.32
Flag specifying whether or not the auto-generation by the D5 of TDT tables is enabled
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vQamAutoGenerateTOT 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.33
Flag specifying whether or not the auto-generation by the D5 of TOT tables is enabled
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vQamCatInterval 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.34
Retransmission interval for CAT tables in milliseconds.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

d5vQamMaxProgramsPerQamChannel 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.35
Maximum number of programs allowed on a Qam channel at any one time.(Some QAM H/W may restrict to 31)
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..63  

d5vQamAllowEsDvbPids 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.36
Flag that determines whether or not DVB-reserved PIDS are allowed to be used for elementary-streams.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vQamDefaultMappingScheme 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.37
The mapping scheme to be used for input transport-streams that have no associated static-configuration. NOTE: the udpPortLegacy scheme cannot be configured against an individual QAM-channel. If so desired, it may be turned on globally in the d5vControlDefaultMappingScheme MIB entry.
Status: current Access: read-write
OBJECT-TYPE    
  D5VideoDefaultMappingScheme  

d5vQamFastPsiTableUpdates 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.38
If this is set to TRUE, then PSI table updates are sent down the RF as soon as the new PSI table has been calculated. Otherwise, PSI table updates are made in such a way that the repetition interval for that table on the RF remains constant. (Set to FALSE by default)
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vQamCycleOutputPids 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.39
If this is set to TRUE, then the D5 cycles through the pool of unused PIDs when creating new PID remappings. The purpose of this is to limit the amound of PID reusage E.g. if a set-top using a buffered PMT table to view a program where the program may have been deleted and the PIDs may be in use by a different program now. (Set to FALSE by default )
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vQamOverSubscribed 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.40
Indicates if the bandwidth of this QAM is currently over-subscribed. If the QAM is currently over-subscribed, some programs will suffer packet-loss. The affected programs are identified in the d5QamProgramPcrBufferTable.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

d5vQamOverSubscriptionSafetyMargin 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.41
The amount of bandwidth in Kbps for the D5 to maintain as unused bandwidth on each QAM. Purpose of this being to help prevent over-subscription from occuring at the cost of some wasted bandwidth.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

d5vQamOverSubscriptionRecoveryEnabled 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.42
If this is set to TRUE, then the D5 will attempt to recover automatically from a QAM-overscribed condition by shutting down active programs selectively. It selects which programs to shut down by order of most recently activated, checks the new bitrates, then continues to shutdown more programs as neccessary untill the total bandwidth fits within the QAM available bandwidth.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vQamFilterCaDescMode 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.43
If this is configured, then the D5 will remove CA_Descriptors from incoming streams destined for this QAM. This includes descriptors in CAT and PMT tables, and in the case of PMT includes the 1st and 2nd loop. This is set to 'neither' by default.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER cat-and-pmt(1), neither(2), cat-only(3), pmt-only(4)  

d5vQamPcrDriftCorrection 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.44
If this is set to TRUE, then PCR drift correction of input MPEG streams is enabled on the resultant output stream. Otherwise, the functionality is disabled.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vQamPreEncDetect 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.45
If this is set to TRUE, then the D5 will detect Motorola pre-encrypted streams, and will avoid re-encrypting the traffic when forwarding it downstream. If set to TRUE, the d5vControlFilterCaDesc setting is ignored for any pre-encrypted streams that match this rule, because the stream could not otherwise be decrypted.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vQamUtilPercentThresh 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.46
The percentage utilization threshold of the QAM bandwidth at which the D5 will generate an alarm. The purpose of this is to facilitate monitoring of QAM bandwidth where the QAM might not necessarily be oversubscribed.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

d5vQamOnProgramConflictDisconnectOlderStream 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.47
If enabled, program conflicts trigger the older of the two streams to be disconnected. I.E. the newer stream takes the program number. NOTE: this only affects streams which have the same destination udp&IP values, and differ by source-IP.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5vQamNullDroppingRate 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.48
The rate used when performing NULL packet dropping. In units of Kbps - setting will be rounded up to the nearest 150 Kbps multiple
Status: deprecated Access: read-write
OBJECT-TYPE    
  Unsigned32 0..7500  

d5vQamConfVideoSiStreamTsidRemap 1.3.6.1.4.1.4115.1.8.1.1.1.2.1.49
The default behaviour of video-si streams is not to remap the ingress Transport_Stream_id so that the TS_ID in the PAT matches the value in the other SI tables. Enabling this parameter, overrides the default behaviour and remaps the TS_ID in the PAT to the value configured on the QAM channel. NOTE: this only affects streams which are configured as video-si-stream.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5VideoUdpIpStreamTable 1.3.6.1.4.1.4115.1.8.1.1.1.3
This table displays the current incoming Transport Streams and can be configured with specific rules to override the default Program Number mappings. This table has a higher precedence than the d5VideoUdpPortPnTable. If the IP Address associated with an incoming TS matches a configured entry in this table then the associated mapping will apply, otherwise the default mapping from d5vUdpPortPnTable will apply and an dynamic entry will be created in this table. Active entries contain a reference to either a specific QAM or a specific channel-container. When a stream is treated as a virtual-program, the d5vIpActiveChanContName field is set to indicate which channel-container this stream is being mapped to. For any individual active entry in this table, either d5vIpActiveQamIfIndex or d5vIpActiveChanContName is set - not both.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoUdpIpStreamEntry

d5VideoUdpIpStreamEntry 1.3.6.1.4.1.4115.1.8.1.1.1.3.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoUdpIpStreamEntry  

d5vIpUdpIndex 1.3.6.1.4.1.4115.1.8.1.1.1.3.1.1
The destination UDP Port to be mapped to the specified QAM Channel and Program Number.(A value of 0 in a rule means that the udp-port can be ANY value for pattern-matching)
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

d5vIpSrcIndex 1.3.6.1.4.1.4115.1.8.1.1.1.3.1.2
The SRC IP address of the TS to be mapped to the specified QAM Channel and Program Number.(A value of 0 in a rule means that the src-IP can be ANY value for pattern-matching )
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

d5vIpDestIndex 1.3.6.1.4.1.4115.1.8.1.1.1.3.1.3
The DEST IP address of the TS to be mapped to the specified QAM Channel and Program Number.(A value of 0 in a rule means that the dest-IP can be ANY value for pattern-matching)
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

d5vIpRowStatus 1.3.6.1.4.1.4115.1.8.1.1.1.3.1.4
The RowStatus for controlling entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

d5vIpTsMibIndex 1.3.6.1.4.1.4115.1.8.1.1.1.3.1.5
The index of the entry in the d5VideoStreamTable for corresponding to this table entry.
Status: current Access: read-only
OBJECT-TYPE    
  D5TransportStreamIndex  

d5vIpMappingType 1.3.6.1.4.1.4115.1.8.1.1.1.3.1.6
The type of entry, configured or dynamic.
Status: current Access: read-only
OBJECT-TYPE    
  D5MappingType  

d5vIpConfQamIfIndex 1.3.6.1.4.1.4115.1.8.1.1.1.3.1.7
The ifIndex of the QAM channel that this IP transport stream is configured to be mapped to. A value of 0 indicates that no mapping is configured.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

d5vIpStreamStatus 1.3.6.1.4.1.4115.1.8.1.1.1.3.1.8
Current status of this IP Transport stream
Status: current Access: read-only
OBJECT-TYPE    
  D5TransportStreamStatus  

d5vIpActiveQamIfIndex 1.3.6.1.4.1.4115.1.8.1.1.1.3.1.9
The ifIndex of the QAM channel that this stream is currently mapped to.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

d5vIpActiveChanContName 1.3.6.1.4.1.4115.1.8.1.1.1.3.1.10
The name of the channel-container that this stream is currently mapped to.
Status: current Access: read-only
OBJECT-TYPE    
  D5VideoChannelContainerNameType  

d5vIpTimeActivated 1.3.6.1.4.1.4115.1.8.1.1.1.3.1.11
The value of sysUpTime when this stream was last activated. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vIpTimeActive 1.3.6.1.4.1.4115.1.8.1.1.1.3.1.12
The total time that MPEG stream has been active.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5vIpTimeDeactivated 1.3.6.1.4.1.4115.1.8.1.1.1.3.1.13
The value of sysUpTime when this stream was last deactivated. Zero if not-known.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vIpConfProgPassThroughEnabled 1.3.6.1.4.1.4115.1.8.1.1.1.3.1.14
This can be used to configure default PROG remapping for this stream. If this is set to TRUE, input PROGs are mapped to identical output PROGs (as if pass-through mode were enabled on the QAM).
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

d5vIpActiveProgPassThroughEnabled 1.3.6.1.4.1.4115.1.8.1.1.1.3.1.15
Indicates if default PROG-remapping is currently enabled for this stream. (May differ from the value of d5vIpConfProgPassThroughEnabled where a dynamic entry is created based on static-rules).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

d5vIpConfPidPassThroughEnabled 1.3.6.1.4.1.4115.1.8.1.1.1.3.1.16
This can be used to configure default PID remapping for this stream. If this is set to TRUE, input PIDs are mapped to identical output PIDs (as if pass-through mode were enabled on the QAM).
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

d5vIpActivePidPassThroughEnabled 1.3.6.1.4.1.4115.1.8.1.1.1.3.1.17
Indicates if default PID-remapping is currently enabled for this stream. (May differ from the value of d5vIpConfPidPassThroughEnabled where a dynamic entry is created based on static-rules).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

d5vIpConfRedundantMulticast 1.3.6.1.4.1.4115.1.8.1.1.1.3.1.18
This can be used to configure a video stream for redundancy May be set to TRUE only if the d5vIpSrcIndex is set to 0 and the d5vIpDestIndex is set to a valid multicast address and the d5vIpUdpIndex is set to a non-zero value. When this value is set to TRUE, the D5 WAN card doesn't distinguish between packets with different srcIp values, where the d5vIpUdpIndex and d5vIpDestIndex match this rule.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

d5vIpActiveRedundantMulticast 1.3.6.1.4.1.4115.1.8.1.1.1.3.1.19
Indicates if redundant-multicast is currently enabled for this stream. (May differ from the value of d5vIpConfRedundantMulticast where a dynamic entry is created based on static-rules).
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

d5vIpConfPersistence 1.3.6.1.4.1.4115.1.8.1.1.1.3.1.20
This is used to toggle the table entry as being volatile or non-volatile. If set to volatile, it is not saved across card resets. This setting is only meaningful for entries that have a d5vIpMappingType of static
Status: current Access: read-create
OBJECT-TYPE    
  D5PersistenceType  

d5VideoStreamTable 1.3.6.1.4.1.4115.1.8.1.1.1.4
This table stores basic information on all Transport Streams in the D5. It covers both incoming and outgoing ones. The MPEG Manager automatically creates any entry in this table when it detects a new incoming TS or begins to generate a new outgoing TS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoStreamEntry

d5VideoStreamEntry 1.3.6.1.4.1.4115.1.8.1.1.1.4.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoStreamEntry  

d5vStreamDirectionIndex 1.3.6.1.4.1.4115.1.8.1.1.1.4.1.1
The direction of this Transport Stream.
Status: current Access: read-only
OBJECT-TYPE    
  D5TransportStreamDirection  

d5vStreamTsMibIndex 1.3.6.1.4.1.4115.1.8.1.1.1.4.1.2
The unique index that identifies the Transport Stream within the D5.
Status: current Access: read-only
OBJECT-TYPE    
  D5TransportStreamIndex  

d5vStreamPatVersion 1.3.6.1.4.1.4115.1.8.1.1.1.4.1.3
The version number of the current PAT Table for this Transport Stream.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5vStreamTsID 1.3.6.1.4.1.4115.1.8.1.1.1.4.1.4
The MPEG transport_stream_id in the PAT tables on this Transport Stream.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5vStreamProgramCount 1.3.6.1.4.1.4115.1.8.1.1.1.4.1.5
The number of Programs currently in this Transport Stream.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

d5vStreamPatCurrTimeCreated 1.3.6.1.4.1.4115.1.8.1.1.1.4.1.6
The value of sysUpTime when the current PAT was created. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vStreamPatCurrTimeActive 1.3.6.1.4.1.4115.1.8.1.1.1.4.1.7
The total time the current PAT has been active.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5vStreamPatPrevTimeCreated 1.3.6.1.4.1.4115.1.8.1.1.1.4.1.8
The value of sysUpTime when the predecessor of this PAT was created. Zero if not-known.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vStreamCatVersion 1.3.6.1.4.1.4115.1.8.1.1.1.4.1.9
The version number of the current CAT Table for this Transport Stream.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5vStreamCatCurrTimeCreated 1.3.6.1.4.1.4115.1.8.1.1.1.4.1.10
The value of sysUpTime when the current CAT was created. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vStreamCatCurrTimeActive 1.3.6.1.4.1.4115.1.8.1.1.1.4.1.11
The total time the current CAT has been active.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5vStreamCatPrevTimeCreated 1.3.6.1.4.1.4115.1.8.1.1.1.4.1.12
The value of sysUpTime when the predecessor of this CAT was created. Zero if not-known.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5VideoStreamProgramTable 1.3.6.1.4.1.4115.1.8.1.1.1.5
This table stores basic information for each Program in each Transport Stream known to the D5. Each entry in d5VideoStreamTable will have at least one entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoStreamProgramEntry

d5VideoStreamProgramEntry 1.3.6.1.4.1.4115.1.8.1.1.1.5.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoStreamProgramEntry  

d5vStreamProgTsMibIndex 1.3.6.1.4.1.4115.1.8.1.1.1.5.1.1
The unique index that identifies the Transport Stream containing this Program.
Status: current Access: read-only
OBJECT-TYPE    
  D5TransportStreamIndex  

d5vStreamProgIndex 1.3.6.1.4.1.4115.1.8.1.1.1.5.1.2
The Program Number for this program within the associated Transport Stream.
Status: current Access: read-only
OBJECT-TYPE    
  D5Program  

d5vStreamProgPmtVersion 1.3.6.1.4.1.4115.1.8.1.1.1.5.1.3
The version number of the current PMT Table for this Program.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5vStreamProgPmtPid 1.3.6.1.4.1.4115.1.8.1.1.1.5.1.4
The MPEG PID used for the PMT Table for this Program.
Status: current Access: read-only
OBJECT-TYPE    
  D5PID  

d5vStreamProgPcrPid 1.3.6.1.4.1.4115.1.8.1.1.1.5.1.5
The MPEG PID used to for the PCR for this Program.
Status: current Access: read-only
OBJECT-TYPE    
  D5PID  

d5vStreamProgEsCount 1.3.6.1.4.1.4115.1.8.1.1.1.5.1.6
The number of Elementary Streams currently in this Program.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

d5vStreamProgDescCount 1.3.6.1.4.1.4115.1.8.1.1.1.5.1.7
The number of Descriptors in the PMT 'first_loop' for this Program.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

d5vStreamPmtCurrTimeCreated 1.3.6.1.4.1.4115.1.8.1.1.1.5.1.8
The value of sysUpTime when the current PMT was created. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vStreamPmtCurrTimeActive 1.3.6.1.4.1.4115.1.8.1.1.1.5.1.9
The total time the current PMT has been active.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5vStreamPmtPrevTimeCreated 1.3.6.1.4.1.4115.1.8.1.1.1.5.1.10
The value of sysUpTime when the predecessor of this PMT was created. Zero if not-known.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vStreamProgBitrate 1.3.6.1.4.1.4115.1.8.1.1.1.5.1.11
The bitate in Kbps, of this Program. This may have a value of 0 if the bitrate is not known.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5VideoStreamEsTable 1.3.6.1.4.1.4115.1.8.1.1.1.6
This table stores basic information for each Elementary Stream in each Transport Stream known to the D5. Each entry in d5VideoProgTable will have at least one entry in this table. These entries are created automatically as the D5 processes PMT table entries for each Elementary Stream in a Program
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoStreamEsEntry

d5VideoStreamEsEntry 1.3.6.1.4.1.4115.1.8.1.1.1.6.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoStreamEsEntry  

d5vStreamEsTsMibIndex 1.3.6.1.4.1.4115.1.8.1.1.1.6.1.1
The unique index that identifies the Transport Stream containing this Program.
Status: current Access: read-only
OBJECT-TYPE    
  D5TransportStreamIndex  

d5vStreamEsProgIndex 1.3.6.1.4.1.4115.1.8.1.1.1.6.1.2
The Program Number for this program within the associated Transport Stream.
Status: current Access: read-only
OBJECT-TYPE    
  D5Program  

d5vStreamEsPidIndex 1.3.6.1.4.1.4115.1.8.1.1.1.6.1.3
The MPEG PID used for this Elementary Stream.
Status: current Access: read-only
OBJECT-TYPE    
  D5PID  

d5vStreamEsType 1.3.6.1.4.1.4115.1.8.1.1.1.6.1.4
The type of this Elementary Streams.
Status: current Access: read-only
OBJECT-TYPE    
  D5ElementaryStreamType  

d5vStreamEsDescCount 1.3.6.1.4.1.4115.1.8.1.1.1.6.1.5
The number of Descriptors in the PMT 'second_loop' for this Elementary Stream.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

d5VideoStreamDescTable 1.3.6.1.4.1.4115.1.8.1.1.1.7
This table stores MPEG Descriptors for each Elementary Stream and Program known to the D5. The PMT PID is used to index Program Descriptors while the Elementary Stream PID is used when indexing ES Descriptors.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoStreamDescEntry

d5VideoStreamDescEntry 1.3.6.1.4.1.4115.1.8.1.1.1.7.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoStreamDescEntry  

d5vStreamDescTsMibIndex 1.3.6.1.4.1.4115.1.8.1.1.1.7.1.1
The unique index that identifies the Transport Stream containing this Descriptor.
Status: current Access: read-only
OBJECT-TYPE    
  D5TransportStreamIndex  

d5vStreamDescPidIndex 1.3.6.1.4.1.4115.1.8.1.1.1.7.1.2
The MPEG PID used for this Elementary Stream.
Status: current Access: read-only
OBJECT-TYPE    
  D5PID  

d5vStreamDescIndex 1.3.6.1.4.1.4115.1.8.1.1.1.7.1.3
The Descriptor index.
Status: current Access: read-only
OBJECT-TYPE    
  D5DescriptorIndex  

d5vStreamDescTag 1.3.6.1.4.1.4115.1.8.1.1.1.7.1.4
The Descriptor tag.
Status: current Access: read-only
OBJECT-TYPE    
  D5DescriptorTag  

d5vStreamDescLen 1.3.6.1.4.1.4115.1.8.1.1.1.7.1.5
The Descriptor length.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

d5vStreamDescData 1.3.6.1.4.1.4115.1.8.1.1.1.7.1.6
The Descriptor data.
Status: current Access: read-only
OBJECT-TYPE    
  D5DescriptorBuffer  

d5VideoLookupTsidToIfIndexTable 1.3.6.1.4.1.4115.1.8.1.1.1.8
This table maps the transport_stream_id of a Transport Stream on a QAM channel to the ifIndex for that channel.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoLookupTsidToIfIndexEntry

d5VideoLookupTsidToIfIndexEntry 1.3.6.1.4.1.4115.1.8.1.1.1.8.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoLookupTsidToIfIndexEntry  

d5vLookupTsidIfIndex 1.3.6.1.4.1.4115.1.8.1.1.1.8.1.1
The ifIndex for the QAM channel transmitting this transport_stream_id.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

d5VideoLookupTsMibIndexToIfIndexTable 1.3.6.1.4.1.4115.1.8.1.1.1.9
This table maps the TsIndex of an outgoing Transport Stream on a QAM channel to the ifIndex for that channel. The Transport Stream is assumed to be an 'outgoing' one.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoLookupTsMibIndexToIfIndexEntry

d5VideoLookupTsMibIndexToIfIndexEntry 1.3.6.1.4.1.4115.1.8.1.1.1.9.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoLookupTsMibIndexToIfIndexEntry  

d5vLookupTsIndexIfIndex 1.3.6.1.4.1.4115.1.8.1.1.1.9.1.1
The ifIndex for the QAM channel transmitting this TransportStreamIndex.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

d5VideoLookupQamTsMibIndexToInTsMibIndexTable 1.3.6.1.4.1.4115.1.8.1.1.1.10
This table maps the TransportStreamIndex of a Transport Stream on a QAM channel to the corresponding incoming TransportStreamIndexes. d5vTsMibIndex - an outgoing Transport Stream d5vInTsMibIndex - the corresponding incoming Transport Stream.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoLookupQamTsMibIndexToInTsMibIndexEntry

d5VideoLookupQamTsMibIndexToInTsMibIndexEntry 1.3.6.1.4.1.4115.1.8.1.1.1.10.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoLookupQamTsMibIndexToInTsMibIndexEntry  

d5vLookupInTsMibIndex 1.3.6.1.4.1.4115.1.8.1.1.1.10.1.1
MIB TsIndex for an incoming transport stream(IP).
Status: current Access: read-only
OBJECT-TYPE    
  D5TransportStreamIndex  

d5VideoLookupTsMibIndexToUdpIpTable 1.3.6.1.4.1.4115.1.8.1.1.1.11
This table maps the TransportStreamIndex of an incoming Transport Stream to the IP address and UDP port for that Transport Stream.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoLookupTsMibIndexToUdpIpEntry

d5VideoLookupTsMibIndexToUdpIpEntry 1.3.6.1.4.1.4115.1.8.1.1.1.11.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoLookupTsMibIndexToUdpIpEntry  

d5vLookupTsMibIndexUdpPort 1.3.6.1.4.1.4115.1.8.1.1.1.11.1.1
The UDP receiving the Transport Stream for TransportStreamIndex.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..65535  

d5vLookupTsMibIndexIpAddressSrc 1.3.6.1.4.1.4115.1.8.1.1.1.11.1.2
The SRC IP address receiving the Transport Stream for TransportStreamIndex.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

d5vLookupTsMibIndexIpAddressDest 1.3.6.1.4.1.4115.1.8.1.1.1.11.1.3
The DEST IP address receiving the Transport Stream for TransportStreamIndex.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

d5VideoUdpIpStreamProgRemapTable 1.3.6.1.4.1.4115.1.8.1.1.1.12
This table displays the active Program mappings for Transport Streams. It is indexed using udp/ip/ip/inProg/qamIfIndex to support multiple output programs for each input program.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoUdpIpStreamProgRemapEntry

d5VideoUdpIpStreamProgRemapEntry 1.3.6.1.4.1.4115.1.8.1.1.1.12.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoUdpIpStreamProgRemapEntry  

d5vProgRemapUdpIndex 1.3.6.1.4.1.4115.1.8.1.1.1.12.1.1
The destination UDP Port of the incoming TS.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

d5vProgRemapIpSrcIndex 1.3.6.1.4.1.4115.1.8.1.1.1.12.1.2
The SRC IP address of the incoming TS.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

d5vProgRemapIpDestIndex 1.3.6.1.4.1.4115.1.8.1.1.1.12.1.3
The DEST IP address of the incoming TS.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

d5vProgRemapInProgIndex 1.3.6.1.4.1.4115.1.8.1.1.1.12.1.4
The incoming Program value related to this Program remapping.
Status: current Access: read-only
OBJECT-TYPE    
  D5Program  

d5vProgRemapActiveQamIfIndex 1.3.6.1.4.1.4115.1.8.1.1.1.12.1.5
The ifIndex of the QAM channel that this Program remapping applies to.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

d5vProgRemapOutProg 1.3.6.1.4.1.4115.1.8.1.1.1.12.1.6
The output Program value related to this Program mapping rule.
Status: current Access: read-only
OBJECT-TYPE    
  D5Program  

d5vProgRemapStatus 1.3.6.1.4.1.4115.1.8.1.1.1.12.1.7
Current status of this Program - whether active or not
Status: current Access: read-only
OBJECT-TYPE    
  D5ProgStatus  

d5vProgRemapActiveProgType 1.3.6.1.4.1.4115.1.8.1.1.1.12.1.8
The type of Program whether PSI or Elementary stream.
Status: current Access: read-only
OBJECT-TYPE    
  D5ProgType  

d5vProgRemapTimeActivated 1.3.6.1.4.1.4115.1.8.1.1.1.12.1.9
The value of sysUpTime when this Program was last activated. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vProgRemapTimeActive 1.3.6.1.4.1.4115.1.8.1.1.1.12.1.10
The total time that the Program has been active.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5vProgRemapTimeDeactivated 1.3.6.1.4.1.4115.1.8.1.1.1.12.1.11
The value of sysUpTime when this Program was last deactivated. Zero if not-known.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5VideoUdpIpStreamPidRemapTable 1.3.6.1.4.1.4115.1.8.1.1.1.13
This table displays the active PID mappings for Transport Streams. It is indexed using udp/ip/ip/inPid/qamIfIndex to support multiple output programs for each input program.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoUdpIpStreamPidRemapEntry

d5VideoUdpIpStreamPidRemapEntry 1.3.6.1.4.1.4115.1.8.1.1.1.13.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoUdpIpStreamPidRemapEntry  

d5vPidRemapUdpIndex 1.3.6.1.4.1.4115.1.8.1.1.1.13.1.1
The destination UDP Port of the incoming TS.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

d5vPidRemapIpSrcIndex 1.3.6.1.4.1.4115.1.8.1.1.1.13.1.2
The SRC IP address of the incoming TS.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

d5vPidRemapIpDestIndex 1.3.6.1.4.1.4115.1.8.1.1.1.13.1.3
The DEST IP address of the incoming TS.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

d5vPidRemapInPidIndex 1.3.6.1.4.1.4115.1.8.1.1.1.13.1.4
The incoming PID value related to this PID remapping.
Status: current Access: read-only
OBJECT-TYPE    
  D5PID  

d5vPidRemapActiveQamIfIndex 1.3.6.1.4.1.4115.1.8.1.1.1.13.1.5
The ifIndex of the QAM channel that this PID remapping applies to.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

d5vPidRemapOutPid 1.3.6.1.4.1.4115.1.8.1.1.1.13.1.6
The output PID value related to this PID mapping rule.
Status: current Access: read-only
OBJECT-TYPE    
  D5PID  

d5vPidRemapStatus 1.3.6.1.4.1.4115.1.8.1.1.1.13.1.7
Current status of this PID - whether active or not
Status: current Access: read-only
OBJECT-TYPE    
  D5PidStatus  

d5vPidRemapActivePidType 1.3.6.1.4.1.4115.1.8.1.1.1.13.1.8
The type of PID whether PSI or Elementary stream.
Status: current Access: read-only
OBJECT-TYPE    
  D5PidType  

d5vPidRemapTimeActivated 1.3.6.1.4.1.4115.1.8.1.1.1.13.1.9
The value of sysUpTime when this PID was last activated. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vPidRemapTimeActive 1.3.6.1.4.1.4115.1.8.1.1.1.13.1.10
The total time that the PID has been active.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5vPidRemapTimeDeactivated 1.3.6.1.4.1.4115.1.8.1.1.1.13.1.11
The value of sysUpTime when this PID was last deactivated. Zero if not-known.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5VideoRuleQamProgRemapTable 1.3.6.1.4.1.4115.1.8.1.1.1.14
Table contains list of qam-channel based configured program remapping rules.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoRuleQamProgRemapEntry

d5VideoRuleQamProgRemapEntry 1.3.6.1.4.1.4115.1.8.1.1.1.14.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoRuleQamProgRemapEntry  

d5vRQamProgRowStatus 1.3.6.1.4.1.4115.1.8.1.1.1.14.1.1
The RowStatus for controlling entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

d5vRQamProgOutProg 1.3.6.1.4.1.4115.1.8.1.1.1.14.1.2
The output Program value related to this rule.
Status: current Access: read-create
OBJECT-TYPE    
  D5Program  

d5vRQamProgMatchLastTime 1.3.6.1.4.1.4115.1.8.1.1.1.14.1.3
The value of sysUpTime when this rule was last matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vRQamProgMatchCount 1.3.6.1.4.1.4115.1.8.1.1.1.14.1.4
The number of times this rule was matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5vRQamProgPersistence 1.3.6.1.4.1.4115.1.8.1.1.1.14.1.5
This is used to toggle the table entry as being volatile or non-volatile. If set to volatile, it is not saved across card resets.
Status: current Access: read-create
OBJECT-TYPE    
  D5PersistenceType  

d5VideoRuleQamProgFilterTable 1.3.6.1.4.1.4115.1.8.1.1.1.15
Table contains list of qam-channel based configured program filter rules.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoRuleQamProgFilterEntry

d5VideoRuleQamProgFilterEntry 1.3.6.1.4.1.4115.1.8.1.1.1.15.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoRuleQamProgFilterEntry  

d5vRQamProgFiltRowStatus 1.3.6.1.4.1.4115.1.8.1.1.1.15.1.1
The RowStatus for controlling entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

d5vRQamProgFiltMatchLastTime 1.3.6.1.4.1.4115.1.8.1.1.1.15.1.2
The value of sysUpTime when this rule was last matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vRQamProgFiltMatchCount 1.3.6.1.4.1.4115.1.8.1.1.1.15.1.3
The number of times this rule was matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5vRQamProgFiltPersistence 1.3.6.1.4.1.4115.1.8.1.1.1.15.1.4
This is used to toggle the table entry as being volatile or non-volatile. If set to volatile, it is not saved across card resets.
Status: current Access: read-create
OBJECT-TYPE    
  D5PersistenceType  

d5VideoRuleQamPidRemapTable 1.3.6.1.4.1.4115.1.8.1.1.1.16
Table contains list of qam-channel based configured PID remapping rules.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoRuleQamPidRemapEntry

d5VideoRuleQamPidRemapEntry 1.3.6.1.4.1.4115.1.8.1.1.1.16.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoRuleQamPidRemapEntry  

d5vRQamPidRowStatus 1.3.6.1.4.1.4115.1.8.1.1.1.16.1.1
The RowStatus for controlling entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

d5vRQamPidOutPid 1.3.6.1.4.1.4115.1.8.1.1.1.16.1.2
The output PID value related to this rule.
Status: current Access: read-create
OBJECT-TYPE    
  D5PID  

d5vRQamPidLastMatchTime 1.3.6.1.4.1.4115.1.8.1.1.1.16.1.3
The value of sysUpTime when this rule was last matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vRQamPidMatchCount 1.3.6.1.4.1.4115.1.8.1.1.1.16.1.4
The number of times this rule was matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5vRQamPidPersistence 1.3.6.1.4.1.4115.1.8.1.1.1.16.1.5
This is used to toggle the table entry as being volatile or non-volatile. If set to volatile, it is not saved across card resets.
Status: current Access: read-create
OBJECT-TYPE    
  D5PersistenceType  

d5VideoRuleQamPidFilterTable 1.3.6.1.4.1.4115.1.8.1.1.1.17
Table contains list of qam-channel based configured PID filter rules.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoRuleQamPidFilterEntry

d5VideoRuleQamPidFilterEntry 1.3.6.1.4.1.4115.1.8.1.1.1.17.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoRuleQamPidFilterEntry  

d5vRQamPidFiltRowStatus 1.3.6.1.4.1.4115.1.8.1.1.1.17.1.1
The RowStatus for controlling entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

d5vRQamPidFiltLastMatchTime 1.3.6.1.4.1.4115.1.8.1.1.1.17.1.2
The value of sysUpTime when this rule was last matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vRQamPidFiltMatchCount 1.3.6.1.4.1.4115.1.8.1.1.1.17.1.3
The number of times this rule was matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5vRQamPidFiltPersistence 1.3.6.1.4.1.4115.1.8.1.1.1.17.1.4
This is used to toggle the table entry as being volatile or non-volatile. If set to volatile, it is not saved across card resets.
Status: current Access: read-create
OBJECT-TYPE    
  D5PersistenceType  

d5VideoRuleUdpIpProgFilterTable 1.3.6.1.4.1.4115.1.8.1.1.1.18
Table contains list of UDP/IP based configured program filter rules.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoRuleUdpIpProgFilterEntry

d5VideoRuleUdpIpProgFilterEntry 1.3.6.1.4.1.4115.1.8.1.1.1.18.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoRuleUdpIpProgFilterEntry  

d5vRUdpIpProgFiltRowStatus 1.3.6.1.4.1.4115.1.8.1.1.1.18.1.1
The RowStatus for controlling entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

d5vRUdpIpProgFiltMatchLastTime 1.3.6.1.4.1.4115.1.8.1.1.1.18.1.2
The value of sysUpTime when this rule was last matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vRUdpIpProgFiltMatchCount 1.3.6.1.4.1.4115.1.8.1.1.1.18.1.3
The number of times this rule was matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5vRUdpIpProgFiltPersistence 1.3.6.1.4.1.4115.1.8.1.1.1.18.1.4
This is used to toggle the table entry as being volatile or non-volatile. If set to volatile, it is not saved across card resets.
Status: current Access: read-create
OBJECT-TYPE    
  D5PersistenceType  

d5VideoRuleUdpIpPidFilterTable 1.3.6.1.4.1.4115.1.8.1.1.1.19
Table contains list of UDP/IP based configured PID filter rules.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoRuleUdpIpPidFilterEntry

d5VideoRuleUdpIpPidFilterEntry 1.3.6.1.4.1.4115.1.8.1.1.1.19.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoRuleUdpIpPidFilterEntry  

d5vRUdpIpPidFiltRowStatus 1.3.6.1.4.1.4115.1.8.1.1.1.19.1.1
The RowStatus for controlling entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

d5vRUdpIpPidFiltLastMatchTime 1.3.6.1.4.1.4115.1.8.1.1.1.19.1.2
The value of sysUpTime when this rule was last matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vRUdpIpPidFiltMatchCount 1.3.6.1.4.1.4115.1.8.1.1.1.19.1.3
The number of times this rule was matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5vRUdpIpPidFiltPersistence 1.3.6.1.4.1.4115.1.8.1.1.1.19.1.4
This is used to toggle the table entry as being volatile or non-volatile. If set to volatile, it is not saved across card resets.
Status: current Access: read-create
OBJECT-TYPE    
  D5PersistenceType  

d5VideoRuleUdpIpProgRemapTable 1.3.6.1.4.1.4115.1.8.1.1.1.20
Table contains list of udp/ip based configured program remapping rules.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoRuleUdpIpProgRemapEntry

d5VideoRuleUdpIpProgRemapEntry 1.3.6.1.4.1.4115.1.8.1.1.1.20.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoRuleUdpIpProgRemapEntry  

d5vRUdpIpProgUdpIndex 1.3.6.1.4.1.4115.1.8.1.1.1.20.1.1
The destination UDP Port of the incoming TS.(A value of 0 in a rule means that the udp-port can be ANY value for pattern-matching)
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

d5vRUdpIpProgIpSrcIndex 1.3.6.1.4.1.4115.1.8.1.1.1.20.1.2
The SRC IP address of the incoming TS.(NOTE: a value of '0' here indicates a don't care value for pattern-matching)
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

d5vRUdpIpProgIpDestIndex 1.3.6.1.4.1.4115.1.8.1.1.1.20.1.3
The DEST IP address of the incoming TS.(NOTE: a value of '0' here indicates a don't care value for pattern-matching)
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

d5vRUdpIpProgInProgIndex 1.3.6.1.4.1.4115.1.8.1.1.1.20.1.4
The incoming Program value related to this Program remapping.
Status: current Access: read-create
OBJECT-TYPE    
  D5Program  

d5vRUdpIpProgRowStatus 1.3.6.1.4.1.4115.1.8.1.1.1.20.1.5
The RowStatus for controlling entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

d5vRUdpIpProgOutProg 1.3.6.1.4.1.4115.1.8.1.1.1.20.1.6
The output Program value related to this Program mapping rule.
Status: current Access: read-create
OBJECT-TYPE    
  D5Program  

d5vRUdpIpProgMatchLastTime 1.3.6.1.4.1.4115.1.8.1.1.1.20.1.7
The value of sysUpTime when this rule was last matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vRUdpIpProgMatchCount 1.3.6.1.4.1.4115.1.8.1.1.1.20.1.8
The number of times this rule was matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5vRUdpIpProgPersistence 1.3.6.1.4.1.4115.1.8.1.1.1.20.1.9
This is used to toggle the table entry as being volatile or non-volatile. If set to volatile, it is not saved across card resets.
Status: current Access: read-create
OBJECT-TYPE    
  D5PersistenceType  

d5vRUdpIpProgExpectedBitrate 1.3.6.1.4.1.4115.1.8.1.1.1.20.1.10
The expected bitate in Kbps, of the video program. If this is set it is used to calculate the initial jitter-buffer size to be used for the program when it is activated. (may be set to 0 to indicated an unknown value)
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

d5VideoRuleUdpIpPidRemapTable 1.3.6.1.4.1.4115.1.8.1.1.1.21
Table contains list of udp/ip based configured pid remapping rules.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoRuleUdpIpPidRemapEntry

d5VideoRuleUdpIpPidRemapEntry 1.3.6.1.4.1.4115.1.8.1.1.1.21.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoRuleUdpIpPidRemapEntry  

d5vRUdpIpPidUdpIndex 1.3.6.1.4.1.4115.1.8.1.1.1.21.1.1
The destination UDP Port of the incoming TS.(A value of 0 in a rule means that the udp-port can be ANY value for pattern-matching)
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

d5vRUdpIpPidIpSrcIndex 1.3.6.1.4.1.4115.1.8.1.1.1.21.1.2
The SRC IP address of the incoming TS.(NOTE: a value of '0' here indicates a don't care value for pattern-matching rules)
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

d5vRUdpIpPidIpDestIndex 1.3.6.1.4.1.4115.1.8.1.1.1.21.1.3
The DEST IP address of the incoming TS.(NOTE: a value of '0' here indicates a don't care value for pattern-matching rules)
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

d5vRUdpIpPidInPidIndex 1.3.6.1.4.1.4115.1.8.1.1.1.21.1.4
The incoming PID value related to this PID remapping.
Status: current Access: read-create
OBJECT-TYPE    
  D5PID  

d5vRUdpIpPidRowStatus 1.3.6.1.4.1.4115.1.8.1.1.1.21.1.5
The RowStatus for controlling entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

d5vRUdpIpPidOutPid 1.3.6.1.4.1.4115.1.8.1.1.1.21.1.6
The output PID value related to this PID mapping rule.
Status: current Access: read-create
OBJECT-TYPE    
  D5PID  

d5vRUdpIpPidMatchLastTime 1.3.6.1.4.1.4115.1.8.1.1.1.21.1.7
The value of sysUpTime when this rule was last matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vRUdpIpPidMatchCount 1.3.6.1.4.1.4115.1.8.1.1.1.21.1.8
The number of times this rule was matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5vRUdpIpPidPersistence 1.3.6.1.4.1.4115.1.8.1.1.1.21.1.9
This is used to toggle the table entry as being volatile or non-volatile. If set to volatile, it is not saved across card resets.
Status: current Access: read-create
OBJECT-TYPE    
  D5PersistenceType  

d5VideoUdpIpSiStreamTable 1.3.6.1.4.1.4115.1.8.1.1.1.22
This table displays the statically allocated SI-streams. SI-streams are dedicated IP streams that provide SI table for a particular QAM channel. The data in an SI stream is sent to the QAM without any PID remapping and it is assumed that the SI-stream does not conflict with any elementary-streams, or auto-generated (P)SI tables. SI-streams are typically used when (P)SI table auto-generation is disabled on the D5. The variables d5vIpSiConfQamIfIndex and d5vIpSiConfChanContName are mutually exclusive, where a value of 0 for ifIndex or 0-length for d5vIpSiConfChanContName can be used to indicate an unspecified value.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoUdpIpSiStreamEntry

d5VideoUdpIpSiStreamEntry 1.3.6.1.4.1.4115.1.8.1.1.1.22.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoUdpIpSiStreamEntry  

d5vIpUdpSiIndex 1.3.6.1.4.1.4115.1.8.1.1.1.22.1.1
The destination UDP Port to be mapped to the specified QAM Channel and Program Number.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

d5vIpSrcSiIndex 1.3.6.1.4.1.4115.1.8.1.1.1.22.1.2
The SRC IP address of the SI TS to be mapped to the specified QAM Channel and Program Number.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

d5vIpDestSiIndex 1.3.6.1.4.1.4115.1.8.1.1.1.22.1.3
The DEST IP address of the SI TS to be mapped to the specified QAM Channel and Program Number.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

d5vIpSiRowStatus 1.3.6.1.4.1.4115.1.8.1.1.1.22.1.4
The RowStatus for controlling entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

d5vIpSiTsMibIndex 1.3.6.1.4.1.4115.1.8.1.1.1.22.1.5
The index of the entry in the d5VideoStreamTable for corresponding to this table entry.
Status: current Access: read-only
OBJECT-TYPE    
  D5TransportStreamIndex  

d5vIpSiConfQamIfIndex 1.3.6.1.4.1.4115.1.8.1.1.1.22.1.6
The ifIndex of the QAM channel that this SI-stream is configured to be mapped to.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

d5vIpSiConfChanContName 1.3.6.1.4.1.4115.1.8.1.1.1.22.1.7
The name of the channel-container that this SI-stream is configured to be mapped to.
Status: current Access: read-create
OBJECT-TYPE    
  D5VideoChannelContainerNameType  

d5vIpSiStreamStatus 1.3.6.1.4.1.4115.1.8.1.1.1.22.1.8
Current status of this IP SI Transport stream
Status: current Access: read-only
OBJECT-TYPE    
  D5TransportStreamStatus  

d5vIpSiTimeActivated 1.3.6.1.4.1.4115.1.8.1.1.1.22.1.9
The value of sysUpTime when this stream was last activated. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vIpSiTimeActive 1.3.6.1.4.1.4115.1.8.1.1.1.22.1.10
The total time that MPEG stream has been active.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5vIpSiTimeDeactivated 1.3.6.1.4.1.4115.1.8.1.1.1.22.1.11
The value of sysUpTime when this stream was last deactivated. Zero if not-known.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vIpSiPersistence 1.3.6.1.4.1.4115.1.8.1.1.1.22.1.12
This is used to toggle the table entry as being volatile or non-volatile. If set to volatile, it is not saved across card resets.
Status: current Access: read-create
OBJECT-TYPE    
  D5PersistenceType  

d5vIpSiCopyback 1.3.6.1.4.1.4115.1.8.1.1.1.22.1.13
This is used to setup the SI stream as an EAS stream.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

d5VideoChannelContainerTable 1.3.6.1.4.1.4115.1.8.1.1.1.30
Table contains list of channel-containers that can be used to group individual QAM-channels together. Channel-containers can serve multiple purposes: - group qam-channels to which an EMM can be multicast. - group qam-channels to which an input transport-stream can be replicated. - ...
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoChannelContainerEntry

d5VideoChannelContainerEntry 1.3.6.1.4.1.4115.1.8.1.1.1.30.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoChannelContainerEntry  

d5vChanContName 1.3.6.1.4.1.4115.1.8.1.1.1.30.1.1
Channel-container identifier.
Status: current Access: read-create
OBJECT-TYPE    
  D5VideoChannelContainerNameType  

d5vChanContRowStatus 1.3.6.1.4.1.4115.1.8.1.1.1.30.1.2
The RowStatus for controlling entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

d5vChanContServiceId 1.3.6.1.4.1.4115.1.8.1.1.1.30.1.3
Common program-number used for virtual-programs in this channel-container. (may be set to 0 to indicate an unspecified value)
Status: current Access: read-create
OBJECT-TYPE    
  D5Program  

d5vChanContPid 1.3.6.1.4.1.4115.1.8.1.1.1.30.1.4
Common PID used for EMM or PDG data in this channel- container. (may be set to 0 to indicate an unspecified value)
Status: current Access: read-create
OBJECT-TYPE    
  D5PID  

d5vChanContPersistence 1.3.6.1.4.1.4115.1.8.1.1.1.30.1.5
This is used to toggle the table entry as being volatile or non-volatile. If set to volatile, it is not saved across card resets.
Status: current Access: read-create
OBJECT-TYPE    
  D5PersistenceType  

d5VideoChannelContainerQamTable 1.3.6.1.4.1.4115.1.8.1.1.1.31
Table contains list of QAM channel-container group memberships. A single QAM can be a member of multiple replication groups. A single QAM can also be a member of the same replication group multiple times, using different output programs. The index variables d5vChanContQamIfIndex and d5vChanContQamTsidIndex must be considered mutually exclusive, where a value of 0 for either ifIndex or TSID can be used to indicate an unspecified value. One of, but not both of, these must be non-zero in any particular row, in order to constitute a valid row-index.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoChannelContainerQamEntry

d5VideoChannelContainerQamEntry 1.3.6.1.4.1.4115.1.8.1.1.1.31.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoChannelContainerQamEntry  

d5vChanContQamIfIndex 1.3.6.1.4.1.4115.1.8.1.1.1.31.1.1
The ifIndex of the QAM channel. (may be set to 0 to indicated an unspecified value)
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

d5vChanContQamTsidIndex 1.3.6.1.4.1.4115.1.8.1.1.1.31.1.2
The MPEG transport_stream_id of the QAM-channel. (may be set to 0 to indicated an unspecified value)
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

d5vChanContQamProgIndex 1.3.6.1.4.1.4115.1.8.1.1.1.31.1.3
The output program number associated with this membership rule. (may be set to 0 to indicated an unspecified value)
Status: current Access: read-create
OBJECT-TYPE    
  D5Program  

d5vChanContQamRowStatus 1.3.6.1.4.1.4115.1.8.1.1.1.31.1.4
The RowStatus for controlling entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

d5vChanContQamPersistence 1.3.6.1.4.1.4115.1.8.1.1.1.31.1.5
This is used to toggle the table entry as being volatile or non-volatile. If set to volatile, it is not saved across card resets.
Status: current Access: read-create
OBJECT-TYPE    
  D5PersistenceType  

d5VideoChannelContainerVirtProgTable 1.3.6.1.4.1.4115.1.8.1.1.1.32
Table contains list of virtual programs with their associated channel-container names. Virtual programs are used for creating replications where individual input streams are copied to to multiple concurrent output QAMs/Programs. (NOTE: a virtual-program can belong to no more than 1 channel-containers)
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoChannelContainerVirtProgEntry

d5VideoChannelContainerVirtProgEntry 1.3.6.1.4.1.4115.1.8.1.1.1.32.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoChannelContainerVirtProgEntry  

d5vChanContVProgUdpIndex 1.3.6.1.4.1.4115.1.8.1.1.1.32.1.1
The destination UDP Port of the incoming TS.(A value of 0 in a rule means that the udp-port can be ANY value for pattern-matching)
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

d5vChanContVProgSrcIpIndex 1.3.6.1.4.1.4115.1.8.1.1.1.32.1.2
The SRC IP address of the incoming TS.(NOTE: a value of '0' here indicates a don't care value for pattern-matching rules)
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

d5vChanContVProgDestIpIndex 1.3.6.1.4.1.4115.1.8.1.1.1.32.1.3
The DEST IP address of the incoming TS.(NOTE: a value of '0' here indicates a don't care value for pattern-matching rules)
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

d5vChanContVProgRowStatus 1.3.6.1.4.1.4115.1.8.1.1.1.32.1.4
The RowStatus for controlling entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

d5vChanContVProgName 1.3.6.1.4.1.4115.1.8.1.1.1.32.1.5
Channel-container identifier. Must match an entry in the d5VideoChannelContainerTable table.
Status: current Access: read-create
OBJECT-TYPE    
  D5VideoChannelContainerNameType  

d5vChanContVProgConfProgPassThroughEnabled 1.3.6.1.4.1.4115.1.8.1.1.1.32.1.6
This can be used to configure default PROG remapping for this stream. If this is set to TRUE, input PROGs are mapped to identical output PIDs (as if pass-through mode were enabled on the QAM).
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

d5vChanContVProgConfPidPassThroughEnabled 1.3.6.1.4.1.4115.1.8.1.1.1.32.1.7
This can be used to configure default PID remapping for this stream. If this is set to TRUE, input PIDs are mapped to identical output PIDs (as if pass-through mode were enabled on the QAM).
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

d5vChanContVProgConfRedundantMulticast 1.3.6.1.4.1.4115.1.8.1.1.1.32.1.8
This can be used to configure a video stream for redundancy May be set to TRUE only if the d5vIpSrcIndex is set to 0 and the d5vIpDestIndex is set to a valid multicast address and the d5vIpUdpIndex is set to a non-zero value. When this value is set to TRUE, the D5 WAN card doesn't distinguish between packets with different srcIp values, where the d5vIpUdpIndex and d5vIpDestIndex match this rule.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

d5vChanContVProgPersistence 1.3.6.1.4.1.4115.1.8.1.1.1.32.1.9
This is used to toggle the table entry as being volatile or non-volatile. If set to volatile, it is not saved across card resets.
Status: current Access: read-create
OBJECT-TYPE    
  D5PersistenceType  

d5vChanContVProgExpectedBitrate 1.3.6.1.4.1.4115.1.8.1.1.1.32.1.10
The expected bitate in Kbps, of the video program. If this is set it is used to calculate the initial jitter-buffer size to be used for the program when it is activated. (may be set to 0 to indicated an unknown value)
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

d5vChanContVProgConfVideoSiStreamEnabled 1.3.6.1.4.1.4115.1.8.1.1.1.32.1.11
Used to configure this virtual-program to be treated as a video-si-stream.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

d5VideoQamJitterTable 1.3.6.1.4.1.4115.1.8.1.1.1.33
This Table contains list of rules that regulate the amount of jitter buffering in milliseconds that is used used for video programs. Can be used to increase jitter buffering so that the D5 will smooth out video programs that may have a lot of jitter, or alternatively to decrease jitter buffering so that the latency through the D5 is reduced. The low and high bitrate thresholds are not allowed to overlap between rules that share the same ifIndex and serviceId .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoQamJitterEntry

d5VideoQamJitterEntry 1.3.6.1.4.1.4115.1.8.1.1.1.33.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoQamJitterEntry  

d5vQamJitterIfIndex 1.3.6.1.4.1.4115.1.8.1.1.1.33.1.1
The ifIndex of the QAM channel associated with this rule. (may be set to 0 to indicated an unspecified value)
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

d5vQamJitterServiceId 1.3.6.1.4.1.4115.1.8.1.1.1.33.1.2
The output program number associated with this rule. (may be set to 0 to indicated an unspecified value)
Status: current Access: read-create
OBJECT-TYPE    
  D5Program  

d5vQamJitterThreshBitrateLow 1.3.6.1.4.1.4115.1.8.1.1.1.33.1.3
The lower bitate threshold in Kbps, of the video stream(s) for which this jitter setting is to be used. (may be set to 0 to indicated an unspecified lower value)
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

d5vQamJitterThreshBitrateHigh 1.3.6.1.4.1.4115.1.8.1.1.1.33.1.4
The upper bitate threshold in Kbps, of the video stream(s) for which this jitter setting is to be used. (may be set to 0 to indicated an unspecified upper value)
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

d5vQamJitterMilliseconds 1.3.6.1.4.1.4115.1.8.1.1.1.33.1.5
The setting for jitter-buffer length in milliseconds for video programs matching this rule. Can be set to a small value to reduce latency through the box, or set to a higher value to compensate for more jitter in the input video stream.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..500  

d5vQamJitterRowStatus 1.3.6.1.4.1.4115.1.8.1.1.1.33.1.6
The RowStatus for controlling entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

d5vQamJitterPersistence 1.3.6.1.4.1.4115.1.8.1.1.1.33.1.7
This is used to toggle the table entry as being volatile or non-volatile. If set to volatile, it is not saved across card resets.
Status: current Access: read-create
OBJECT-TYPE    
  D5PersistenceType  

d5VideoQamJitterStatusTable 1.3.6.1.4.1.4115.1.8.1.1.1.34
This Table contains status information about the QAM dejitter buffers on a per-program basis. Entries in this table only persist for the life-time of the active programs, and are created & deleted on the fly as programs are shutdown & restarted. The counters are reset when the program is shutdown, or when the jitter-buffer is reset.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoQamJitterStatusEntry

d5VideoQamJitterStatusEntry 1.3.6.1.4.1.4115.1.8.1.1.1.34.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoQamJitterStatusEntry  

d5QamJitterStatusIfIndex 1.3.6.1.4.1.4115.1.8.1.1.1.34.1.1
The ifIndex of the QAM channel associated with this entry.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

d5QamJitterStatusServiceId 1.3.6.1.4.1.4115.1.8.1.1.1.34.1.2
The output program number associated with this entry.
Status: current Access: read-only
OBJECT-TYPE    
  D5Program  

d5QamJitterStatusCurrStatus 1.3.6.1.4.1.4115.1.8.1.1.1.34.1.3
The status of the jitter buffer for this program. idle - waiting for input TS packets fillingBuffer - waiting for the dejitter buffer to fill up for normal operation. active - operating normally, passing traffic. underflow - not receiving enough traffic, buffer has been reset. overflow - receiving too much traffic, buffer has been reset.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), fillingBuffer(2), active(3), underflow(4), overflow(5)  

d5QamJitterStatusUnderflowCount 1.3.6.1.4.1.4115.1.8.1.1.1.34.1.4
Number of times the jitter buffer has underflowed during the lifetime of this program.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5QamJitterStatusOverflowCount 1.3.6.1.4.1.4115.1.8.1.1.1.34.1.5
Number of times the jitter buffer has overflowed during the lifetime of this program.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5QamJitterStatusBufferLengthInBytes 1.3.6.1.4.1.4115.1.8.1.1.1.34.1.6
The number of bytes in-use for the jitter buffer of this program.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5QamJitterStatusFixedBufferLength 1.3.6.1.4.1.4115.1.8.1.1.1.34.1.7
Indicates if the jitter buffer for this program consists of a fixed number of bytes, or if the QAM-FPGA is configured to reallocate memory dynamically as the program-bitrate fluctuates.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

d5QamJitterStatusBufferLengthInMs 1.3.6.1.4.1.4115.1.8.1.1.1.34.1.8
The size of the jitter buffer for this program in milliseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5vQamJitterStatusBitrate 1.3.6.1.4.1.4115.1.8.1.1.1.34.1.9
The bitate in Kbps, of this Program. This may have a value of 0 if the bitrate is not known.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5QamJitterStatusResetQueue 1.3.6.1.4.1.4115.1.8.1.1.1.34.1.10
Write a value of TRUE to empty the jitter buffer, (re)initialize the active buffer-length to the configured value in the d5VideoQamJitterTable, and reset the jitter buffer state back to the initial idle state. NOTE: resetting the buffer results in a temporary loss of MPEG output for the affected program since the buffer is wiped and refilled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

d5QamJitterStatusBufferSizeInBytes 1.3.6.1.4.1.4115.1.8.1.1.1.34.1.11
The number of bytes allocated for the jitter buffer of this program.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5VideoQamLogTable 1.3.6.1.4.1.4115.1.8.1.1.1.40
The (conceptual) table listing the router's PIM interfaces. IGMP and PIM are enabled on all interfaces listed in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoQamLogEntry

d5VideoQamLogEntry 1.3.6.1.4.1.4115.1.8.1.1.1.40.1
An entry (conceptual row) in the d5QamLogTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoQamLogEntry  

d5vQamLogDateTimeIndex 1.3.6.1.4.1.4115.1.8.1.1.1.40.1.1
The Date/Time of event occurance.
Status: current Access: not-accessible
OBJECT-TYPE    
  DateAndTime  

d5vQamLogSubIndex 1.3.6.1.4.1.4115.1.8.1.1.1.40.1.2
Index used to address QAM event logs which occur at the same time.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5vQamLogSlotNum 1.3.6.1.4.1.4115.1.8.1.1.1.40.1.3
QAM card associated with a particular event.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5vQamLogPortNum 1.3.6.1.4.1.4115.1.8.1.1.1.40.1.4
QAM card port number associated with a particular event.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5vQamLogQamNum 1.3.6.1.4.1.4115.1.8.1.1.1.40.1.5
QAM card QAM number associated with a particular event.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5vQamLogState 1.3.6.1.4.1.4115.1.8.1.1.1.40.1.6
Current state of the Event Log
Status: current Access: read-only
OBJECT-TYPE    
  D5VideoQamLogQamState  

d5vQamLogDuration 1.3.6.1.4.1.4115.1.8.1.1.1.40.1.7
Event Log duration in mSecs (only valid for START/STOP type entries)
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5vQamLogDescription 1.3.6.1.4.1.4115.1.8.1.1.1.40.1.8
QAM event description.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

d5VideoRuleSiStreamGhostPidFilterTable 1.3.6.1.4.1.4115.1.8.1.1.1.42
Table contains list of configured ghost PID filter rules. . Ghost PIDs can only be used for video-si-streams. The reason for this being that it's not reasonable to map multiple copies of the same input PID to a single output PID. Tying ghost-pids to video-si-stream ensures that only one copy of a particular ghost-pid will be mapped to any particular QAM-channel at any one time, since only one video-si-stream can be active on a QAM-channel at a time.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoRuleSiStreamGhostPidFilterEntry

d5VideoRuleSiStreamGhostPidFilterEntry 1.3.6.1.4.1.4115.1.8.1.1.1.42.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoRuleSiStreamGhostPidFilterEntry  

d5vRSiStreamGhostPidFiltRowStatus 1.3.6.1.4.1.4115.1.8.1.1.1.42.1.1
The RowStatus for controlling entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

d5vRSiStreamGhostPidFiltLastMatchTime 1.3.6.1.4.1.4115.1.8.1.1.1.42.1.2
The value of sysUpTime when this rule was last matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vRSiStreamGhostPidFiltMatchCount 1.3.6.1.4.1.4115.1.8.1.1.1.42.1.3
The number of times this rule was matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5vRSiStreamGhostPidFiltPersistence 1.3.6.1.4.1.4115.1.8.1.1.1.42.1.4
This is used to toggle the table entry as being volatile or non-volatile. If set to volatile, it is not saved across card resets.
Status: current Access: read-create
OBJECT-TYPE    
  D5PersistenceType  

d5VideoRuleQamSiStreamGhostPidFilterTable 1.3.6.1.4.1.4115.1.8.1.1.1.41
Table contains list of qam-channel based configured ghost PID rules . Ghost PIDs can only be used for video-si-streams. The reason for this being that it's not reasonable to map multiple copies of the same input PID to a single output PID. Tying ghost-pids to video-si-stream ensures that only one copy of a particular ghost-pid will be mapped to any particular QAM-channel at any one time, since only one video-si-stream can be active on a QAM-channel at a time.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoRuleQamSiStreamGhostPidFilterEntry

d5VideoRuleQamSiStreamGhostPidFilterEntry 1.3.6.1.4.1.4115.1.8.1.1.1.41.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoRuleQamSiStreamGhostPidFilterEntry  

d5vRQamSiStreamGhostPidFiltRowStatus 1.3.6.1.4.1.4115.1.8.1.1.1.41.1.1
The RowStatus for controlling entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

d5vRQamSiStreamGhostPidFiltLastMatchTime 1.3.6.1.4.1.4115.1.8.1.1.1.41.1.2
The value of sysUpTime when this rule was last matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vRQamSiStreamGhostPidFiltMatchCount 1.3.6.1.4.1.4115.1.8.1.1.1.41.1.3
The number of times this rule was matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5vRQamSiStreamGhostPidFiltPersistence 1.3.6.1.4.1.4115.1.8.1.1.1.41.1.4
This is used to toggle the table entry as being volatile or non-volatile. If set to volatile, it is not saved across card resets.
Status: current Access: read-create
OBJECT-TYPE    
  D5PersistenceType  

d5VideoQamCaDescFiltTable 1.3.6.1.4.1.4115.1.8.1.1.1.43
This Table contains a list of rules that regulate the filtering of ca-descriptors from input CAT and PMT tables based on specific ca-system-id values. .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoQamCaDescFiltEntry

d5VideoQamCaDescFiltEntry 1.3.6.1.4.1.4115.1.8.1.1.1.43.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoQamCaDescFiltEntry  

d5vQamCaDescFiltIfIndex 1.3.6.1.4.1.4115.1.8.1.1.1.43.1.1
The ifIndex of the QAM channel associated with this rule. (may be set to 0 to indicated an unspecified value)
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

d5vQamCaDescFiltSysId 1.3.6.1.4.1.4115.1.8.1.1.1.43.1.2
The CA-system-ID value associated with this rule.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

d5vQamCaDescFiltCaDesc 1.3.6.1.4.1.4115.1.8.1.1.1.43.1.3
Controls the filtering of descriptors from the CAT table.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER cat-and-pmt(1), neither(2), cat-only(3), pmt-only(4)  

d5vQamCaDescFiltRowStatus 1.3.6.1.4.1.4115.1.8.1.1.1.43.1.4
The RowStatus for controlling entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

d5vQamCaDescFiltPersistence 1.3.6.1.4.1.4115.1.8.1.1.1.43.1.5
This is used to toggle the table entry as being volatile or non-volatile. If set to volatile, it is not saved across card resets.
Status: current Access: read-create
OBJECT-TYPE    
  D5PersistenceType  

d5VideoRuleStreamGhostPidTable 1.3.6.1.4.1.4115.1.8.1.1.1.45
Table contains list of configured ghost PID filter rules. Ghost PIDs may only be used for video-streams and can be in the range 1 to 8190. Care must be taken not to map multiple copies of the same input PID to a single output PID.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoRuleStreamGhostPidFilterEntry

d5VideoRuleStreamGhostPidFilterEntry 1.3.6.1.4.1.4115.1.8.1.1.1.45.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoRuleStreamGhostPidFilterEntry  

d5vRStreamGhostPidFiltUdpIndex 1.3.6.1.4.1.4115.1.8.1.1.1.45.1.1
The destination UDP Port of the incoming TS.(A value of 0 in a rule means that the udp-port can be ANY value for pattern-matching)
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

d5vRStreamGhostPidFiltIpSrcIndex 1.3.6.1.4.1.4115.1.8.1.1.1.45.1.2
The SRC IP address of the incoming TS.(NOTE: a value of '0' here indicates a don't care value for pattern-matching rules)
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

d5vRStreamGhostPidFiltIpDestIndex 1.3.6.1.4.1.4115.1.8.1.1.1.45.1.3
The DEST IP address of the incoming TS.(NOTE: a value of '0' here indicates a don't care value for pattern-matching rules)
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

d5vRStreamGhostPidFiltInPidIndex 1.3.6.1.4.1.4115.1.8.1.1.1.45.1.4
The incoming ghost PID value related to this rule.
Status: current Access: read-create
OBJECT-TYPE    
  D5PID  

d5vRStreamGhostPidFiltRowStatus 1.3.6.1.4.1.4115.1.8.1.1.1.45.1.5
The RowStatus for controlling entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

d5vRStreamGhostPidFiltMatchLastTime 1.3.6.1.4.1.4115.1.8.1.1.1.45.1.6
The value of sysUpTime when this rule was last matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vRStreamGhostPidFiltMatchCount 1.3.6.1.4.1.4115.1.8.1.1.1.45.1.7
The number of times this rule was matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5vRStreamGhostPidFiltPersistence 1.3.6.1.4.1.4115.1.8.1.1.1.45.1.8
This is used to toggle the table entry as being volatile or non-volatile. If set to volatile, it is not saved across card resets.
Status: current Access: read-create
OBJECT-TYPE    
  D5PersistenceType  

d5VideoRuleQamStreamGhostPidTable 1.3.6.1.4.1.4115.1.8.1.1.1.44
Table contains list of qam-channel based configured ghost PID rules. Ghost PIDs may only be used for video-streams and can be in the range 1 to 8190. Care must be taken not to map multiple copies of the same input PID to a single output PID.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoRuleQamStreamGhostPidFilterEntry

d5VideoRuleQamStreamGhostPidFilterEntry 1.3.6.1.4.1.4115.1.8.1.1.1.44.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoRuleQamStreamGhostPidFilterEntry  

d5vRQamStreamGhostPidFiltRowStatus 1.3.6.1.4.1.4115.1.8.1.1.1.44.1.1
The RowStatus for controlling entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

d5vRQamStreamGhostPidFiltOutPid 1.3.6.1.4.1.4115.1.8.1.1.1.44.1.2
The output PID value related to this rule.
Status: current Access: read-create
OBJECT-TYPE    
  D5PID  

d5vRQamStreamGhostPidFiltLastMatchTime 1.3.6.1.4.1.4115.1.8.1.1.1.44.1.3
The value of sysUpTime when this rule was last matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

d5vRQamStreamGhostPidFiltMatchCount 1.3.6.1.4.1.4115.1.8.1.1.1.44.1.4
The number of times this rule was matched/used at run-time. Zero if not-applicable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5vRQamStreamGhostPidFiltPersistence 1.3.6.1.4.1.4115.1.8.1.1.1.44.1.5
This is used to toggle the table entry as being volatile or non-volatile. If set to volatile, it is not saved across card resets.
Status: current Access: read-create
OBJECT-TYPE    
  D5PersistenceType