OcNOS-SP : Multicast Guide : Multicast Configuration Guide : MLD Proxy Configuration : Enabling Proxy upstream interface
Enabling Proxy upstream interface
Enable MLD proxy service on the interface in which the interface is in the direction toward the root of the multicast forwarding tree. In this example eth1 is the upstream interface which acts as an MLD host.
 
#configure terminal
Enter Configure mode.
(config)#interface eth1
Enter interface mode.
(config-if)#ipv6 address 2000::1/64
Assign IPv6 address to an interface
(config-if)#ipv6 MLD proxy-service
Enable MLD proxy service on the upstream interface.
(config-if)#commit
Commit the transaction.
(config)#exit
Exit Configure mode.
Last modified date: 10/20/2023