S5720如何清除配置?

news/2024/10/18 1:29:17/

S5720如何清除配置?
如果需要清除配置,恢复成出厂配置,请执行命令reset saved-configuration,清除设备下次启动时使用的配置文件信息,然后重启设备,重启时如果提示保存配置,请选择“N”不保存

<HUAWEI> 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.
<HUAWEI> reboot
Info: The system is now comparing the configuration, please wait.
Warning: The configuration has been modified, and it will be saved to the next startup saved-configuration file flash:/vrpcfg.zip. Continue? [Y/N]:n
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

http://www.ppmy.cn/news/338949.html

相关文章

华为s5720交换堆叠配置方法和注事项

华为s5720交换堆叠配置方法和注事项 堆叠网线或光纤先不要插上主交换机配置 interface stack-port 0/1port interface gigabitethernet 0/0/47 enable interface stack-port 0/2port interface gigabitethernet 0/0/48 enable stack slot 0 priority 200备交换机配置 interfa…

网卡绑定mode 4_DellR740和华为S5720

1、原理解析 1.1 LACP模式链路聚合简介 以太网链路聚合是指将多条以太网物理链路捆绑在一起成为一条逻辑链路&#xff0c;从而实现增加链路带宽的目的。链路聚合分为手工模式和LACP模式。 LACP模式需要有链路聚合控制协议LACP的参与。当需要在两个直连设备间提供一个较大的链…

华为s5720默认用户名和密码_华为S5720常用命令

1、  华为5720的配置命令 1.1  配置IP地址 1 system-view //系统视图 2 3 vlan 4 //创建交换机管理vlan 4 4 5 management-vlan //管理VLAN 6 7 quit //退出 8 9 interface vlanif 4 //进入虚拟局域网接口4 10 11 ip address 192.168.11.11 24 //虚拟局域网4 配置IP地址 …

如何修改华为S5720交换机密码

[HUAWEI]aaa [HUAWEI-aaa]local-user admin password cipher 12345678 Please enter old password: Error: The user of this service-type is not allowed to use a reversible encryption algorithm. 遇到问题&#xff1a; Error: The user of this service-type is not al…

基于链路聚合提升带宽:winserver2016对接华为S5720交换机

一、 背景 1、server端 企业中一台server2016利用两块1G网卡组成teaming生成一张2G的虚拟网卡&#xff0c;业务数据在这张带宽为2G的虚拟网卡上运行。 这块网卡不仅带宽可以提升1倍&#xff0c;而且可以实现冗余&#xff0c;负载均衡&#xff0c;故障自动切换&#xff0c;保…

H3C|HUAWEI 交换机Comware系统的基本使用(以HUAWEI S5720为例)

文章目录 H3C|HUAWEI交换机Comware系统的基本使用(以HUAWEI S5720为例)重置交换机常用命令快捷键 H3C|HUAWEI交换机Comware系统的基本使用(以HUAWEI S5720为例) Cisco思科以太网交换机有IOS和CatOS&#xff0c;H3C以太网交换机有Comware CLI特性&#xff1a; 分级保护&#xf…

【干货】华为S5700/S5720系列交换机的光模块解决方案和常见问题解答

在使用交换机的时候,我们可能会有很多困惑,例如华为不同型号的交换机需要匹配什么类型的光模块、交换机使用过程中遇到问题如何解决。本文中飞速(FS)总结了几种使用交换机的光模块解决方案以及在使用过程中会遇到的常见问题,并提出了具体的解决办法。 一、华为S5720-32P-EI-…

华为S5720交换机配置stelnet和sftp远程服务

第1步&#xff0c;先建立一个aaa验证用户admin [SW1]aaa [SW1-aaa]local-user admin password cipher 123456 #设置aaa用户名和密码 [SW1-aaa]local-user admin privilege level 15 #设置用户级别[SW1-aaa]local-user admin service-type ssh terminal http #设置服务类…