Chapter 16: Basic Configuration
August 1997 Page 16-19
2524UM
2. TFTP server
If Flash memory is not available, or if Flas h 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 ipaddr ess
Router (config)# Ctrl-Z
Router# copy running -config startup-conf ig
Building configuration ...
[OK]
Router# exit
Router>