最佳答案
1) 在用户PC(假设IP地址为10.10.110.1)上运行FTP 服务器程序,用户自行创建FTP Client用户和密码,并指定该用户可访问的工作路径,把待升级启动软件包保存在FTP Client用户可访问的工作路径下。
FTP 服务器程序由用户自己购买和安装,交换机不附带此软件。
(2) 确保用户PC和IRF之间路由可达。
(3) 将待升级启动软件包(以newest.ipe为例)下载到Master存储介质的根目录下。
# 在用户视图下,执行ftp命令并根据系统提示输入登录用户名和密码,设备将作为FTP 客户端登录到FTP 服务器。
<Sysname> ftp 10.10.110.1
Trying 10.10.110.1...
Press CTRL+K to abort
Connected to 10.10.110.1
220 FTP service ready.
User(10.10.110.1:(none)):username ---输入用户名
331 Password required for username.
Password: ---输入用户密码
230 User logged in
# 在FTP客户端视图下,执行binary命令将传输模式设置为二进制模式,以便传输程序文件。
ftp> binary
200 Type set to I.
# 在FTP客户端视图下,执行get命令将待升级启动软件包从FTP服务器下载到Master存储介质(Flash)的根目录下。
ftp> get newest.ipe
227 Entering Passive Mode (10,10,110,1,17,97).
125 BINARY mode data connection already open, transfer starting for /newest.ipe
226 Transfer complete.
32133120 bytes received in 35 seconds (896. 0 kbyte/s)
ftp> bye
221 Server closing.
2. 以交换机作为FTP服务器方式完成下载
(1) 确保用户PC和IRF之间路由可达。
(2) 配置IRF作为FTP服务器,并添加本地用户。
# 在系统视图下,执行ftp server enable命令开启FTP服务。
[Sysname] ftp server enable
# 在系统视图下,执行local-user命令添加本地用户,此处以用户名为abc为例。
[Sysname] local-user abc
# 在本地用户视图下,执行password命令设置该本地用户的认证密码,此处以密码为pwd为例。
[Sysname-luser-manage-abc] password simple pwd
# 在本地用户视图下,执行service-type命令指定该本地用户可以使用的服务类型为FTP。
[Sysname-luser-manage-abc] service-type ftp
# 在本地用户视图下,执行authorization-attribute命令配置该本地用户的用户角色为network-admin,使其可以向服务器工作路径上传文件。
[Sysname-luser-manage-abc] authorization-attribute user-role network-admin
# 在本地用户视图下,执行quit命令返回系统视图。
[Sysname-luser-manage-abc] quit
# 在系统视图下,执行quit命令返回用户视图。
[Sysname] quit
(3) PC作为FTP客户端访问设备,并将待升级启动软件包上传到FTP服务器。
# 以FTP方式登录FTP服务器。
c:\> ftp 1.1.1.1
Connected to 1.1.1.1.
220 FTP service ready.
User(1.1.1.1:(none)):abc ---输入用户名
331 Password required for abc.
Password: ---输入用户密码
230 User logged in.
# 配置文件传输模式为二进制模式。
ftp> binary
200 TYPE is now 8-bit binary.
# 将待升级启动软件包(此处以newest.ipe为例)上传并保存到Master设备存储介质(Flash)的根目录下。
ftp> put newest.ipe
200 PORT command successful
150 Connecting to port 10002
226 File successfully transferred
ftp: 发送 32133120 字节,用时 64.58Seconds 497.60Kbytes/sec.
3. 以交换机作为TFTP客户端方式完成下载
(1) 在用户PC(假设IP地址为10.10.110.1)上运行TFTP 服务器程序,设置工作路径,并把待升级启动软件包保存在TFTP 服务器的工作路径下。
TFTP 服务器程序由用户自己购买和安装,交换机不附带此软件。
(2) 确保用户PC和IRF之间路由可达。
(3) 将待升级启动软件包(以newest.ipe为例)下载到Master存储介质的根目录下。
# 在用户视图下,执行tftp命令将待升级启动软件包从PC下载到Master存储介质(Flash)的根目录下。
<Sysname> tftp 10.10.110.1 get newest.ipe
Press CTRL+C to abort.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 30.6M 0 30.6M 0 0 143k 0 --:--:-- 0:03:38 --:--:-- 142k
用户可以根据所要升级的软件类型,下载正确的待升级启动软件包,然后选择执行对应的升级操作。
· 升级启动软件包
· 升级BootRom
# 指定Master的主用下次启动软件包为newest.ipe。
<Sysname> boot-loader file flash:/newest.ipe slot 1 main
Verifying image file..........Done.
Images in IPE:
boot.bin
system.bin
This command will set the main startup software images. Continue? [Y/N]:y
Add images to target slot.
Decompressing file boot.bin to flash:/boot.bin....................Done.
Decompressing file system.bin to flash:/system.bin................Done.
The images that have passed all examinations will be used as the main startup so
ftware images at the next reboot on slot 1.
# 逐一指定各Standby均采用与Master相同的主用下次启动软件包(指定完成后,系统会自动将该启动软件包从Master上copy到Standby的存储介质根目录下)。
<Sysname> boot-loader file flash:/newest.ipe slot 2 main
Verifying image file..........Done.
Images in IPE:
boot.bin
system.bin
This command will set the main startup software images. Continue? [Y/N]:y
Add images to target slot.
Decompressing file boot.bin to flash:/boot.bin....................Done.
Decompressing file system.bin to flash:/system.bin................Done.
The images that have passed all examinations will be used as the main startup so
ftware images at the next reboot on slot 2.
# 在系统视图下,执行irf auto-update enable命令使能IRF系统启动软件包的自动加载功能。
<Sysname> system-view
[Sysname] irf auto-update enable
[Sysname] quit
开启IRF系统启动软件包的自动加载功能,后面执行reboot命令重启IRF时,若某个Standby检测到主用下次启动软件包与Master上的主用下次启动软件包不一致时:
· 该Standby自动将Master的当前主用启动软件包copy到自己的存储介质根目录下,并将该软件包设置为自己的下次主用启动软件包;同时使用该启动软件包重启。
· IRF系统启动软件包的自动加载功能主要用于新加入IRF的成员设备的软件版本与Master的软件版本不一致时,新的成员设备自动从Master设备下载启动软件包,并使用新的启动软件包重启,重新加入IRF。
#升级Master的BootRom。
<Sysname> bootrom update file flash:/update.btm slot 1
This command will update the Boot ROM file on the specified board(s), Continue? [Y/N]:y
Now updating the Boot ROM, please wait............................Done.
# 逐一升级各Standby的BootRom(指定完成后,系统会自动将该BootRom文件从Master上copy到Standby的存储介质根目录下)。
<Sysname> bootrom update file flash:/update.btm slot 2
This command will update the Boot ROM file on the specified board(s), Continue? [Y/N]:y
Now updating the Boot ROM, please wait............................Done.
[Sysname] quit
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论