HP MSR2000/3000/4000 Router Series IP Multicast Command Reference
126
mld static-group
Use mld static-group to configure an interface as a static member of the specified IPv6 multicast group
or the specified IPv6 multicast source and group.
Use undo mld static-group to restore the default.
Syntax
mld static-group ipv6-group-address [ source ipv6-source-address ]
undo mld static-group { all | ipv6-group-address [ source ipv6-source-address ] }
Default
An interface is not a static member of any IPv6 multicast group or IPv6 multicast source and group.
Views
Interface view
Predefined user roles
network-admin
Parameters
ipv6-group-address: Specifies an IPv6 multicast group by its IPv6 address in the range of FFxy::/16
(excluding FFx0::/16, FFx1::/16, FFx2::/16, and FF0y::), where "x" and "y" represent any hexadecimal
numbers from 0 to F.
ipv6-source-address: Specifies an IPv6 multicast source. If this argument is not specified, the command
configures an interface as a static member of the multicast groups with all IPv6 multicast source
addresses.
all: Specifies all IPv6 multicast groups that the interface has statically joined.
Usage guidelines
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 IPv6 multicast routing entries cannot be established. This
restriction does not exist if the specified IPv6 multicast group address is not in the SSM multicast address
range.
Examples
# Configure Ethernet 1/1 as a static member of the IPv6 multicast group FF03::101.
<Sysname> system-view
[Sysname] interface ethernet 1/1
[Sysname-Ethernet1/1] mld static-group ff03::101
# Configure Ethernet 1/1 as a static member of the multicast source and group (2001::101, FF3E::202).
<Sysname> system-view
[Sysname] interface ethernet 1/1
[Sysname-Ethernet1/1] mld static-group ff3e::202 source 2001::101
mld version
Use mld version to specify the MLD version for an interface.
Use undo mld version to restore the default.