ASKEY-MCAST-MIB

File: ASKEY-MCAST-MIB.mib (13052 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMP-FRAMEWORK-MIB
ASKEY-DSLAM-MIB IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
TEXTUAL-CONVENTION RowStatus SnmpAdminString
ipDslam ifIndex

Defined Types

ProfileListBitmap  
Each octet within this value specifies a set of eight ports, with the first octet specifying profiles 1 through 8, the second octet specifying profiles 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered profile, and the least significant bit represents the highest numbered profile. Thus, each profile of the device is represented by a single bit within the value of this object. If that bit has a value of '1' then that profile is included in the set of profiles; the profile is not included if its bit has a value of '0'.
TEXTUAL-CONVENTION    
  OCTET STRING  

McastProfileEntry  
SEQUENCE    
  mProfileId INTEGER
  mProfileName SnmpAdminString
  mProfileIpAddr IpAddress
  mProfileRate INTEGER
  mProfilePriority INTEGER
  mProfileRowStatus RowStatus

McastConfigLineEoaEntry  
SEQUENCE    
  mConfigVpi INTEGER
  mConfigVci INTEGER
  mConfigVlanId INTEGER
  mConfigStreamNum INTEGER
  mConfigServiceProfile SnmpAdminString
  mConfigRowStatus RowStatus

McastServiceProfileEntry  
SEQUENCE    
  mcastServiceProfileName SnmpAdminString
  mcastServiceProfileBitMap ProfileListBitmap
  mcastServiceProfileRowStatus RowStatus

Defined Values

askeyMcastMib 1.3.6.1.4.1.3646.1300.2.5
ASKEY MULTICAST PROFILE MIB OID defines and documentation.
MODULE-IDENTITY    

mcastProfileObects 1.3.6.1.4.1.3646.1300.2.5.1
OBJECT IDENTIFIER    

mcastProfileCount 1.3.6.1.4.1.3646.1300.2.5.1.1
This object respresents the total count of configured multicast profiles.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

mcastProfileTable 1.3.6.1.4.1.3646.1300.2.5.1.2
This table contains information on the ADSL line configuration. One entry in this table reflects a profile defined by a manager which can be used to configure the ADSL line.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    McastProfileEntry

mcastProfileEntry 1.3.6.1.4.1.3646.1300.2.5.1.2.1
Each entry consists of a list of parameters that represents the configuration of an multicast group.
Status: current Access: not-accessible
OBJECT-TYPE    
  McastProfileEntry  

mProfileId 1.3.6.1.4.1.3646.1300.2.5.1.2.1.1
The unique sequential number for each profile entry, starting from 1 and end with 256, which is referenced one by one by mConfigProfileBitMap(256 bits) in mcastConfigLineEoaTable
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..800  

mProfileName 1.3.6.1.4.1.3646.1300.2.5.1.2.1.2
This object is used by the multicast configuration table in order to give a row of this table a specific name which is unique. For example: ESPN, HBO...etc.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

mProfileIpAddr 1.3.6.1.4.1.3646.1300.2.5.1.2.1.3
The IP address of the multicast stream.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

mProfileRate 1.3.6.1.4.1.3646.1300.2.5.1.2.1.4
The maximum transmit data rate in Kbps applied to this multicast stream The specified data rate will be rounded to the largest multiple of 32.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 32..29984  

mProfilePriority 1.3.6.1.4.1.3646.1300.2.5.1.2.1.5
The transmit priority applied to this multicast stream The value 0 indicateds the lowest priority, the value 3 indicateds the highest priority
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..3  

mProfileRowStatus 1.3.6.1.4.1.3646.1300.2.5.1.2.1.6
This object is used to create a new row or modify or delete an existing row in this table. A profile activated by setting this object to `active'. When `active' is set, the system will validate the profile. Before a profile can be deleted or taken out of service, (by setting this object to `destroy' or `outOfService') it must be first unreferenced from all associated lines. If the implementator of this MIB has chosen not to implement `dynamic assignment' of profiles, this object's MIN-ACCESS is read-only and its value is always to be `active'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

mcastConfigLineEoaTable 1.3.6.1.4.1.3646.1300.2.5.2
This table contains information on the ADSL line configuration. One entry in this table reflects a profile defined by a manager which can be used to configure the ADSL line.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    McastConfigLineEoaEntry

mcastConfigLineEoaEntry 1.3.6.1.4.1.3646.1300.2.5.2.1
Each entry consists of a list of parameters that represents the configuration of an multicast group.
Status: current Access: not-accessible
OBJECT-TYPE    
  McastConfigLineEoaEntry  

mConfigVpi 1.3.6.1.4.1.3646.1300.2.5.2.1.1
The VPI value of the VCL. The maximum VPI value cannot exceed the value allowable by the atmInterfaceMaxVpiBits.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..255  

mConfigVci 1.3.6.1.4.1.3646.1300.2.5.2.1.2
The VCI value of the VCL. The maximum VCI value cannot exceed the value allowable by the atmInterfaceMaxVciBits.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..65535  

mConfigVlanId 1.3.6.1.4.1.3646.1300.2.5.2.1.3
IEEE 802.1q VLAN tag number.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..4094  

mConfigStreamNum 1.3.6.1.4.1.3646.1300.2.5.2.1.4
The maximum number of this multicast stream on the VCL link
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..5  

mConfigServiceProfile 1.3.6.1.4.1.3646.1300.2.5.2.1.5
Each line may book 256 program set, we use 256 bits to save what they booked
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

mConfigRowStatus 1.3.6.1.4.1.3646.1300.2.5.2.1.6
Tok_String
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

mcastServiceObects 1.3.6.1.4.1.3646.1300.2.5.3
OBJECT IDENTIFIER    

mcastServiceProfileCount 1.3.6.1.4.1.3646.1300.2.5.3.1
This object respresents the total count of configured multicast service profiles.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

mcastServiceProfileTable 1.3.6.1.4.1.3646.1300.2.5.3.2
This table contains multicast service profiles and each service profile can be defined to represent a set of multicast profiles. One entry in this table reflects a service profile defined by a manager which can be used to assign to each the ADSL subscriber line. Maximum number of multicast service profiles is 60.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    McastServiceProfileEntry

mcastServiceProfileEntry 1.3.6.1.4.1.3646.1300.2.5.3.2.1
Each entry consists of a list of parameters that represents the configuration of an multicast group.
Status: current Access: not-accessible
OBJECT-TYPE    
  McastServiceProfileEntry  

mcastServiceProfileName 1.3.6.1.4.1.3646.1300.2.5.3.2.1.1
The profile name is used to be the index of each serive profile. It must be unique and can contains '0'~'9', 'A'~'Z', 'a'~'z', '-','_','.','@' only.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

mcastServiceProfileBitMap 1.3.6.1.4.1.3646.1300.2.5.3.2.1.2
Each service profile may book a set of 800 program at most , we use 100 octets to save what it books.
Status: current Access: read-create
OBJECT-TYPE    
  ProfileListBitmap  

mcastServiceProfileRowStatus 1.3.6.1.4.1.3646.1300.2.5.3.2.1.3
The rowStatus of a mcast service profile. Set rowStatus to createAndGo to create a mcast service profile and set to destory to delete a mcast service profile. If the profile is used by any mcau entry, it is not allowed to be deleted.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus