CENTILLION-MCAST-MIB

File: CENTILLION-MCAST-MIB.mib (14080 bytes)

Imported modules

RFC-1212 RFC1155-SMI CENTILLION-ROOT-MIB

Imported symbols

OBJECT-TYPE IpAddress Boolean
EnableIndicator StatusIndicator PortId
CardId sysConfig

Defined Types

VlanId  
INTEGER 1..4095    

IgmpGeneralConfigEntry  
SEQUENCE    
  igmpGeneralConfigVlanId VlanId
  igmpGeneralConfigPseudoQuery EnableIndicator
  igmpGeneralConfigIrapQuery EnableIndicator
  igmpGeneralConfigIgmpSupport EnableIndicator
  igmpGeneralConfigMaxGroup INTEGER

IgmpTimerConfigEntry  
SEQUENCE    
  igmpTimerConfigVlanId VlanId
  igmpTimerConfigTimerRobustness INTEGER
  igmpTimerConfigQueryInterval INTEGER
  igmpTimerConfigQueryResponse INTEGER

IgmpGroupEntry  
SEQUENCE    
  igmpGroupVlanId VlanId
  igmpGroupStatic Boolean
  igmpGroupAddress IpAddress
  igmpGroupIncluded INTEGER
  igmpGroupStatus StatusIndicator

IgmpRouterPortEntry  
SEQUENCE    
  igmpRouterPortVlanId VlanId
  igmpRouterPortStatic Boolean
  igmpRouterPortCard CardId
  igmpRouterPortPort PortId
  igmpRouterPortStatus StatusIndicator

Defined Values

vlan 1.3.6.1.4.1.930.2.1.2.31
OBJECT IDENTIFIER    

vlanMcastProtocolGroup 1.3.6.1.4.1.930.2.1.2.31.1
OBJECT IDENTIFIER    

vlanIGMPProtocolGroup 1.3.6.1.4.1.930.2.1.2.31.1.1
OBJECT IDENTIFIER    

vlanIGMPConfig 1.3.6.1.4.1.930.2.1.2.31.1.1.1
OBJECT IDENTIFIER    

igmpGeneralConfigTable 1.3.6.1.4.1.930.2.1.2.31.1.1.1.1
IP IGMP general configuration table which includes pseudo query, IRAP query configuration, and maximum number of groups supported in this VLAN.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgmpGeneralConfigEntry

igmpGeneralConfigEntry 1.3.6.1.4.1.930.2.1.2.31.1.1.1.1.1
IP IGMP general configuration entry. Each entry is indexed by a vlan id. An example to create the entry is: set igmpGeneralConfigIgmpSupport.3=I2 and igmpGeneralConfigMaxGroup.3=I20 to a switch ip address. (where 3 is vlan Id; 2 is enabled; 20 is maximum multicast groups to be supported for this vlan.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IgmpGeneralConfigEntry  

igmpGeneralConfigVlanId 1.3.6.1.4.1.930.2.1.2.31.1.1.1.1.1.1
The unique VLAN identifier of this IGMP configuration entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  VlanId  

igmpGeneralConfigPseudoQuery 1.3.6.1.4.1.930.2.1.2.31.1.1.1.1.1.2
In the absence of a true IGMP router, the switch may be configured to issue general queries. This provides the capability for multicast pruning with an isoloated subnet. The mode defaults to disabled in a VLAN configured for IGMP support
Status: mandatory Access: read-write
OBJECT-TYPE    
  EnableIndicator  

igmpGeneralConfigIrapQuery 1.3.6.1.4.1.930.2.1.2.31.1.1.1.1.1.3
Control whether IGMP Router Advertisement Protocol messages will be used to determine the existence of a router in a remote switch. Default is 'enabled'.
Status: mandatory Access: read-write
OBJECT-TYPE    
  EnableIndicator  

igmpGeneralConfigIgmpSupport 1.3.6.1.4.1.930.2.1.2.31.1.1.1.1.1.4
When 'enabled' is specified, it indicates that the IGMP is supported in this VLAN.
Status: mandatory Access: read-write
OBJECT-TYPE    
  EnableIndicator  

igmpGeneralConfigMaxGroup 1.3.6.1.4.1.930.2.1.2.31.1.1.1.1.1.5
The maximum number of multicast groups supported in this VLAN. If the VLAN supports only manually configured multicast groups, then the value of this field equals the length of the IGMP multicast group if the multicast group is an inclusive set. A value of 0 indicates that IGMP multicasting is not supported in this VLAN
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

igmpTimerConfigTable 1.3.6.1.4.1.930.2.1.2.31.1.1.1.2
IP IGMP Multicast timer configuration table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgmpTimerConfigEntry

igmpTimerConfigEntry 1.3.6.1.4.1.930.2.1.2.31.1.1.1.2.1
IP IGMP Multicast timer configuration entry. Each entry is indexed by a vlan id. This entry will be created when the corresponding igmpGeneralConfigEntry is created. All the values of the mibs in this entry will be set to default at the time of creation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IgmpTimerConfigEntry  

igmpTimerConfigVlanId 1.3.6.1.4.1.930.2.1.2.31.1.1.1.2.1.1
The unique VLAN identifier of this multicast timer configuration entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  VlanId  

igmpTimerConfigTimerRobustness 1.3.6.1.4.1.930.2.1.2.31.1.1.1.2.1.2
The robustness variable for the multicast group. A value of zero indicates the default value should be taken. If the value specified is non-zero, it should be equal or greater than 2
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

igmpTimerConfigQueryInterval 1.3.6.1.4.1.930.2.1.2.31.1.1.1.2.1.3
The query interval configured for the multicast group. A value of zero indicates the default value should be used. The value should be less than 0xffff
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

igmpTimerConfigQueryResponse 1.3.6.1.4.1.930.2.1.2.31.1.1.1.2.1.4
The response interval configured for the multicast group. A value of zero indicates the default value should be used. The value should be less than 0xffff.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

igmpGroupTable 1.3.6.1.4.1.930.2.1.2.31.1.1.1.3
IP IGMP Multicast group address configuration table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgmpGroupEntry

igmpGroupEntry 1.3.6.1.4.1.930.2.1.2.31.1.1.1.3.1
IP IGMP Multicast group configuration entry. Each entry is indexed by igmpGroupVlanId, igmpGroupStatic, and igmpGroupAddress
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IgmpGroupEntry  

igmpGroupVlanId 1.3.6.1.4.1.930.2.1.2.31.1.1.1.3.1.1
The unique VLAN identifier of this IGMP multicast group address entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  VlanId  

igmpGroupStatic 1.3.6.1.4.1.930.2.1.2.31.1.1.1.3.1.2
Indicates whether the IGMP multicast group was created statically(TRUE) by a management entity, or dynamically learned
Status: mandatory Access: read-only
OBJECT-TYPE    
  Boolean  

igmpGroupAddress 1.3.6.1.4.1.930.2.1.2.31.1.1.1.3.1.3
The multicast group address(Class D). The range is from 224.0.0.0 to 239.255.255.255. The addresses from 224.0.0.0 to 224.0.0.255 are reserved IP multicast addresses.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

igmpGroupIncluded 1.3.6.1.4.1.930.2.1.2.31.1.1.1.3.1.4
Indicates the multicast addresses are to be included or excluded from the group. Dynamic entries are always included and can not be modified, while static entries may be either included or excluded. For each VLAN, it only allows to configure either 'included' as static or 'excluded' as static.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER included(1), excluded(2)  

igmpGroupStatus 1.3.6.1.4.1.930.2.1.2.31.1.1.1.3.1.5
The status of this multicast group entry: 'valid' and 'invalid'. This object enables the user to add or delete this multicast group. Setting the status as 'valid' is to add the entry; otherwise as 'invalid' is to delete the entry. An example to create an multicast group entry is: set igmpGroupStatus.3.1.224.0.0.1= valid where 3: vlan id; 1: static; 224.0.0.1: multicast group IP address
Status: mandatory Access: read-write
OBJECT-TYPE    
  StatusIndicator  

igmpRouterPortTable 1.3.6.1.4.1.930.2.1.2.31.1.1.1.4
IP IGMP Multicast router port table. It contains a list of the ports containing configured IGMP routers. These ports initialize the IPrDtag and IPmDtag for the group.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IgmpRouterPortEntry

igmpRouterPortEntry 1.3.6.1.4.1.930.2.1.2.31.1.1.1.4.1
IP IGMP Multicast router port entry. Each entry is indexed by igmpRouterPortVlanId, igmpRouterPortStatic, igmpRouterPortCard, igmpRouterPortPort
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IgmpRouterPortEntry  

igmpRouterPortVlanId 1.3.6.1.4.1.930.2.1.2.31.1.1.1.4.1.1
The unique VLAN identifier of this IGMP multicast router port entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  VlanId  

igmpRouterPortStatic 1.3.6.1.4.1.930.2.1.2.31.1.1.1.4.1.2
Indicates whether the IGMP multicast router port was created statically(TRUE) by a management entity, or dynamically learned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Boolean  

igmpRouterPortCard 1.3.6.1.4.1.930.2.1.2.31.1.1.1.4.1.3
The card id of this multicast router port entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  CardId  

igmpRouterPortPort 1.3.6.1.4.1.930.2.1.2.31.1.1.1.4.1.4
The port id of this multicast router port entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PortId  

igmpRouterPortStatus 1.3.6.1.4.1.930.2.1.2.31.1.1.1.4.1.5
The status of this multicast router port entry: 'valid' and 'invalid'. This object enables the user to add or delete this multicast group. Setting the status as 'valid' is to add the entry; otherwise as 'invalid' is to delete the entry. An example to create an multicast router port entry is: set igmpRouterPortStatus.3.1.5.2 = valid where 3: vlan id; 1: static; 5.2 : card/port that is connected with igmp router
Status: mandatory Access: read-write
OBJECT-TYPE    
  StatusIndicator