SUMMARY STEPS
1.
configure terminal
2.
ip dhcp pool poolname
3.
boot filename
4.
network network-number mask prefix-length
5.
default-router address
6.
option 150 address
7.
option 125 hex
8.
copy tftp flash filename.txt
9.
copy tftp flash imagename.bin
10.
exit
11.
tftp-server flash: config.text
12.
tftp-server flash: imagename.bin
13.
tftp-server flash: filename.txt
14.
interface interface-id
15.
no switchport
16.
ip address address mask
17.
end
18.
copy running-config startup-config
DETAILED STEPS
PurposeCommand or Action
Enters global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 1
Creates a name for the DHCP server address
pool and enter DHCP pool configuration mode.
ip dhcp pool poolname
Example:
Switch(config)# ip dhcp pool pool1
Step 2
Specifies the name of the file that is used as a
boot image.
boot filename
Example:
Switch(dhcp-config)# boot config-boot.text
Step 3
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1573
How to Perform Switch Setup Configuration