Purpose
Command or Action
Enters global configuration mode
configure terminal
Example:
Switch#
configure terminal
Step 2
Specifies the physical interface to be configured, and enter
interface configuration mode.
interface interface-id
Example:
Switch(config)#
interface gigabitethernet1/0/1
Step 3
Configures the interface to autonegotiate speed with the
connected device.
speed auto
Example:
Switch(config-if)#
speed auto
Step 4
Configures the interface to autonegotiate duplex mode
with the connected device.
duplex auto
Example:
Switch(config-if)#
duplex auto
Step 5
Returns to privileged EXEC mode.
end
Example:
Switch(config-if)#
end
Step 6
(Optional) Saves your entries in the configuration file.
copy running-config startup-config
Example:
Switch#
copy running-config startup-config
Step 7
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
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
47
Example for Configuring Auto-MDIX
Summary of Contents for Catalyst 2960 Series
Page 96: ......
Page 196: ......
Page 250: ......
Page 292: ......
Page 488: ......
Page 589: ...P A R T VI Cisco Flexible NetFlow Configuring NetFlow Lite page 509 ...
Page 590: ......
Page 619: ...P A R T VII QoS Configuring QoS page 539 Configuring Auto QoS page 645 ...
Page 620: ......
Page 750: ......
Page 1604: ......
Page 1740: ......
Page 2105: ...P A R T XII Configuring Cisco IOS IP SLAs Configuring Cisco IP SLAs page 2025 ...
Page 2106: ......
Page 2118: ......
Page 2164: ......