admin 发表于 2025-5-3 08:00:00

华为路由器指定下次启动时的文件命令startup


[*]执行命令startup system-software filename [ verify | signature sign-filename ],指定设备下次启动时加载的系统软件。
[*](可选)执行命令startup patch patch-name,指定设备下次启动时加载的补丁文件。


<jckjhxly>startup system-software AR2204-XGE-V200R010C10SPC700.cc
Info: This operation will take several minutes, please wait.....
Info: Succeeded in setting the file for main booting system
<jckjhxly>reboot
Info: The system is comparing the configuration, please wait.
Warning: All the configuration will be saved to the next startup configuration. Continue? :Y
It will take several minutes to save configuration file, please wait............
Configuration file had been saved successfully
Note: The configuration file will take effect after being activated
System will reboot! Continue? :y
Info: system is rebooting, please wait...
Socket error Event: 32 Error: 10053.
Connection closing...Socket close.

Connection closed by foreign host.

Disconnected from remote host(路由器内网192.168.7.15-119.7.190.6) at 23:32:21.

Type `help' to learn how to use Xshell prompt.



admin 发表于 2025-5-7 13:42:24

local-user admin service-type ppp
Error: The normal service type cannot be configured
解决方案:
方案1:web界面配置
方案2:cil界面命令
aaa
local-user aaa@default password cipher ****** privilege level 15
local-user aaa@default service-type ppp
这里要注意,华为默认的两个域,default为普通域,default_admin为管理域,默认创建的是管理用户,可以不加域名,但普通用户需要加域名才可创建

方案1可以忽略域名,方案2需要域名

admin 发表于 2025-5-7 14:11:36

local-user longrui@jckj.com password cipher xxxxxxx privilege level 15
Info: After changing the rights (including the password, access type, FTP directory, bind IP, and level) of a local user, the rights of users already online do not change. The change takes effect to users who go online after the change.

local-user longrui@jckj.com service-type ppp
Info: After changing the rights (including the password, access type, FTP directory, bind IP, and level) of a local user, the rights of users already online do not change. The change takes effect to users who go online after the change.


这样子就可以正常了。

页: [1]
查看完整版本: 华为路由器指定下次启动时的文件命令startup