The display mld group static command displays information about static MLD multicast groups on interfaces.
display mld group [ ipv6-group-address ] static [ up | down ] [ verbose ]
display mld group [ ipv6-group-address ] static interface-number
display mld group [ ipv6-group-address | interface interface-type interface-number ]* static [ verbose ]
display mld group static interface interface-type interface-number entry-number
Parameter | Description | Value |
---|---|---|
ipv6-group-address | Specifies an IPv6 multicast group address. If this parameter is not specified, the command displays information about all multicast groups with memberships. | 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. |
up | down | Displays information about an Up or Down interface. If this parameter is not specified, the command displays information about all interfaces. | - |
verbose | Displays detailed information about the interfaces that statically join MLD multicast groups or source-specific multicast groups. If this parameter is not specified, the command displays only the summary of the MLD group. | - |
interface-number | Displays the number of the interfaces that statically join MLD multicast groups. | - |
interface interface-type interface-number | Displays information about the MLD multicast groups that the specified interface statically joins. | - |
entry-number | Displays the number of the MLD multicast groups that the interface statically joins. | - |
You can run the display mld group static command to view information about the multicast groups and the interfaces that statically join MLD multicast groups or source-specific multicast groups. To configure a static multicast group on an interface, run the mld static-group command.
# Display information about statically joined MLD groups.
<HUAWEI> display mld group static
Static join group information
Total 2 entries, Total 2 active entries
(*, FF25::1)
Interface:Vlanif10
State:UP
Expires:Never
(*, FF25:100::1)
Interface:Vlanif10
State:UP
Expires:Never
Item |
Description |
---|---|
Static join group information |
Information about the MLD multicast groups that a switch statically joins. |
Total 2 entries, Total 2 active entries |
Total number of static multicast groups and active entries set on the switch. |
(*, FF25::1) |
(*, G) entry. |
Interface:Vlanif10 |
Interface where the multicast group exists. |
State |
Status of an entry. |
Expires |
Timeout period of a multicast group. |
# Display detailed information about all static MLD multicast groups on an interface.
<HUAWEI> display mld group static verbose Static join group information Total 1 entry 00001.(*, FF25::1) Total List of 2 joined interfaces 1.Vlanif10 State: UP Reference Count: 1 Multicast Boundary:YES Outgoing Interface:YES 2.Vlanif20 State: UP Reference Count: 1 Multicast Boundary:YES Outgoing Interface:YES
Item |
Description |
---|---|
Static join group information |
Information about the multicast groups that an interface statically joins. |
Total 1 entry |
Number of static MLD group memberships on the device. |
00001.(*, FF25::1) |
(*, G) entry. |
Total List of 2 joined interfaces |
List of the interfaces that statically join multicast groups. |
1.Vlanif10 |
Type and number of the interface. |
State |
Status of an interface, including:
|
Reference Count |
Number of times when a multicast group on the current interface is referenced. |
Multicast Boundary |
Whether the multicast forwarding boundary is configured.
This function is configured using the multicast boundary ipv6-group-address ipv6-group-mask-length command. |
Outgoing Interface |
Whether downstream interfaces are available.
|
# Display information about all the interfaces that statically join multicast groups and are in Up state.
<HUAWEI> display mld group static up Static join group information Total 4 entries 00001.(*,FF25::1) Total List of 2 joined interfaces Total Matched 2 interfaces 1.Vlanif10 2.Vlanif20 00002.(FC00:0:0:1::1,FF25::1) Total List of 2 joined interfaces Total Matched 2 interfaces 1.Vlanif10 2.Vlanif20
Item |
Description |
---|---|
Total List of 2 joined interfaces |
Number of the interfaces that statically join multicast groups. |
Total Matched 2 interfaces |
List of the interfaces that statically join multicast groups and are in Up state. |
# Display the number of interfaces that statically join all multicast groups.
<HUAWEI> display mld group static interface-number
Static join group information
Total 2 entries
(*, FF25::1)
Interface-Number:24
(*, FF25::2)
Interface-Number:24
Item |
Description |
---|---|
Interface-Number |
Number of the interfaces that statically join multicast groups. |