Ipv6 mld proxy unsolicited-report- interval, Ipv6 mld proxy unsolicited-report-interval, Ipv6 mld proxy – LevelOne GTL-2691 User Manual
Page 1283: Unsolicited-report, Interval
C
HAPTER
42
| Multicast Filtering Commands
MLD Proxy Routing
– 1283 –
◆
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.
E
XAMPLE
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.
S
YNTAX
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)
D
EFAULT
S
ETTING
400 seconds
C
OMMAND
M
ODE
Interface Configuration (VLAN)
C
OMMAND
U
SAGE
◆
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.
E
XAMPLE
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)#