69
•
The multicast source sends multicast data to the multicast group 224.1.1.1. Host A, Host B, and
Host C are receivers of the multicast data, and the hosts belong to VLAN 2 through VLAN 4
respectively.
Configure the port-based multicast VLAN feature on Switch A to meet the following requirements:
•
Router A sends multicast data to Switch A through the multicast VLAN.
•
Switch A forwards the multicast data to the receivers in different VLANs.
Figure 25 Network diagram
Configuration procedure
1.
Assign an IP address and subnet mask to each interface according to
. (Details not
shown.)
2.
On Router A, enable IP multicast routing, enable PIM-DM on each interface, and enable IGMP
on the host-side interface GigabitEthernet 1/0/2.
<RouterA> system-view
[RouterA] multicast routing-enable
[RouterA] interface gigabitethernet 1/0/1
[RouterA-GigabitEthernet1/0/1] pim dm
[RouterA-GigabitEthernet1/0/1] quit
[RouterA] interface gigabitethernet 1/0/2
[RouterA-GigabitEthernet1/0/2] pim dm
[RouterA-GigabitEthernet1/0/2] igmp enable
3.
Configure Switch A:
# Enable IGMP snooping globally.
<SwitchA> system-view
[SwitchA] igmp-snooping
[SwitchA-igmp-snooping] quit
# Create VLAN 10, assign GigabitEthernet 1/0/1 to VLAN 10, and enable IGMP snooping in this
VLAN.
[SwitchA] vlan 10
[SwitchA-vlan10] port gigabitethernet 1/0/1
[SwitchA-vlan10] igmp-snooping enable