把TFTP服務(wù)器上的配置文件復(fù)制到SSR上,除了使用“copy tftp-server to startup”命令之外,還可以使用“copy tftp-server to active”命令把配置文件復(fù)制到SSR的內(nèi)存中。系統(tǒng)立即刪除原來(lái)內(nèi)存中的活動(dòng)配置,并加載新的配置。例如:
SSR# copy tftp-server to active
TFTP server? 10.10.10.1
Source filename? ssr-20030327
Are you sure you want to erase the active configuration [no]? y
##################################
%TFTP-I-XFERRATE, Received 17263 bytes in 0.0 seconds
……
(系統(tǒng)正在刪除當(dāng)前的活動(dòng)配置,完畢后將重新加載新的配置)
但最后還得使用“copy active to startup”把活動(dòng)配置文件復(fù)制到啟動(dòng)配置文件。這樣才能在下次啟動(dòng)時(shí),載入恢復(fù)的啟動(dòng)配置文件。