cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
8173
Views
6
Helpful
2
Replies

How to make N9K as a TFTP Server

Loomit
Level 1
Level 1

Is there a command on NX-OS for switch to become a TFTP Server like on Catalyst IOS tftp-server flash:"filename"

2 Replies 2

Andrea Testino
Cisco Employee
Cisco Employee

Hi there,

 

Unfortunately, the Nexus 9K series does not support the TFTP Server feature; however, you can certainly configure it as an SFTP or SCP Server as a workaround:

 

N9K-VTEP-11# conf t
Enter configuration commands, one per line. End with CNTL/Z.
N9K-VTEP-11(config)# feature scp-server 
N9K-VTEP-11(config)# feature sftp-server 

More info on these two features here: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/7-x/security/configuration/guide/b_Cisco_Nexus_9000_Series_NX-OS_Security_Configuration_Guide_7x/b_Cisco_Nexus_9000_Series_NX-OS_Security_Configuration_Guide_7x_chapter_0111.html#...

 

Hope that helps.

- Andrea, CCIE #56739 R&S

  This means that if one of two remote Nexus  fails then I can't use the second one as server if I have the loader> prompt (there is only tftp option). I'm right? 

Thankyou

Nexus 7009 loader

loader> help boot
boot: boot Boot image
usage: boot <kickstart_image> | boot <kickstart_image> <system_image>
kickstart_image: <tftp_file> | <device_file>
system_image : <device_file>
tftp_file : tftp://<server_ip>/<filename>
server_ip : tftp server IP address
filename : file on tftp server
device_file : [<device>:][<partition>:]<path>
device : bootflash: | slot0: | usb1:| usb2:
partition : Partition number
path : File name on deviceDescription: Boot the specified image.