HP MSR2000/3000/4000 Router Series IP Multicast Command Reference
25
source-address: Specifies a multicast source by its IP address.
all: Specifies all VLANs.
vlan vlan-id: Specifies a VLAN. The value range for the vlan-id argument is 1 to 4094.
Usage guidelines
The source-ip source-address option is meaningful only for IGMPv3 snooping. If IGMPv2 snooping is
running, the source-ip source-address option does not take effect, although you can include source-ip
source-address in the command.
Examples
# Configure Ethernet 1/1 in VLAN 2 as a static member port for the multicast source and group (1.1.1.1,
225.0.0.1).
<Sysname> system-view
[Sysname] igmp-snooping
[Sysname-igmp-snooping] quit
[Sysname] vlan 2
[Sysname-vlan2] igmp-snooping enable
[Sysname-vlan2] igmp-snooping version 3
[Sysname-vlan2] quit
[Sysname] interface ethernet 1/1
[Sysname-Ethernet1/1] igmp-snooping static-group 225.0.0.1 source-ip 1.1.1.1 vlan 2
igmp-snooping static-router-port
Use igmp-snooping static-router-port to configure a port as a static router port.
Use undo igmp-snooping static-router-port to restore the default.
Syntax
igmp-snooping static-router-port vlan vlan-id
undo igmp-snooping static-router-port { all | vlan vlan-id }
Default
A port is not a static router port.
Views
Layer 2 Ethernet interface view
Predefined user roles
network-admin
Parameters
all: Specifies all VLANs.
vlan vlan-id: Specifies a VLAN. The value range for the vlan-id argument is 1 to 4094.
Examples
# Configure Ethernet 1/1 in VLAN 2 as a static router port.
<Sysname> system-view
[Sysname] interface ethernet 1/1
[Sysname-Ethernet1/1] igmp-snooping static-router-port vlan 2