• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Uploading configuration via TFTP on Cisco router

multiband8303

Senior member
What exactly ACL command or IP access list change would I need to do, in order to upload a config from a cisco router to my desktop (remotely the routers IP changed)
 
all that is required is port 69 (TFTP) access.

issue the copy running-config tftp: command and enter your remote host address and dest filename.
 
Unless you have an access-list already applied to an interface you should not need to change anything. All you should need to do is "copy start tftp" and follow the prompts. If you do have an access-list blocking you and it is using an implicit deny any any you would need to do "access-list 101 permit udp host source_ip host destination_ip eq 69"
 
Back
Top