欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Error: Please renew the default configurations.

程序员文章站 2022-05-08 19:43:01
...

eNSP实验中出现配置错误当删除命令时,遇到Error: Please renew the default configurations.

经查阅资料发现,需要一层一层的来删除配置,直到恢复到默认的配置,就不再报错误了。

实验环境:

Huawei Versatile Routing Platform Software
VRP (R) software, Version 5.110 (S3700 V200R001C00)
Copyright (c) 2000-2011 HUAWEI TECH CO., LTD

Quidway S3700-26C-HI Routing Switch uptime is 0 week, 0 day, 0 hour, 11 minutes

比如我把配置配错接口了,需要删掉端口的配置

interface GigabitEthernet0/0/1
 port link-type trunk
 undo port trunk allow-pass vlan 1
 port trunk allow-pass vlan 2 to 4094
interface GigabitEthernet0/0/1
undo port link-type trunk
Error: Please renew the default configurations.

正确的删掉命令方式为

interface GigabitEthernet0/0/1
undo port trunk allow-pass vlan all
port trunk allow-pass vlan 1
undo port link-type 

 

相关标签: eNSP S3700 Error