HP MSR2000/3000/4000 Router Series IP Multicast Command Reference

57
[Sysname-acl-basic-2005] rule permit source 225.1.1.1 0
[Sysname-acl-basic-2005] quit
[Sysname] interface ethernet 1/1
[Sysname-Ethernet1/1] igmp group-policy 2005
igmp static-group
Use igmp static-group to configure an interface as a static member of the specified multicast group or the
specified multicast source and group.
Use undo igmp static-group to restore the default.
Syntax
igmp static-group group-address [ source source-address ]
undo igmp static-group { all | group-address [ source source-address ] }
Default
An interface is not a static member of any multicast group or multicast source and group.
Views
Interface view
Predefined user roles
network-admin
Parameters
group-address: Specifies a multicast group by its address in the range of 224.0.1.0 to 239.255.255.255.
source-address: Specifies a multicast source address. If this argument is not specified, the command
configures an interface as a static member of the multicast groups with all multicast source addresses.
all: Specifies all multicast groups that the interface has statically joined.
Usage guidelines
If the specified multicast address is in the SSM multicast address range, you must specify a multicast
source address at the same time. Otherwise, IGMP routing entries cannot be established. No such a
restriction exists if the specified multicast group address is not in the SSM multicast address range.
Examples
# Configure Ethernet 1/1 as a static member of the multicast group 224.1.1.1.
<Sysname> system-view
[Sysname] interface ethernet 1/1
[Sysname-Ethernet1/1] igmp static-group 224.1.1.1
# Configure Ethernet 1/1 as a static member of the multicast source and group (192.168.1.1, 232.1.1.1).
<Sysname> system-view
[Sysname] interface ethernet 1/1
[Sysname-Ethernet1/1] igmp static-group 232.1.1.1 source 192.168.1.1
igmp version
Use igmp version to specify the IGMP version for an interface.