The display mld-snooping group-info command displays multicast group information dynamically learned on a specified interface.
display mld-snooping group-info interface { interface-type interface-number | interface-name } vlan vlan-id [ [ source-address source-address ] group-address group-address ]
display mld-snooping group-info interface { interface-type interface-number | interface-name } [ pe-vid vlan-id [ ce-vid vlan-id ] ] [ [ source-address source-address ] group-address group-address ]
display mld-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-address |
Displays dynamically learned information about a multicast group to which a specified multicast source sends data. |
The value is a 32-digit hexadecimal number, in the format of X:X:X:X:X:X:X:X. |
| group-address group-address |
Displays dynamically learned information about a specified multicast group. |
The value is a 32-digit hexadecimal number in X:X:X:X:X:X:X:X format. The value ranges from FF00:: to FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF. |
| 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. |
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display mld-snooping group-info interface GigabitEthernet 0/1/1 vlan 2 source-address 2001:db8::105 group-address FF17::1:1 Group FF17::1:1 information: Create time: 20:34:18 Expire time: -- Group timer: Not exist Retran count: 0 Last member query: No Router filter mode: Include Compat mode: V2 V1 host timer: Not exist V2 host timer: - Source last member query: No Last member query timer: Not exist Source 2001:db8::105 info: Create time: 20:34:18 Expire time: 00:02:09 Source timer: Exist Retran count: 0 Source last member query: No
| Item | Description |
|---|---|
| Group FF17::1:1 information | Information about the multicast group FF17::1:1. |
| 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 the timer for last member query exists:
|
| Router filter mode | Filtering mode of the multicast group:
|
| Compat mode | Running MLD version:
|
| V2 host timer | Whether an MLDv2 host timer exists:
|
| V1 host timer | Whether an MLDv1 host timer exists:
|
| Source last member query | Whether to send MLD Query messages to members of the source-specific group:
|
| Source 2001:db8::105 info | Information about the multicast source 2001:db8::105. |
| Source timer | Whether a multicast source timer exists:
|