< Home

display igmp-snooping statistics

Function

The display igmp-snooping statistics command displays IGMP snooping statistics.

Format

display igmp-snooping statistics vlan [ vlan-id ]

Parameters

Parameter Description Value
vlan [ vlan-id ]

Displays IGMP snooping statistics in a specified VLAN.

  • If vlan-id is not specified, the system displays IGMP snooping statistics in all VLANs.
  • If vlan-id is specified, the system displays statistics about IGMP messages in the specified VLAN, but does not display the counts of IGMP snooping events that occur in the VLAN.
The value is an integer that ranges from 1 to 4094.

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

Usage Scenario

After completing IGMP snooping configuration, you can use the display igmp-snooping statistics command to view IGMP snooping statistics, including the number of IGMP messages sent, number of IGMP messages received, number of PIM Hello messages received in each VLAN, and number of Layer 2 events that have occurred in all VLANs. Layer 2 events include changes in interface status, changes in VLAN status, changes in VLAN member interfaces (interfaces join or leave VLANs), and MSTP events. When a multicast fault occurs, the IGMP snooping statistics help you identify the cause of the fault.

Precautions

This command displays IGMP snooping statistics only when IGMP snooping has been enabled globally using the igmp-snooping enable (VLAN view) command.

Example

# Display IGMP snooping statistics in all VLANs.
<HUAWEI> display igmp-snooping statistics vlan
 IGMP Snooping Events Counter
     Recv VLAN Up Event Times      3
     Recv VLAN Down Event Times    0
     Recv VLAN Del Event Times     0
     Recv Port Up Event Times      2
     Recv Port Down Event Times    0
     Recv Port Del Event Times     0
     Recv Port Inc Event Times     0
     Recv Port Exc Event Times     0
     Recv MSTP Block Event Times   0
     Recv MSTP Forward Event Times 0
     Recv LINK Change Event Times  0
 IGMP Snooping Packets Counter
   Statistics for VLAN 10
     Recv V1 Report          0
     Recv V2 Report          0
     Recv V3 Report          0
     Recv V1 Query           0
     Recv V2 Query           0
     Recv V3 Query           0
     Recv General Query     0
     Recv Leave              0
     Recv Pim Hello          0
     Send Query(S=0)         0
     Send Query(S!=0)        0
     Suppress Report         0
     Suppress Leave          0
     Proxy Send General Query               0
     Proxy Send Group-Specific Query        0
     Proxy Send Group-Source-Specific Query 0

# Display IGMP snooping statistics in VLAN 10.

<HUAWEI> display igmp-snooping statistics vlan 10
 IGMP Snooping Packets Counter
   Statistics for VLAN 10
     Recv V1 Report  16
     Recv V2 Report  8768
     Recv V3 Report  0
     Recv V1 Query   0
     Recv V2 Query   2243
     Recv V3 Query   0
     Recv Leave      215
     Recv Pim Hello  0
     Send Query(S=0) 0
     Send Query(S!=0)529
     Suppress Report         0
     Suppress Leave          0
     Proxy Send General Query               0
     Proxy Send Group-Specific Query        0
     Proxy Send Group-Source-Specific Query 0
Choose Columns...
Table 1 Description of the display igmp-snooping statistics command output

Item

Description

IGMP Snooping Events Counter

Statistics on IGMP snooping events, including changes in interface status, changes in VLAN status, interfaces joining or leaving VLANs, and MSTP events.

Recv VLAN Up Event Times

Number of VLAN Up events.

Recv VLAN Down Event Times

Number of VLAN Down events.

Recv VLAN Del Event Times

Number of VLAN deletion events.

Recv Port Up Event Times

Number of interface Up events.

Recv Port Down Event Times

Number of interface Down events.

Recv Port Del Event Times

Number of interface deletion events.

Recv Port Inc Event Times

Number of times interfaces join VLANs.

Recv Port Exc Event Times

Number of times interfaces leave VLANs.

Recv MSTP Block Event Times

Number of times static groups fail to be created on interfaces that are blocked by MSTP and cannot forward multicast packets.

Recv MSTP Forward Event Times

Number of times static groups are successfully created on interfaces that are in MSTP forwarding state and can forward multicast packets normally.

Recv LINK Change Event Times

Number of link status change events.

IGMP Snooping Packets Counter

Statistics on IGMP Snooping packets.

Statistics for VLAN 10

Packet statistics in VLAN 10.

Recv V1 Report

Number of IGMPv1 Report messages received.

Recv V2 Report

Number of IGMPv2 Report messages received.

Recv V3 Report

Number of IGMPv3 Report messages received.

Recv V1 Query

Number of IGMPv1 Query messages received.

Recv V2 Query

Number of IGMPv2 Query messages received.

Recv V3 Query

Number of IGMPv3 Query messages received.

Recv General Query

Interval for sending IGMP General Query messages.

Recv Leave

Number of IGMP Leave messages received.

Recv Pim Hello

Number of PIM Hello messages received.

Send Query(S=0)

Number of IGMP Query messages sent with the source address 0.0.0.0.

Send Query(S!=0)

Number of IGMP Query messages sent with source addresses other than 0.0.0.0.

Suppress Report

Number of duplicate IGMP Report messages dropped.

Suppress Leave

Number of duplicate IGMP Leave messages dropped.

Proxy Send General Query

Number of General Query messages sent by the IGMP snooping proxy.

Proxy Send Group-Specific Query

Number of Group-Specific Query messages sent by the IGMP snooping proxy.

Proxy Send Group-Source-Specific Query

Number of Group-Source-Specific Query messages sent by the IGMP snooping proxy.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >