Install guide

IP Multicasting delete ip igmp destination 55
delete ip igmp destination
Syntax DELete IP IGMP DEStination=ipaddress INTerface=interface
POrt={ALL|port-list}
where:
ipaddress is an existing IGMP group destination address.
interface is the name of the interface over which multicast data is
forwarded. This must be a VLAN interface.
port-list is a port number, a range of port numbers (specified as n-m), or a
comma- separated list of port numbers and/or ranges. Port numbers start
at 1 and end at m, where m is the highest numbered Ethernet port,
including uplink ports.
Description This command deletes ports from a static multicast group. Multicast data from
the multicast group are no longer forwarded out the port. The static association
identified by the destination and interface parameters must exist for this
command to succeed.
When ports specified in the port list are not assigned to this static association,
an error message is displayed. When the last port is removed, the static
association still exists, although it has no functionality until ports are added
again. To destroy the entire static association, use the destroy ip igmp
destination command.
Examples To remove ports 1-4 from the list of ports through which multicast data for
224.1.2.3 is forwarded over vlan1, use the command:
del ip igmp des=224.1.2.3 int=vlan1 po=1-4
Related Commands add ip igmp destination
create ip igmp destination
destroy ip igmp destination
show ip igmp