Configures a static group on an Ethernet or a port channel for a VLAN or a bridge domain.
By default, a static group is not configured.
VLAN or bridge domain configuration mode
The no ipv6 mld snooping static-group form of the command removes the static group.
A snooping-enabled VLAN or bridge domain cannot forward multicast traffic to ports that do not receive MLD membership reports. If clients cannot send reports, you can configure a static group that applies to specific ports. The static group allows packets to be forwarded to the static group ports even though they have no client membership reports.
The following example configures a static group on a VLAN Ethernet.
device# configure terminal device(config)# interface vlan 10 device(config-vlan-10)# ipv6 mld snooping static-group ff28::1 interface Ethernet 0/3
The following example removes the static group from a VLAN Ethernet.
device# configure terminal device(config)# interface vlan 10 device(config-vlan-10)# no ipv6 mld snooping static-group ff28::1 interface Ethernet 0/3
The following example configures a static group on a bridge domain Ethernet.
device# configure terminal device(config)# bridge domain 10 device(config-bridge-domain-10)# ipv6 mld snooping static-group ff28::2 logical interface Ethernet 0/2.200
The following example removes the static group from a bridge domain Ethernet.
device# configure terminal device(config)# bridge domain 10 device(config-bridge-domain-10)# no ipv6 mld snooping static-group ff28::2 logical interface Ethernet 0/2.200