CENTILLION-MCAST-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for CENTILLION-MCAST-MIB.
32
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
32 total| Object Name |
|---|
vlan OBJECT IDENTIFIER .1.3.6.1.4.1.5951.1.2.2.31 |
IMPORTS Unknown .1.3.6.1.4.1.5951.1.2.2.31 |
vlanMcastProtocolGroup OBJECT IDENTIFIER .1.3.6.1.4.1.5951.1.2.2.31.1 |
vlanIGMPProtocolGroup OBJECT IDENTIFIER .1.3.6.1.4.1.5951.1.2.2.31.1.1 |
vlanIGMPConfig OBJECT IDENTIFIER .1.3.6.1.4.1.5951.1.2.2.31.1.1.1 |
igmpGeneralConfigTableIP IGMP general configuration table which includes
pseudo query, IRAP query configuration, and maximum
number of groups supported in this VLAN. SEQUENCE OF IgmpGeneralConfigEntry .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.1 |
igmpGeneralConfigEntryIP 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. IgmpGeneralConfigEntry .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.1.1 |
igmpGeneralConfigVlanIdThe unique VLAN identifier of this IGMP configuration
entry.ro VlanId .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.1.1.1 |
igmpGeneralConfigPseudoQueryIn 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 supportrw EnableIndicator .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.1.1.2 |
igmpGeneralConfigIrapQueryControl whether IGMP Router Advertisement Protocol
messages will be used to determine the existence of
a router in a remote switch. Default is 'enabled'.rw EnableIndicator .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.1.1.3 |
igmpGeneralConfigIgmpSupportWhen 'enabled' is specified, it indicates that the IGMP
is supported in this VLAN.rw EnableIndicator .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.1.1.4 |
igmpGeneralConfigMaxGroupThe 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 VLANrw INTEGER .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.1.1.5 |
igmpTimerConfigTableIP IGMP Multicast timer configuration table SEQUENCE OF IgmpTimerConfigEntry .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.2 |
igmpTimerConfigEntryIP 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. IgmpTimerConfigEntry .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.2.1 |
igmpTimerConfigVlanIdThe unique VLAN identifier of this multicast timer
configuration entry.ro VlanId .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.2.1.1 |
igmpTimerConfigTimerRobustnessThe 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 2rw INTEGER .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.2.1.2 |
igmpTimerConfigQueryIntervalThe query interval configured for the multicast group.
A value of zero indicates the default value should be
used. The value should be less than 0xffffrw INTEGER .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.2.1.3 |
igmpTimerConfigQueryResponseThe 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.rw INTEGER .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.2.1.4 |
igmpGroupTableIP IGMP Multicast group address configuration table. SEQUENCE OF IgmpGroupEntry .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.3 |
igmpGroupEntryIP IGMP Multicast group configuration entry.
Each entry is indexed by igmpGroupVlanId,
igmpGroupStatic, and igmpGroupAddress IgmpGroupEntry .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.3.1 |
igmpGroupVlanIdThe unique VLAN identifier of this IGMP multicast group
address entry.ro VlanId .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.3.1.1 |
igmpGroupStaticIndicates whether the IGMP multicast group was created
statically(TRUE) by a management entity, or dynamically
learnedro Boolean .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.3.1.2 |
igmpGroupAddressThe 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.ro IpAddress .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.3.1.3 |
igmpGroupIncludedIndicates 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.rw Enumeration .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.3.1.4 |
igmpGroupStatusThe 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
addressrw StatusIndicator .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.3.1.5 |
igmpRouterPortTableIP 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. SEQUENCE OF IgmpRouterPortEntry .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.4 |
igmpRouterPortEntryIP IGMP Multicast router port entry. Each entry is
indexed by igmpRouterPortVlanId, igmpRouterPortStatic,
igmpRouterPortCard, igmpRouterPortPort IgmpRouterPortEntry .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.4.1 |
igmpRouterPortVlanIdThe unique VLAN identifier of this IGMP multicast
router port entry.ro VlanId .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.4.1.1 |
igmpRouterPortStaticIndicates whether the IGMP multicast router port was
created statically(TRUE) by a management entity, or
dynamically learned.ro Boolean .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.4.1.2 |
igmpRouterPortCardThe card id of this multicast router port entry.ro CardId .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.4.1.3 |
igmpRouterPortPortThe port id of this multicast router port entry.ro PortId .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.4.1.4 |
igmpRouterPortStatusThe 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 routerrw StatusIndicator .1.3.6.1.4.1.5951.1.2.2.31.1.1.1.4.1.5 |