To delete entries from the IP multicast routing table, use the clear ip mroute EXEC command.
clear ip mroute {* | group [source]}
* Deletes all entries from the IP multicast routing table.
group  Can be either one of the following:
Name of the multicast group, as defined in the DNS hosts table or with the ip host command.
IP address of the multicast group. This is a multicast IP address in four-part, dotted notation.
source  (Optional) If you specify a group name or address, you can also specify a name or address of a multicast source that is transmitting to the group. A source does not need to be a member of the group.
EXEC
Release | Modification | 10.0 | This command was introduced. |
---|
The following example deletes all entries from the IP multicast routing table:
clear ip mroute *
The following example deletes from the IP multicast routing table all sources on the 10.3.0.0 subnet that are transmitting to the multicast group 224.2.205.42. Note that this example deletes all sources on network 10.3, not individual sources.
clear ip mroute 224.2.205.42 10.3.0.0
Command | Description |
---|---|
ip host | Defines a static host name-to-address mapping in the host cache. |
show ip mroute | Displays the contents of the IP multicast routing table. |
Printed for apswan@ctr.ap.nic.in on Wed Mar 5 22:32:57 PST 2003
All material in this document copyright 2000 Cisco Systems, Inc. All rights reserved. No material may be reproduced or distributed without written permission of Cisco Systems, Inc.