The reset multicast ipv6 routing-table command clears the entries in the IPv6 multicast routing table. The corresponding forwarding entries in the forwarding table are deleted at the same time.
reset multicast ipv6 routing-table all
reset multicast ipv6 routing-table { ipv6-group-address [ ipv6-group-mask-length ] | ipv6-source-address [ ipv6-source-mask-length ] | incoming-interface { interface-type interface-number | register } } *
Parameter | Description | Value |
---|---|---|
all | Resets all routing entries in the multicast core routing table. | - |
ipv6-group-address | Specifies the IPv6 address of a multicast group. | The address is a 32-digit hexadecimal number, in the format X:X:X:X:X:X:X:X. An IPv6 multicast address starts with FF. |
ipv6-group-mask-length | Specifies the mask length of an IPv6 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 address is a 32-digit hexadecimal number, in the format X:X:X:X:X:X:X:X. |
ipv6-source-mask-length | Specifies the mask length of a multicast source address. | The value is an integer that ranges from 0 to 128. |
incoming-interface | Indicates the incoming interface of a routing entry. | - |
interface-type interface-number | Specifies the type and number of an interface. | - |
register | Indicate the register interface of IPv6 PIM. | - |