The reset mld explicit-tracking command deletes hosts that dynamically join a multicast group using MLD from an interface.
reset mld explicit-tracking { all | interface interface-type interface-number [ host ipv6-host-address [ group ipv6-group-address [ source ipv6-source-address ] ] ] }
Parameter | Description | Value |
---|---|---|
all | Indicates information about all MLD hosts. | - |
interface interface-type interface-number | Specifies the type and number of an interface. If this parameter is not specified, the command deletes hosts that dynamically join the host group using MLD from all interfaces. | - |
host ipv6-host-address | Specifies the link-local address of a host. | The value is a 32-digit hexadecimal number in X:X:X:X:X:X:X:X format. The value ranges from FF80:: to FF80:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF. |
group ipv6-group-address | Specifies an IPv6 multicast group address. | The value is a 32-digit hexadecimal number in X:X:X:X:X:X:X:X format. The value ranges from FF00:: to FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF. |
source ipv6-source-address | Specifies the IPv6 address of a multicast source. | The value is a 32-digit hexadecimal number in X:X:X:X:X:X:X:X format. |
You can use this command to delete hosts that dynamically join a multicast group using MLD from an interface. A host can rejoin the multicast group after being deleted from this group.
# Delete the host FE80::101 that joins multicast group FF23::101 through MLD on VLANIF100.
<HUAWEI> reset mld explicit-tracking interface vlanif 100 host fe80::101 group ff23::101
# Delete the host FE80::101 that joins the (FC00:0:0:1::12, FF23::101) forwarding entry from VLANIF100.
<HUAWEI> reset mld explicit-tracking interface vlanif 100 host fe80::101 group ff23::101 source fc00:0:0:1::12