</pre></td></tr></tbody></table></p><p></p><p><br/> “Interface add ip”这个命令是为现有的接口配置第二个地址,因为en0这个管理接口是系统默认已经建好的回环接口。<br/> <br/> 此处的“en0”表示的网络接口就是控制模块的“10/100M Mgmt”以太网管理端口,在配置模式下,使用“COPY”命令复制配置文件。<br/> <br/> </p><p align="center"><table cellspacing="1" cellpadding="0" width="80%" bgcolor="#cccccc"><tbody><tr><td bgcolor="#f2f2f2"><pre>SSR# copy tft-server to startup (在管理模式下)
TFTP server ? 10.10.10.2 (输入TFTP<font face="宋体">服务器</font>的地址)
Source filename? Ssr-20030327 (输入保存在TFTP<font face="宋体">服务器</font>根目录下配置文件的文件名)
Are you sure you want to overwrite the Startup configuration [no]? y
##################################
%TFTP-I-XFERRATE, Received 17263 bytes in 0.0 seconds
%CONFIG-W-STARTNOTACT,
Warning-startup configuration commands are not active,
use 'copy startup to active' to make them active.</pre></td></tr></tbody></table></p><br/> 系统提示:如果要把配置文件激活,请使用命令“copy startup to active”,也可以重启路由器。<br/> <br/><p align="center"><table cellspacing="1" cellpadding="0" width="80%" bgcolor="#cccccc"><tbody><tr><td bgcolor="#f2f2f2"><pre>SSR# copy startup to active
……………………………………
</pre></td></tr></tbody></table></p> <br/> 系统正在删除当前的活动配置,完毕后将重新加载恢复的配置文件。把TFTP服务器上的配置文件复制到SSR上,除了使用“copy tftp-server to startup”命令之外,还可以使用“copy tftp-server to active”命令把配置文件复制到SSR的内存中。系统立即删除原来内存中的活动配置,并加载新的配置。例如:<br/> <br/><p align="center"><table cellspacing="1" cellpadding="0" width="80%" bgcolor="#cccccc"><tbody><tr><td bgcolor="#f2f2f2"><pre>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
……
</pre></td></tr></tbody></table></p> <br/> 系统正在删除当前的活动配置,完毕后将重新加载新的配置,但最后还得使用“copy active to startup”把活动配置文件复制到启动配置文件。这样才能在下次启动时,载入恢复的启动配置文件。</div>