R0106-HP MSR Router Series IP Multicast Command Reference(V7)

79
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 by its address. If no multicast source is specified, the
command configures an interface as a static member of the multicast groups with all multicast source
addresses.
all: Specifies all multicast groups.
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 GigabitEthernet 2/1/1 as a static member of the multicast group 224.1.1.1.
<Sysname> system-view
[Sysname] interface gigabitethernet 2/1/1
[Sysname-GigabitEthernet2/1/1] igmp static-group 224.1.1.1
# Configure GigabitEthernet 2/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 gigabitethernet 2/1/1
[Sysname-GigabitEthernet2/1/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.
Use undo igmp version to restore the default.
Syntax
igmp version version-number
undo igmp version
Default
The default IGMP version is version 2.
Views
Interface view
Predefined user roles
network-admin
Parameters
version-number: Specifies an IGMP version in the range of 1 to 3.
Examples
# Specify the IGMP version as 1 on GigabitEthernet 2/1/1.
<Sysname> system-view