基本查询命令
pwd 查看当前目录
dir 显示当前目录下的文件信息
more 查看文本文件的具体内容
cd 修改用户当前目录
mkdir 创建新的目录
rmdir 删除目录
copy filename [to] directory 复制文件 
move 移动文件(需要慎重,可能会造成路由器的重启导致网络中断)
rename 重命名文件
delete/unreserved  删除/永久删除文件 
undelete 恢复删除的文件
reset recycle-bin 彻底删除回收站的文件
<Huawei>delete sslvpn.zip
Delete flash:/sslvpn.zip? (y/n)[n]:y
Info: Deleting file flash:/sslvpn.zip...succeed.
<Huawei>undelete sslvpn
<Huawei>undelete sslvpn.zip
Undelete flash:/sslvpn.zip? (y/n)[n]:y
%Undeleted file flash:/sslvpn.zip.
<Huawei>dir
Directory of flash:/ Idx Attr Size(Byte) Date Time(LMT) FileName
0 drw- - Dec 20 2020 06:08:07 dhcp
1 drw- - Dec 20 2020 06:07:58 logfile
2 -rw- 121,802 May 26 2014 09:20:58 portalpage.zip
3 drw- - Dec 20 2020 06:08:38 1
4 -rw- 2,263 Dec 20 2020 06:07:58 statemach.efs
5 -rw- 828,482 May 26 2014 09:20:58 sslvpn.zip 1,090,732 KB total (784,452 KB free)
<Huawei>
display current-configuration 显示当前配置文件
display history-command 显示历史命令
display saved-configuration 显示保存的配置文件
<Huawei>sy
<Huawei>system-view
<Huawei>system-view
<Huawei>sysna
<Huawei>sysna
<Huawei>sy
<Huawei>system-view
Enter system view, return user view with Ctrl+Z.
[Huawei]sysname s1
[s1]displa
[s1]display
[s1]display curr
[s1]display current-configuration
[V200R003C00]
#
sysname s1
#
snmp-agent local-engineid 800007DB03000000000000
snmp-agent
#
clock timezone China-Standard-Time minus 08:00:00
#
portal local-server load portalpage.zip
#
drop illegal-mac alarm
#
set cpu-usage threshold 80 restore 75
#
aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
local-user admin service-type http
#
---- More ----
[s1]q
<s1>save
<s1>save
The current configuration will be written to the device.
Are you sure to continue? (y/n)[n]: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
<s1>
<s1>sy
Enter system view, return user view with Ctrl+Z.
[s1]sy
[s1]sysname
^
Error:Incomplete command found at '^' position.
[s1]sy
[s1]disp
[s1]display s
[s1]display saved-configuration
[V200R003C00]
#
sysname s1
#
snmp-agent local-engineid 800007DB03000000000000
snmp-agent
#
clock timezone China-Standard-Time minus 08:00:00
#
portal local-server load portalpage.zip
#
drop illegal-mac alarm
#
set cpu-usage threshold 80 restore 75
#
aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
local-user admin service-type http
#
firewall zone Local
priority 15
#
interface Ethernet0/0/0
#
interface Ethernet0/0/1
#
interface Ethernet0/0/2
#
interface Ethernet0/0/3
#
interface Ethernet0/0/4
#
interface Ethernet0/0/5
#
interface Ethernet0/0/6
#
interface Ethernet0/0/7
#
interface Ethernet0/0/8
#
interface NULL0
#
user-interface con 0
authentication-mode password
user-interface vty 0 4
user-interface vty 16 20
#
wlan ac
#
return
save   <s1>用户视图下保存当前配置
display startup 查看系统启动配置参数  用来查看设备本次及下次启动相关的系统软件、备份系统软件、配置文件、License文件、补丁文件以及语音文件
[s1] display startup
MainBoard:
Startup system software: null
Next startup system software: null
Backup system software for next startup: null
Startup saved-configuration file: flash:/vrpcfg.zip
Next startup saved-configuration file: flash:/vrpcfg.zip
Startup license file: null
Next startup license file: null
Startup patch package: null
Next startup patch package: null
Startup voice-files: null
Next startup voice-files: null
[s1]
startup saved-configuration 配置系统下次启动时使用的1配置文件
compare configuration 比较当前配置与下次要启动的配置
reset saved-configuration 清除下次启动时加载的配置文件

存储设备
fixdisk directory 修复目录

filleSystemBasises的更多相关文章

随机推荐

  1. W12Scan和taoman批量刷edusrc(单机)

    昨天看到教育漏洞群里面发了利用w12scan和taoman两个开源工具批量刷edusrc的帖子链接, https://www.bugku.com/thread-3810-1-1.html 跟着帖子上面 ...

  2. 科大讯飞语音合成系统 V5.0绿色便携版

    中文名: 中科大讯飞Interphonic 5.0语音合成系统英文名: Interphonic 5.0版本: 5.0发行时间: 2006年制作发行: 中科大讯飞语言: 简体中文系统简介InterPho ...

  3. hugegraph 数据存取数据解析

    hugegraph 是百度开源的图数据库,支持hbase,mysql,rocksdb等作为存储后端.本文以EDGE 存储,hbase为存储后端,来探索是如何hugegraph是如何存取数据的. 存数据 ...

  4. mybatis逆向工程运行

    命令: mvn mybatis-generator:generate 项目结构: generatorConfig.xml内容示例 <?xml version="1.0" en ...

  5. 查找列表中的元素,移动空格 并查找以a或A 为开头 并以c 结尾的元素

    li = ['alec',' aric','Alex','Tony','rain']tu = ('alec',' aric','Alex','Tony','rain')dic = { 'k1':'al ...

  6. 从零开始了解多线程 之 深入浅出AQS -- 上

    java锁&AQS深入浅出学习--上 上一篇文章中我们一起学习了jvm缓存一致性.多线程间的原子性.有序性.指令重排的相关内容, 这一篇文章便开始和大家一起学习学习AQS(AbstractQu ...

  7. Unity 黑暗之光 笔记 第一章

    第一章 设计游戏开始进入场景 1.设置相机视野同步 选中要调整的相机 GameObject - Align With View(快捷键 Ctrl + Shift + F)

  8. Missing Private key解决方案——IOS证书 .cer 以p12文件以及配置方案

    一个苹果证书怎么多次使用--导出p12文件 为什么要导出.p12文件 因为苹果规定 .cer证书只能存在于一台机器上,因此 如果另一台电脑想要用的话,需要导出为.p12 file ,安装到另一台没有安 ...

  9. Jupyter Notebook在多个虚拟环境配置与使用

    1 问题描述 使用Anaconda配置了包括Pytorch.Tensorflow等多个虚拟环境后,依然无法使用Jupyter Notebook选择不同的虚拟环境运行代码,问题如下图所示. 2 解决方法 ...

  10. Java 方法内联

    什么是Java 方法内联? 我们先来看看普遍的内联函数含义.在维基百科中解释为: 内联函数:在计算机科学中,内联函数(有时称作在线函数或编译时期展开函数)是一种编程语言结构,用来建议编译器对一些特殊函 ...