ARRIS-D5-VIDEO-SESSION-MIB

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

Imported modules

ARRIS-MIB ARRIS-D5-VIDEO-MIB IF-MIB
INET-ADDRESS-MIB SNMPv2-SMI SNMPv2-TC
SNMPv2-CONF

Imported symbols

arrisD5UEQam D5Program InterfaceIndex
InetAddress Counter32 Gauge32
Unsigned32 OBJECT-TYPE MODULE-IDENTITY
TruthValue TEXTUAL-CONVENTION OBJECT-GROUP

Defined Types

D5VideoSessionEntry  
SEQUENCE    
  d5VideoSessionId OCTET STRING
  d5VideoSessionState INTEGER
  d5VideoSessionQamIfIndex InterfaceIndex
  d5VideoSessionTsid Unsigned32
  d5VideoSessionBandwidth Unsigned32
  d5VideoSessionBitrate Unsigned32
  d5VideoSessionTimeActive Unsigned32
  d5VideoSessionNoPidRemapping TruthValue
  d5VideoSessionSessionGroupId Unsigned32
  d5VideoSessionTransportId Unsigned32
  d5VideoSessionProgramNumber D5Program

D5VideoMulticastSessionEntry  
SEQUENCE    
  d5VideoMulticastSessionIpAddress InetAddress
  d5VideoMulticastSessionUdpPort Unsigned32
  d5VideoMulticastSessionId OCTET STRING

D5VideoSessionTransportEntry  
SEQUENCE    
  d5VideoSessionTransportTransportId Unsigned32
  d5VideoSessionTransportSrcIpAddress InetAddress
  d5VideoSessionTransportDestIpAddress InetAddress
  d5VideoSessionTransportDestUdpPort Unsigned32
  d5VideoSessionTransportGigIfIndex Unsigned32

D5VideoMulticastTransportEntry  
SEQUENCE    
  d5VideoMulticastTransportIpAddress InetAddress
  d5VideoMulticastTransportUdpPort Unsigned32
  d5VideoMulticastTransportId Unsigned32

D5VideoSessionGroupEntry  
SEQUENCE    
  d5VideoSessionGroupId Unsigned32
  d5VideoSessionGroupQamIfIndex InterfaceIndex
  d5VideoSessionGroupNumSessions Unsigned32
  d5VideoSessionGroupActiveSessions Unsigned32
  d5VideoSessionGroupBandwidth Unsigned32
  d5VideoSessionGroupBitrate Unsigned32
  d5VideoSessionGroupMaxBoundSessions Unsigned32

D5VideoSessionQamEntry  
SEQUENCE    
  d5VideoSessionQamQamIfIndex InterfaceIndex
  d5VideoSessionQamTsid Unsigned32
  d5VideoSessionQamCreateSessions Counter32
  d5VideoSessionQamDeleteSessions Counter32
  d5VideoSessionQamQuerySessions Counter32
  d5VideoSessionQamPacketInserts Counter32
  d5VideoSessionQamBindSessions Counter32
  d5VideoSessionQamUnbindSessions Counter32
  d5VideoSessionQamCreateSessionFailures Counter32
  d5VideoSessionQamBindSessionFailures Counter32
  d5VideoSessionQamMaxActiveSessions Gauge32
  d5VideoSessionQamMaxActiveBandwidth Gauge32
  d5VideoSessionQamActiveSessions Gauge32
  d5VideoSessionQamActiveBandwidth Gauge32

D5SdvLoadBalancingEntry  
SEQUENCE    
  d5SdvLoadBalancingGigIfIndex InterfaceIndex
  d5SdvLoadBalancingGigOperStatus INTEGER
  d5SdvLoadBalancingAssignment INTEGER
  d5SdvLoadBalancingSessionCount Counter32
  d5SdvLoadBalancingBandwidth Counter32

Defined Values

d5VideoSessionMib 1.3.6.1.4.1.4115.1.8.1.8
This MIB contains objects to display video sessions and control Switched Digital Video RPC on the ARRIS D5 UEQ.
MODULE-IDENTITY    

d5SdvRpcConfigurationGroup 1.3.6.1.4.1.4115.1.8.1.8.1
A collection of objects providing SDV RPC configuration.
Status: current Access: read-only
OBJECT-GROUP    

d5SdvRpc 1.3.6.1.4.1.4115.1.8.1.8.1.1
Enables or disables SDV RPC.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

d5SdvRpcDncsCompatibility 1.3.6.1.4.1.4115.1.8.1.8.1.2
DNCS compatibility mode configures the bind policy to assume streams exists.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

d5SdvRpcPersistence 1.3.6.1.4.1.4115.1.8.1.8.1.3
Enables persistent SDV client response connections.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

d5SdvRpcQamModel 1.3.6.1.4.1.4115.1.8.1.8.1.4
Sets the SDV RPC QAM model (48/72/192 QAM channels). This can only be set if RPC is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER qam2x4(1), qam2x6(2), qam4x8(3)  

d5SdvRpcMasterSrmIpAddress 1.3.6.1.4.1.4115.1.8.1.8.1.5
Sets the IP address of the master SRM to use for edge reset indications.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

d5SdvRpcResetIndicatorType 1.3.6.1.4.1.4115.1.8.1.8.1.6
Sets the type of edge reset indications to send to the master SRM.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER udp(1), tcp(2)  

d5SdvRpcResetIndicatorInterval 1.3.6.1.4.1.4115.1.8.1.8.1.7
Sets the SDV RPC reset-indicator repeat interval.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..20  

d5SdvRpcTimeout 1.3.6.1.4.1.4115.1.8.1.8.1.8
Sets the SDV RPC timeout.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

d5VideoSessionTable 1.3.6.1.4.1.4115.1.8.1.8.2
This table lists video sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoSessionEntry

d5VideoSessionEntry 1.3.6.1.4.1.4115.1.8.1.8.2.1
An entry for the video session table.
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoSessionEntry  

d5VideoSessionId 1.3.6.1.4.1.4115.1.8.1.8.2.1.1
Video session identifier.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..33)  

d5VideoSessionState 1.3.6.1.4.1.4115.1.8.1.8.2.1.2
Video session state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER inactive(1), psi(2), data(3), active(4)  

d5VideoSessionQamIfIndex 1.3.6.1.4.1.4115.1.8.1.8.2.1.3
The ifIndex of the output QAM used by this video session.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

d5VideoSessionTsid 1.3.6.1.4.1.4115.1.8.1.8.2.1.4
The TSID of the output QAM channel used by this video session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5VideoSessionBandwidth 1.3.6.1.4.1.4115.1.8.1.8.2.1.5
Configured video session bandwidth in bits per second.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5VideoSessionBitrate 1.3.6.1.4.1.4115.1.8.1.8.2.1.6
Current measured video session bitrate in bits per second.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5VideoSessionTimeActive 1.3.6.1.4.1.4115.1.8.1.8.2.1.7
The amount of time this video session has been active in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5VideoSessionNoPidRemapping 1.3.6.1.4.1.4115.1.8.1.8.2.1.8
If this is enabled, PIDs are not remapped for this video session.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

d5VideoSessionSessionGroupId 1.3.6.1.4.1.4115.1.8.1.8.2.1.9
Identifies the group to which this video session belongs. A value of zero indicates that this session is not part of a group.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..1024  

d5VideoSessionTransportId 1.3.6.1.4.1.4115.1.8.1.8.2.1.10
The ID of the active transport used by this video session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5VideoSessionProgramNumber 1.3.6.1.4.1.4115.1.8.1.8.2.1.11
The program number of the active transport used by this video session.
Status: current Access: read-only
OBJECT-TYPE    
  D5Program  

d5VideoMulticastSessionTable 1.3.6.1.4.1.4115.1.8.1.8.3
This table maps multicast IP address and UPD port to video session ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoMulticastSessionEntry

d5VideoMulticastSessionEntry 1.3.6.1.4.1.4115.1.8.1.8.3.1
An entry for the video multicast session table.
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoMulticastSessionEntry  

d5VideoMulticastSessionIpAddress 1.3.6.1.4.1.4115.1.8.1.8.3.1.1
The multicast IP address of this video session.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

d5VideoMulticastSessionUdpPort 1.3.6.1.4.1.4115.1.8.1.8.3.1.2
The destination multicast UDP port of this video session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

d5VideoMulticastSessionId 1.3.6.1.4.1.4115.1.8.1.8.3.1.3
Video session identifier.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..33)  

d5VideoSessionTransportTable 1.3.6.1.4.1.4115.1.8.1.8.4
This table lists the transports used by video sessions on the D5.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoSessionTransportEntry

d5VideoSessionTransportEntry 1.3.6.1.4.1.4115.1.8.1.8.4.1
An entry for the video session transport table.
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoSessionTransportEntry  

d5VideoSessionTransportTransportId 1.3.6.1.4.1.4115.1.8.1.8.4.1.1
Video session transport identifier.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5VideoSessionTransportSrcIpAddress 1.3.6.1.4.1.4115.1.8.1.8.4.1.2
Video session transport source IP address.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

d5VideoSessionTransportDestIpAddress 1.3.6.1.4.1.4115.1.8.1.8.4.1.3
Video session transport destination IP address. For multicast streams, this is the multicast IP address of the stream. For unicast streams, this is the IP address of the gigabit Ethernet port where the stream is received.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

d5VideoSessionTransportDestUdpPort 1.3.6.1.4.1.4115.1.8.1.8.4.1.4
Video session transport destination UDP port.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

d5VideoSessionTransportGigIfIndex 1.3.6.1.4.1.4115.1.8.1.8.4.1.5
Video session transport gigabit Ethernet port ifIndex.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5VideoMulticastTransportTable 1.3.6.1.4.1.4115.1.8.1.8.5
This table maps multicast IP address and UPD port to transport ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoMulticastTransportEntry

d5VideoMulticastTransportEntry 1.3.6.1.4.1.4115.1.8.1.8.5.1
An entry for the video session multicast transport table.
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoMulticastTransportEntry  

d5VideoMulticastTransportIpAddress 1.3.6.1.4.1.4115.1.8.1.8.5.1.1
Video session transport multicast IP address.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

d5VideoMulticastTransportUdpPort 1.3.6.1.4.1.4115.1.8.1.8.5.1.2
Video session transport destination UDP port.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

d5VideoMulticastTransportId 1.3.6.1.4.1.4115.1.8.1.8.5.1.3
Video multicast transport identifier.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5VideoSessionGroupTable 1.3.6.1.4.1.4115.1.8.1.8.6
This table lists video session groups.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoSessionGroupEntry

d5VideoSessionGroupEntry 1.3.6.1.4.1.4115.1.8.1.8.6.1
An entry for the video session group table.
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoSessionGroupEntry  

d5VideoSessionGroupId 1.3.6.1.4.1.4115.1.8.1.8.6.1.1
Video shell session group identifier.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..1024  

d5VideoSessionGroupQamIfIndex 1.3.6.1.4.1.4115.1.8.1.8.6.1.2
The ifIndex of the output QAM used by this video shell session.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

d5VideoSessionGroupNumSessions 1.3.6.1.4.1.4115.1.8.1.8.6.1.3
The number of video shell sessions in this group.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..32  

d5VideoSessionGroupActiveSessions 1.3.6.1.4.1.4115.1.8.1.8.6.1.4
The number of video shell sessions in this group.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..32  

d5VideoSessionGroupBandwidth 1.3.6.1.4.1.4115.1.8.1.8.6.1.5
Configured video shell session group bandwidth in bits per second.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5VideoSessionGroupBitrate 1.3.6.1.4.1.4115.1.8.1.8.6.1.6
Current measured video shell session group bitrate in bits per second.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5VideoSessionGroupMaxBoundSessions 1.3.6.1.4.1.4115.1.8.1.8.6.1.7
High watermark for the number of bound sessions in this group.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5VideoSessionQamTable 1.3.6.1.4.1.4115.1.8.1.8.7
This table lists video session statistics for a particular QAM.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5VideoSessionQamEntry

d5VideoSessionQamEntry 1.3.6.1.4.1.4115.1.8.1.8.7.1
An entry for the video session qam table.
Status: current Access: not-accessible
OBJECT-TYPE    
  D5VideoSessionQamEntry  

d5VideoSessionQamQamIfIndex 1.3.6.1.4.1.4115.1.8.1.8.7.1.1
The ifIndex of the QAM channel used by this video session.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

d5VideoSessionQamTsid 1.3.6.1.4.1.4115.1.8.1.8.7.1.2
The TSID of the QAM channel used by this video session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

d5VideoSessionQamCreateSessions 1.3.6.1.4.1.4115.1.8.1.8.7.1.3
The total number of sessions created on this QAM channel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5VideoSessionQamDeleteSessions 1.3.6.1.4.1.4115.1.8.1.8.7.1.4
The total number of sessions deleted on this QAM channel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5VideoSessionQamQuerySessions 1.3.6.1.4.1.4115.1.8.1.8.7.1.5
The total number of sessions queried on this QAM channel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5VideoSessionQamPacketInserts 1.3.6.1.4.1.4115.1.8.1.8.7.1.6
The total number of packet inserts on this QAM channel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5VideoSessionQamBindSessions 1.3.6.1.4.1.4115.1.8.1.8.7.1.7
The total number of sessions bound on this QAM channel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5VideoSessionQamUnbindSessions 1.3.6.1.4.1.4115.1.8.1.8.7.1.8
The total number of sessions unbound on this QAM channel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5VideoSessionQamCreateSessionFailures 1.3.6.1.4.1.4115.1.8.1.8.7.1.9
The total number of failed session creations on this QAM channel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5VideoSessionQamBindSessionFailures 1.3.6.1.4.1.4115.1.8.1.8.7.1.10
The total number of failed session binds on this QAM channel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5VideoSessionQamMaxActiveSessions 1.3.6.1.4.1.4115.1.8.1.8.7.1.11
The high watermark for number of bound and created sessions on this QAM channel.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

d5VideoSessionQamMaxActiveBandwidth 1.3.6.1.4.1.4115.1.8.1.8.7.1.12
The high watermark for bandwidth reserved for bound and created sessions on this QAM channel.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

d5VideoSessionQamActiveSessions 1.3.6.1.4.1.4115.1.8.1.8.7.1.13
The current number of bound and created sessions on this QAM channel.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

d5VideoSessionQamActiveBandwidth 1.3.6.1.4.1.4115.1.8.1.8.7.1.14
The current bandwidth reserved for bound and created sessions on this QAM channel.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

d5SdvLoadBalancingConfigurationGroup 1.3.6.1.4.1.4115.1.8.1.8.8
A collection of objects providing SDV load balancing configuration.
Status: current Access: read-only
OBJECT-GROUP    

d5SdvLoadBalancingForced 1.3.6.1.4.1.4115.1.8.1.8.8.1
Enables or disables SDV RPC forced load balancing.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

d5SdvLoadBalancingMode 1.3.6.1.4.1.4115.1.8.1.8.8.2
Set operational mode of SDV load balancing.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER hothot(1), hotwarm(2)  

d5SdvLoadBalancingTable 1.3.6.1.4.1.4115.1.8.1.8.9
This table lists video session statistics for a particular QAM.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5SdvLoadBalancingEntry

d5SdvLoadBalancingEntry 1.3.6.1.4.1.4115.1.8.1.8.9.1
An entry for the video session qam table.
Status: current Access: not-accessible
OBJECT-TYPE    
  D5SdvLoadBalancingEntry  

d5SdvLoadBalancingGigIfIndex 1.3.6.1.4.1.4115.1.8.1.8.9.1.1
The ifIndex of the Gigabit interface.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

d5SdvLoadBalancingGigOperStatus 1.3.6.1.4.1.4115.1.8.1.8.9.1.2
The load balancing operational state of this Gigabit interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

d5SdvLoadBalancingAssignment 1.3.6.1.4.1.4115.1.8.1.8.9.1.3
The SDV load balancing assignment of this Gigabit interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), primary(2), secondary(3)  

d5SdvLoadBalancingSessionCount 1.3.6.1.4.1.4115.1.8.1.8.9.1.4
The number of SDV sessions on this Gigabit interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

d5SdvLoadBalancingBandwidth 1.3.6.1.4.1.4115.1.8.1.8.9.1.5
The bandwidth used by SDV sessions on this Gigabit interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32