3Com 5500 Switch User Manual


 
Configuring Multicast VLAN 145
[SwitchB-vlan10] igmp-snooping enable
[SwitchB-vlan10] quit
# Configure Ethernet 1/0/10 as a Hybrid port, assign it to VLAN 2, VLAN 3 and
VLAN 10, and configure it to send packets of VLAN 2, VLAN 3, and VLAN 10 with
the respective VLAN tags kept.
[SwitchB] interface Ethernet1/0/10
[SwitchB-Ethernet1/0/10] port link-type hybrid
[SwitchB-Ethernet1/0/10] port hybrid vlan2310tagged
[SwitchB-Ethernet1/0/10] quit
# Configure Ethernet 1/0/1 as a Hybrid port, assign it to VLAN 2 and VLAN 10, and
configure it to send packets of VLAN 2 and VLAN 10 without VLAN tags.
Configure VLAN 2 as the default VLAN.
[SwitchB] interface Ethernet1/0/1
[SwitchB-Ethernet1/0/1] port link-type hybrid
[SwitchB-Ethernet1/0/1] port hybrid vlan 2 10 untagged
[SwitchB-Ethernet1/0/1] port hybrid pvid vlan 2
[SwitchB-Ethernet1/0/1] quit
# Configure Ethernet 1/0/2 as a Hybrid port, assign it to VLAN 3 and VLAN 10, and
configure it to send packets of VLAN 3 and VLAN 10 without VLAN tags.
Configure VLAN 3 as the default VLAN.
[SwitchB] interface Ethernet1/0/2
[SwitchB-Ethernet1/0/2] port link-type hybrid
[SwitchB-Ethernet1/0/2] port hybrid vlan 3 10 untagged
[SwitchB-Ethernet1/0/2] port hybrid pvid vlan 3
[SwitchB-Ethernet1/0/2] quit
Complete Configuration Configuration on Switch A
#
multicast routing-enable
#
interface Vlan-interface10
ip address 168.10.2.1 255.255.255.0
igmp enable
pim dm
#
interface Vlan-interface20
ip address 168.10.1.1 255.255.255.0
pim dm
#
interface Ethernet1/0/1
port access vlan 20
#
interface Ethernet1/0/10
port link-type hybrid
port hybrid vlan 10 tagged
#
Configuration on Switch B
#
igmp-snooping enable