3 ipv6 multicast destination-control access-group – PLANET XGS3-24040 User Manual
Page 707
![background image](https://www.manualsdir.com/files/865186/content/doc707.png)
XGS3 Command Guide
39-39
Function: Configure IPv6 destination control multicast access list, the no operation of this command is
used to delete the access list.
Parameters: <9000-10999>: The source control access list number.
{deny|permit}: Deny or permit.
Default: None.
Command Mode: Global Configuration Mode.
Usage Guide: IPv6 multicast destination control entries control the ACL it uses with ACL number
9000-10999, this command is used to configure such ACL. IPv6 multicast source control ACL only needs
to configure the source IPv6 address and destination IPv6 address (that is the group IPV6 addresses) ,
the configuration adopts a method similar to other ACLs, which can either be a address range configured
by the length of mask, or a specified host address or all addresses Which are to be controlled. Pay
attention to that, for group IPV6 addresses, the “all addresses” mentioned here is ff:/8.
Example:
Switch(config)#ipv6 access-list 9000 permit fe80::203:228a/64 ff1e::1/64
39.6.3 ipv6 multicast destination-control access-group
Command: ipv6 multicast destination-control access-group <9000-10999>
no ipv6 multicast destination-control access-group <9000-10999>
Function: Configure the IPv6 multicast destination control access list used by the port, the no operation
of the command will delete this configuration.
Parameters: <9000-10999>: The destination control access list number.
Default: Not configured.
Command Mode: Port Configuration Mode.
Usage Guide: This command can only take effect when the IPv6 multicast destination control is globally
enabled, after configuring this command, if the MLD-SNOOPING is enabled, when adding the port to the
multicast group, it will be matched according to the configured access list. Only when the port is matched
as permit, will it be added, or it can not be added.
Example:
switch(config)#inter ethernet 1/4
switch(Config-If-Ethernet1/4)#ipv6 multicast destination-control access-group 9000
switch(Config-If-Ethernet1/4)#