reset mld group all
reset mld group interface interface-type interface-number { all | ipv6-group-address [ ipv6-group-mask-length ] [ ipv6-source-address [ ipv6-source-mask-length ] ] }
Parameter | Description | Value |
---|---|---|
all | The first all deletes dynamic MLD entries on all interfaces. The second all deletes all MLD entries on a specified interface. |
- |
interface interface-type interface-number | Deletes dynamic MLD entries on a specified interface. | - |
ipv6-group-address | Deletes dynamic MLD entries of a specified multicast group. | 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. |
ipv6-group-mask-length | Specifies the mask length of the multicast group address. | The value is an integer that ranges from 8 to 128. |
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. |
ipv6-source-mask-length | Specifies the mask length of the multicast source address. | The value is an integer that ranges from 0 to 128. |
This command deletes all the dynamic MLD group memberships on an interface, including common group memberships and group memberships established with SSM mapping. This command cannot delete statically configured MLD group memberships.
A host can rejoin the multicast group after being deleted from this group.
After dynamic MLD entries on an interface are deleted, the interface cannot receive multicast data. Exercise caution before running this command.