ipv6 mld immediate-leave
Use this command to minimize the leave latency of MLD memberships. This command applies to interfaces configured for MLD Layer-3 multicast protocols, or MLD Proxy. Use this command when only one receiver host is connected to each interface.
Use the no parameter with this command to disable this feature.
Command Syntax
ipv6 mld immediate-leave group-list WORD
no ipv6 mld immediate-leave
Parameter
group-list
Standard IPv6 access-list name that defines multicast groups in which the immediate leave feature is enabled.
Default
Disabled
Command Mode
Interface mode for VLAN interface
Applicability
This command was introduced in OcNOS version 6.2.0.
Examples
The following example shows how to enable the immediate-leave feature on an interface for a specific range of multicast groups. In this example, the router assumes that the group access-list consists of groups that have only one node membership at a time per interface:
#configure terminal
(config)#interface eth0
(config-if)#ipv6 mld immediate-leave v6grp
(config-if)#exit
Last modified date: 10/20/2023