XpressLearn Home

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
dot1Q trunking between Cisco and 3com SuperStack III switches

The goal of this article is to show inter-operable trunk port configurations for Cisco and 3com SuperStack III switches. This information will specifically focus on connecting a Cisco switch to a 3com switch and establishing an 802.1q trunk.

Goal:

Workstations configured for vlan 10 and Servers configured for vlan 11 are connected to a Cisco Switch. Another switch has to be added for capacity reasons, however it is a 3com. Additional Workstations and Servers need to be connected to the new 3com switch, using the same vlan separation configured on the Cisco access switch. The workstations in vlan 10 must communicate to each other across both switches. The Servers must also communicate across switches, which are in vlan 11.

In this example:

Cisco switch configuration:

vlan 10
 name Workstations
vlan 11
 name Servers

interface FastEthernet0/1
description Connected to 3com switch
switchport trunk encapsulation dot1q
switchport mode trunk
interface FastEthernet0/2
description Workstation
switchport access vlan 10

interface FastEthernet0/3
description Server
switchport access vlan 11

3com SuperStack III configuration steps:

Select menu option (bridge/vlan): create
Select VLAN ID (2-4094)[3]: 10
Enter VLAN Name [VLAN 10]: Workstations
Select menu option (bridge/vlan): create
Select VLAN ID (2-4094)[3]: 11
Enter VLAN Name [VLAN 11]: Servers

Select menu option (bridge/vlan/modify): add
Select VLAN ID (1-2,116,120)[1]: 10
Select bridge ports (AL1-AL4,unit:port...,?): 1:2
Enter tag type (untagged, tagged): untagged
Select menu option (bridge/vlan/modify): add
Select VLAN ID (1-2,116,120)[1]: 11
Select bridge ports (AL1-AL4,unit:port...,?): 1:3
Enter tag type (untagged, tagged): untagged
Select menu option (bridge/vlan/modify): add
Select VLAN ID (1-2,116,120)[1]: 10-11
Select bridge ports (AL1-AL4,unit:port...,?): 1:1
Enter tag type (untagged,tagged): tagged

Author Info:

 
 
Scott's profession is a Senior Network Engineer at a Healthcare related company in Nashville, TN. When he is not trying to secure a network or come up with a design for a new project, he enjoys spending time with his family. You can find out more at: http://www.scottp.net

Similar Posts:

 

One Response to “dot1Q trunking between Cisco and 3com SuperStack III switches”

  1. Rodolfo Says:

    Hi Scott very useful infomation about cisco and 3com switches, but
    i need more about the commands of 3com thanks.

Leave a Reply