display ipv6 l2-multicast ip

Use display ipv6 l2-multicast ip to display information about Layer 2 IPv6 multicast groups.

Syntax

In standalone mode:

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

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

Views

Any view

Predefined user roles

network-admin

network-operator

mdc-admin

mdc-operator

Parameters

group ipv6-group-address: Specifies an IPv6 multicast group by its IPv6 address. If you do not specify an IPv6 multicast group, this command displays information about all Layer 2 IPv6 multicast groups.

source 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 Layer 2 IPv6 multicast groups for all IPv6 multicast sources.

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

slot slot-number: Specifies a card by its slot number. If you do not specify a card, this command displays information about Layer 2 IP multicast groups 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 Layer 2 IP multicast groups for the global active MPU.

Examples

# Display information about Layer 2 IPv6 multicast groups for VLAN 2.

<Sysname> display ipv6 l2-multicast ip vlan 2
Total 1 entries.

VLAN 2: Total 1 entries.
   (::, FF1E::101)
    Attribute: static, success
    Host ports (1 in total):
      FGE1/0/1                              (S, SUC) 

Table 81: Command output

Field

Description

Total 1 entries

Total number of Layer 2 IPv6 multicast groups.

VLAN 2: Total 1 entries

Total number of Layer 2 IPv6 multicast groups in VLAN 2.

(::, FF1E::101)

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

Attribute

Entry attribute:

  • dynamic—The entry is created by a dynamic protocol.

  • static—The entry is created by a static protocol.

  • pim—The entry is created by IPv6 PIM.

  • kernel—The entry is obtained from the kernel.

  • success—Processing has succeeded.

  • fail—Processing has failed.

Host ports (1 in total)

Member ports and total number of member ports.

(S, SUC)

Port attribute:

  • D—Dynamic port.

  • S—Static port.

  • P—IPv6 PIM port.

  • K—Port obtained from the kernel.

  • R—Port learned from (*, *) entries.

  • W—Port learned from (*, G) entries.

  • SUC—Processing has succeeded.

  • F—Processing has failed.