关于ensp配置出现 Error: Please renew the default configurations.
程序员文章站
2022-03-02 22:46:49
...
引用https://blog.csdn.net/qq_35428201/article/details/90896096
删除配置信息的时候需要一层层的来进行删除
比如那个作者把配置配错接口了,需要删掉端口的配置
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
*那个vlan 1应该是恢复默认,我猜的