cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1215
Views
0
Helpful
3
Replies

copy tftp: to bootdisk:

dmcleish
Level 1
Level 1

Can anyone share a python netmiko  3.9 script to copy a file from a tftp server to the bootdisk: of a 6800 series switch.

I am using python netmiko on a windows 10 computer.

Would like to put all the switch names  in a file.

3 Replies 3

balaji.bandi
Hall of Fame
Hall of Fame

check below thread example:  copy the config to TFTP - you can do another way around.

 

https://community.cisco.com/t5/network-management/script-to-copy-running-config-to-tftp-server/td-p/4092699

https://github.com/ktbyers/netmiko/issues/528

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

dmcleish
Level 1
Level 1

Hi All,

 

I have looked at all these sites and they do not work.

 

Can someone just post a working solution in this thread.

Joseph W. Doherty
Hall of Fame
Hall of Fame

I'm several years out of date, but Python and net library support (then) had been lacking for Windows hosts.  Linux, though, was a different story.  If you can use a Linux hosts, it's possible, your prospects might be better.