Configures a logical member port of a bridge domain to be a multicast router (mrouter) port.
By default, a logical member port is not an mrouter port.
Bridge-domain configuration mode
The no ipv6 mld snooping mrouter logical-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)# 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