cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

backing up configuration with ios archive

mialbert
Level 1
Level 1

I am trying to back up the running configuration with the ios archive feature on a 1941 running 15.1(4)m4.  This is being done via scp/sftp over a site ipsec vpn to an archive server running windows server 2012 with solarwinds sftp/scp software.  The following configuration is on the 1941.  

archive
 log config
  hidekeys
 path scp://username:password@ip address/$h
 write-memory
 time-period 4320

The transfer is not completing.  What i am getting with a sh archive is

Archive #  Name
   1        :Error - No space left on device <- Most Recent
   2        :Error - No space left on device
   3

Don't know why getting this error since space is no issue on the server, or even on flash if it's referring to that.  Also getting below with debug ip scp:

: SCP: SSH Client connect failed

This could be trying to transfer through the outside interface and not the private interface for tunnel.  Tried to use the 'ssh client-interface <interface>' command to set the outgoing interface but the command would not take.  Anyone seen something similar to this

Who Me Too'd this topic