Cisco – ftp user in cisco nexus 5010 switch

backupsciscocisco-nexusswitchtftp

How to create a ftp user in cisco nexus 5010 switch to archive for autobackup.

Below command is working for normal switches like cisco c3850 but not for Nexus switches. Please advise

#FTP Local User
wanftp

#FTP Local Password
v7V5gt5jN3U#

Best Answer

I was able to Goole the answer in less time than it took for you to write the question:

Configure the FTP username and password.

CE_2#config terminal
CE_2(config)#ip ftp username cisco
CE_2(config)#ip ftp password cisco123
CE_2(config)#end
CE_2#

From Back up and Restore Configuration Files

Related Topic