cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7520
Views
0
Helpful
5
Replies

Trunk between cisco switch 2960 and 3com switch 4500

ssweehin
Level 1
Level 1

I am having the problem to do the trunking between cisco switch 2960 and 3com switch 4500? Seems both of them cannot communicate with each other. Anyone can help? Below is the command from both of the switches.

Cisco :

switchport access vlan 50

switchport mode trunk

3Com:

port link-type trunk

port trunk permit vlan 50

5 Replies 5

Jerry Ye
Cisco Employee
Cisco Employee

Hi,

You have to define trunk encapsulation on the port:

switchport trunk encapsulation dot1q

Also, "switchport access vlan 50" is not necessary since it is uses for access port, not on trunk port.

HTH,

jerry

if i do not assign "switchport access vlan 50", how I know that particular trunk port is for vlan 50?

Hi,

first you define this Cisco port as an uplink port to the 3Com Switch and put .1q encapsualation on it:

- switchport mode trunk

- switchport trunk encapsulation dot1q

Then you define the vlans which shall run over this port (not necessary when all vlans shall be allowed):

- switchport trunk allowed vlan add 1,2,10

or you say allow all vlans except...

- switchport trunk allowed vlan except 1,2,10

maybe you should define speed and duplex on both port statically - not auto!

Greetz from Germany ;)

Like described in Alexander's post, by default, all VLAN's will allow to traverse a trunk port. If you want to limit/control a specific VLAN's to traverse over the trunk port, you can configure with the command:

switchport trunk allowed vlan x,y,z

http://www.cisco.com/en/US/docs/switches/lan/catalyst3750/software/release/12.2_25_see/configuration/guide/swvlan.html#wp1150302

HTH,

jerry

Just to clarify, as others have said you need to remove the "switchport access vlan 50" part of your config.

However the 2960 only supports 802.1q encapsulation so the command "switchport trunk encapsulation dot1q" is not necessary and won't be available.

Jon

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card