Command Manual - Multicast Protocol
Quidway S6500 Series Ethernet Switches Chapter 2 IGMP Snooping Configuration Commands
Huawei Technologies Proprietary
2-2
2.1.2 display igmp-snooping group
Syntax
display igmp-snooping group [ vlan vlan_id ]
View
Any view
Parameter
vlan vlan_id: Specifies the VLAN where the multicast group to be viewed is located.
When the parameter is omitted, the command will display the information about all the
multicast groups on the VLAN.
Description
Using display igmp-snooping group command, you can view the IP multicast groups
and MAC multicast groups under VLAN.
This command displays the IP multicast group and MAC multicast group information of
a VLAN or all the VLAN where the Ethernet switch is located. It displays the information
such as VLAN ID, router port, IP multicast group address, member ports in the IP
multicast group, MAC multicast group, MAC multicast group address, and the member
ports in the MAC multicast group.
Example
# Display the multicast group information about VLAN2.
<Quidway> display igmp-snooping group vlan 2
***************Multicast group table***************
Vlan(id):2.
Router port(s):Ethernet0/1
IP group(s):the following ip group(s) match to one mac group.
IP group address:230.45.45.1
Member port(s):Ethernet0/12
MAC group(s):
MAC group address:01-00-5e-2d-2d-01
Member port(s):Ethernet0/12
We can know from the information listed above that :
z There is a multicast group in VLAN 2;
z The router port is Ethernet 0/1;
z The address of the multicast group is 230.45.45.1;
z The member of the IP multicast group is Ethernet 0/12;
z MAC multicast group is 0100-5e2d-2d01;
z The member of the MAC multicast group is Ethernet 0/12.