关于ensp配置出现 Error: Please renew the default configurations.
生活随笔
收集整理的这篇文章主要介绍了
关于ensp配置出现 Error: Please renew the default configurations.
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
引用https://blog.csdn.net/qq_35428201/article/details/90896096
删除配置信息的时候需要一层层的来进行删除
比如那个作者把配置配错接口了,需要删掉端口的配置
interface GigabitEthernet0/0/1port link-type trunkundo port trunk allow-pass vlan 1port 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*那个vlan 1应该是恢复默认,我猜的
总结
以上是生活随笔为你收集整理的关于ensp配置出现 Error: Please renew the default configurations.的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 数据结构-数组模拟队列-环形实现(JAV
- 下一篇: 缓冲的注解