Configuring MLD Proxy
To configure a downstream interface, enable MLD on that interface. To configure MLD proxy on the router, complete the following tasks:
- Enable IPv6 multicast.
- Identify the interface that you want to act as the upstream interface.
- Enable MLD proxy on that interface.
- (Optional) Specify how often the router should send unsolicited reports to routers on the upstream interface.
ipv6 mld-proxy
- Use to enable MLD proxy on an interface.
- The interface for which you enable MLD proxy is the upstream interface.
- You can specify either MLD proxy version 1 or 2. The default is version 2.
- Example
host1(config-if)#ipv6 mld-proxyUse the no version to disable MLD proxy on an interface. ipv6 mld-proxy unsolicited-report-interval
- Use to specify, in tenths of a second, how often the upstream interface should transmit unsolicited reports.
NOTE: Issue this command only on the upstream interface. Otherwise, this command has no effect.
- Example
host1(config-if)#ipv6 mld-proxy unsolicited-report-interval 600Use the no version to transmit unsolicited reports using the default value, 100-tenths of a second (10 seconds). ipv6 mld-proxy version
host1(config-if)#ipv6 mld-proxy version 1Use the no version to set the version to its default value, MLDv2.