728
Switch (Config)#interface vlan 1
Switch(Config-If-Vlan1)#ipv6 mld access-group aclv6
18.3.3.8 ipv6 mld join-group
Command: ipv6 mld join-group <address>
no ipv6 mld join-group <address>
Function:
Configure the interface to join in certain multicast group; the “
no ipv6 mld
join-group <address>
” command cancels joining certain multicast group.
Parameter: <address>
is a valid IPv6 multicast address
Default:
No multicast group joined by factory default
Command Mode:
Interface Mode
Usage Guide:
The address range of the IPv6 multicast is FFxy::/8, however the
(FF02::/16) is permanent addresses which can not be joined in.
Example:
Join the interface vlan2 in multicast group with multicast address of ff1e::1:3.
Switch(Config)#interface vlan 2
Switch(Config-if-Vlan2)#ipv6 mld join-group ff1e::1:3
18.3.3.9 ipv6 mld join-group mode source
Command: ipv6 mld join-group <X:X::X:X> mode <include|exclude> source
<.X:X::X:X>
no ipv6 mld join-group <X:X::X:X> source <.X:X::X:X>
Function:
Configure the sources of certain multicast group which the interface join in.
Note: because of the client group has got only INLCUDE and EXCLUDE modes, if the
source mode is not in accordance with current mode configured, the group mode will be
changed and the original sources of the other modes configured will be cleared
permanently; the “no” form of this command cancels joining certain group.
Parameter: <X:X::X:X>
is a valid IPv6 multicast address
<include|exclude>:
joining mode
<.X:X::X:X>:
source list, configure several sources is allowed.
Default:
No multicast group to be joined by factory default
Command Mode: Interface Mode
Usage Guide:
The address range of the IPv6 multicast is FFxy::/8, however the
(FF02::/16) is permanent addresses which can not be joined in. As for sources with mode
same as the original one, the source will be added, while for those with different modes,
the original sources will be cleared.
Example:
Join vlan2 in multicast group with multicast address of ff1e::1:3, with sources 2003::1 and
2003::2 in INCLUDE mode.