ARRIS-D5-VIDEO-ERM-MIB

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

Imported modules

ARRIS-MIB SNMPv2-SMI SNMPv2-TC
SNMPv2-CONF IF-MIB INET-ADDRESS-MIB
SNMP-FRAMEWORK-MIB

Imported symbols

arrisD5UEQam MODULE-IDENTITY NOTIFICATION-TYPE
OBJECT-TYPE Integer32 Counter32
Unsigned32 DateAndTime TEXTUAL-CONVENTION
DisplayString RowStatus TruthValue
OBJECT-GROUP NOTIFICATION-GROUP MODULE-COMPLIANCE
ifIndex InterfaceIndex InetAddress
InetAddressType SnmpAdminString

Defined Types

D5ErmEntry  
SEQUENCE    
  d5ErmName DisplayString
  d5ErmDescription DisplayString
  d5ErmLocalIpAddress InetAddress
  d5ErmRemoteIpName DisplayString
  d5ErmVrepPort Integer32
  d5ErmHoldTime Unsigned32
  d5ErmBwInterval Unsigned32
  d5ErmBwThreshold Unsigned32
  d5ErmCost Unsigned32
  d5ErmRtspPort Integer32
  d5ErmRtspConnectionTimeout Integer32
  d5ErmRtspMessageTimeout Integer32
  d5ErmRtspSessionTimeout Integer32
  d5ErmAdminStatus INTEGER
  d5ErmVrepStatus INTEGER
  d5ErmVrepConnRetryTimeout Unsigned32
  d5ErmRtspStatus INTEGER
  d5ErmRowStatus RowStatus

D5ErmSubIfEntry  
SEQUENCE    
  d5ErmSubIfErmName OCTET STRING
  d5ErmSubIfEigName OCTET STRING
  d5ErmSubIfRowStatus RowStatus

Defined Values

arrisD5UEQamErmMib 1.3.6.1.4.1.4115.1.8.1.11
This MIB manages the erm software on the ARRIS D5 product
MODULE-IDENTITY    

arrisD5UEQamErmGroup 1.3.6.1.4.1.4115.1.8.1.11.1
A collection of objects providing system erm configuration.
Status: current Access: read-only
OBJECT-GROUP    

d5ErmComponentName 1.3.6.1.4.1.4115.1.8.1.11.1.1
Sets component name advertised during VREP OPEN.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

d5ErmStreamingZone 1.3.6.1.4.1.4115.1.8.1.11.1.2
Sets streaming zone that ERM/ED are configured in.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

d5ErmTable 1.3.6.1.4.1.4115.1.8.1.11.2
This table describes the configuration parameters associated with remote Edge Resource Manager (ERM) devices. Use of multiple entries within this table enables the logical separation of the D5 to multiple ERMs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5ErmEntry

d5ErmEntry 1.3.6.1.4.1.4115.1.8.1.11.2.1
An entry corresponds to an individual ERM configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  D5ErmEntry  

d5ErmName 1.3.6.1.4.1.4115.1.8.1.11.2.1.1
Name of ERM configuration entry.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

d5ErmDescription 1.3.6.1.4.1.4115.1.8.1.11.2.1.2
Contains text description of the ERM configuration.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

d5ErmLocalIpAddress 1.3.6.1.4.1.4115.1.8.1.11.2.1.3
Local IP address to use for DRRP/VREP and RTSP connections.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

d5ErmRemoteIpName 1.3.6.1.4.1.4115.1.8.1.11.2.1.4
A comma seperated list of up to three remote addresses. The first entry in the list is the primary remote erm address. Subsequent values are the secondary remote erm addresses. An IPV4 address or hostname is acceptable for each value.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

d5ErmVrepPort 1.3.6.1.4.1.4115.1.8.1.11.2.1.5
Contains TCP port value used for DRRP listener/connections.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

d5ErmHoldTime 1.3.6.1.4.1.4115.1.8.1.11.2.1.6
Contains VREP/DRRP hold-time for connection timeout.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

d5ErmBwInterval 1.3.6.1.4.1.4115.1.8.1.11.2.1.7
Interval to send AvailableBandwidth UDPATE messages.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

d5ErmBwThreshold 1.3.6.1.4.1.4115.1.8.1.11.2.1.8
Change in bandwith utilisation required to trigger an AvailableBandwidth UDPATE messages.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

d5ErmCost 1.3.6.1.4.1.4115.1.8.1.11.2.1.9
Cost to advertise in VREP OPEN message.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

d5ErmRtspPort 1.3.6.1.4.1.4115.1.8.1.11.2.1.10
Contains TCP port value used for incoming RTSP connections.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

d5ErmRtspConnectionTimeout 1.3.6.1.4.1.4115.1.8.1.11.2.1.11
RTSP Connection timeout.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

d5ErmRtspMessageTimeout 1.3.6.1.4.1.4115.1.8.1.11.2.1.12
RTSP Message timeout.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

d5ErmRtspSessionTimeout 1.3.6.1.4.1.4115.1.8.1.11.2.1.13
RTSP Session timeout.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

d5ErmAdminStatus 1.3.6.1.4.1.4115.1.8.1.11.2.1.14
The desired state of the interface. The shuttingDown(3) state indicates that the ERM interface is transitioning from up(1) to down(2), but the system is waiting for the resources to be withdrawn from the ERM.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER down(1), up(2), shuttingdown(3)  

d5ErmVrepStatus 1.3.6.1.4.1.4115.1.8.1.11.2.1.15
The current state of the VREP state machine.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6)  

d5ErmVrepConnRetryTimeout 1.3.6.1.4.1.4115.1.8.1.11.2.1.16
The current state of the RTSP server.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

d5ErmRtspStatus 1.3.6.1.4.1.4115.1.8.1.11.2.1.17
The current state of the RTSP server.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notrunning(1), notconnected(2), connected(3)  

d5ErmRowStatus 1.3.6.1.4.1.4115.1.8.1.11.2.1.18
The values that control the creation/deletion of ERMs on the D5.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

d5ErmSubIfTable 1.3.6.1.4.1.4115.1.8.1.11.3
Table used for binding primary subinterfaces to an ERM interface
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    D5ErmSubIfEntry

d5ErmSubIfEntry 1.3.6.1.4.1.4115.1.8.1.11.3.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  D5ErmSubIfEntry  

d5ErmSubIfErmName 1.3.6.1.4.1.4115.1.8.1.11.3.1.1
name of configured ERM that this ethernet is available to
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

d5ErmSubIfEigName 1.3.6.1.4.1.4115.1.8.1.11.3.1.2
name of Edge Input Group name for this interface
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

d5ErmSubIfRowStatus 1.3.6.1.4.1.4115.1.8.1.11.3.1.3
The values that control the creation/deletion of entries in the d5ErmSubIfTable
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus