The reset multicast ipv6 forwarding-table command clears the entries of the IPv6 multicast forwarding table.
reset multicast ipv6 forwarding-table all
reset multicast ipv6 forwarding-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 the multicast forwarding caches (MFCs) in the multicast forwarding 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 a 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 forwarding entry. | - |
interface-type interface-number | Specifies the type and number of an interface. | - |
register | Indicates the register interface of IPv6 PIM. | - |