當前位置:首頁 » 幣種行情 » 怎樣清除ethtrunk

怎樣清除ethtrunk

發布時間: 2022-08-18 09:53:37

① 華為交換機2326如何刪除port link-type trunk,

首先,你用undo port link-type trunk刪除不掉,那是因為這條命令下還有一條,
prot trunk allow-pass vlan all, 你用undo 的時候提示 Please renew the default configurations.這句話的意思是讓你先刪除默認的配置,意思就是你先刪除這條,
undo port trunk allow-pass vlan all,all表示的是通行的vlan,這條命令放在了哪個VLAN 就把all替換了,或者all 可以換成2 to 4094 ,刪除以後port link-type trunk 這條命令還在,你想undo了也可以,不想undo就直接用其他模式的命令覆蓋比如:port link acc 。

② 華為和思科怎麼做鏈路捆綁

華為要將捆綁模式調整lacp的,配置如下:
*******切記!一定要調,否則會產生環路********
華為交換機

#interface Eth-Trunk1

port link-type trunk

port trunk allow-pass vlan 2
to 4094

mode lacp-static //修改鏈路聚合模式

max active-linknumber 2 //設置最大活動鏈接數為2

bp enable
//開啟BPDU

//**一定先配置好eth-trunk,在將介面放入eth-trunk

#lacp priority 100

#interface GigabitEthernet0/0/1

eth-trunk 1

undo ntdp enable

undo ndp enable

(在配置埠前,一定要將埠原有配置清空,全部undo掉,否則無法應用eth-trunk命令。如果之前埠配置過trunk口,可以使用undo port link-type清除trunk狀態)

#interface GigabitEthernet0/0/2

eth-trunk 1

undo ntdp enable

undo ndp enable

思科交換機

interface port-channel1

switchport trunk
encapsulation dot1q

switchport mode trunk

interface g0/25

switchport trunk
encapsulation dot1q

switchport mode trunk

channel-group 1 mode active

interface g0/27

switchport trunk
encapsulation dot1q

switchport mode trunk

channel-group 1 mode active

③ 華為交換機介面退出eth-trunk出錯

你這是要 取消它的介面類型為truck

④ 華為交換機怎樣把埠從vlan中刪除

1、以華為s5700為例,在進入用戶模式下,輸入system-view進入配置模式。

⑤ 華為路由器上多配了個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不見了

⑥ 交換機設置了trunk,怎麼去除

可以在窗口裡面修改

  1. 點擊自己想要修改的埠,我打開了f 0/2,然後你會看到自己的埠處於trunk模式,並且可以看到自己的埠處於哪個VLAN之下。

  2. 點擊trunk旁邊的小倒三角,有access,點一下,就改變了,如果你想改變埠的VLAN,可以點擊旁邊VLAN的倒三角進行選擇。

⑦ 怎麼刪除華為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

希望能幫到你。

⑧ 請教大神 在華為eNSP模擬器上 如何刪除port link-type trunk這條命令, 謝謝

不用刪除 直接敲命令 port link-type access(前提是除了port link-type trunk
沒有其他命令了,如果有要undo了才行,)在物理機中是 undo port link-type
這個命令

⑨ 如何刪除eth-trunk 埠

sys模式下:
undo interface eth-trunk trunk-id

⑩ 如何理解eth-trunk

Eth-Trunk介面是一種可以動態創建的介面,該類型介面可以綁定若干物理的乙太網介面作為一個邏輯介面使用,實現增加帶寬提高靠性的目的。

Trunk優勢於:

1、通Trunk介面實現負載擔Eth-Trunk介面內實現流量負載擔。

2、某員介面連接物理鏈路現故障流量切換其用鏈路提高整Trunk鏈路靠性。

3、 Trunk介面總帶寬各員介面帶寬。

(10)怎樣清除ethtrunk擴展閱讀:

Trunk具體應用

1、Trunk功能用於交換機與伺服器之間的相聯,為伺服器提供獨享的高帶寬。

2、Trunk功能用於交換機之間的級聯,為交換機之間的數據交換提供高帶寬的數據傳輸能力,提高網路速度,突破網路瓶頸,進而大幅提高網路性能(主要應用)。

Trunk功能舉例

——例如:為增加帶寬,提高連接可靠性,某網吧電影伺服器是雙網卡且作了綁定,與中心交換機的23、24埠連接;二層交換機的1、2埠與中心交換機的1、2埠連接,那麼中心交換機需將1、2埠,23、24埠分別做Trunk。說明:這里的二層交換機也需支持Trunk。

參考資料:網路-Trunk鏈路

熱點內容
比特幣靜態能投資嗎 發布:2025-09-09 20:46:44 瀏覽:132
初級trx懸掛式訓練教程 發布:2025-09-09 20:20:37 瀏覽:771
區塊鏈的算力浪費 發布:2025-09-09 20:15:39 瀏覽:602
TRX辦公室 發布:2025-09-09 19:48:22 瀏覽:484
顯卡礦機挖礦中就停了 發布:2025-09-09 19:45:52 瀏覽:525
幣圈審計報告有什麼用 發布:2025-09-09 19:35:56 瀏覽:928
得到區塊鏈直播 發布:2025-09-09 19:23:36 瀏覽:703
華為推出的合約機怎麼解除合約 發布:2025-09-09 19:11:11 瀏覽:837
雲寶cga礦機挖幣怎麼回事 發布:2025-09-09 19:02:49 瀏覽:982
幣圈東興局最新消息 發布:2025-09-09 18:56:02 瀏覽:95