What are the basic configuration commands to enable MLD based IPv6 multicast on an interface???
I have the following config :
ipv6 multicast-routing (globally)
interface GigabitEthernet1/0
no ip address
negotiation auto
ipv6 address 2000:104::1:1/128
ipv6 mld join-group FF1E::1
I am supposed to join a multicast group FF1E::1.Is this configuration sufficient enough???