display mld proxy group

Use display mld proxy group to display information about IPv6 multicast groups maintained by the MLD proxy.

Syntax

display mld [ vpn-instance vpn-instance-name ] proxy group [ ipv6-group-address | interface interface-type interface-number ] [ verbose ]

Views

Any view

Predefined user roles

network-admin

network-operator

mdc-admin

mdc-operator

Parameters

vpn-instance vpn-instance-name: Specifies an MPLS L3VPN by its name, a case-sensitive string of 1 to 31 characters. If you do not specify a VPN instance, this command displays information about IPv6 multicast groups maintained by the MLD proxy on the public network.

ipv6-group-address: Specifies an IPv6 multicast group by its IPv6 address. The value range for this argument is FFxy::/16 (excluding FFx1::/16 and FFx2::/16), where "x" and "y" represent any hexadecimal numbers in the range of 0 to F. If you do not specify an IPv6 multicast group, this command displays IPv6 multicast group membership entries for all IPv6 multicast groups.

interface interface-type interface-number: Specifies an interface by its type and number. If you do not specify an interface, this command displays information about IPv6 multicast groups maintained by the MLD proxy for all interfaces.

verbose: Displays detailed information.

Examples

# Display information about IPv6 multicast groups maintained by the MLD proxy on the public network.

<Sysname> display mld proxy group
MLD proxy group records in total: 2
 Vlan-interface1(FE80::16:1):
  MLD proxy group records in total: 2
   Group address: FF1E::1
    Member state: Idle
    Expires: Off

   Group address: FF1E::2
    Member state: Idle
    Expires: Off

# Display detailed information about IPv6 multicast group FF1E::1 maintained by the MLD proxy on the public network.

<Sysname> display mld proxy group ff1e::1 verbose
 Vlan-interface1(FE80::16:1):
  MLD proxy group records in total: 2
   Group: FF1E::1
     Group mode: Include
     Member state: Idle
     Expires: Off
     Source list (sources in total: 1):
       100::1

Table 114: Command output

Field

Description

MLD proxy group records in total

Total number of IPv6 multicast group membership entries maintained by the MLD proxy.

Vlan-interface1(FE80::16:1)

Interface and its IPv6 address.

Pending proxy group

Pending IPv6 multicast group membership entries maintained by the MLD proxy.

Group address/Group

IPv6 multicast group address.

Member state

Member host states:

  • Delay—The member host has joined a group and started a delay timer.

  • Idle—The member host has joined a group, but didn't start a delay timer.

Expires

Remaining delay time for a member host to send a responding report. This field displays Off if the timer is disabled.

Group mode

IPv6 multicast source filtering mode:

  • Include.

  • Exclude.

Source list (sources in total: 1)

List of IPv6 multicast sources in the group membership database maintained by the MLD proxy, and the total number of the IPv6 multicast sources.