ipv6 mld snooping static-group

Configures a static group on an Ethernet or a port channel for a VLAN or a bridge domain.

Syntax

ipv6 mld snooping static-group ipv6 address interface [ethernet | port-channel] interface name
ipv6 mld snooping static-group ipv6 address logical-interface [ethernet | port-channel] logical interface name
no ipv6 mld snooping static-group ipv6 address interface [ethernet | port-channel]interface name
no ipv6 mld snooping static-group ipv6 address logical-interface [ethernet | port-channel] logical interface name

Command Default

By default, a static group is not configured.

Parameters

ipv6 address
Specifies the IPv6 address for which to configure a static group.
interface
Specifies the VLAN interface for which to configure a static group.
ethernet interface name
Specifies the Ethernet name in the following format: x/y, where x is the slot number and y is the interface (port) number. For example, 0/3.
port-channel interface name
Specifies the port channel name. For example, 10.200, where 10 is the port channel.
logical-interface
Specifies the bridge domain interface for which to configure a static group.
ethernet logical interface name
Specifies the Ethernet name in the following format: x/y, where x is the slot number and y is the interface (port) number. For example, 0/2.200.
port-channel logical interface name
Specifies the port channel name. For example, 10.200, where 10 is the port channel.

Modes

VLAN or bridge domain configuration mode

Usage Guidelines

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.

Examples

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