03-26-2019 08:30 AM
Is there a command on NX-OS for switch to become a TFTP Server like on Catalyst IOS tftp-server flash:"filename"
04-01-2019 08:04 AM
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.
02-22-2024 02:54 AM - edited 02-22-2024 02:55 AM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide