Download router configurations via TFTP
In a previous post, I've described how you can turn your router into a TFTP server. As you can configure the router to serve any file residing on it, you can also pull startup and running configuration from it with TFTP, providing that you configure:
tftp-server nvram:startup-config
tftp-server system:running-config
Warning: Due to total lack of any security features in TFTP protocol, use this functionality only in lab environment.
didn't want to spend the money on more flash... =)
boot-start-marker
boot system tftp://192.168.201.10/c3620-ik9o3s7-mz.123-23.bin
boot-end-marker
interface Loopback0
ip address 192.168.201.10 255.255.255.255
tftp-server slot0:c3620-ik9o3s7-mz.123-23.bin
Example:
static-bindings is saved on flash (Soho97 in this case), and configuration
tftp-server flash1:static-bindings
(dhcp pool conf.)
origin file tftp://local-ip-addr/static-bindings