cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
605
Views
0
Helpful
2
Replies

Switch to Switch

londint
Level 1
Level 1

I am in the process of connecting 2 switches together through a patch panel.

Can I start with a straight-through cable half way and end up with a cross-over cable?

Thanks

2 Replies 2

smif101
Level 4
Level 4

Yes you can, but I think the easiest thing you could have done was just try it and then see if it came up.

Yes you can, but I recommend you to use an Auto MDIX (Medium Dependent Interface crossover), this allows you to connect same devices with a straight-through cable, but remember that you have to enable speed, duplex and mdix to auto on that port:

 

#configuration terminal

(config)# interface X

(config-if)# speed auto

(config-if)# duplex auto

(config-if)# mdix auto

 

if you want to disable Auto-MDIX:

 

(config-if)# no mdix auto