2-7
[Sysname] interface Ethernet 1/0/1
[Sysname-Ethernet1/0/1] port access vlan 10
[Sysname-Ethernet1/0/1] igmp group-policy 2000 vlan 10
igmp host-join port
Syntax
igmp host-join
group-address port interface-list
undo igmp host-join
group-address port interface
-
list
View
Interface view
Parameters
group-address
: Address of the multicast group to join.
port
interface-list
: Configures the specified port or ports under the current VLAN interface as simulated
member host(s) for the specified multicast group. With the
interface-list
argument, you can define one
or more individual ports (in the form of
interface-type
interface-number
) and/or one or more port ranges
(in the form of
interface-type
interface-number1 to
interface-type
interface-number2
, where
interface-number2
must be greater than
interface-number1
). The total number of individual ports plus
port ranges cannot exceed 10. For port types and port numbers, refer to the parameter description in
the “Port Basic Configuration” part in this manual.
In LoopBack interface view, this command does not support the
port
interface-list
option.
Description
Use the
igmp host-join
port
command to configure one or more ports under the current VLAN
interface as simulated member hosts to join the specified multicast group.
Use
undo
igmp host-join
port
command to restore the default.
By default, simulated joining is disabled.
Examples
# Configure Ethernet 1/0/1 under VLAN-interface 10 as a simulated member host to join multicast group
225.0.0.1.
<Sysname> system-view
System View: return to User View with Ctrl+Z.
[Sysname] interface Vlan-interface 10
[Sysname-Vlan-interface10] igmp host-join 225.0.0.1 port Ethernet 1/0/1