28 | ADD IP IGMP DESTINATION | Patch Release Note |
New Commands
ADD IP IGMP DESTINATION
Syntax ADD 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. This must be a VLAN interface.
■
Description This command adds additional ports, through which multicast data is forwarded.
The DESTINATION parameter specifies the IP address from where multicast data is forwarded.
The INTERFACE parameter specifies the interface over which multicast data is forwarded. This must be a VLAN interface, e.g. 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 ports 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 specified in the port list already has a dynamic IGMP host, it will be replaced by the new static entry. If ALL is specified, all ports belonging to that interface will forward multicast data.
Examples To add port 5 to the list of ports through which multicast data for 224.1.2.3 will be forwarded over vlan1, use the command:
ADD IP IGMP DESTINATION=224.1.2.3 INTERFACE=VLAN1 PORT=5
See Also DELETE IP IGMP DESTINATION
SHOW IP IGMP
Patch