R3102-R3103-HP 6600/HSR6600 Routers IP Multicast Command Reference

28
current-interface: Specifies the address of the current VLAN interface as the source address of IGMP
group-specific queries. If the current VLAN interface does not have an IP address, the default IP address
0.0.0.0 is used as the source IP address of IGMP group-specific queries.
Usage guidelines
This command takes effect only if IGMP snooping is enabled in the VLAN.
Examples
# On VLAN 2, enable IGMP snooping and specify 10.1.1.1 as the source IP address of IGMP
group-specific queries.
<Sysname> system-view
[Sysname] igmp-snooping
[Sysname-igmp-snooping] quit
[Sysname] vlan 2
[Sysname-vlan2] igmp-snooping enable
[Sysname-vlan2] igmp-snooping special-query source-ip 10.1.1.1
Related commands
igmp-snooping enable
igmp-snooping static-group
Use igmp-snooping static-group to configure a port as a static member port of the specified multicast
group or the specified multicast source and group.
Use undo igmp-snooping static-group to restore the default.
Syntax
igmp-snooping static-group group-address [ source-ip source-address ] vlan vlan-id
undo igmp-snooping static-group group-address [ source-ip source-address ] vlan vlan-id
Default
No ports are static member ports.
Views
Layer 2 Ethernet interface view, Layer 2 aggregate interface view, port group view
Default command level
2: System level
Parameters
group-address: Specifies the address of the multicast group that the port joins as a static member port, in
the range of 224.0.1.0 to 239.255.255.255.
source-address: Specifies the address of the multicast source that the port joins as a static member port.
The value of this argument should be a valid unicast address or 0.0.0.0. A source IP address of 0.0.0.0
specifies all multicast sources.
vlan vlan-id: Specifies a VLAN. The value range for the vlan-id argument is 1 to 4094.