ECS4660-28F_Management Guide-R03

Table Of Contents
C
HAPTER
43
| Multicast Filtering Commands
MLD Proxy Routing
– 1535
Only one upstream interface is supported on the system.
MLD and MLD proxy cannot be enabled on the same interface.
A maximum of 1024 multicast streams are supported.
EXAMPLE
The following example enables multicast routing globally on the switch,
configures VLAN 2 as a downstream interface, and then VLAN 1 as the
upstream interface.
Console(config)#ip multicast-routing
Console(config)#interface vlan2
Console(config-if)#ipv6 mld
Console(config-if)#exit
Console(config)#interface vlan1
Console(config-if)#ipv6 mld proxy
Console(config-if)#
ipv6 mld proxy
unsolicited-report-
interval
This command specifies how often the upstream interface should transmit
unsolicited MLD reports. Use the no form to restore the default value.
SYNTAX
ipv6 mld proxy unsolicited-report-interval seconds
no ipv6 mld proxy unsolicited-report-interval
seconds - The interval at which to issue unsolicited reports.
(Range: 1-65535 seconds)
DEFAULT SETTING
400 seconds
COMMAND MODE
Interface Configuration (VLAN)
COMMAND USAGE
The unsolicited report interval only applies to the interface where MLD
proxy has been enabled.
MLD and MLD proxy cannot be enabled on the same interface.
EXAMPLE
The following example sets the interval for sending unsolicited MLD reports
to 5 seconds.
Console(config)#interface vlan
Console(config-if)#ip igmp proxy unsolicited-report-interval 5
Console(config)#