Example For Configuring Auto-Mdix - Cisco Catalyst 2960 series Configuration Manual

Consolidated platform configuration guide, ios release 15.2(4)e
Hide thumbs Also See for Catalyst 2960 series:
Table of Contents

Advertisement

Command or Action
Step 2
configure terminal
Example:
Switch#
Step 3
interface interface-id
Example:
Switch(config)#
Step 4
speed auto
Example:
Switch(config-if)#
Step 5
duplex auto
Example:
Switch(config-if)#
Step 6
end
Example:
Switch(config-if)#
Step 7
copy running-config startup-config
Example:
Switch# copy running-config startup-config

Example for Configuring Auto-MDIX

This example shows how to enable auto-MDIX on a port:
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
configure terminal
interface gigabitethernet1/0/1
speed auto
duplex auto
end
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
Example for Configuring Auto-MDIX
Purpose
Enters global configuration mode
Specifies the physical interface to be configured, and enter
interface configuration mode.
Configures the interface to autonegotiate speed with the
connected device.
Configures the interface to autonegotiate duplex mode
with the connected device.
Returns to privileged EXEC mode.
(Optional) Saves your entries in the configuration file.
47

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents