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 ip igmp

Clears the specified IGMP local memberships.

reset ip igmp [ group group [ interface ] | interface interface ]
group
Clears the specified multicast group and deletes IGMP group cache entries. The format is an IPv4 multicast address.
interface
Clears the specified multicast group learned from the specified interface. The format is an interface type, as described in interfaces <interface> ip igmp.
interface interface
Clears all multicast groups learned from the specified interface. The format is an interface type, as described in interfaces <interface> ip igmp.

Operational mode

Use this command to clear IGMP group membership information.

The following example clears group membership information for the multicast group 224.1.1.1.


vyatta@vyatta:~$ reset ip igmp group 224.1.1.1

The following example clears group membership information for interface dp0p1p2.


vyatta@vyatta:~$ reset ip igmp interface dp0p1p2