|
|
Question : Problem: Cisco Catalyst 2950 Configuration
|
|
Starting from scratch basically, the first thing I need to do is connect 2 2950's. If I plug a crossover cable into ports 0/1 on both switches, I get a link, but if I change to port 0/24 on switch #1, no link. heres the config: (right now everything is just vlan1)
switch #1
interface FastEthernet0/1 description Upstream or peer switch switchport mode trunk no ip address
interface FastEthernet0/24 description Upstream or peer switch switchport mode trunk no ip address spanning-tree bpduguard disable
switch#2
interface FastEthernet0/1 description Upstream or peer switch switchport mode trunk no ip address !
sure its simple, thanks
|
Answer : Problem: Cisco Catalyst 2950 Configuration
|
|
Assuming you are using the same cable, there should not be any difference. Is there a difference with "show interface" between FA 0/1 and FA 0/24? Do it twice, with the cable plugged into 0/1, and with the cable plugged into 0/24
Have you tried resetting the switch to default configuration?
switch#write erase
switch#reload Do you want to save config? No Confirm[enter]
|
|
|
|