display mld-snooping static-group

Use display mld-snooping static-group to display static MLD snooping group entries.

Syntax

In standalone mode:

display mld-snooping static-group [ ipv6-group-address ] [ vlan vlan-id ] [ verbose ] [ slot slot-number ]

In IRF mode:

display mld-snooping static-group [ ipv6-group-address ] [ vlan vlan-id ] [ verbose ] [ chassis chassis-number slot slot-number ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

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 from 0 to F. If you do not specify an IPv6 multicast group, this command displays static MLD snooping group entries for all IPv6 multicast groups.

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 static MLD snooping group entries for all VLANs.

verbose: Displays detailed information about static MLD snooping group entries. If you do not specify this keyword, the command displays brief information about static MLD snooping group entries.

slot slot-number: Specifies a card by its slot number. If you do not specify a card, this command displays static MLD snooping group entries 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 static MLD snooping group entries for the global active MPU. (In IRF mode.)

Examples

# Display detailed information about static MLD snooping group entries for VLAN 2.

<Sysname> display mld-snooping static-group vlan 2 verbose
Total 1 entries.

VLAN 2: Total 1 entries.
  (::,FF1E::101)
    Attribute: local port
    FSM information: dummy
    Host slots (0 in total):
    Host ports (1 in total):
      HGE1/0/2

Table 64: Command output

Field

Description

Total 1 entries

Total number of static MLD snooping group entries.

VLAN 2: Total 1 entries

Total number of static MLD snooping group entries in VLAN 2.

(::, FF1E::101)

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

Attribute

Entry attribute:

  • global port—The entry has a global port.

  • local port—The entry has a port that resides on the card for which the information is displayed.

  • slot—The entry has ports that reside on other cards, but not on the card for which the information is displayed.

FSM information

Finite state machine information of the entry:

  • delete—The entry attributes have been deleted.

  • dummy—The entry is a new temporary entry.

  • no info—The entry does not exist.

  • normal—The entry is a correct entry.

Host slots (0 in total)

(In standalone mode.) Slot numbers and total number of the cards that have member ports, except for the specified card or the MPU when no card is specified.

(In IRF mode.) Chassis numbers, slot numbers, and total number of the cards that have member ports, except for the specified card or the global active MPU when no card is specified.

Host ports (1 in total)

Member ports and total number of member ports.