H3C Technologies H3C WX3000 Series Unified Switches User Manual

Page 448

Advertising
background image

44-18

[SwitchA–vlan20]port GigabitEthernet 1/0/1

[SwitchA-vlan20] quit

[SwitchA] interface Vlan-interface 20

[SwitchA-Vlan-interface20] ip address 168.10.1.1 255.255.255.0

[SwitchA-Vlan-interface20] pim dm

[SwitchA-Vlan-interface20] quit

# Configure VLAN 10.

[SwitchA] vlan 10

[SwitchA-vlan10] quit

# Define GigabitEthernet 1/0/10 as a hybrid port, add the port to VLAN 10, and configure the port to
forward tagged packets for VLAN 10.

[SwitchA] interface GigabitEthernet 1/0/10

[SwitchA-GigabitEthernet1/0/10] port link-type hybrid

[SwitchA-GigabitEthernet1/0/10] port hybrid vlan 10 tagged

[SwitchA-GigabitEthernet1/0/10] quit

# Configure the interface IP address of VLAN 10 as 168.10.2.1, and enable PIM-DM and IGMP.

[SwitchA] interface Vlan-interface 10

[SwitchA-Vlan-interface10] ip address 168.10.2.1 255.255.255.0

[SwitchA-Vlan-interface10] igmp enable

2) Configure Switch B:

# Enable the IGMP Snooping feature on Switch B.

<SwitchB> system-view

[SwitchB] igmp-snooping enable

# Configure VLAN 10 as the multicast VLAN and enable IGMP Snooping on it.

[SwitchB] vlan 10

[SwitchB-vlan10] service-type multicast

[SwitchB-vlan10] igmp-snooping enable

[SwitchB-vlan10] quit

# Define GigabitEthernet 1/0/10 as a hybrid port, add the port to VLAN 2, VLAN 3, and VLAN 10, and
configure the port to forward tagged packets for VLAN 2, VLAN 3, and VLAN 10.

[SwitchB] interface GigabitEthernet 1/0/10

[SwitchB-GigabitEthernet1/0/10] port link-type hybrid

[SwitchB-GigabitEthernet1/0/10] port hybrid vlan 2 3 10 tagged

[SwitchB-GigabitEthernet1/0/10] quit

# Define GigabitEthernet 1/0/1 as a hybrid port, add the port to VLAN 2 and VLAN 10, configure the port
to forward untagged packets for VLAN 2 and VLAN 10, and set VLAN 2 as the default VLAN of the port.

[SwitchB] interface GigabitEthernet 1/0/1

[SwitchB-GigabitEthernet1/0/1] port link-type hybrid

[SwitchB-GigabitEthernet1/0/1] port hybrid vlan 2 10 untagged

[SwitchB-GigabitEthernet1/0/1] port hybrid pvid vlan 2

[SwitchB-GigabitEthernet1/0/1] quit

# Define GigabitEthernet 1/0/2 as a hybrid port, add the port to VLAN 3 and VLAN 10, configure the port
to forward untagged packets for VLAN 3 and VLAN 10, and set VLAN 3 as the default VLAN of the port.

[SwitchB] interface GigabitEthernet 1/0/2

[SwitchB-GigabitEthernet1/0/2] port link-type hybrid

[SwitchB-GigabitEthernet1/0/2] port hybrid vlan 3 10 untagged

[SwitchB-GigabitEthernet1/0/2] port hybrid pvid vlan 3

[SwitchB-GigabitEthernet1/0/2] quit

Advertising