cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
459
Views
0
Helpful
4
Replies

Tranfer config files via tftp across a WAN

rj
Level 1
Level 1

Is is possible to use the command "copy run tftp" on a router that is on another subnet from the tftp server via a T1? I get %Error opening tftp://x.x.x.x/router-confg (Timed out) or undefined error. It works fine when the router and the tftp server are on the same subnet.

Thanks,

RJ

4 Replies 4

bcbvale
Level 1
Level 1

You should be able to copy to/from a tftp server anywhere in your network. You should try pinging the tftp server from the router to make sure that it is reachable. Other issues may be a firewall between the router and tftp server or a problem with the server itself.

bcbv

vmiller
Level 7
Level 7

is there an ip helper address pointing to the host ?

Harold Ritter
Cisco Employee
Cisco Employee

Make sure you tftp server has a default gateway configured.

BTW: Across the WAN, I usually prefer to use FTP. That gives you a much better performance.

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

Thanks for all the responses.

Across a WAN, you need to specify the LAN interface as the source since protocols will use the serial interface for the source since that is the interface where the route points to for the server. NTP works the same way when you have an NTP server setup across a WAN. I setup "ip tftp source-interface fa0/0" and it works great.

Thanks,

RJ