欢迎来到科特网 · 弱电工程一站式采购与协同
首页/行业资讯/工程实践/详情

干了15年弱电,华为交换机升级补丁和版本,这些坑你得避开

2025-12-22 · 工程实践

2025-12-22工程实践

设备升级补丁 sys SSH user tempsftp 创建ssh登录用户tempsftp用于上传版本补丁,用户通过winspc上传补丁到设备 ssh user tempsftp authentication-type password ssh user tempsftp service-type all ssh u…

弱电工程工程实践

导语

设备升级补丁 sys SSH user tempsftp 创建ssh登录用户tempsftp用于上传版本补丁,用户通过winspc上传补丁到设备 ssh user tempsftp authentication-type password ssh user tempsftp service-type all ssh user tempsftp sftp-directory flash: aaa local-user tempsftp p

要点

  • 设备升级补丁 sys SSH user tempsftp 创建ssh登录用户tempsftp用于上传版本补丁,用户通过winspc上传补丁到设备 ssh use

设备升级补丁
sys
SSH user tempsftp 创建ssh登录用户tempsftp用于上传版本补丁,用户通过winspc上传补丁到设备
ssh user tempsftp authentication-type password
ssh user tempsftp service-type all
ssh user tempsftp sftp-directory flash:
aaa
local-user tempsftp password cipher pass123 在aaa中定义ssh用户tempsftp的密码和登录协议及用户权限登记
local-user tempsftp service-type ssh
local-user tempsftp level 3
commit

完成后可以使用tempsftp上传补丁和版本到网络设备,上传后直接加载补丁无需重启
#
return 退到用户视图
dir 查看flash目录是否有补丁
patch load “patch_name19H” all run 加载补丁
disp patch information
#
升级完后可以删除用户
undo ssh user tempsftp
aaa
undo local-user tempsftp

#
return
save
y

平台