2013年9月3日星期二

To solve the Huawei S2700 cannot modify the trunk port to access port


The trunk port GICE original Huawei S2700 switch settings are as follows:
Interface Ethernet0/0/24
Port link-type trunk
Port trunk allow-pass VLAN 1 to 4094
Ntdp enable
NDP enable
Now think of the trunk ports to access ports, and then use the undo command, but always prompts an error.
[S2700]int Ethernet0/0/24
[S2700-Ethernet0/0/24]undo port link-type trunk
^
Error:Too many parameters found position. at '^'
[S2700-Ethernet0/0/24]undo port link-type
Error: Please renew the default configurations.
[S2700-Ethernet0/0/24]undo port link-type trunk
^
Error:Too many parameters found position. at '^'
So I hope to use the command undo port trunk allow-pass VLAN all, and then use the command undo port link-type trunk was still Error: Please renew the error default configurations.
Finally, taking into account the default VLAN1, so to find a solution to the problem.
[S2700-Ethernet0/0/24]port trunk allow-pass VLAN 1
[S2700-Ethernet0/0/24]undo port link
[S2700-Ethernet0/0/24]undo port link-type trunk
^
Error:Too many parameters found at '^' position. / / is still not successful, continue to test.
[S2700-Ethernet0/0/24]undo port link-type
[S2700-Ethernet0/0/24]port link
[S2700-Ethernet0/0/24]port link-type access / / success.
[S2700-Ethernet0/0/24]q
[S2700]  GICD

1 条评论: