clear ipv6 mroute
Use this command to delete entries from the IPv6 multicast routing table. This command clears the multicast route entries in the multicast route table and removes the entries from the multicast forwarder. MRIB sends a clear message to the multicast protocols. Each multicast protocol has its own clear multicast route command. The protocol-specific clear command clears multicast routes from the protocol and clears the routes from the MRIB.
Command Syntax
clear ipv6 mroute *
clear ipv6 mroute X:X::X:X
clear ipv6 mroute X:X::X:X X:X::X:X
clear ipv6 mroute statistics *
clear ipv6 mroute statistics X:X::X:X
clear ipv6 mroute statistics X:X::X:X X:X::X:X
clear ipv6 mroute X:X::X:X pim sparse-mode
clear ipv6 mroute X:X::X:X X:X::X:X pim (dense mode| sparse-mode)
clear ipv6 mroute (vrf NAME|) *
clear ipv6 mroute (vrf NAME|) X:X::X:X
clear ipv6 mroute (vrf NAME|) X:X::X:X X:X::X:X
clear ipv6 mroute (vrf NAME|) statistics *
clear ipv6 mroute (vrf NAME|) statistics X:X::X:X
clear ipv6 mroute (vrf NAME|) statistics X:X::X:X X:X::X:X
clear ipv6 mroute (vrf Name|) X:X::X:X pim sparse-mode
clear ipv6 mroute (vrf Name|) X:X::X:X X:X::X:X pim (dense-mode | sparse-mode)
Parameters
*
All multicast routes.
X:X::X:X
Group IPv6 address.
X:X::X:X
Source IPv6 address.
vrf
VRF name.
statistics
Multicast route statistics.
dense-mode
Dense Mode (PIM-DM).
sparse-mode
Sparse Mode (PIM-SM)
Command Mode
Exec mode and Privileged Exec mode
Applicability
This command was introduced in OcNOS version 6.2.0.
Example
#clear ip mroute vrf VRF_A 1001::12 ff0e::1/128
Last modified date: 10/20/2023