ipv6 mld snooping mrouter logical-interface

Configures a logical member port of a bridge domain to be a multicast router (mrouter) port.

Syntax

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

Command Default

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

Parameters

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

Modes

Bridge-domain configuration mode

Usage Guidelines

The no ipv6 mld snooping mrouter logical-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)# bridge-domain 10 
device(config-bridge-domain-10)# ipv6 mld snooping mrouter logical-interface ? 
Possible completions: 
	Ethernet The list of Ethernet LIFs. 
	Port-channel The list of port-channel LIFs. 
device(config-bridge-domain-10)# ipv6 mld snooping mrouter logical-interface Ethernet 0/2.200

The following example removes the mrouter configuration.

device# configure terminal
device(config)# bridge-domain 10
device(config-bridge-domain-10)# no ipv6 mld snooping mrouter logical-interface Ethernet 0/2.200