我正在尝试使用远程服务器上的文件替换 Cisco Nexus 设备上的启动配置。我尝试了此页面上给出的说明:
所以,我尝试运行命令copy tftp://<server-ip-address>/nexus-startup.cfg startup-config
并得到以下错误输出:
Nexus7K01# copy tftp://172.16.38.4/nexus7k01.cfg startup-config
Enter vrf (If no input, current vrf 'default' is considered): management
Trying to connect to tftp server......
Connection to Server Established.
TFTP get operation was successful
sysmgr_copy_nvram_dest_action: src uri_type = 2 is not supported yet
Nexus7K01#
我尝试使用所有四个远程服务器协议复制文件,但使用不同的 URI 类型得到相同的错误。1 for FTP, 128 for SCP and 512 for SFTP
.
该设备是 Cisco Nexus 7000 系列设备,具有以下详细信息:
Software
BIOS: version 3.22.0
kickstart: version 6.1(3)
system: version 6.1(3)
Hardware
cisco Nexus7000 C7010 (10 Slot) Chassis ("Supervisor module-1X")
Intel(R) Xeon(R) CPU with 8251588 kB of memory.
请让我知道我做错了什么,我该如何纠正这个错误。
提前致谢!
-瓦伦