cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
356
Views
0
Helpful
2
Replies

Copy Start TFTP Issue

nigel doe
Level 1
Level 1

Hi all,

Bit of a strange problem reared its head today.

Trying to copy the startup config to a remote tftp server is not working when copying from my 3750G switch, all other switch config transfers are ok.

ACL has been configured on an inbound routed interface that joins this and another L3 switch together.

permit ip any any (obviously works), changing this to:

permit udp any any eq tftp log carries on working for my other switches but the 3750G gets one ! then times out completely. I'm not sure why this is not working?

Any suggestions are welcome.

Thanks.

1 Accepted Solution

Accepted Solutions

acampbell
VIP Alumni
VIP Alumni

Pete,

If your switch has multple IP address (L3 ints & SVIs)

Select the interface that should be able to route to the tftp server and use this int to source the tftp packets on the switch

add this to your global config

!

ip tftp source-interface vlan 555

!

(Use the interface that can communicate with the tftp server- I have shown vlan 555 just as an example)

Regards,
Alex.
Please rate useful posts.

Regards, Alex. Please rate useful posts.

View solution in original post

2 Replies 2

acampbell
VIP Alumni
VIP Alumni

Pete,

If your switch has multple IP address (L3 ints & SVIs)

Select the interface that should be able to route to the tftp server and use this int to source the tftp packets on the switch

add this to your global config

!

ip tftp source-interface vlan 555

!

(Use the interface that can communicate with the tftp server- I have shown vlan 555 just as an example)

Regards,
Alex.
Please rate useful posts.

Regards, Alex. Please rate useful posts.

Alex, you're a legend. Thank you.

Review Cisco Networking products for a $25 gift card