The display igmp-snooping group-info listening interface command displays dynamically learned multicast group information on router QinQ sub-interfaces that are locally listened to.
Parameter | Description | Value |
---|---|---|
interface-type |
Specifies the type of a QinQ sub-interface. |
- |
interface-number |
Specifies the number of a QinQ sub-interface. |
- |
interface-name |
Specifies the name of a QinQ sub-interface. |
- |
vsi vsi-name |
Displays dynamically learned multicast group information in a specified VSI. |
The value is a string of 1 to 31 case-sensitive characters, spaces not supported. When double quotation marks are used around the string, spaces are allowed in the string. |
user-mac mac-address |
Displays dynamically learned multicast group information of a specified user MAC address. |
The value is a unicast MAC address. |
pe-vid vlan-id |
Displays dynamically learned multicast group information with a specified outer VLAN ID. |
The value is an integer ranging from 1 to 4094. |
ce-vid vlan-id |
Displays dynamically learned multicast group information with a specified inner VLAN ID. |
The value is an integer ranging from 1 to 4094. |
source-address ip-address |
Displays dynamically learned multicast group information with a specified source address. |
The value can be a Class A, B, or C address, in dotted decimal notation. |
group-address group-address |
Displays dynamically learned multicast group information with a specified group address. |
The value is a Class D address, in dotted decimal notation. |
Usage Scenario
To dynamically learned multicast group information on QinQ sub-interfaces, run the display igmp-snooping group-info listening interface command.
Precautions
The command displays information only if multicast group information has been dynamically learned on QinQ sub-interfaces that are listened to.
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display igmp-snooping group-info listening interface GigabitEthernet 0/1/1.1 user-mac 00-e0-fc-12-34-56 pe-vid 10 ce-vid 20 Group 232.0.0.1 information: Create time: 00:00:11 Expire time: -- Group timer: Not exist Retran count: 0 Last member query: No Router filter mode: Include Compat mode: V3 V1 host timer: Not exist V2 host timer: Not exist Source last member query: No Last member query timer: Not exist Source 1.1.1.1 info: Create time: 00:00:11 Expire time: 00:01:59 Source timer: Exist Retran count: 0 Source last member query: No
Item | Description |
---|---|
Group | Multicast group IP address. |
Group timer | Whether the multicast group timer exists. |
Create time | Time since the multicast group became active. |
Expire time | Time after which the multicast group will expire. |
Retran count | Number of times Query messages are retransmitted. |
Last member query | Whether a Group-specific Query message is being sent. |
Last member query timer | Whether a last member Query timer exists. |
Router filter mode | Multicast group filtering mode. |
Compat mode | Multicast group compatible mode. |
V1 host timer | Whether an IGMPv1 host aging timer exists. |
V2 host timer | Whether an IGMPv2 host aging timer exists. |
Source timer | Whether a multicast source timer exists. |
Source last member query | Whether a Source- and Group-specific Query message is being sent. |
Source | Multicast source IP address. |