Wired Intelligent Edge

 View Only
  • 1.  copy running config file to the TFTP server

    Posted Sep 17, 2013 04:41 PM

    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?


    #tftp


  • 2.  RE: copy running config file to the TFTP server

    Posted Sep 17, 2013 04:58 PM

    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



  • 3.  RE: copy running config file to the TFTP server

    Posted Nov 09, 2015 01:54 AM

    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

    ??