DLINKSW-IPMCAST-EXT-MIB: View SNMP OID List / Download MIB

VENDOR: D-LINK


 Home MIB: DLINKSW-IPMCAST-EXT-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 dlinkSwIpMcastExtMIB 1.3.6.1.4.1.171.14.55
This MIB module defines objects for managing IP Multicast.
       dIpmcExtNotifications 1.3.6.1.4.1.171.14.55.0
       dIpmcExtObjects 1.3.6.1.4.1.171.14.55.1
           dIpmcExtMcastRouteEnabled 1.3.6.1.4.1.171.14.55.1.1 bits read-write
This object indicates whether the specific multicast routing is enabled. This is the enhancement of the ipMcastEnabled in IPMCAST-MIB. If ipv4(0) bit is set to 1, then IPv4 multicast routing is enabled; If ipv6(1) bit is set to 1, then IPv6 multicast routing is enabled. Bits: 'ipv4': 0, 'ipv6': 1.
           dIpmcExtIpv4McastTableLookupMode 1.3.6.1.4.1.171.14.55.1.2 integer read-write
This object indicates the lookup mode of IPv4 multicast forwarding table. 'ip' - forwarding IP multicast packets based on IP. 'mac' - forwarding IP multicast packets based on MAC. Enumeration: 'ip': 1, 'mac': 2.
           dIpmcExtClearStatisticsObjects 1.3.6.1.4.1.171.14.55.1.3
               dIpmcExtClearStatistics 1.3.6.1.4.1.171.14.55.1.3.1 bits read-write
This object is used to clear the multicast protocol packet statistics when set to the corresponding bit to '1'. When read, '00'H (no enumerated values are set) is returned. Bits: 'dvmrp': 2, 'pim': 1, 'igmp': 0.
           dIpmcExtBoundaryTable 1.3.6.1.4.1.171.14.55.1.4 no-access
The table contains a list of interface-specific configuration about access lists to avoid leaking of the limited scoped multicast traffic in private domain across the domain boundary interfaces.
               dIpmcExtBoundaryEntry 1.3.6.1.4.1.171.14.55.1.4.1 no-access
An entry is used to avoid leaking of the limited scoped multicast traffic in private domain across the domain boundary interfaces.
                   dIpmcExtBoundaryVersion 1.3.6.1.4.1.171.14.55.1.4.1.1 inetversion no-access
This object indicates the IP protocol version of the entry.
                   dIpmcExtBoundaryIfIdx 1.3.6.1.4.1.171.14.55.1.4.1.2 interfaceindex no-access
This object indicates the ifIndex of the entry. Only VLAN interface is valid.
                   dIpmcExtBoundaryAccessList 1.3.6.1.4.1.171.14.55.1.4.1.3 displaystring no-access
This object indicates the name of a standard IP access list which includes a list of permit or denied (*,G) or (S,G) entries.
                   dIpmcExtBoundaryApplyDirection 1.3.6.1.4.1.171.14.55.1.4.1.4 integer no-access
The filtering setting for inbound direction filters the multicast user traffic arriving at the interface based on the specified access list. The filtering setting for outbound direction filters the PIM join message or IGMP join message arrive at the interface based on the specified access list. Enumeration: 'inbound': 1, 'outbound': 2.
                   dIpmcExtBoundaryRowStatus 1.3.6.1.4.1.171.14.55.1.4.1.99 rowstatus read-only
The row status variable, used according to installation and removal conventions for conceptual rows.
           dIpmcExtStaticMrouteTable 1.3.6.1.4.1.171.14.55.1.5 no-access
A table consists of a list of static multicast routes.
               dIpmcExtStaticMrouteEntry 1.3.6.1.4.1.171.14.55.1.5.1 no-access
An entry is used to configure a static multicast route.
                   dIpmcExtStaticMrouteSrcNetType 1.3.6.1.4.1.171.14.55.1.5.1.1 inetaddresstype no-access
This object indicates the address type of the multicast source network.
                   dIpmcExtStaticMrouteSrcNetAddr 1.3.6.1.4.1.171.14.55.1.5.1.2 inetaddress no-access
This object indicates the address of the multicast source network.
                   dIpmcExtStaticMrouteSrcNetPreLen 1.3.6.1.4.1.171.14.55.1.5.1.3 inetaddressprefixlength no-access
This object indicates the prefix length of the multicast source network.
                   dIpmcExtStaticMrouteRpfType 1.3.6.1.4.1.171.14.55.1.5.1.4 integer read-only
This object indicates the type of the RPF (Reverse Path Forwarding). neighborAddr - The RPF address for the route, a lookup in the routing table will be done to resolve the RPF interface. interfaceId - The interface which the reverse path forwarding to reach the network. Enumeration: 'interfaceId': 2, 'neighborAddr': 1.
                   dIpmcExtStaticMrouteRpfAddr 1.3.6.1.4.1.171.14.55.1.5.1.5 inetaddress read-only
This object indicates the address of the RPF neighbor router. This object is meaningful when dIpmcExtStaticMrouteRpfType is 'neighborAddr'. If the value of this obejct is set to zero, it indicates that RPF check will be always failed for multicast traffic sent from the source network specified by this static multicast route. The InetAddressType, e.g., IPv4 or IPv6, is identified by the dIpmcExtStaticMrouteSrcNetType variable in the dIpmcExtStaticMrouteTable table.
                   dIpmcExtStaticMrouteRpfIfIndex 1.3.6.1.4.1.171.14.55.1.5.1.6 interfaceindexorzero read-only
This object indicates the ifIndex of the interface where the RPF neighbor IP address is located. When set this object to ifIndex of null0, the RPF check result will always fail. This object is meaningful when dIpmcExtStaticMrouteRpfType is 'interfaceId'.
                   dIpmcExtStaticMrouteRowStatus 1.3.6.1.4.1.171.14.55.1.5.1.99 rowstatus read-only
The status of this row, by which rows in this table can be created and destroyed.
           dIpmcExtCtrlPktCpuFilterTable 1.3.6.1.4.1.171.14.55.1.6 no-access
A table consists of a list of information to filter layer 3 control packets. An entry appears in this table for each interface on which the filtering is configurable.
               dIpmcExtCtrlPktCpuFilterEntry 1.3.6.1.4.1.171.14.55.1.6.1 no-access
An entry identifies the layer 3 control packets filtering on a capable interface.
                   dIpmcExtCtrlPktCpuFilterIfIdx 1.3.6.1.4.1.171.14.55.1.6.1.1 interfaceindex no-access
The ifIndex value that uniquely identifies the interface to which this entry is applicable.
                   dIpmcExtCtrlPktCpuFilterV4Proto 1.3.6.1.4.1.171.14.55.1.6.1.2 bits read-write
This object indicates whether the IPv4 layer 3 control packets is filtered then not sent to the corresponding protocol stack. When the bit is '1', the corresponding IPv4 layer 3 control packets will be filtered. Bits: 'igmpQuery': 2, 'pim': 1, 'rip': 4, 'vrrp': 5, 'dvmrp': 0, 'ospf': 3.
                   dIpmcExtCtrlPktCpuFilterV6Proto 1.3.6.1.4.1.171.14.55.1.6.1.3 bits read-write
This object indicates whether the IPv6 layer 3 control packets is filtered then not sent to the corresponding protocol stack. When the bit is '1', the corresponding IPv6 layer 3 control packets will be filtered. Bits: 'ripng': 3, 'nd': 4, 'ospf': 2, 'pim': 0, 'mldQuery': 1.
           dIpmcExtCtrlPktReplacePriTable 1.3.6.1.4.1.171.14.55.1.7 no-access
A table consists of a list of Priority and DSCP values of control packets which are forwarded by software.
               dIpmcExtCtrlPktReplacePriEntry 1.3.6.1.4.1.171.14.55.1.7.1 no-access
An entry consists of the Priority and DSCP values configured for a protocol.
                   dIpmcExtCtrlPktRepPriPotocol 1.3.6.1.4.1.171.14.55.1.7.1.1 integer no-access
This object indicates the protocol type of the entry. Enumeration: 'igmpQuery': 3, 'mld': 8, 'v4ospf': 4, 'v6ospf': 9, 'nd': 11, 'rip': 5, 'v6pim': 7, 'v4pim': 2, 'ripng': 10, 'v4dvmrp': 1, 'v4vrrp': 6.
                   dIpmcExtCtrlPktRepDscp 1.3.6.1.4.1.171.14.55.1.7.1.2 integer32 read-only
This object indicates the DSCP value to replace the DSCP field of the protocol control packets. The value of -1 indicates the replacing DSCP is not enabled.
                   dIpmcExtCtrlPktRepPriority 1.3.6.1.4.1.171.14.55.1.7.1.3 integer32 read-only
This object indicates the Priority value to replace the Priority field of the protocol control packets. The value of -1 indicates the replacing Priority is not enabled.
                   dIpmcExtCtrlPktRepPriRowStatus 1.3.6.1.4.1.171.14.55.1.7.1.99 rowstatus read-only
The row status variable, used according to installation and removal conventions for conceptual rows.
           dIpmcExtRpfTable 1.3.6.1.4.1.171.14.55.1.8 no-access
A table consists of Reverse Path Forwarding (RPF) information.
               dIpmcExtRpfEntry 1.3.6.1.4.1.171.14.55.1.8.1 no-access
An entry consists of Reverse Path Forwarding (RPF) information.
                   dIpmcExtRpfAddrType 1.3.6.1.4.1.171.14.55.1.8.1.1 inetaddresstype no-access
This object indicates the type of the RPF address.
                   dIpmcExtRpfAddr 1.3.6.1.4.1.171.14.55.1.8.1.2 inetaddress no-access
This object indicates the RPF address of the entry.
                   dIpmcExtRpfRouteAddr 1.3.6.1.4.1.171.14.55.1.8.1.3 inetaddress no-access
This object indicates the route that matched against the source. The InetAddressType, e.g., IPv4 or IPv6, is identified by the dIpmcExtRpfAddrType variable in the dIpmcExtRpfTable table.
                   dIpmcExtRpfRoutePrefixLen 1.3.6.1.4.1.171.14.55.1.8.1.4 inetaddressprefixlength no-access
This object indicates the prefix length of the route that matched against the source.
                   dIpmcExtRpfIfIndex 1.3.6.1.4.1.171.14.55.1.8.1.5 interfaceindexorzero read-only
This object indicates the ifIndex of the interface where the RPF neighbor IP address is located. A value of 0 indicates that this object is not applicable.
                   dIpmcExtRpfNeighborAddr 1.3.6.1.4.1.171.14.55.1.8.1.6 inetaddress read-only
This object indicates the RPF neighbor address. The InetAddressType, e.g., IPv4 or IPv6, is identified by the dIpmcExtRpfAddrType variable in the dIpmcExtRpfTable table.
                   dIpmcExtRpfType 1.3.6.1.4.1.171.14.55.1.8.1.7 integer read-only
This object indicates the origination of RPF information. Enumeration: 'unicast': 1, 'static': 2.
                   dIpmcExtRpfMetricValid 1.3.6.1.4.1.171.14.55.1.8.1.9 truthvalue read-only
This object indicates whether the dIpmcExtRpfMetric of the entry is applicable.
                   dIpmcExtRpfMetric 1.3.6.1.4.1.171.14.55.1.8.1.10 unsigned32 read-only
This object indicates the unicast routing metric.
           dIpmcExtGrpOutgoingPortTable 1.3.6.1.4.1.171.14.55.1.9 no-access
The table containing information on the outgoing ports for IP multicast datagrams.
               dIpmcExtGrpOutgoingPortEntry 1.3.6.1.4.1.171.14.55.1.9.1 no-access
An entry contains the information about outgoing port to which IP multicast datagrams from particular sources to an IP multicast group address.
                   dIpmcExtGrpOutgoingAddrType 1.3.6.1.4.1.171.14.55.1.9.1.1 inetaddresstype no-access
A value indicating the address type of the group address
                   dIpmcExtGrpOutgoingVlanIndex 1.3.6.1.4.1.171.14.55.1.9.1.2 vlanid no-access
This indicates the VLAN ID of the entry.
                   dIpmcExtGrpOutgoingGroupAddr 1.3.6.1.4.1.171.14.55.1.9.1.3 inetaddress no-access
The IP multicast group address of the entry.
                   dIpmcExtGrpOutgoingPfxLen 1.3.6.1.4.1.171.14.55.1.9.1.4 inetaddressprefixlength no-access
The length in bits of the multicast group address.
                   dIpmcExtGrpOutgoingSrcAddr 1.3.6.1.4.1.171.14.55.1.9.1.5 inetaddress no-access
A value indicating the source address. The InetAddressType, e.g., IPv4 or IPv6, is identified by the dIpmcExtGrpOutgoingAddrType variable in the dIpmcExtGrpOutgoingPortTable table.
                   dIpmcExtGrpOutgoingSrcPfxLen 1.3.6.1.4.1.171.14.55.1.9.1.6 inetaddressprefixlength no-access
The length in bits of the source address.
                   dIpmcExtGrpOutgoingPort 1.3.6.1.4.1.171.14.55.1.9.1.7 interfaceindex read-only
The ifIndex value of the outgpoing port.
           dIpmcExtStatisticsObjects 1.3.6.1.4.1.171.14.55.1.10
                 dIpmcExtIgmpPortIfStatTable 1.3.6.1.4.1.171.14.55.1.10.1 no-access
The table contains a list of statistics about IGMP.
                     dIpmcExtIgmpPortIfStatEntry 1.3.6.1.4.1.171.14.55.1.10.1.1 no-access
An entry in the dIpmcExtIgmpPortIfStatTable.
                         dIpmcExtIgmpPortIfIndex 1.3.6.1.4.1.171.14.55.1.10.1.1.1 interfaceindex no-access
Indicates the ifIndex.
                         dIpmcExtIgmpPortIfV1RxReport 1.3.6.1.4.1.171.14.55.1.10.1.1.2 counter32 read-only
This indicates the number of received IGMP v1 Report.
                         dIpmcExtIgmpPortIfV1RxQuery 1.3.6.1.4.1.171.14.55.1.10.1.1.3 counter32 read-only
This indicates the number of received IGMP v1 Query packets.
                         dIpmcExtIgmpPortIfV1TxReport 1.3.6.1.4.1.171.14.55.1.10.1.1.4 counter32 read-only
This indicates the number of transmitted IGMP v1 Report packets .
                         dIpmcExtIgmpPortIfV1TxQuery 1.3.6.1.4.1.171.14.55.1.10.1.1.5 counter32 read-only
This indicates the number of transmitted IGMP v1 Query packets.
                         dIpmcExtIgmpPortIfV2RxReport 1.3.6.1.4.1.171.14.55.1.10.1.1.6 counter32 read-only
This indicates the number of received IGMP v2 Report packets.
                         dIpmcExtIgmpPortIfV2RxQuery 1.3.6.1.4.1.171.14.55.1.10.1.1.7 counter32 read-only
This indicates the number of received IGMP v2 Query packets.
                         dIpmcExtIgmpPortIfV2RxLeave 1.3.6.1.4.1.171.14.55.1.10.1.1.8 counter32 read-only
This indicates the number of received IGMP v2 Leave packets.
                         dIpmcExtIgmpPortIfV2TxReport 1.3.6.1.4.1.171.14.55.1.10.1.1.9 counter32 read-only
This indicates the number of transmitted IGMP v2 Report packets.
                         dIpmcExtIgmpPortIfV2TxQuery 1.3.6.1.4.1.171.14.55.1.10.1.1.10 counter32 read-only
This indicates the number of transmitted IGMP v2 Query packets.
                         dIpmcExtIgmpPortIfV2TxLeave 1.3.6.1.4.1.171.14.55.1.10.1.1.11 counter32 read-only
This indicates the number of transmitted IGMP v2 Leave packets.
                         dIpmcExtIgmpPortIfV3RxReport 1.3.6.1.4.1.171.14.55.1.10.1.1.12 counter32 read-only
This indicates the number of received IGMP v3 Report packets.
                         dIpmcExtIgmpPortIfV3RxQuery 1.3.6.1.4.1.171.14.55.1.10.1.1.13 counter32 read-only
This indicates the number of received IGMP v3 Query packets.
                         dIpmcExtIgmpPortIfV3TxReport 1.3.6.1.4.1.171.14.55.1.10.1.1.14 counter32 read-only
This indicates the number of transmitted IGMP v3 Report packets.
                         dIpmcExtIgmpPortIfV3TxQuery 1.3.6.1.4.1.171.14.55.1.10.1.1.15 counter32 read-only
This indicates the number of transmitted IGMP v3 Query packets.
                         dIpmcExtIgmpPortIfRxUnknown 1.3.6.1.4.1.171.14.55.1.10.1.1.16 counter32 read-only
This indicates the number of received IGMP packets which cannot be classified into current message type.
                         dIpmcExtIgmpPortIfTxUnknown 1.3.6.1.4.1.171.14.55.1.10.1.1.17 counter32 read-only
This indicates the number of transmitted IGMP packets which cannot be classified into current message type.
                 dIpmcExtPimPortIfStatTable 1.3.6.1.4.1.171.14.55.1.10.2 no-access
The table contains a list of statistics about PIM.
                     dIpmcExtPimPortIfStatEntry 1.3.6.1.4.1.171.14.55.1.10.2.1 no-access
An entry in the dIpmcExtPimPortIfStatTable.
                         dIpmcExtPimPortIfIndex 1.3.6.1.4.1.171.14.55.1.10.2.1.1 interfaceindex no-access
Indicates the ifIndex.
                         dIpmcExtPimPortIfVersion 1.3.6.1.4.1.171.14.55.1.10.2.1.2 inetversion no-access
Indicates the IP protocol version of the entry.
                         dIpmcExtPimPortIfRxHello 1.3.6.1.4.1.171.14.55.1.10.2.1.3 counter32 read-only
This indicates the number of received PIM Hello packets.
                         dIpmcExtPimPortIfTxHello 1.3.6.1.4.1.171.14.55.1.10.2.1.4 counter32 read-only
This indicates the number of transmitted PIM Hello packets.
                         dIpmcExtPimPortIfRxRegister 1.3.6.1.4.1.171.14.55.1.10.2.1.5 counter32 read-only
This indicates the number of received PIM Register packets.
                         dIpmcExtPimPortIfTxRegister 1.3.6.1.4.1.171.14.55.1.10.2.1.6 counter32 read-only
This indicates the number of transmitted PIM Register packets.
                         dIpmcExtPimPortIfRxRegisterStop 1.3.6.1.4.1.171.14.55.1.10.2.1.7 counter32 read-only
This indicates the number of received PIM Register-Stop packets.
                         dIpmcExtPimPortIfTxRegisterStop 1.3.6.1.4.1.171.14.55.1.10.2.1.8 counter32 read-only
This indicates the number of transmitted PIM Register-Stop packets.
                         dIpmcExtPimPortIfRxJoinPrune 1.3.6.1.4.1.171.14.55.1.10.2.1.9 counter32 read-only
This indicates the number of received PIM Join/Prune packets.
                         dIpmcExtPimPortIfTxJoinPrune 1.3.6.1.4.1.171.14.55.1.10.2.1.10 counter32 read-only
This indicates the number of transmitted PIM Join/Prune packets.
                         dIpmcExtPimPortIfRxBootstrap 1.3.6.1.4.1.171.14.55.1.10.2.1.11 counter32 read-only
This indicates the number of received PIM Bootstrap packets.
                         dIpmcExtPimPortIfTxBootstrap 1.3.6.1.4.1.171.14.55.1.10.2.1.12 counter32 read-only
This indicates the number of transmitted PIM Bootstrap packets.
                         dIpmcExtPimPortIfRxAssert 1.3.6.1.4.1.171.14.55.1.10.2.1.13 counter32 read-only
This indicates the number of received PIM Assert packets.
                         dIpmcExtPimPortIfTxAssert 1.3.6.1.4.1.171.14.55.1.10.2.1.14 counter32 read-only
This indicates the number of transmitted PIM Assert packets.
                         dIpmcExtPimPortIfRxGraft 1.3.6.1.4.1.171.14.55.1.10.2.1.15 counter32 read-only
This indicates the number of received PIM Graft packets.
                         dIpmcExtPimPortIfTxGraft 1.3.6.1.4.1.171.14.55.1.10.2.1.16 counter32 read-only
This indicates the number of transmitted PIM Graft packets.
                         dIpmcExtPimPortIfRxGraftAck 1.3.6.1.4.1.171.14.55.1.10.2.1.17 counter32 read-only
This indicates the number of received PIM Graft-Ack packets.
                         dIpmcExtPimPortIfTxGraftAck 1.3.6.1.4.1.171.14.55.1.10.2.1.18 counter32 read-only
This indicates the number of transmitted PIM Graft-Ack packets.
                         dIpmcExtPimPortIfRxCRpAdv 1.3.6.1.4.1.171.14.55.1.10.2.1.19 counter32 read-only
This indicates the number of received PIM Candidate-RP-Advertisement packets.
                         dIpmcExtPimPortIfTxCRpAdv 1.3.6.1.4.1.171.14.55.1.10.2.1.20 counter32 read-only
This indicates the number of transmitted PIM Candidate-RP-Advertisement packets.
                         dIpmcExtPimPortIfRxStateRefresh 1.3.6.1.4.1.171.14.55.1.10.2.1.21 counter32 read-only
This indicates the number of received PIM-DM State Refresh packets.
                         dIpmcExtPimPortIfTxStateRefresh 1.3.6.1.4.1.171.14.55.1.10.2.1.22 counter32 read-only
This indicates the number of transmitted PIM-DM State Refresh packets.
                         dIpmcExtPimPortIfRxUnknown 1.3.6.1.4.1.171.14.55.1.10.2.1.23 counter32 read-only
This indicates the number of received PIM packets which cannot be classified into current message type.
                         dIpmcExtPimPortIfTxUnknown 1.3.6.1.4.1.171.14.55.1.10.2.1.24 counter32 read-only
This indicates the number of transmitted IGMP packets which cannot be classified into current message type.
                 dIpmcExtDvmrpPortIfStatTable 1.3.6.1.4.1.171.14.55.1.10.3 no-access
The table contains a list of statistics about DVMRP.
                     dIpmcExtDvmrpPortIfStatEntry 1.3.6.1.4.1.171.14.55.1.10.3.1 no-access
An entry in the dIpmcExtDvmrpPortIfStatTable.
                         dIpmcExtDvmrpPortIfIndex 1.3.6.1.4.1.171.14.55.1.10.3.1.1 interfaceindex no-access
Indicates the ifIndex.
                         dIpmcExtDvmrpPortIfRxProbe 1.3.6.1.4.1.171.14.55.1.10.3.1.2 counter32 read-only
This indicates the number of received DVMRP Probe packets.
                         dIpmcExtDvmrpPortIfTxProbe 1.3.6.1.4.1.171.14.55.1.10.3.1.3 counter32 read-only
This indicates the number of transmitted DVMRP Probe packets.
                         dIpmcExtDvmrpPortIfRxReport 1.3.6.1.4.1.171.14.55.1.10.3.1.4 counter32 read-only
This indicates the number of received DVMRP Report packets.
                         dIpmcExtDvmrpPortIfTxReport 1.3.6.1.4.1.171.14.55.1.10.3.1.5 counter32 read-only
This indicates the number of transmitted DVMRP Report packets.
                         dIpmcExtDvmrpPortIfRxPrune 1.3.6.1.4.1.171.14.55.1.10.3.1.6 counter32 read-only
This indicates the number of received DVMRP Prune packets.
                         dIpmcExtDvmrpPortIfTxPrune 1.3.6.1.4.1.171.14.55.1.10.3.1.7 counter32 read-only
This indicates the number of transmitted DVMRP Prune packets.
                         dIpmcExtDvmrpPortIfRxGraft 1.3.6.1.4.1.171.14.55.1.10.3.1.8 counter32 read-only
This indicates the number of received DVMRP Graft packets.
                         dIpmcExtDvmrpPortIfTxGraft 1.3.6.1.4.1.171.14.55.1.10.3.1.9 counter32 read-only
This indicates the number of transmitted DVMRP Graft packets.
                         dIpmcExtDvmrpPortIfRxGraftAck 1.3.6.1.4.1.171.14.55.1.10.3.1.10 counter32 read-only
This indicates the number of received DVMRP Graft-Ack packets.
                         dIpmcExtDvmrpPortIfTxGraftAck 1.3.6.1.4.1.171.14.55.1.10.3.1.11 counter32 read-only
This indicates the number of transmitted DVMRP Graft-Ack packets.
                         dIpmcExtDvmrpPortIfRxUnknown 1.3.6.1.4.1.171.14.55.1.10.3.1.12 counter32 read-only
This indicates the number of received PIM packets which cannot be classified into current message type.
                         dIpmcExtDvmrpPortIfTxUnknown 1.3.6.1.4.1.171.14.55.1.10.3.1.13 counter32 read-only
This indicates the number of transmitted PIM packets which cannot be classified into current message type.
       dIpmcExtConformance 1.3.6.1.4.1.171.14.55.2
           dIpmcExtCompliances 1.3.6.1.4.1.171.14.55.2.1
               dIpmcExtCompliance 1.3.6.1.4.1.171.14.55.2.1.1
The compliance statement for entities which implement the DLINKSW-IPMCAST-EXT-MIB.
           dIpmcExtGroups 1.3.6.1.4.1.171.14.55.2.2
               dIpmcExtClearStatisticsGroup 1.3.6.1.4.1.171.14.55.2.2.1
A collection of objects clears the statistics of multicast protocol packets.
               dIpmcExtGeneralCtrlGroup 1.3.6.1.4.1.171.14.55.2.2.2
A collection of objects provides the multicast management.
               dIpmcExtBoundaryGroup 1.3.6.1.4.1.171.14.55.2.2.3
A collection of objects providing information for the system's multicast scope zone boundaries.
               dIpmcExtMrouteGroup 1.3.6.1.4.1.171.14.55.2.2.4
A collection of objects provides the management of static multicast routes.
               dIpmcExtCtrlPktCpuFilterGroup 1.3.6.1.4.1.171.14.55.2.2.5
A collection of objects providing information about the layer 3 control packets filtering status.
               dIpmcExtCtrlPktReplacePriGroup 1.3.6.1.4.1.171.14.55.2.2.6
A collection of objects providing information about the Priority and DSCP values configured for specific control protocols.
               dIpmcExtRpfGroup 1.3.6.1.4.1.171.14.55.2.2.7
A collection of objects provides information about the Reverse Path Forwarding (RPF) for IP multicast.
               dIpmcExtOutgoingPortsInfoGroup 1.3.6.1.4.1.171.14.55.2.2.8
A collection of objects provides outgoing ports information for multicast group address.
               dIpmcExtIgmpStatisticsGroup 1.3.6.1.4.1.171.14.55.2.2.9
A collection of objects provides statistics information about the IGMP.
               dIpmcExtPimStatisticsGroup 1.3.6.1.4.1.171.14.55.2.2.10
A collection of objects provides statistics information about the PIM.
               dIpmcExtDvmrpStatisticsGroup 1.3.6.1.4.1.171.14.55.2.2.11
A collection of objects provides statistics information about the DVMRP.