华为交换机升级补丁和版本

 

设备升级补丁    
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

你可能感兴趣的:(华为交换机升级补丁和版本)