Specifications

2-14
System Management Software Configuration Guide for Cisco IE 2000U and Connected Grid Switches
Chapter 2 Assigning the Switch IP Address and Default Gateway
Assigning Switch Information
EXAMPLE
This example shows how to configure a switch as a DHCP server to download a configuration file and
image:
Switch# config terminal
Switch(config)# ip dhcp pool pool1
Switch(dhcp-config)# network 10.10.10.0 255.255.255.0
Switch(dhcp-config)# bootfile config-boot.text
Switch(dhcp-config)# default-router 10.10.10.1
Switch(dhcp-config)# option 150 10.10.10.1
Switch(dhcp-config)# option 125 hex
0000.0009.0a05.08661.7574.6f69.6e73.7461.6c6c.5f64.686370
Switch(dhcp-config)# exit
Switch(config)# tftp-server flash:config-boot.text
Switch(config)# tftp-server flash:-image-name-mz.122-44.3.SE.tar
Switch(config)# tftp-server flash:boot-config.text
Switch(config)# tftp-server flash: autoinstall_dhcp
Switch(config)# interface gigabitEthernet1/0/4
Switch(config-if)# no switchport
Switch(config-if)# ip address 10.10.10.1 255.255.255.0
Switch(config-if)# end
Configuring the Client
Follow this procedure to configure a switch to download a configuration file and new image from a
DHCP server.
BEFORE YOU BEGIN
Review the “Prerequisites” section on page 2-9 and “Guidelines and Limitations” section on page 2-9.
Step 9
copy tftp flash imagename.tar Upload the tarfile for the new image to the switch.
Step 10
exit Return to global configuration mode.
Step 11
tftp-server flash:config.text Specify the Cisco IOS configuration file on the TFTP server.
Step 12
tftp-server flash:imagename.tar Specify the image name on the TFTP server.
Step 13
tftp-server flash:filename.txt Specify the text file that contains the name of the image file to
download
Step 14
interface interface-id Specify the address of the client that will receive the
configuration file.
Step 15
no switchport Put the interface into Layer 3 mode.
Step 16
ip address address mask Specify the IP address and mask for the interface.
Step 17
end Return to privileged EXEC mode.
Step 18
copy running-config
startup-config
(Optional) Save your entries in the configuration file.
Command Purpose