undo mld-snooping host-join { ipv6-group-address [ source-ip ipv6-source-address ] vlan vlan-id | all }
Default
This function is disabled.
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 FFx0::/16, FFx1::/16, FFx2::/16 and FF0y::), where "x" and "y" represent any
hexadecimal numbers from 0 to F.
source-ip ipv6-source-address: Specifies an IPv6 multicast source by its IPv6 address. If you specify an
IPv6 multicast source, the command configures the port as a simulated member host for an IPv6 multicast
source and group. If you do not specify an IPv6 multicast source, the command configures the port as a
simulated member host for an IPv6 multicast group. This option takes effect on MLDv2 snooping devices.
vlan vlan-id: Specifies a VLAN by its VLAN ID in the range of 1 to 4094.
all: Specifies all IPv6 multicast groups.
Usage guidelines
Unlike a static member port, a port configured as a simulated member host ages out like a dynamic
member port.
The MLD version and the MLD snooping version that the simulated member host runs must be the same.
Examples
# Configure Ten-GigabitEthernet 1/0/1 as a simulated member host for the IPv6 multicast source and
group (2002::22, 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] mld-snooping version 2
[Sysname-vlan2] quit
[Sysname] interface ten-gigabitethernet 1/0/1
[Sysname-Ten-GigabitEthernet1/0/1] mld-snooping host-join ff3e::101 source-ip 2002::22
vlan 2
mld-snooping last-listener-query-interval
Use mld-snooping last-listener-query-interval to set the MLD last listener query interval for a VLAN.
Use undo mld-snooping last-listener-query-interval to restore the default.
Syntax
mld-snooping last-listener-query-interval interval
undo mld-snooping last-listener-query-interval
221