最近想將華爲s2300-52p交換機的接口由以前的trunk更改成access時,老是更改不成功,報錯信息以下:ide
[ZGK-BG-Ethernet0/0/6]dis thisoop
#this
interface Ethernet0/0/6url
port link-type trunkspa
port trunk allow-pass vlan 2 to 4094接口
loopback-detect enableit
#io
returnclass
[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經過,以後就能夠更改端口類型了!