华为VRP 系统基础配置

1.flash 相当于电脑的 硬盘

2.NVRAM 拿来专门存放系统配置文件

3.RAM 运行内存

4.ROM 系统引导

1.修改系统名Huaweisysname SWL1

2.配置登入信息

SWL1header shell information "Welocom to the learning"

SWL1q

<SWL1>q User interface con0 is available

Please Press ENTER.

Welocom to the learning

<SWL1>

3.配置 console 口登入密码验证

<SWL1>system-view

Enter system view, return user view with Ctrl+Z.

SWL1user-interface console 0

SWL1-ui-console0authentication-mode password

SWL1-ui-console0set authentication password cipher ?

STRING<1-16>/<24> Plain text/cipher text password

SWL1-ui-console0set authentication password cipher 123456

SWL1-ui-console0idle-timeout 20 0

4.查看当前设备上存储的文件列表

<SWL1>dir

Directory of flash:/

Idx Attr Size(Byte) Date Time FileName

0 drw- - Aug 06 2015 21:26:42 src

1 drw- - Aug 04 2023 19:54:34 compatible

32,004 KB total (31,972 KB free)

5.管理设备配置文件

<SWL1>display saved-configuration

<SWL1>save

The current configuration will be written to the device.

Are you sure to continue?Y/Ny

Info: Please input the file name ( *.cfg, *.zip ) vrpcfg.zip:

Now saving the current configuration to the slot 0.

Save the configuration successfully.

<SWL1>display saved-configuration

sysname SWL1

.....................................

<SWL1>reset saved-configuration

Warning: The action will delete the saved configuration in the device.

The configuration will be erased to reconfigure. Continue? Y/N:y

Warning: Now clearing the configuration in the device.

Info: Succeeded in clearing the configuration in the device.

<SWL1>display saved-configuration

6.重启设备

<SWL1>reboot

Info: The system is now comparing the configuration, please wait.

Info: If want to reboot with saving diagnostic information, input 'N' and then execute 'reboot save diagnostic-information'.

System will reboot! Continue?Y/N:y

<SWL1>##########

Login authentication

Password:

Welocom to the learning

<SWL1>

相关推荐
世人万千丶4 小时前
鸿蒙Flutter Flex多子组件权重分配
学习·flutter·华为·harmonyos·鸿蒙
拥抱太阳06168 小时前
HarmonyOS 应用开发《掌上英语》第23篇-图标与颜色系统构建可主题化视觉体系
华为·harmonyos
红烧大青虫8 小时前
HarmonyOS应用开发实战:小事记 - UIAbility 的冷启动/热启动/后台启动三种场景与 launchParam 解析
后端·华为·harmonyos·鸿蒙系统
b130538100499 小时前
HarmonyOS应用开发实战:小事记 - 多级页面路由的 back 逻辑与参数回传模式
华为·harmonyos·鸿蒙系统
花开彼岸天~9 小时前
鸿蒙原生开发手记:徒步迹 - 自定义组件开发规范
后端·华为·harmonyos·鸿蒙系统
红烧大青虫11 小时前
setInterval 倒计时实现:60s 验证码发送逻辑
后端·华为·harmonyos·鸿蒙系统
YM52e11 小时前
鸿蒙Flutter Center居中组件:Align对齐详解
android·学习·flutter·华为·harmonyos·鸿蒙
listening77712 小时前
HarmonyOS 6.1 性能调优实战:从卡顿到丝滑的6个底层逻辑
华为·harmonyos
xd18557855513 小时前
[特殊字符] 宠物美容指南 —— 鸿蒙AI智能助手开发全流程解析
人工智能·华为·harmonyos·鸿蒙·宠物
hunterandroid14 小时前
[鸿蒙从零到一] ArkUI 组件化实战:构建可复用、可组合的自定义组件
前端·华为·架构