725
18.3.3 Command for MLD
18.3.3.1 ipv6 mld access-group
Command:ipv6
mld
access-group {<acl_name>}
no ipv6
mld
access-group
Function:
Configure the access control of the interface to MLD groups ;the “
no ipv6
mld
access-group
” command stops the access control
Parameter: <acl-name>
is the name of IPv6 access-list
Default:
no filter condition
Command Mode:
Interface Configuration Mode
Usage Guide:
Configure the interface to filter MLD groups,allow or deny some group’s
join.
Example:
Configure the interface vlan2 to accept group
FF1E::1:0/112 and deny others
Switch (Config)# ipv6 access-list aclv6 permit FF1E::1:0/112
Switch (Config)# ipv6 access-list aclv6 deny any
Switch (Config)#interface vlan 1
Switch(Config-If-Vlan1)#ipv6 mld access-group aclv6
18.3.3.2 ipv6 mld immediate-leave
Command: ipv6 mld immediate-leave group-list {<acl-name>}
no ipv6 mld immediate-leave
Function:
Configure MLD to work in the immediate leave mode,that’s when the host
sends a membership qualification report that equals to leave a group,the router doesn’t
send query and consider there is no this group’s member in the subnet.The
“no ipv6
mld immediate-leave
” command
cancels the immediate leave mode
Parameter: <acl-name>
is the name of IPv6 access-list
Default:
Do not configure immediate-leave group
Command Mode:
Interface Configuration Mode
Usage Guide:
This command is used only when there is only one host in the subnet
Example:
Configure access-list”aclv6”as immediate leave mode
Switch(Config-if-Vlan1)#ipv6 mld immediate-leave group-list aclv6
18.3.3.3 ipv6 mld last-member-query-interval
Command: ipv6 mld last-member-query-interval <interval>
no ipv6 mld last-member-query-interval
Function:
Configure the interface’s sending interval of querying specific group. The
“no