Error: Please renew the default configurations.

桃扇骨 2022-01-22 04:23 435阅读 0赞

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

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

实验环境:

  1. Huawei Versatile Routing Platform Software
  2. VRP (R) software, Version 5.110 (S3700 V200R001C00)
  3. Copyright (c) 2000-2011 HUAWEI TECH CO., LTD
  4. Quidway S3700-26C-HI Routing Switch uptime is 0 week, 0 day, 0 hour, 11 minutes

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

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

正确的删掉命令方式为

  1. interface GigabitEthernet0/0/1
  2. undo port trunk allow-pass vlan all
  3. port trunk allow-pass vlan 1
  4. undo port link-type

发表评论

表情:
评论列表 (有 0 条评论,435人围观)

还没有评论,来说两句吧...

相关阅读