cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7104
Views
0
Helpful
7
Replies

Configuring A Trunk on 2950

littlegiglow
Level 1
Level 1

I have two 2950 switches. I am trying to set up a trunk over fa0/1 on both switches. There are no lights on the ports when I connect a cross-over cable. Any suggestions would help. I used the following commands on my first switch (Texas):

en

config t

int fa0/1

switchport mode trunk

speed 100

duplex full

-------------

switch two (Arkansas)

en

config t

int fa0/1

switchport mode dynamic

speed 100

duplex full

----------

Texas#show int fa0/1 switchport

Name: Fa0/1

Switchport: Enabled

Administrative Mode: trunk

Operational Mode: down

Administrative Trunking Encapsulation: dot1q

Negotiation of Trunking: On

Access Mode VLAN: 1 (default)

Trunking Native Mode VLAN: 1 (default)

Trunking VLANs Enabled: ALL

Pruning VLANs Enabled: 2-1001

Protected: false

Voice VLAN: none (Inactive)

Appliance trust: none

-------------

Arkansas#show int fa0/1 switchport

Name: Fa0/1

Switchport: Enabled

Administrative Mode: dynamic desirable

Operational Mode: down

Administrative Trunking Encapsulation: dot1q

Negotiation of Trunking: On

Access Mode VLAN: 1 (default)

Trunking Native Mode VLAN: 1 (default)

Trunking VLANs Enabled: ALL

Pruning VLANs Enabled: 2-1001

Protected: false

Voice VLAN: none (Inactive)

Appliance trust: none

------------------------

Arkansas#sho int fa0/1 trunk

Port Mode Encapsulation Status Native vlan

Fa0/1 desirable 802.1q not-trunking 1

----------------

Texas#show int fa0/1 trunk

Port Mode Encapsulation Status Native vlan

Fa0/1 on 802.1q not-trunking 1

7 Replies 7

glen.grant
VIP Alumni
VIP Alumni

You can't have one side forced on (switchport mode trunk) and the other side "switchport mode dynamic desirable . Just make both sides " switchport mode dynamic desirable" which is the default setting anyway on these switches . If its truly a Xover cable and the ports are administratively enabled then you should get a link light otherwise check or replace the cable. These switches do not have mdix so you must use a xover .

Hi Glen

You can have "switchport mode trunk" on one side and "switchport mode dynamic desirable" on the other side and it will form a trunk because DTP will negotiate a trunk. If you look at the output of both interfaces and it says

Negotiation of Trunking: On

If you had

switchport mode trunk

switchport nonegotiate

then yes it would not work.

Jon

ccbootcamp
Level 7
Level 7

use a crossover cable, and set both ports to:

switchport mode trunk

that should work for you.

-brad

www.ccbootcamp.com

(please rate the post if this helps!)

dan.cicioiu
Level 1
Level 1

Hi

could you check the both ports being "no shut".

As you can see on both ports you have "Operational Mode: down". This could be because of the cable or because one or both ports are in shutdown state.

John is correct about using "on" , though most cisco docs I have seen recomend using desirable - desirable on each end . I have seen problems where trunks are forced on and one end says its trunking and the trunk is not actually working .

glen,

yeah, i see the d/d config on a lot of cisco website configs as well.

where have you run into a problem? What type of switches? IOS? or CatOS? i'll lab it up and post the debugs.

i've been setting my 2950 trunks to "trunk" instead of desirable and havent had an issue. i know there used to be an issue (years ago) with doing trunk/trunk on older CatOS switches, but I haven't run into that in a long time.

-brad

www.ccbootcamp.com

(please rate the post if this helps!)

Thanks for everyone's response. It turns out the cable was the problem. It was not a Xcable as advertised.

Thanks

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