大家好,欢迎来到IT知识分享网。
删除错误端口
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
免责声明:本站所有文章内容,图片,视频等均是来源于用户投稿和互联网及文摘转载整编而成,不代表本站观点,不承担相关法律责任。其著作权各归其原作者或其出版社所有。如发现本站有涉嫌抄袭侵权/违法违规的内容,侵犯到您的权益,请在线联系站长,一经查实,本站将立刻删除。 本文来自网络,若有侵权,请联系删除,如若转载,请注明出处:https://yundeesoft.com/14849.html