华为S2300系列交换机web管理文件
使用步骤
步骤 1 设置设备为 FTP 服务器 在 S-switch 上启动 FTP 服务,并配置 FTP 用户名 ftpuser,口令 ftppwd。<Quidway> system-view
[Quidway] ftp server enable
[Quidway] aaa
[Quidway-aaa] local-user ftpuser password simple ftppwd
[Quidway-aaa] local-user ftpuser service-type ftp
[Quidway-aaa] local-user ftpuser ftp-directory flash:/
[Quidway-aaa] return
步骤 2 配置设备 IP
<Quidway> system-view
[Quidway] vlan 1
[Quidway] interface vlanif 1
[Quidway-Vlanif1] ip address 1.1.1.1 24
[Quidway-Vlanif1] quit
步骤 3 在 PC 上执行 ftp ip-address 命令,与设备建立 FTP 连接,并进入 FTP 客户端视图。
C:\>ftp 1.1.1.1 Connected to 1.1.1.1. 220
FTP service ready.
User (1.1.1.2:(none)): ftpuser 331 Password required for 1. Password: 230
User logged in.
ftp>
步骤 4 下载 S2300 产品系统软件 在 FTP 客户端 (PC) 上执行 put source-filename [ destination-filename ], PC 上传 VRP 系统软件。 从 上传结束后, 执行 bye 命令,断开 ftp 连接,返回用户视图。
ftp> put "C:\S2300-V100R005C01SPC100.cc" //当前目录可省略路径 200 Port command okay. 150 Opening ASCII mode data connection for S2300-V100R005C01SPC100.cc.
226 Transfer complete. ftp: 发送 6940436 字节,用时 135.10Seconds 140.76Kbytes/sec.
ftp> put "C:\web.zip" ftp> bye 221 Server closing.
D:\>
步骤 5 在线指定设备启动时加载的 VRP 系统软件
<Quidway> startup system-software S2300-V100R005C01SPC100.cc
如果执行 startup system-software file 命令行时有下面的提示,请选择 Y 更新 systemBOOTROM,更新成功直接跳到步骤 7,否则需要继续步骤 6 操作。
Warning: Basic BOOTROM will be upgraded. Continue?(Y/N)[N]: y BOOTROM begin to be upgraded ! please wait for a moment Info: BOOTROM UPGRADE OK The new
version is 116. Please restart to validate the upgrade.
步骤 6 在线升级设备启动时加载的 BootROM
<Quidway> system-view
[Quidway] upgrade basic-bootrom S2300-V100R005C01SPC100.cc
Confirm basic BOOTROM will be upgrade?(Y/N)[N]: y BOOTROM begin to upgraded ! please wait for a minute... BOOTROM UPGRADE OK The new version is 116. Please
restart to validate the upgrade.
V100R002C02 版本增加了自动升级 bootrom 的功能(见上步骤 5) ,其他版本建议按照此 步骤手工升级。
步骤 7 重新启动交换机
<Quidway> reboot
Info: The system is now comparing the configuration, please wait. Info: Save current configuration?[Y/N]:
根据需要选择 y 或 n System will reboot! Continue?[Y/N]: 选择 y
<Quidway> system-view
[Quidway] http server enable 重启选择保存配置。 重启选择保存配置。 1.2 查看当前 VRP 系统软件版本 使用 display version 命令查看 S2300 正在运行的 VRP 系统软件
的版本。
<Quidway> display version 1.3 检查设备运行状态 使用 display device 命令查看 S 系列设备工作状态。
<Quidway> display device
IE 浏览器进入 http://1.1.1.1 admin admin 进行 WEB 管理