682
17.3.3.11 ipv6 mld static-group
Command: ipv6 mld static-group <group_address> [source <source_address>]
no ipv6 mld static-group <group_address> [source <source_address>]
Function:
Configure certain static group or static source on the interface. The “no” form
of this command cancels certain previously configured static group or static source
Parameter:
<group_address> is a valid IPv6 multicast address;<source_address> is a
valid IPv6 unicast address.
Default:
No static group or static source is configured on the interface by factory default.
Command Mode: Interface Mode
Usage Guide:
The valid range of the static group multicast address configured by the
interface is the dynamic multicast address specified by the IPv6 protocol. Once the
interface configures static group or static source for the multicast address, no matter
whether there is membership qualification report of this group or source in the subnet,
MLD protocol will consider that the group or source exist. Note: the configured static
source is the source to be forwarded.
Example:
Configure an MLD static-group ff1e::1:3 on interface vlan2
Switch(Config)#interface vlan 2
Switch(Config-if-Vlan2)#ipv6 mld static-group ff1e::1:3
Configure a static source 2001::1 of the group ff1e::1:3 on interface vlan2
Switch(Config)#int vlan2
Switch(Config-if-Vlan2)#ipv6 mld static-group ff1e::1:3 source 2001::1
17.3.3.12 ipv6 mld version
Command: ipv6 mld version <version_no>
no ipv6 mld version
Function:
Configure the version of the MLD protocol running on the interface; the “
no
ipv6 mld version
” command restores the manually configured version to the default one
Parameter: <version_no>
is the version number of the MLD protocol,with a valid range
of 1-2.
Default:
2 by default
Command Mode: Interface Mode
Usage Guide:
While there is routers still not upgraded to version 2 of MLD protocol on
the subnet connected, the interface should be configured to corresponding version.
Example:
Configure the MLD version to 2.
Switch(Config)#ipv6 mld version 2
17.3.4 MLD Typical Application