R3303-HP HSR6800 Routers IP Multicast Command Reference

90
<Sysname> system-view
[Sysname] interface gigabitethernet 2/1/1
[Sysname-GigabitEthernet2/1/1] igmp startup-query-interval 5
Related commands
igmp timer query
startup-query-interval
igmp static-group
Use igmp static-group to configure the current 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
Default command level
2: System level
Parameters
group-address: Specifies a multicast group address in the range of 224.0.1.0 to 239.255.255.255.
source-address: Specifies a multicast source address.
all: Specifies all static multicast groups that the current interface has 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 table entries cannot be established. No such
a restriction exists if the specified multicast group address is not in the SSM multicast address range.
For a device that supports both IGMP snooping and IGMP, if you want to configure a VLAN interface as
a static member of a multicast group or multicast source and group, configure the igmp static-group
command on the VLAN interface, and configure the igmp-snooping static-group command on the
member ports of the corresponding VLAN.
Examples
# Configure GigabitEthernet 2/1/1 as a static member of 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 multicast source and group (192.168.1.1,
232.1.1.1).
<Sysname> system-view