华为交换机将端口由trunk更改为access报错解决方法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了华为交换机将端口由trunk更改为access报错解决方法相关的知识,希望对你有一定的参考价值。

    最近想将华为s2300-52p交换机的接口由之前的trunk更改为access时,总是更改不成功,报错信息如下:

技术分享

[ZGK-BG-Ethernet0/0/6]dis this

#

interface Ethernet0/0/6

 port link-type trunk

 port trunk allow-pass vlan 2 to 4094

 loopback-detect enable

#

return

[ZGK-BG-Ethernet0/0/6]port link-t

[ZGK-BG-Ethernet0/0/6]port link-type access

Error: Please renew the default configurations.

... ...

[ZGK-BG-Ethernet0/0/6]undo port link-type trunk

                                          ^

Error:Too many parameters found at ‘^‘ position.

[ZGK-BG-Ethernet0/0/6]undo port link-type

Error: Please renew the default configurations.

[ZGK-BG-Ethernet0/0/6]


    无论如何配置,就是不能将端口有trunk改为access

    后面发现这样配置,就可以将端口更改:


[ZGK-BG-Ethernet0/0/6]dis this

#

interface Ethernet0/0/6

 port link-type trunk

 port trunk allow-pass vlan 2 to 4094

 loopback-detect enable

#

return

[ZGK-BG-Ethernet0/0/6]undo port trunk allow-pass vlan all

Info: This operation may take a few seconds. Please wait for a moment...done.

[ZGK-BG-Ethernet0/0/6]port trunk allow-pass vlan 1

Info: This operation may take a few seconds. Please wait for a moment...done.

[ZGK-BG-Ethernet0/0/6]port link-type access

[ZGK-BG-Ethernet0/0/6]dis this

#

interface Ethernet0/0/6

 port link-type access

 loopback-detect enable

#

return


    成功!

    先去使能所有vlan通过该端口,然后重新添加默认vlan 1通过,之后就可以更改端口类型了!

本文出自 “满招损,谦得益!” 博客,请务必保留此出处http://lanfenggo.blog.51cto.com/6322019/1886836

以上是关于华为交换机将端口由trunk更改为access报错解决方法的主要内容,如果未能解决你的问题,请参考以下文章

vlan划分和access端口,trunk端口,hybrid端口的配置

华为设备路由器的三种接口配置(access hybrid trunk)

华为S5700系列交换机配置链路聚合LACP报错。

华为交换机VLAN与Trunk配置

华为交换机vlan与trunk配置

(华为)trunk中的特例PC1:access PC2:trunk仅此一例 实现互通