cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
732
Views
0
Helpful
2
Replies

unable to save the startup config of MDS 9000 to a file

kawaljitk
Level 1
Level 1

I am getting an error xftp not configured while i try to take backup of the startup/running config of the switch. Please help !!!

sansw2# copy startup-config scp://ssdc@10.182.98.152/tmp/startup-config.txt

The authenticity of host '10.182.98.152 (10.182.98.152)' can't be established.

RSA key fingerprint is f1:a5:f7:a8:58:7b:0a:fc:c3:2c:a2:52:e4:3e:92:54.

Are you sure you want to continue connecting (yes/no)? yes

Warning: Permanently added '10.182.98.152' (RSA) to the list of known hosts.

ssdc@10.182.98.152's

password:

scp: error while loading shared libraries: requires glibc 2.5 or later dynamic linker

lost connection

2 Replies 2

maminhas
Level 1
Level 1

The error message appears to have connection issues with xftp server.

alternately you may try saving to bootflash first and then tftp/scp it off the switch..

switch# copy startup-config bootflash:startupconfig

switch# copy bootflash:startupconfig scp://user@server/path

or

switch# copy bootflash:startupconfig tftp://x.x.x.x/startupconfig

You can also use a software called tftpd which would run on a windows box.