The display igmp-snooping group-info command displays multicast group information of a local interface or a remote peer dynamically learned by the router.
display igmp-snooping group-info interface { interface-type interface-number | interface-name } vlan vlan-id [ [ source-address source-ip-address ] group-address group-address ]
display igmp-snooping group-info interface { interface-type interface-number | interface-name } [ pe-vid vlan-id [ ce-vid vlan-id ] ] [ [ source-address source-ip-address ] group-address group-address ]
display igmp-snooping group-info interface { interface-type interface-number | interface-name } [ pe-vid vlan-id [ ce-vid vlan-id ] ] bridge-domain bd-id [ [ source-address source-ip-address ] group-address group-address ]
display igmp-snooping group-info
Parameter | Description | Value |
---|---|---|
interface-name |
Displays dynamically learned multicast group information of a specified interface. |
- |
vlan vlan-id |
Displays dynamically learned multicast group information of a specified VLAN. |
The value is an integer ranging from 1 to 4094. |
source-address source-ip-address |
Displays dynamically learned information about a multicast group to which a specified multicast source sends data. |
The value can be a class A, B, or C address, in dotted decimal notation. |
group-address group-address |
Displays dynamically learned information about a specified multicast group. |
The value is a class D address, in dotted decimal notation. |
interface interface-type interface-number |
Displays dynamically learned multicast group information of a specified interface. |
- |
pe-vid vlan-id |
Displays dynamically learned multicast group information of a sub-interface that has 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 of a sub-interface that has a specified inner VLAN ID. |
The value is an integer ranging from 1 to 4094. |
bridge-domain bd-id |
Displays dynamically learned multicast group information of a specified BD. |
The value is an integer ranging from 1 to 16777215. |
Usage Scenario
To display multicast group information of a local interface or a remote peer dynamically learned by a device, run this command.
Precautions
This command has output only after the device has dynamically learned multicast group information of a local interface or a remote peer.
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display igmp-snooping group-info interface GigabitEthernet 0/1/17 vlan 100 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 address. |
Group timer | Whether a group timer exists. |
Create time | Time since the multicast group was created. |
Expire time | Time before the multicast group expires. |
Retran count | Number of times group-specific query messages are sent. |
Last member query | Whether the multicast group has a member. |
Last member query timer | Whether a timer exists for the interval of querying the last member. |
Router filter mode | Filtering mode of the multicast group. |
Compat mode | Multicast group compatibility mode. |
V1 host timer | Whether a timer exists for IGMPv1-capable hosts. |
V2 host timer | Whether a timer exists for IGMPv2-capable hosts. |
Source timer | Whether a source timer exists. |
Source last member query | Whether to send IGMP Query messages to a specified multicast source/group. |
Source | Multicast source address. |