扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
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 …… |
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。