293
If the IPv6 multicast address is in the SSM multicast address range, you must specify an IPv6 multicast
source address at the same time. Otherwise MLD routing table entries cannot be established. No such a
restriction exists if the specified IPv6 multicast group address is not in the SSM multicast address range.
To configure a VLAN interface as a static member of an IPv6 multicast group or IPv6 multicast source and
group, execute the
mld static-group
command on the VLAN interface, and configure the
mld-snooping
static-group
command on the member ports of the corresponding VLAN.
Related commands:
mld-snooping static-group
.
Examples
# Configure VLAN-interface 100 to be a statically-connected member of the IPv6 multicast group
FF03::101.
<Sysname> system-view
[Sysname] interface vlan-interface 100
[Sysname-Vlan-interface100] mld static-group ff03::101
# Configure VLAN-interface 100 to be a statically connected member of multicast source and group
(2001::101, FF3E::202).
<Sysname> system-view
[Sysname] interface vlan-interface 100
[Sysname-Vlan-interface100] mld static-group ff3e::202 source 2001::101
mld timer other-querier-present
Syntax
mld timer other-querier-present
interval
undo mld timer other-querier-present
View
Interface view
Default level
2: System level
Parameters
interval
: Specifies an MLD other querier present interval in seconds, in the range of 60 to 300.
Description
Use
mld timer other-querier-present
to configure the MLD other querier present interval on the current
interface.
Use
undo
mld timer other-querier-present
to restore the default.
By default, MLD other querier present interval = [ MLD query interval ] × [ MLD querier’s robustness
variable ] + [ maximum response delay for MLD general queries ] /2.
Related commands:
display mld interface
,
mld max-response-time
,
mld robust-count
,
mld timer query
,
and
timer other-querier-present
.
Examples
# Set the MLD other querier present interval to 200 seconds on VLAN-interface 100.
<Sysname> system-view
[Sysname] interface vlan-interface100