Link to home
Start Free TrialLog in
Avatar of cdeons
cdeons

asked on

MDIX on a 3550 Switch

How do I turn off or set auto MDIX on a 3550 series cisco switch?
Avatar of Kamran Arshad
Kamran Arshad
Flag of Pakistan image

By default auto MDIX is off. Also Auto MDIX is not supported on 1000 BASE-SX or -LX SFP interfaces.

To turn Auto MDIX on on an interface use this (yes you need to set speed and duplex to auto also):

Switch# configure terminal
Switch(config)# interface gigabitethernet1/0/1
Switch(config-if)# speed auto
Switch(config-if)# duplex auto
Switch(config-if)# mdix auto
Switch(config-if)# end

To turn it off:

Switch# configure terminal
Switch(config)# interface gigabitethernet1/0/1
Switch(config-if)# speed <100/1000/auto>
Switch(config-if)# duplex <half/full/auto>
Switch(config-if)# no mdix auto
Switch(config-if)# end

Regards,
Raymond Zwarts
ASKER CERTIFIED SOLUTION
Avatar of typertec
typertec

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
yes. sorry about that.

mdix is not supported on 3550