The display mld group static command displays information about Multicast Listener Discovery (MLD) groups, including MLD groups that hosts dynamically join by sending Report messages and multicast groups that hosts are configured to statically join by using commands.
Parameter | Description | Value |
---|---|---|
interface port-type port-num |
Specifies the type and number of an interface. |
- |
static |
Displays information about MLD groups that hosts statically join. |
- |
verbose |
Displays detailed information about MLD multicast groups that hosts join. |
- |
vpn-instance vpn-instance-name |
Specifies the name of a VPN instance. |
The value is a string of 1 to 31 case-sensitive characters, spaces not supported. In addition, the VPN instance name must not be _public_. When double quotation marks are used around the string, spaces are allowed in the string. |
all-instance |
Specifies all VPN instance. |
- |
group GrpAddr6 |
Specifies an IPv6 multicast group address. |
The value is in hexadecimal notation and in the format of FFxA:xxxx:xxxx::xxxx, in which x ranges from 0 to F and A is 0 or ranges from 3 to F. |
Usage Scenario
If static is specified, the command displays only information about MLD groups that hosts statically join. Otherwise, the command displays information about all MLD groups that hosts join.
If both static and verbose are specified, the command displays detailed information about MLD groups that hosts statically join.The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display mld group static Static join group information of VPN-Instance: public net GigabitEthernet0/1/0: Total 1 MLD entry Group Address Source Address Expires FF25::1 2001:db8:1::1 never
Item | Description |
---|---|
Static join group information of VPN-Instance | Information about MLD groups that hosts statically join. |
Total 1 MLD entry | Total number of static multicast groups on the device. |
Group Address | Multicast group address. |
Source Address | Indicates the multicast source address. |
Expires | Timeout period of an MLD group. |
GigabitEthernet0/1/0 | Interface where the multicast group exists. |