CENTILLION-MCAST-MIB: View SNMP OID List / Download MIB
VENDOR: CENTILLION NETWORKS
Home | MIB: CENTILLION-MCAST-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
vlan | 1.3.6.1.4.1.930.2.1.2.31 | |||
vlanMcastProtocolGroup | 1.3.6.1.4.1.930.2.1.2.31.1 | |||
vlanIGMPProtocolGroup | 1.3.6.1.4.1.930.2.1.2.31.1.1 | |||
vlanIGMPConfig | 1.3.6.1.4.1.930.2.1.2.31.1.1.1 | |||
igmpGeneralConfigTable | 1.3.6.1.4.1.930.2.1.2.31.1.1.1.1 | no-access |
IP IGMP general configuration table which includes pseudo query, IRAP query configuration, and maximum number of groups supported in this VLAN. |
|
1.3.6.1.4.1.930.2.1.2.31.1.1.1.1.1 | no-access |
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. |
||
igmpGeneralConfigVlanId | 1.3.6.1.4.1.930.2.1.2.31.1.1.1.1.1.1 | vlanid | read-only |
The unique VLAN identifier of this IGMP configuration entry. |
igmpGeneralConfigPseudoQuery | 1.3.6.1.4.1.930.2.1.2.31.1.1.1.1.1.2 | enableindicator | read-write |
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 |
igmpGeneralConfigIrapQuery | 1.3.6.1.4.1.930.2.1.2.31.1.1.1.1.1.3 | enableindicator | read-write |
Control whether IGMP Router Advertisement Protocol messages will be used to determine the existence of a router in a remote switch. Default is 'enabled'. |
igmpGeneralConfigIgmpSupport | 1.3.6.1.4.1.930.2.1.2.31.1.1.1.1.1.4 | enableindicator | read-write |
When 'enabled' is specified, it indicates that the IGMP is supported in this VLAN. |
igmpGeneralConfigMaxGroup | 1.3.6.1.4.1.930.2.1.2.31.1.1.1.1.1.5 | integer | read-write |
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 |
igmpTimerConfigTable | 1.3.6.1.4.1.930.2.1.2.31.1.1.1.2 | no-access |
IP IGMP Multicast timer configuration table |
|
1.3.6.1.4.1.930.2.1.2.31.1.1.1.2.1 | no-access |
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. |
||
igmpTimerConfigVlanId | 1.3.6.1.4.1.930.2.1.2.31.1.1.1.2.1.1 | vlanid | read-only |
The unique VLAN identifier of this multicast timer configuration entry. |
igmpTimerConfigTimerRobustness | 1.3.6.1.4.1.930.2.1.2.31.1.1.1.2.1.2 | integer | read-write |
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 |
igmpTimerConfigQueryInterval | 1.3.6.1.4.1.930.2.1.2.31.1.1.1.2.1.3 | integer | read-write |
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 |
igmpTimerConfigQueryResponse | 1.3.6.1.4.1.930.2.1.2.31.1.1.1.2.1.4 | integer | read-write |
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. |
igmpGroupTable | 1.3.6.1.4.1.930.2.1.2.31.1.1.1.3 | no-access |
IP IGMP Multicast group address configuration table. |
|
1.3.6.1.4.1.930.2.1.2.31.1.1.1.3.1 | no-access |
IP IGMP Multicast group configuration entry. Each entry is indexed by igmpGroupVlanId, igmpGroupStatic, and igmpGroupAddress |
||
igmpGroupVlanId | 1.3.6.1.4.1.930.2.1.2.31.1.1.1.3.1.1 | vlanid | read-only |
The unique VLAN identifier of this IGMP multicast group address entry. |
igmpGroupStatic | 1.3.6.1.4.1.930.2.1.2.31.1.1.1.3.1.2 | boolean | read-only |
Indicates whether the IGMP multicast group was created statically(TRUE) by a management entity, or dynamically learned |
igmpGroupAddress | 1.3.6.1.4.1.930.2.1.2.31.1.1.1.3.1.3 | ipaddress | read-only |
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. |
igmpGroupIncluded | 1.3.6.1.4.1.930.2.1.2.31.1.1.1.3.1.4 | integer | read-write |
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. Enumeration: 'included': 1, 'excluded': 2. |
igmpGroupStatus | 1.3.6.1.4.1.930.2.1.2.31.1.1.1.3.1.5 | statusindicator | read-write |
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 |
igmpRouterPortTable | 1.3.6.1.4.1.930.2.1.2.31.1.1.1.4 | no-access |
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. |
|
1.3.6.1.4.1.930.2.1.2.31.1.1.1.4.1 | no-access |
IP IGMP Multicast router port entry. Each entry is indexed by igmpRouterPortVlanId, igmpRouterPortStatic, igmpRouterPortCard, igmpRouterPortPort |
||
igmpRouterPortVlanId | 1.3.6.1.4.1.930.2.1.2.31.1.1.1.4.1.1 | vlanid | read-only |
The unique VLAN identifier of this IGMP multicast router port entry. |
igmpRouterPortStatic | 1.3.6.1.4.1.930.2.1.2.31.1.1.1.4.1.2 | boolean | read-only |
Indicates whether the IGMP multicast router port was created statically(TRUE) by a management entity, or dynamically learned. |
igmpRouterPortCard | 1.3.6.1.4.1.930.2.1.2.31.1.1.1.4.1.3 | cardid | read-only |
The card id of this multicast router port entry. |
igmpRouterPortPort | 1.3.6.1.4.1.930.2.1.2.31.1.1.1.4.1.4 | portid | read-only |
The port id of this multicast router port entry. |
igmpRouterPortStatus | 1.3.6.1.4.1.930.2.1.2.31.1.1.1.4.1.5 | statusindicator | read-write |
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 |