升级说明
升级机型:华为CloudEngine5810-48T-4S-EI
官方技术支持页面
https://support.huawei.com/enterprise/zh/switches/ce5810-48t4s-ei-pid-22460441
升级前版本:
1.VRP软件版本: V100R005C10SPC200
2.补丁版本:CE5810EI-V100R005SPH008
3.CPLD版本:102
4.BIOS版本:312
目标升级版本:
1.VRP软件版本:CE5810EI-V200R005C10SPC800
2.补丁版本:CE5810EI-V200R005SPH021
3.CPLD版本:103
4.BIOS版本:433
升级步骤
- 1.咨询华为400,确认V100可以直接升级到V200
- 2.查询交换机中是否有license,显示无license,无须准备升级后的license。
[~HUAWEI]display license
MainBoard:
Info: No license is activated.
- 3.确定升级方法,1,iUpgrade工具升级。2.命令行升级,本次由于是单机升级,使用命令行升级。
- 4.设置管理口MEth0/0/0 ip:172.16.10.253/24,测试可以ping通
[~HUAWEI]interface MEth0/0/0
[~HUAWEI-MEth0/0/0]ip address 172.16.10.253 24
- 5.将CE5810设置为FTP Server
配置CE5810作为FTP Server,IP地址为172.16.10.253,FTP用户名为CE5810,密码为Huawei@123,FTP工作目录是flash:/
<HUAWEI> system-view
[~HUAWEI] ftp server enable
[*HUAWEI] aaa
[*HUAWEI-aaa] local-user CE5810 password irreversible-cipher Huawei@123
[*HUAWEI-aaa] local-user CE5810 level 3
[*HUAWEI-aaa] local-user CE5810 ftp-directory flash:
[*HUAWEI-aaa] local-user CE5810 service-type ftp
[*HUAWEI-aaa] commit
- 6.通过FTP客户端上传软件及补丁到flash:
- 7.运行startup命令,修改下次启动的软件及补丁,重启后自动升级软件BIOS等,重启完成后升级完成
<HUAWEI> startup system-software CE5810EI-V200R005C10SPC800.cc
<HUAWEI> startup patch CE5810EI-V200R005SPH021.PAT
- 8.(可选)设置设备启动时使用的配置文件
如果升级时需要使用新的配置文件,则需要指定下次启动时加载的配置文件;如果不需要使用新的配置文件,则跳过该步骤,本次升级无配置需要保存,跳过。
<HUAWEI> startup saved-configuration vrpcfgnew.zip
- 9.查看设备下次启动所用的系统软件及补丁是否为新上传的系统软件及补丁
<HUAWEI>display startup
MainBoard:
Configured startup system software: flash:/CE5810EI-V100R005C10SPC200.cc
Startup system software: flash:/CE5810EI-V100R005C10SPC200.cc
Next startup system software: flash:/CE5810EI-V200R005C10SPC800.cc
Startup saved-configuration file: flash:/vrpcfg.zip
Next startup saved-configuration file: flash:/vrpcfg.zip
Startup paf file: default
Next startup paf file: default
Startup patch package: flash:/CE5810EI-V100R005SPH008.PAT
Next startup patch package: flash:/CE5810EI-V200R005SPH021.PAT
确认next startup system software和next startup patch package是升级目标版本,reboot重启。
- 10.重启过程中升级BIOS、CPLD,重启后串口登录,默认密码:Admin@huawei.com,检查升级后状态
<HUAWEI>display version
Huawei Versatile Routing Platform Software
VRP (R) software, Version 8.180 (CE5810EI V200R005C10SPC800)
Copyright (C) 2012-2018 Huawei Technologies Co., Ltd.
HUAWEI CE5810-48T4S-EI uptime is 0 day, 0 hour, 10 minutes
Patch Version: V200R005SPH021
CE5810-48T4S-EI(Master) 1 : uptime is 0 day, 0 hour, 9 minutes
StartupTime 2020/07/04 06:22:23
Memory Size : 2048 M bytes
FLASH Size : 512 M bytes
CE5810-48T4S-EI version information
1. PCB Version : CEM48T4SP01 VER A
2. MAB Version : 1
3. Board Type : CE5810-48T4S-EI
4. CPLD1 Version : 103
5. BIOS Version : 433
检查设备运行状态是否正常
<HUAWEI>display device
Device status:
--------------------------------------------------------------------------------
Slot Card Type Online Power Register Alarm Primary
--------------------------------------------------------------------------------
1 - CE5810-48T4S-EI Present On Registered Normal Master
FAN1 FAN-40SB-F Present On Registered Normal NA
FAN2 FAN-40SB-F Present On Registered Normal NA
PWR1 PAC-150WA Present On Registered Normal NA
PWR2 PAC-150WA Present On Registered Normal NA
--------------------------------------------------------------------------------
<HUAWEI>display alarm active
- 11.确认升级后是目标版本,设备状态正常,升级完成。
附:华为交换机常用快捷键
<HUAWEI>display hotkey
----------------- HOTKEY -----------------
=Defined hotkeys=
Hotkeys Command
CTRL_G display current-configuration
CTRL_L display ip routing-table
CTRL_O undo debugging all
=Undefined hotkeys=
Hotkeys Command
CTRL_U NULL
=System hotkeys=
Hotkeys Function
CTRL_A Move the cursor to the beginning of the current line. 将光标移动到当前行的开头。
CTRL_B Move the cursor one character left. 将光标向左移动一个字符。
CTRL_C Stop current command function. 停止当前正在执行的功能。
CTRL_D Erase current character. 删除当前光标所在位置的字符。
CTRL_E Move the cursor to the end of the current line. 将光标移动到当前行的末尾。
CTRL_F Move the cursor one character right. 将光标向右移动一个字符。
CTRL_H Erase the character left of the cursor. 删除光标左侧的一个字符。
CTRL_K Kill outgoing connection when connecting. 在连接建立阶段终止呼出的连接。
CTRL_N Display the next command from the history buffer. 显示历史命令缓冲区中的后一条命令。
CTRL_P Display the previous command from the history buffer. 显示历史命令缓冲区中的前一条命令。
CTRL_R Redisplay the current line. 重新显示当前行信息。
CTRL_T Kill outgoing connection. 终止呼出的连接。
CTRL_V Paste text from the clipboard. 粘贴剪贴板的内容。
CTRL_W Delete the word left of the cursor. 删除光标左侧的一个字符串(字)。
CTRL_X Delete all characters up to the cursor. 删除光标左侧所有的字符。
CTRL_Y Delete all characters after the cursor. 删除光标所在位置及其右侧所有的字符。
CTRL_Z Return to the user view. 返回到用户视图。
CTRL_] Kill incoming connection or redirect connection. 终止呼入的连接或重定向连接。
ESC_B Move the cursor one word back. 将光标向左移动一个字符串(字)。
ESC_D Delete remainder of word. 删除光标右侧的一个字符串(字)。
ESC_F Move the cursor forward one word. 将光标向右移动一个字符串(字)。
ESC_N Move the cursor down a line. 将光标向下移动一行。
ESC_P Move the cursor up a line. 将光标向上移动一行。
ESC_< Specify the beginning of clipboard. 将光标所在位置指定为剪贴板的开始位置。
ESC_> Specify the end of clipboard. 将光标所在位置指定为剪贴板的结束位置。
版权属于:xinlon(除特别注明外)
本文链接:https://note.xinlon.cc/archives/68/
本站文章采用 知识共享署名4.0 国际许可协议 进行许可,请在转载时注明出处及本声明!