Install guide
IP Multicasting add ip igmp destination 43
add ip igmp destination
Syntax ADD 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 adds additional ports through which multicast data is
forwarded.
The destination parameter specifies the IP address to which multicast group
address data is forwarded.
The interface parameter specifies the interface over which multicast data is
forwarded. This must be a VLAN interface, for example VLAN1.
The static IGMP association identified by the destination and interface
parameters must already exist.
The port parameter specifies the ports through which multicast data is
forwarded. If any of the ports specified in the port list are already part of the
association or are not valid for the specified interface, an error message is
displayed.
A port may belong to several associations if it belongs to several interfaces (i.e.
if there are overlapping VLANs). If one of the ports in the list already has a
dynamic IGMP host, it is replaced by the new static entry.
If all is specified, all ports belonging to that interface forward multicast data.
Examples To add port 5 to the list of ports through which multicast data for 224.1.2.3 is
forwarded over vlan1, use the command:
add ip igmp des=224.1.2.3 int=vlan1 po=5
Related Commands create ip igmp destination
delete ip igmp destination
destroy ip igmp destination
show ip igmp