ipv6 mld mroute-proxy
Use this command to specify the MLD Proxy service (upstream host-side) interface with which to be associated. MLD router-side protocol operation is enabled only when the specified upstream proxy-service interface is functional. This command should not be configured on interfaces enabled for MLD in association with a multicast routing protocol; otherwise, the behavior will be undefined.
Use the no parameter with this command to remove the association with the proxy-service interface.
Command Syntax
ipv6 mld mroute-proxy IFNAME
no ipv6 mld mroute-proxy
Parameters
IFNAME
Specify the interface name.
Command Mode
Interface mode
Applicability
This command was introduced in OcNOS version 6.2.0.
Example
The following example configures the eth0 interface as the upstream proxy-service interface for the downstream router-side interface, eth1.
#configure terminal
(config)#interface eth1
(config-if)#ipv6 mld mroute-proxy eth0
Last modified date: 10/20/2023