144
Cisco Nexus 5600 Series NX-OS Multicast Routing Command Reference
OL-31626-01
Chapter C Commands
clear ip igmp route
clear ip igmp route
To clear IGMP-related information in the IPv4 multicast routing table, use the clear ip igmp route
command.
clear ip igmp route {* | group [source] | group-prefix} [vrf {vrf-name | all | default |
management}]
Syntax Description
Command Default None
Command Modes Any command mode
Supported User Roles network-admin
network-operator
vdc-admin
vdc-operator
Command History
Usage Guidelines The clear ipigmp groups command is an alternative form of this command.
This command does not require a license.
Examples This example shows how to clear all the IGMP-related routes in the IPv4 multicast routing table:
switch(config)# clear ip igmp route *
switch(config)#
* Specifies all routes.
group Group address in the format A.B.C.D.
source (Optional) Source (S, G) route.
group-prefix Group prefix in the format A.B.C.D/length.
vrf (Optional) Clears the virtual routing and forwarding (VRF) instance information.
vrf-name VRF name. The name can be a maximum of 32 alphanumeric characters and is case
sensitive.
all Specifies that all VRF entries be cleared from the IPv4 multicast routing table.
default Specifies that the default VRF entry be cleared from the IPv4 multicast routing table.
management Specifies that the management VRF entry be cleared from the IPv4 multicast routing
table.
Release Modification
6.0(2)N1(1) This command was introduced.