ensp交换机命令清除
时间: 2023-10-24 07:05:28 浏览: 7197
在ensp交换机中,清除某个端口的配置命令是clear configuration interface [端口号],例如clear configuration interface gigabitethernet 0/0/1。清除该端口的配置后,该端口将处于关闭状态,需要使用命令undo shutdown重新开启。另外,如果想要恢复整个路由器的出厂设置,可以使用reset saved-configuration命令来删除设备的配置,并使用reboot命令重启路由器。
相关问题
ensp清除交换机命令
对于清除交换机的命令,可以使用以下命令来实现:
1. 清除端口配置:
```
clear config interface <interface-name>
```
其中,`<interface-name>` 是要清除配置的接口名称。
2. 清除 VLAN 配置:
```
clear vlan
```
3. 清除 MAC 地址表:
```
clear mac address-table
```
4. 清除 ARP 缓存:
```
clear arp-cache
```
5. 清除路由表:
```
clear ip route *
```
请根据实际情况选择需要清除的命令。
ensp交换机怎么保存
在ENSP交换机中,可以使用以下命令来保存配置:
1. 进入用户视图:system-view
2. 输入save命令:save
3. 根据提示确认保存:The current configuration will be written to the device. Are you sure to continue?\[Y/N\],输入Y并按回车确认保存。
4. 根据提示输入文件名:Please input the file name ( *.cfg, *.zip ) \[vrpcfg.zip\],可以选择使用默认的文件名,也可以输入自定义的文件名。
5. 按回车键保存配置:按回车键确认保存配置。
6. 提示保存成功:Now saving the current configuration to the slot 0. Save the configuration successfully。
通过以上步骤,您可以成功保存ENSP交换机的配置。
#### 引用[.reference_title]
- *1* *2* *3* [华为[ENSP]常用清除配置命令及保存命令](https://blog.csdn.net/weixin_62594100/article/details/124151755)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item]
[ .reference_list ]
阅读全文