display ipv6 multicast-vlan group

Use display ipv6 multicast-vlan group to display information about IPv6 multicast groups in IPv6 multicast VLANs.

Syntax

In standalone mode:

display ipv6 multicast-vlan group [ ipv6-source-address | ipv6-group-address | slot slot-number | verbose | vlan vlan-id ] *

In IRF mode:

display ipv6 multicast-vlan group [ ipv6-source-address | ipv6-group-address | chassis chassis-number slot slot-number | verbose | vlan vlan-id ] *

Views

Any view

Predefined user roles

network-admin

network-operator

mdc-admin

mdc-operator

Parameters

ipv6-source-address: Specifies an IPv6 multicast source by its IPv6 address. If you do not specify an IPv6 multicast source, this command displays information about IPv6 multicast groups for all IPv6 multicast sources in IPv6 multicast VLANs.

ipv6-group-address: Specifies an IPv6 multicast group 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 information about all IPv6 multicast groups in IPv6 multicast VLANs.

slot slot-number: Specifies a card by its slot number. If you do not specify a card, this command displays information about IPv6 multicast groups in IPv6 multicast VLANs for the MPU. (In standalone mode.)

chassis chassis-number slot slot-number: Specifies a card on an IRF member device. The chassis-number argument represents the member ID of the IRF member device. The slot-number argument represents the slot number of the card. If you do not specify a card, this command displays information about IPv6 multicast groups in IPv6 multicast VLANs for the global active MPU. (In IRF mode.)

verbose: Displays detailed information. If you do not specify the keyword, this command displays brief information.

vlan vlan-id: Specifies an IPv6 multicast VLAN by its VLAN ID in the range of 1 to 4094. If you do not specify an IPv6 multicast VLAN, this command displays information about IPv6 multicast groups for all IPv6 multicast VLANs.

Examples

# Display detailed information about all IPv6 multicast groups in IPv6 multicast VLANs.

<Sysname> display ipv6 multicast-vlan group verbose
Total 6 entries.

IPv6 multicast VLAN 10: Total 3 entries.
  (2::2, FF0E::2) 
    Flags: 0x70000020
    Sub-VLANs (1 in total):
      VLAN 40
  (22::22, FF0E::4) 
    Flags: 0x70000030
    Sub-VLANs (1 in total):
      VLAN 40
  (::, FF0E::10) 
    Flags: 0x10000030
    Sub-VLANs (1 in total):
      VLAN 40

IPv6 multicast VLAN 20: Total 3 entries.
  (2::2, FF0E::2) 
    Flags: 0x70000010
    Sub-VLANs (0 in total):
  (22::22, FF0E::4) 
    Flags: 0x70000010
    Sub-VLANs (0 in total):
  (::, FF0E::10) 
    Flags: 0x50000010
    Sub-VLANs (0 in total):

Table 98: Command output

Field

Description

Total 6 entries

Total number of (S, G) entries.

IPv6 multicast VLAN 10: Total 3 entries

Total number of (S, G) entries in IPv6 multicast VLAN 10.

(::, FF0E::10)

(S, G) entry, where a double colon (::) in the S position means all IPv6 multicast sources.

Flags

Entry flag.

This field displays one flag or the sum of multiple flags. For example, the value 0x70000020 means that the entry has flags 0x20, 0x10000000, 0x20000000, and 0x40000000.

The following flags are available for an entry:

  • 0x10—The entry is created by the IPv6 multicast VLAN.

  • 0x20—The entry is created by the sub-VLAN of the IPv6 multicast VLAN.

  • 0x40—The entry is to be deleted.

  • 0x10000000—This value represents one of the following situations:

    • The entry is newly created.

    • The device receives an MLD query within an MLD general query interval.

  • 0x20000000—The device does not receive MLDv1 or MLDv2 reports that match the entry within an MLD general query interval.

  • 0x40000000—The device does not receive MLDv2 IS_EX (NULL) reports that match the entry within an MLD general query interval.

Sub-VLANs (1 in total)

Sub-VLAN list of the IPv6 multicast VLAN, and the total number of the sub-VLANs.

Related commands

reset ipv6 multicast-vlan group