Configures a VLAN port member to be a multicast router (mrouter) port.
By default, a VLAN port member is not an mrouter port.
VLAN configuration mode
The no ipv6 mld snooping mrouter interface form of the command removes the mrouter configuration.
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