mld-snooping static-group

Use mld-snooping static-group to configure a port as a static member port of an IPv6 multicast group.

Use undo mld-snooping static-group to delete the configuration of static member ports.

Syntax

mld-snooping static-group ipv6-group-address vlan vlan-id

undo mld-snooping static-group { ipv6-group-address vlan vlan-id | all }

Default

A port is not a static member port of IPv6 multicast groups.

Views

Layer 2 Ethernet interface view

Layer 2 aggregate interface view

Predefined user roles

network-admin

Parameters

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 from 0 to F.

vlan vlan-id: Specifies a VLAN by its VLAN ID in the range of 1 to 4094.

all: Specifies all IPv6 multicast groups.

Examples

# Configure HundredGigE 1/0/1 as a static member port for the IPv6 multicast group (*, FF3E::101) in VLAN 2.

<Sysname> system-view
[Sysname] mld-snooping
[Sysname-mld-snooping] quit
[Sysname] vlan 2
[Sysname-vlan2] mld-snooping enable
[Sysname-vlan2] quit
[Sysname] interface hundredgige 1/0/1
[Sysname-HundredGigE1/0/1] mld-snooping static-group ff3e::101 vlan 2