SSR(config)# interface add ip en0 address-netmask 10.10.10.1/255.255.255.0
“Interface add ip”這個命令是為現有的接口配置第二個地址,因為en0這個管理接口是系統默認已經建好的回環接口。
此處的“en0”表示的網絡接口就是控制模塊的“10/100M Mgmt”以太網管理端口,在配置模式下,使用“COPY”命令復制配置文件。
SSR# copy tft-server to startup (在管理模式下) TFTP server ? 10.10.10.2 (輸入TFTP服務器的地址) Source filename? Ssr-20030327 (輸入保存在TFTP服務器根目錄下配置文件的文件名) 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.
SSR# copy startup to active ……………………………………
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 ……