ipv6 mld snooping mrouter interface

Configures a VLAN port member to be a multicast router (mrouter) port.

Syntax

ipv6 mld snooping mrouter interface [ethernet | port-channel ]interface_name
no ipv6 mld snooping mrouter interface [ethernet | port-channel ] interface_name

Command Default

By default, a VLAN port member is not an mrouter port.

Parameters

ethernet
Specifies the type of interface to configure.
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.
port-channel
Specifies the type of interface to configure.
interface_name
Specifies the port channel name. For example, 10.200, where 10 is the port channel.

Modes

VLAN configuration mode

Usage Guidelines

The no ipv6 mld snooping mrouter interface form of the command removes the mrouter configuration.

Examples

The following example configures an Ethernet port as an mrouter port.

device# configure terminal
device(config)# vlan 10 
device(config-vlan-10)# ipv6 mld snooping mrouter interface ? 
Possible completions: 
	Ethernet The list of Ethernet LIFs. 
	Port-channel The list of port-channel LIFs. 
device(config-vlan-10)# ipv6 mld snooping mrouter interface Ethernet 0/2

The following example removes the mrouter configuration.

device# configure terminal
device(config)# vlan 10
device(config-vlan-10)# no ipv6 mld snooping mrouter interface Ethernet 0/2