beautypg.com

Delete ip igmp destination, Destroy ip igmp destination – Allied Telesis 86251-05 User Manual

Page 30

background image

30

DELETE IP IGMP DESTINATION

Patch Release Note

Patch 86251-05 for Software Release 2.5.1

C613-10356-00 REV F

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 a-b), 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 will no longer be forwarded out the port(s). The static
association identified by the DESTINATION and INTERFACE parameters
must exist for this command to succeed.

If any of the 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 will still exist, although it will have 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 will be forwarded over vlan1, use the command:

DELETE IP IGMP DESTINATION=224.1.2.3 INTERFACE=VLAN1 PORT=1-4

See Also

CREATE IP IGMP DESTINATION
SHOW IP IGMP

DESTROY IP IGMP DESTINATION

Syntax

DESTROY IP IGMP DESTINATION=ipaddress INTERFACE=interface

where:

ipaddress is an existing IGMP group destination address.

interface is the name of the interface over which multicast data is
forwarded.

Description

This command destroys a static IGMP association. It is not necessary to delete
the ports first. The static IGMP association identified by the DESTINATION
and INTERFACE parameters must already exist for this command to succeed.

Examples

To stop the switch forwarding all multicast data for 224.1.2.3 over vlan1, use the
command:

DESTROY IP IGMP DESTINATION=224.1.2.3 INTERFACE=VLAN1

See Also

CREATE IP IGMP DESTINATION