home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

reset ipv6 mld

Clears the specified MLD local memberships.

reset ipv6 mld { group group [ interface ] | interface interface }
group
Clears the specified multicast group and deletes MLD group cache entries. The format is an IPv6 multicast address.
interface
Clears the specified multicast group learned from the specified interface. The format is an interface type, as described in interfaces <interface> ipv6 mld.
interface interface
Clears all multicast groups learned from the specified interface. The format is an interface type, as described in interfaces <interface> ipv6 mld.

Operational mode

Use this command to clear MLD group membership information.

The following example clears group membership information for the multicast group FF1E::10.


vyatta@vyatta:~$ reset ipv6 mld group FF1E::10

The following example clears group membership information for interface dp0p1p2.


vyatta@vyatta:~$ reset ipv6 mld group dp0p1p2