[no] ipv6 mld snooping [drop-unknown [vlan-shared | vlan-exclusive]]
Syntax
[no] ipv6 mld snooping [drop-unknown [vlan-shared | vlan-exclusive]]
Description
This command configures the drop unknown mode. While MLD snooping is enabled, the traffic will be forwarded only to ports that initiate an MLD request for multicast. Drop unknown mode can be a filter across all VLANs (vlan-shared) or per VLAN (exclusive-vlan). The default configuration is vlan-shared.
The
no
form of this command disables drop unknown mode on the switch.
Command context
config
Parameters
vlan-shared
- Required: Enable shared VLAN filter on the switch.
vlan-exclusive
Required: Enable exclusive drop unknown filter per VLAN.
Authority
Administrators or local user group members with execution rights for this command.
Example
switch(config)# ipv6 mld snooping drop-unknown vlan-shared switch(config)# ipv6 mld snooping drop-unknown vlan-exclusive switch(config)# no ipv6 mld snooping drop-unknown