- clear igmp statistics
- <interface interface-name>
- <logical-system (all | logical-system-name)>
Command introduced before JUNOS Release 7.4.
Clear Internet Group Management Protocol (IGMP) statistics.
none — Clear IGMP statistics on all interfaces.
interface interface-name — (Optional) Clear IGMP statistics for the specified interface only.
logical-system (all | logical-system-name) — (Optional) Perform this operation on all logical systems or on a particular logical system.
clear
See show igmp statistics for an explanation of output fields.
The following sample output displays IGMP statistics information before and after the clear igmp statistics command is entered:
user@host> show igmp statistics
IGMP packet statistics for all interfaces IGMP Message type Received Sent Rx errors Membership Query 8883 459 0 V1 Membership Report 0 0 0 DVMRP 19784 35476 0 PIM V1 18310 0 0 Cisco Trace 0 0 0 V2 Membership Report 0 0 0 Group Leave 0 0 0 Mtrace Response 0 0 0 Mtrace Request 0 0 0 Domain Wide Report 0 0 0 V3 Membership Report 0 0 0 Other Unknown types 0 IGMP v3 unsupported type 0 IGMP v3 source required for SSM 0 IGMP v3 mode not applicable for SSM 0 IGMP Global Statistics Bad Length 0 Bad Checksum 0 Bad Receive If 0 Rx non-local 1227
user@host> clear igmp statistics
user@host> show igmp statistics
IGMP packet statistics for all interfaces IGMP Message type Received Sent Rx errors Membership Query 0 0 0 V1 Membership Report 0 0 0 DVMRP 0 0 0 PIM V1 0 0 0 Cisco Trace 0 0 0 V2 Membership Report 0 0 0 Group Leave 0 0 0 Mtrace Response 0 0 0 Mtrace Request 0 0 0 Domain Wide Report 0 0 0 V3 Membership Report 0 0 0 Other Unknown types 0 IGMP v3 unsupported type 0 IGMP v3 source required for SSM 0 IGMP v3 mode not applicable for SSM 0 IGMP Global Statistics Bad Length 0 Bad Checksum 0 Bad Receive If 0 Rx non-local 0