ipv6 mld snooping fast-leave

Enables MLD snooping fast-leave processing for a VLAN or a bridge domain.

Syntax

ipv6 mld snooping fast-leave
no ipv6 mld snooping fast-leave

Command Default

By default, fast-leave processing is disabled.

Modes

VLAN or bridge domain configuration mode

Usage Guidelines

The no ipv6 mld snooping fast-leave form of the command disables fast-leave processing.

Fast-leave processing allows the removal of an interface from the forwarding table without sending out group-specific queries to the interface.

Examples

The following example enables fast-leave processing on a VLAN.

device# configure terminal
device(config)# vlan 10
device(config-vlan-10)# ipv6 mld snooping ?
Possible completions:
	fast-leave   Fast Leave Processing
device(config-vlan-10)# ipv6 mld snooping fast-leave

The following example enables fast-leave processing on a bridge domain.

device# configure terminal
device(config)# bridge-domain 10
device(config-bridge-domain-10)# ipv6 mld snooping ?
Possible completions:
	fast-leave   Fast Leave Processing
device(config-bridge-domain-10)# ipv6 mld snooping fast-leave