TFTP 1
TFTP 1
http://www.cisco.com/en/US/docs/ios/12_2/congfu...
Table Of Contents
Configuring Basic File Transfer Services Configuring Basic File Basic File Transfer Services Configuration Task Transfer Services List Download the complete book Configuring a Router as a TFTP or RARP Server Book-level PDF: Cisco IOS Configuring a Router as a TFTP Server Configuration Fundamentals TFTP Router Configuration Prerequisite Configuration Guide, Tasks Release 12.2 (PDF - 6 MB) Enabling the TFTP Server Configuring the Client Router Configuring a Router as a RARP Server Configuring System BOOTP Parameters Configuring a Router to Use rsh and rcp Specifying the Source Interface for Outgoing RCMD Communications About DNS Reverse Lookup for rcmd Enabling and Using rsh Maintaining rsh Security Configuring the Router to Allow Remote Users to Execute Commands Using rsh Executing Commands Remotely Using rsh Enabling and Using rcp Configuring the Router to Accept rcp Requests from Remote Users Configuring the Remote to Send rcp Requests Configuring a Router to Use FTP Connections
Download this chapter
1 of 3
http://www.cisco.com/en/US/docs/ios/12_2/congfu...
Typically, a router that is configured as a TFTP or RARP server provides other routers with system image or router configuration files from its Flash memory. You can also configure the router to respond to other types of service requests, such as requests.
Note For the Cisco 7000 family, the filename used must represent a software image that is present in Flash memory. If no image resides in Flash memory, the client router will boot the server's ROM image as a default. Flash memory can be used as a TFTP file server for other routers on the network. This feature allows you to boot a remote router with an image that resides in the Flash server memory. Some Cisco devices allow you to specify one of the different Flash memory locations (bootflash:, slot0:, slot1:, slavebootflash:, slaveslot0:, or slaveslot1:) as the TFTP server. In the description that follows, one Cisco 7000 router is referred to as the Flash server, and all other routers are referred to as client routers. Example configurations for the Flash server and client routers include commands as necessary.
Caution For full functionality, the software image sent to the client must be the same type as the ROM software installed on the client router. For example, if the server has X.25 software, and the client does not have X.25 software in ROM, the client will not have X.25 capabilities after booting from the server's image in Flash memory.
2 of 3
http://www.cisco.com/en/US/docs/ios/12_2/congfu...
Command
Step 1
Router# configure terminal Router(config)# tftp-server flash [partitionnumber:]filename1 [alias filename2] [accesslist-number]
Purpose
Enters global configuration mode. Specifies the system image to send in response to Read Requests. You can enter multiple lines to specify multiple images.
Step 2
or
Router(config)# tftp-server flash device:filename (Cisco 7000 family only)
or
Router(config)# tftp-server flash [device:][partitionnumber:]filename (Cisco 1600 series and Cisco 3600 series only)
or
Router(config)# tftp-server rom alias filename1 [accesslist-number]
Step 3
Router(config)# end
Ends the configuration session and returns you to privileged EXEC mode. Saves the running configuration to the startup configuration file.
Step 4
3 of 3