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#
|
|
---|---|