埠加入ETHTRUNK如何取消
① 如何刪除eth-trunk 埠
sys模式下:
undo interface eth-trunk trunk-id
② 華為交換機介面退出eth-trunk出錯
你這是要 取消它的介面類型為truck
③ 銳捷交換機如何刪除trunk命令
想刪除只要把它改成原先的模式就可以了
進trunk口
(config-if)#switchport mode access
這樣就行了
④ 交換機可以通過設置或取消trunk埠中允許通過的vlan
交換機可以設置VLAN允許通過中繼埠。具體代碼如下:
定義埠F0/1選擇要設置的埠:intf0/1。設置埠為中繼埠,設置允許通過的VLAN選擇要設置的vlanid:SW trunk allowed valn 10,20,30,結束,返回特權模式:結束。
以Cisco交換機為例,在定義的trunk口中配置如下:
3550b#config t
Enter configuration commands, one per line. End with CNTL/Z.
3550b(config)#int g0/1 //假設此埠為定義的trunk口
3550b(config-if)#switchport trunk allowed vlan ?
WORD VLAN IDs of the allowed VLANs when this port is in trunking mode
add add VLANs to the current list
all all VLANs
except all VLANs except the following
none no VLANs
remove remove VLANs from the current list
(4)埠加入ETHTRUNK如何取消擴展閱讀:
1、VLAN在實際環境中的應用。在實際的企業環境中,不只是使用一台交換機,而是多台交換機共同作用。每台交換機都劃分VLAN,且這些VLAN可能在多個交換機上是重復的。
2、連接不同交換機的VLAN。為幾個VLAN都連接一條物理的鏈路,只需要用一條中繼鏈路承載所有的VLAN通信。
3、鏈路的類型。
(1)接入鏈路。接入鏈路是屬於一個並且只屬於一個VLAN的埠。
(2)中繼鏈路。中繼鏈路可以承載多個VLAN。
⑤ 華為路由器上多配了個eth-trunk,該怎麼刪除它啊,eth-trunk裡面已經沒有介面了為什麼還是刪不掉啊。。。
[lsw6]dis cu 得Eth-Trunk3到以下信息
#
interface Eth-Trunk3
port link-type trunk
port trunk allow-pass vlan 2 to 4094
mode lacp-static
#
[lsw6]int Eth-Trunk3 #進入Eth-Trunk3
[lsw6-Eth-Trunk3]undo mode #刪除運行模式不用加lacp-static
[lsw6-Eth-Trunk3]undo port trunk allow-pass vlan all #刪除所有連接vlan
[lsw6-Eth-Trunk3]port trunk allow-pass vlan 1 #刪除默認可通過的vlan1(新版)
[lsw6-Eth-Trunk3]undo port link-type #刪除通信模式
[lsw6-Eth-Trunk3]q #退出Eth-Trunk3
[lsw6]undo interface Eth-Trunk 3 #在系統示圖下刪除interface Eth-Trunk 3記得要有interface不然刪不了。
好了你了[lsw6]dis cu #Eth-Trunk3不見了
⑥ 怎麼刪除華為eth-trunk下面的lacp協議
給你個絕對可行得辦法:
[switch]interface g0/0/1 //如果是33系列以下,則是interface ethernet0/0/1
[switch-interface g0/0/1]display this //查看當前埠類型,是access,hybrid還是trunk,如果查不到,就說明它是默認埠類型,S23&33&53系列的交換機默認埠類型是hybird
如果介面有類似:
1. port link-type access 或者 port default vlan 2 //vlan 2是示例
刪除辦法:undo port default vlan 2
2. port link type hybird 或者 port hybrid tagged vlan 2 5 或者port hybrid untagged vlan 3 6等
刪除辦法:undo port hybrid tagged vlan 2 5 或者undo port hybrid untagged vlan 3 6
3. port link type trunk 或者 port trunk alloc-pass vlan 2 4 6 等
刪除辦法:undo port trunk alloc-pass vlan 2 4 6
希望能幫到你。
⑦ 思科交換機命令(如何加入和刪除打trunk口的vlan)
交換機可以設置中繼埠允許的VLAN。具體代碼如下:
(1)定義埠F0/1(選擇要設置的埠):intf0/1
(2)將埠設置為中繼埠,並設置允許的VLAN(選擇要設置的VLANID):swtrunkallowvaln10,20,30
(3)結束,返回特權模式:結束
交換機可以通過中繼埠取消允許的VLAN。具體代碼如下:
(1)定義埠F0/1(選擇要設置的埠):intf0/1
(2)將埠設置為中繼埠,取消允許的VLAN(選擇要設置的VLANID):swtrunkdeallowvaln10,20,30
(3)結束,返回特權模式:結束
(7)埠加入ETHTRUNK如何取消擴展閱讀:
不同系列交換機設置VLAN命令有所不同,功能不同,根據需要選擇。
交換機系列:
(1)1900系列:1924
(2)2900系列:2924、2924M
(3)2950系列:2950-24、2950G-24/48、2950C-24、2950T-24、2950SX-24/48
(4)2960系列:2960-24/48TT-L、296024/48TC-L
(5)3500系列:3508G、3524、3548
(6)3550系列:3550-24-SMI/EMI、3550-48-SMI/EMI、3550-12G/T
(7)3560系列:3560-24/48也有帶G的
(8)3750系列:3750-24/48-TS-S、3750-24/48-TS-E3750G-24/48-TS-S、3750G-24/48-TS-E、3750G-12S
(9)4000系列:4003、4006
(10)4500系列:4503、4506、4507R
(11)6000系列:6006、6009
(12)6500系列:6506、6509、6513
⑧ 如何刪除h3c三層 埠 trunk
interface GigabitEthernet1/0/8
undo port link-type
⑨ 交換機設置了trunk,怎麼去除
可以在窗口裡面修改
點擊自己想要修改的埠,我打開了f 0/2,然後你會看到自己的埠處於trunk模式,並且可以看到自己的埠處於哪個VLAN之下。
點擊trunk旁邊的小倒三角,有access,點一下,就改變了,如果你想改變埠的VLAN,可以點擊旁邊VLAN的倒三角進行選擇。