
296
Parameters
all
: The first
all
specifies all interfaces, and the second
all
specifies all MLD groups.
interface
interface-type interface-number
: Specifies an interface by its type and number.
ipv6-group-address
: Specifies an IPv6 multicast group address, in the range of FFxy::/16, where x and
y represent any hexadecimal number ranging from 0 to F.
ipv6-source-address
: Specifies an IPv6 multicast source address.
prefix-length
: Specifies the Prefix length of the specified multicast source or multicast group. For a
multicast source address, this argument has an effective value range of 0 to 128. For a multicast group
address, it has an effective value range of 8 to 128. The default is 128 in both cases.
Description
Use
reset mld group
to remove the dynamic group entries of the specified MLD groups.
This command cannot remove the static group entries of MLD groups.
Related commands:
display mld group
.
Examples
# Remove the dynamic MLD group entries on all interfaces.
<Sysname> reset mld group all
# Remove the dynamic MLD group entries on VLAN-interface 100.
<Sysname> reset mld group interface vlan-interface 100 all
# Remove the dynamic group entry for MLD group FF03::101:10 on VLAN-interface 100.
<Sysname> reset mld group interface vlan-interface 100 ff03::101:10
reset mld group port-info
Syntax
reset mld group port-info
{
all
|
ipv6-group-address
} [
vlan
vlan-id
]
View
User view
Default level
2: System level
Parameters
all
: Specifies all IPv6 multicast groups.
Ipv6-group-address
: Specifies an IPV6 multicast group. The value range of
group-address
is FFxy::/16,
where x and y represent any hexadecimal number between 0 and F, inclusive.
vlan-id
: Specifies a VLAN. The value range of
vlan-id
is 1 to 4094.
Description
Use
reset mld group port-info
to remove the dynamic Layer 2 port entries of the specified MLD groups.
Layer 2 ports for MLD groups include member ports and router ports.
This command cannot remove static Layer 2 port entries of MLD groups.
Related commands:
display mld group port-info
.