There are four RCF files, one for each of the four switches in the MetroCluster IP configuration. You must use the correct RCF files for the switch model you are using.
Copy the RCF files to the first switch: copy sftp://root@FTP-server-IP-address/tftpboot/switch-specific-RCF bootflash: vrf management
Example
In this example, theNX3232_v1.8T-X1_Switch-A1.txt RCF file is copied from the SFTP server at10.10.99.99 to the local bootflash. You must use the IP address of your TFTP/SFTP server and the file name of the RCF file that you need to install.
IP_switch_A_1# copy sftp://root@10.10.99.99/tftpboot/NX3232_v1.8T-X1_Switch-A1.txt bootflash: vrf management root@10.10.99.99's password: password sftp> progress Progress meter enabled sftp> get /tftpboot/NX3232_v1.8T-X1_Switch-A1.txt /bootflash/NX3232_v1.8T-X1_Switch-A1.txt Fetching /tftpboot/NX3232_v1.8T-X1_Switch-A1.txt to /bootflash/NX3232_v1.8T-X1_Switch-A1.txt /tftpboot/NX3232_v1.8T-X1_Switch-A1.txt 100% 5141 5.0KB/s 00:00 sftp> exit Copy complete, now saving to disk (please wait)... IP_switch_A_1#
Repeat the previous substep for each of the other three switches, being sure to copy the matching RCF file to the corresponding switch.
Verify on each switch that the RCF file is present in each switch'sbootflash directory: dir bootflash:
Example
The following example shows that the files are present on IP_switch_A_1:
IP_switch_A_1# dir bootflash: . . . 5514 Jun 13 22:09:05 2017 NX3232_v1.8T-X1_Switch-A1.txt . . . Usage for bootflash://sup-local 1779363840 bytes used 13238841344 bytes free 15018205184 bytes total IP_switch_A_1#
Copy the matching RCF file from the local bootflash to the running configuration on each switch: copy bootflash:switch-specific-RCF.txt running-config
Copy the RCF files from the running configuration to the startup configuration on each switch: copy running-config startup-config