DETAILED STEPS
PurposeCommand or Action
Enters global configuration modeconfigure terminal
Example:
Switch# configure terminal
Step 1
Specifies the physical interface to be configured, and enter
interface configuration mode.
interface interface-id
Example:
Switch(config)# interface gigabitethernet1/0/1
Step 2
Configures the interface to autonegotiate speed with the
connected device.
speed auto
Example:
Switch(config-if)# speed auto
Step 3
Configures the interface to autonegotiate duplex mode
with the connected device.
duplex auto
Example:
Switch(config-if)# duplex auto
Step 4
Enables auto-MDIX on the interface.mdix auto
Example:
Switch(config-if)# mdix auto
Step 5
Returns to privileged EXEC mode.end
Example:
Switch(config-if)# end
Step 6
Monitoring Auto-MDIX
PurposeCommand
Catalyst 2960-XR Switch Interface and Hardware Component Configuration Guide, Cisco IOS Release 15.0(2)EX1
OL-29420-01 45
Configuring Auto-MDIX
Monitoring Auto-MDIX