cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
729
Views
0
Helpful
1
Replies

TFTP from IP address

dragan.skundric
Level 1
Level 1

I am trying to save router config using TFTP. Server is on my central site. And I have lots of timeouts. I thing that problem is in face that from IP address used for transfer is IP address of serial interface on my router and not of ethernet interface. Central server does not know route to serial interface of router but knows one to ethernet interface.

So question is how can I get TFTP transfer use IP address of ethernet interface instead of serial one.

Thanks!

1 Reply 1

jeffrey.zhou
Level 1
Level 1

From IOS software release 12.1, you can use "ip tftp souce-interface" global configuration command to specify interface for source address in TFTP connections.

Hope it help