This command deletes all or the specified IPv6 multicast route entries.
This command only clears dynamic mroute entries. It does not clear static mroutes.
Format | clear ipv6 mroute {*|group-address[source-address]} |
Mode | Privileged EXEC |
Parameter | Description |
---|---|
* | Deletes all IPv6 entries from the IPv6 multicast routing table. |
group-address | IPv6 address of the multicast group. |
source-address | The IPv6 address of a multicast source that is sending multicast traffic to the group. |
Example: The following deletes all entries from the IPv6 multicast routing table:
(Routing) # clear ipv6 mroute *
Example: The following deletes all entries from the IPv6 multicast routing table that match the given multicast group address (FF4E::1), irrespective of which source is sending for this group:
(Routing) # clear ipv6 mroute FF4E::1
Example: The following deletes all entries from the IPv6 multicast routing table that match the given multicast group address (FF4E::1) and the multicast source address (2001::2):
(Routing) # clear ip mroute FF4E::1 2001::2