The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
This chapter describes the Cisco NX-OS IGMP snooping commands that begin with C.
To clear information from IGMP snooping event history buffers, use the clear ip igmp snooping event-history command.
clear ip igmp snooping event-history { rib | vpc | igmp-snoop-internal | mfdm | mfdm-sum | vlan | vlan-events }
Clears the unicast Routing Information Base (RIB) event history buffer. |
|
Clears the multicast FIB distribution (MFDM) event history buffer. |
|
network-admin
network-operator
vdc-admin
vdc-operator
|
|
This example shows how to clear information in the IGMP snooping VLAN event history buffer:
switch(config)#
clear ip igmp event-history vlan
|
|
---|---|
Configures the size of the IGMP snooping event history buffers. |
To clear the IGMP snooping explicit host tracking information for VLANs, use the clear ip igmp snooping explicit-tracking vlan command.
clear ip igmp snooping explicit-tracking vlan vlan-id
network-admin
network-operator
vdc-admin
vdc-operator
|
|
This example shows how to clear the explicit tracking information for VLAN 1:
switch#
clear ip igmp snooping explicit-tracking vlan 1
switch#
|
|
---|---|
To clear the IGMP snooping statistics for VLANs, use the clear ip igmp snooping statistics vlan command.
clear ip igmp snooping statistics vlan [ vlan-id | all ]
(Optional) VLAN number. The range is from 1 to 3968 and 4049 to 4093. |
|
network-admin
network-operator
vdc-admin
vdc-operator
|
|
This example shows how to clear IGMP snooping statistics for VLAN 1:
switch#
clear ip igmp snooping statistics vlan 1
switch#
|
|
---|---|