ipv6 mld snooping forced fastleave
Syntax
ipv6 mld snooping forced fastleave
描述
Configures the given ports in forced fastleave mode.
The没有
这种形式command disables forced fastleave configuration on the ports.
Command context
config-vlan
Parameters
-
fastleave
-
Specifies a list of one or more ports to be configured as forced fastleave ports. You can specify a single port, a comma-separated list of ports or a range of ports such as 1/1/1-1/1/3.
权威
Administrators or local user group members with execution rights for this command.
Usage
With forced fastleave enabled, MLD speeds up the process of blocking unnecessary multicast traffic to a switch port that is connected to multiple end nodes. When a port having multiple end nodes receives a leave group request from one end node for a given multicast group, forced fastleave activates and waits a small amount of time to receive a join request from any other member of the same group on that port. If the port does not receive a join request for that group within the forced fastleave interval, the switch then blocks any further traffic to that group on that port.
Example
Configure forced-fastleave ports for the VLAN:
switch(config)#vlan 2switch(config-vlan)#ipv6 mld snooping forced-fastleave 1/1/1switch(config-vlan)#ipv6 mld snooping forced-fastleave 1/1/1-1/1/2switch(config-vlan)#ipv6 mld snooping forced-fastleave 1/1/1,1/1/2-1/1/3switch(config-vlan)#没有ipv6 mld snooping forced-fastleave 1/1/1switch(config-vlan)#没有ipv6 mld snooping forced-fastleave 1/1/1-1/1/2