The display igmp-snooping group-info remote-peer command displays multicast group information of a remote peer dynamically learned by the router.
display igmp-snooping group-info remote-peer ip-address { vc-id vsi vsi-name | vsi vsi-name [ bgp-ad ] } [ [ source-address source-ip-address ] group-address group-address ]
display igmp-snooping group-info vsi vsi-name remote-peer ip-address [ negotiation-vc-id vc-id ] bridge-domain bd-id [ [ source-address source-ip-address ] group-address group-address ]
| Parameter | Description | Value |
|---|---|---|
| ip-address |
Displays dynamically learned multicast group information of a specified remote peer. |
The value can be a class A, B, or C address, in dotted decimal notation. |
| vc-id |
Displays dynamically learned multicast group information of a specified VC. It is used to identify a PW and the value is VSI ID by default. |
The value is an integer ranging from 1 to 4294967295. |
| vsi vsi-name |
Displays dynamically learned multicast group information of 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. |
| bgp-ad |
Indicates that BGP AD signaling is used for a VSI. |
- |
| 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. |
| negotiation-vc-id |
Specifies the VC ID negotiated with the peer end. |
- |
| bridge-domain bd-id |
Displays dynamically learned multicast group information of a specified BD. |
The value is an integer ranging from 1 to 16777215. |
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display igmp-snooping group-info remote-peer 10.3.3.3 vsi vsi0
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 10.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. |