Chapter 16: Basic Configuration
August 1997 Page 16-19
2524UM
2. TFTP server
If Flash memory is not available, or if Flash memory does not con-
tain a valid Cisco IOS image, you can specify that system software
be loaded from a TFTP server on your network as a backup boot
method for the router. In this example, replace filename with the
filename of the Cisco IOS image, and replace
IP address with the
IP address of the TFTP server:
Router> enable
Password: enablepassword
Router# configure terminal
Router (config)# boot system tftp filename ipaddress
Router (config)#
Ctrl-Z
Router# copy running -config startup-config
Building configuration ...
[OK]
Router# exit
Router>