- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Script to TFTP code to Cisco Switch
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-21-2015 08:10 AM
I'm looking for a script to TFTP code to cisco switches. Is anyone using job management to do this? Did you write your own script or are you using the prebuilt "IOS TFTP Source Loopback".
Thanks,
Brian L.
Brian,
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-03-2015 07:16 AM
Brian,
The builtin script 'IOS Image Upgrade' has everything you need to get started with this, but you could also use the AdHoc script if you are just looking to dump something in flash and not actually upgrade the system.
I ended up writing my own (using the above as a starting point) that uses HTTP and calculates the HTTP server IP based on the switch's IP address so that it will always try to grab the file from a local source first (an Infoblox DDI appliance running File Distribution).