PurposeCommand or Action
enet_list
Returns to privileged EXEC mode.end
Example:
Switch(config)# end
Step 5
Shows the defined interface range macro configuration.show running-config | include define
Example:
Switch# show running-config | include
Step 6
define
(Optional) Saves your entries in the configuration file.copy running-config startup-config
Example:
Switch# copy running-config startup-config
Step 7
Configuring Ethernet Interfaces
Setting the Interface Speed and Duplex Parameters
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface interface-id
4.
speed {10 | 100 | 1000 | 2500 | 5000 | 10000 | auto [10 | 100 | 1000 | 2500 | 5000 | 10000] | nonegotiate}
5.
duplex {auto | full | half}
6.
end
7.
show interfaces interface-id
8.
copy running-config startup-config
9.
copy running-config startup-config
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
29
How to Configure Interface Characteristics