Aruba & ProVision-based
1753794 Members
6870 Online
108799 Solutions
New Discussion

copy running config file to the TFTP server

 
'chris'
Super Advisor

copy running config file to the TFTP server

Hi

 

I have switch HP ProCurve 2910al 48g and would like to copy running config file to the TFTP server from the putty command line (SSH).

Knows anyone how it should work?

2 REPLIES 2
Emil_G
HPE Pro

Re: copy running config file to the TFTP server

https://support.hpe.com/hpesc/public/docDisplay?docId=mmr_kc-0128522

 

Appendix A, Transferring Switch configuration

 

Syntax:

copy < startup-config | running-config > tftp < ip-addr > < remote-file >[ pc | unix ]

copy config <filename > tftp < ip-addr > < remote-file > [ pc | unix ]

This command can copy a designated config file in the switch

to a TFTP server. For more on multiple configuration files,

refer to “Multiple Configuration Files” on page 5-33.

 

For example, to upload the current startup configuration to a file named sw2910 in the configs directory on drive “d” in a TFTP server having an IP address of 10.28.227.105:

HP Switch# copy startup-config tftp 10.28.227.105 d:\configs\sw2910

I am an HPE employee

Accept or Kudo


skuumm
Occasional Visitor

Re: copy running config file to the TFTP server

Would It be posible to do this automatic by schedule or event??

eg. "on save" -> TFTP archive to server

eg. every sunday -> TFTP archive to server

??