當前位置:首頁 » 數據倉庫 » 如何配置鏈路聚合模式
擴展閱讀
webinf下怎麼引入js 2023-08-31 21:54:13
堡壘機怎麼打開web 2023-08-31 21:54:11

如何配置鏈路聚合模式

發布時間: 2022-08-30 09:39:37

『壹』 誰能說下h3c交換機鏈路聚合配置

# 創建聚合組1(根據具體情況選擇下面兩種方式之一)。
l採用靜態聚合模式:創建二層聚合介面1
<SwitchA> system-view
[SwitchA] interface bridge-aggregation 1
[SwitchA-Bridge-Aggregation1] quit
l採用動態聚合模式:創建二層聚合介面,並配置動態聚合模式
<SwitchA> system-view
[SwitchA] interface bridge-aggregation 1
[SwitchA-Bridge-Aggregation1] link-aggregation mode dynamic
# 將乙太網埠GigabitEthernet1/0/1至GigabitEthernet1/0/3加入聚合組1。
[SwitchA] interface GigabitEthernet 1/0/1
[SwitchA-GigabitEthernet1/0/1] port link-aggregation group 1
[SwitchA-GigabitEthernet1/0/1] interface GigabitEthernet 1/0/2
[SwitchA-GigabitEthernet1/0/2] port link-aggregation group 1
[SwitchA-GigabitEthernet1/0/2] interface GigabitEthernet 1/0/3
[SwitchA-GigabitEthernet1/0/3] port link-aggregation group 1
[SwitchA-GigabitEthernet1/0/3] quit
# 配置二層聚合介面1所屬VLAN,並將該配置批量下發到各成員埠上。
[SwitchA] interface bridge-aggregation 1
[SwitchA-Bridge-Aggregation1] port access vlan 20
[SwitchA-Bridge-Aggregation1] quit
# 顯示配置信息。
l採用靜態聚合模式的鏈路聚合配置信息
[SwitchA] display link-aggregation verbose
Loadsharing Type: Shar -- Loadsharing, NonS -- Non-Loadsharing
Port Status: S -- Selected, U -- Unselected
Flags: A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation,
D -- Synchronization, E -- Collecting, F -- Distributing,
G -- Defaulted, H -- Expired
Aggregation Interface: Bridge-Aggregation1
Aggregation Mode: Static
Loadsharing Type: Shar
Port Status Oper-Key
--------------------------------------------------------------------------------
GE1/0/1 S 1
GE1/0/2 S 1
GE1/0/3 S 1
結果說明:本端加入到靜態聚合組內的成員埠都處於Selected狀態,與對端對應埠是否是Selected狀態無關。
l採用動態聚合模式的鏈路聚合配置信息
[SwitchA]display link-aggregation verbose
Loadsharing Type: Shar -- Loadsharing, NonS -- Non-Loadsharing
Port Status: S -- Selected, U -- Unselected
Flags: A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation,
D -- Synchronization, E -- Collecting, F -- Distributing,
G -- Defaulted, H -- Expired
Aggregation Interface: Bridge-Aggregation1
Aggregation Mode: Dynamic
Loadsharing Type: Shar
System ID: 0x8000, 000f-e234-5678
Local:
Port Status Priority Oper-Key Flag
--------------------------------------------------------------------------------
GE1/0/1 S 32768 1 {ACDEF}
GE1/0/2 S 32768 1 {ACDEF}
GE1/0/3 S 32768 1 {ACDEF}
Remote:
Actor Partner Priority Oper-Key SystemID Flag
--------------------------------------------------------------------------------
GE1/0/1 17 32768 1 0x8000, 0000-fc00-6504 {ACDEF}
GE1/0/2 18 32768 1 0x8000, 0000-fc00-6504 {ACDEF}
GE1/0/3 19 32768 1 0x8000, 0000-fc00-6504 {ACDEF}

『貳』 路由器只有一個2.5g網口如何設置nas鏈路聚合

可以將外網連接到這個介面。
如果你的路由器支持2.5G網口,你可以將外網連接到這個介面,用兩根網線從路由器的LAN口接到NAS上,同時在NAS的主控制界面,聯機設置里進行鏈路聚合設置,將網路設置為串聯即可。

『叄』 華為PTN3900設備傳輸鏈路聚合組怎麼配置

在兩台S-switch 設備上配置靜態LACP 模式鏈路聚合組,提高兩設備之

間的帶寬與可靠性,具體要求如下:
l M 條活動鏈路具有負載分擔的能力。
l 兩設備間的鏈路具有N 條冗餘備份鏈路,當活動鏈路出現故障鏈路時,備份鏈路替
代故障鏈路,保持數據傳輸的可靠性。
 

 
配置思路
採用如下的思路配置靜態LACP 模式鏈路聚合:
1. 在S-switch 設備上創建Eth-Trunk,配置Eth-Trunk 為靜態LACP 模式。
2. 將成員介面加入Eth-Trunk。
3. 配置介面Eth-Trunk 處理BPDU 報文。
4. 配置系統優先順序確定主動端。
5. 配置活動介面上限閾值。
6. 配置介面優先順序確定活動鏈路。
數據准備
為完成此配置例,需准備如下的數據:
l 兩端S-switch 設備鏈路聚合組編號。
l S-switch-A 系統優先順序。
l 活動介面上限閾值。
l 活動介面LACP 優先順序。
配置步驟
1. 創建編號為1 的Eth-Trunk,配置它的工作模式為靜態LACP 模式
# 配置S-switch-A。
<Quidway> system-view
[Quidway] sysname S-switch-A
[S-switch-A] interface eth-trunk 1
[S-switch-A-Eth-Trunk1] mode lacp-static
[S-switch-A-Eth-Trunk1] quit
# 配置S-switch-B。
<Quidway> system-view
[Quidway] sysname S-switch-B
[S-switch-B] interface eth-trunk 1
[S-switch-B-Eth-Trunk1] mode lacp-static
[S-switch-B-Eth-Trunk1] quit
2. 將成員介面加入Eth-Trunk
# 配置S-switch-A。
[S-switch-A] interface ethernet 0/0/1
[S-switch-A-Ethernet0/0/1] eth-trunk 1
[S-switch-A-Ethernet0/0/1] quit
[S-switch-A] interface ethernet 0/0/2
[S-switch-A-Ethernet0/0/2] eth-trunk 1
[S-switch-A-Ethernet0/0/2] quit
[S-switch-A] interface ethernet 0/0/3
[S-switch-A-Ethernet0/0/3] eth-trunk 1
[S-switch-A-Ethernet0/0/3] quit
# 配置S-switch-B。
[S-switch-B] interface ethernet 0/0/1
[S-switch-B-Ethernet0/0/1] eth-trunk 1
[S-switch-B-Ethernet0/0/1] quit
[S-switch-B] interface ethernet 0/0/2
[S-switch-B-Ethernet0/0/2] eth-trunk 1
[S-switch-B-Ethernet0/0/2] quit
[S-switch-B] interface ethernet 0/0/3
[S-switch-B-Ethernet0/0/3] eth-trunk 1
[S-switch-B-Ethernet0/0/3] quit
3. 配置介面Eth-Trunk 處理BPDU 報文
# 配置S-switch-A。
[S-switch-A] interface eth-trunk 1
[S-switch-A-Eth-Trunk1] bp enable
[S-switch-A-Eth-Trunk1] quit
# 配置S-switch-B
[S-switch-B] interface eth-trunk 1
[S-switch-B-Eth-Trunk1] bp enable
[S-switch-B-Eth-Trunk1] quit
4. 在S-switch-A 上配置系統優先順序為100,使其成為LACP 主動端
[S-switch-A] lacp priority 100
5. 在S-switch-A 上配置活動介面上限閾值M 為2
[S-switch-A] interface eth-trunk 1
[S-switch-A-Eth-Trunk1] max bandwidth-affected-linknumber 2
[S-switch-A-Eth-Trunk1] quit
2 LACP 配置
說明
由於S-switch-A 為主動端,所以S-switch-B 不需要配置活動介面上限閾值,步驟 6 中配置接
口優先順序同樣只需要在主動端S-switch-A 上配置即可。
6. 在S-switch-A 上配置介面優先順序確定活動鏈路
[S-switch-A] interface ethernet 0/0/1
[S-switch-A-Ethernet0/0/1] lacp priority 100
[S-switch-A-Ethernet0/0/1] quit
[S-switch-A] interface ethernet 0/0/2
[S-switch-A-Ethernet0/0/2] lacp priority 100
[S-switch-A-Ethernet0/0/2] quit
7. 驗證配置結果
# 查看各S-switch 設備的Eth-Trunk 信息,查看鏈路是否協商成功。
[S-switch-A] display eth-trunk 1
Eth-Trunk1's state information is:
Local:
LAG ID: 1 WorkingMode: STATIC
Preempt Delay: Disabled Hash arithmetic: According to MAC
System Priority: 100 System ID: 0077-7777-7777
Least Active-linknumber: 1 Max Bandwidth-affected-linknumber: 2
Operate status: up Number Of Up Port In Trunk: 2
--------------------------------------------------------------------------------
ActorPortName Status PortType PortPri PortNo PortKey PortState Weight
Ethernet0/0/1 Selected 100M 100 1 289 11111100 1
Ethernet0/0/2 Selected 100M 100 2 289 11111100 1
Ethernet0/0/3 Unselect 100M 32768 3 289 11100000 1
Partner:
--------------------------------------------------------------------------------
ActorPortName SysPri SystemID PortPri PortNo PortKey PortState
Ethernet0/0/1 32768 0001-0168-0182 32768 1 289 11111100
Ethernet0/0/2 32768 0001-0168-0182 32768 2 289 11111100
Ethernet0/0/3 32768 0001-0168-0182 32768 3 289 11100000
[S-switch-B] display eth-trunk 1
Eth-Trunk1's state information is:
Local:
LAG ID: 1 WorkingMode: STATIC
Preempt Delay: Disabled Hash arithmetic: According to MAC
System Priority: 32768 System ID: 0001-0168-0182
Least Active-linknumber: 1 Max Bandwidth-affected-linknumber: 8
Operate status: up Number Of Up Port In Trunk: 2
--------------------------------------------------------------------------------
ActorPortName Status PortType PortPri PortNo PortKey PortState Weight
Ethernet0/0/1 Selected 100M 32768 1 289 11111100 1
Ethernet0/0/2 Selected 100M 32768 2 289 11111100 1
Ethernet0/0/3 Unselect 100M 32768 3 289 11100000 1
Partner:
--------------------------------------------------------------------------------
ActorPortName SysPri SystemID PortPri PortNo PortKey PortState
Ethernet0/0/1 100 0077-7777-7777 100 1 289 11111100
Ethernet0/0/2 100 0077-7777-7777 100 2 289 11111100
Ethernet0/0/3 100 0077-7777-7777 32768 3 289 11100000
通過以上顯示信息可以看到,S-switch-A 的系統優先順序為100,高於S-switch-B 的
系統優先順序。Eth-Trunk 的成員介面中Ethernet 0/0/1、Ethernet 0/0/2 成為活動接
口,處於「Selected」狀態,介面Ethernet 0/0/3 處於「Unselect」狀態,同時實現M
條鏈路的負載分擔和N 條鏈路的冗餘備份功能。
配置文件
l S-switch-A 的配置文件
#
sysname S-switch-A
#
lacp priority 100
#
interface Eth-Trunk1
bp enable
mode lacp-static
max bandwidth-affected-linknumber 2
#
interface Ethernet0/0/1
eth-trunk 1
lacp priority 100
#
interface Ethernet0/0/2
eth-trunk 1
lacp priority 100
#
interface Ethernet0/0/3
eth-trunk 1
#
return
l S-switch-B 的配置文件
#
sysname S-switch-B
#
interface Eth-Trunk1
bp enable
mode lacp-static
#
interface Ethernet0/0/1
eth-trunk 1
#
interface Ethernet0/0/2
eth-trunk 1
#
interface Ethernet0/0/3
eth-trunk 1
#
return

『肆』 華三的鏈路聚合配置

靜態鏈路聚合的典型配置
一、
組網需求:
兩台H3C 交換機 A,B之間做靜態鏈路聚合。這里假設e1/0/1,e1/0/2,e1/0/3埠都是trunk埠,允許vlan 10,20,30通過
二、
配置步驟:
(1)
設備A上的配置
#創建二層聚合埠
[switch-A] interface Bridge-Aggregation 1
[switch-A-Bridge-Aggregation1] port link-type trunk
[switch-A-Bridge-Aggregation1] port trunk permit vlan 10 20 30
#分別將設備A上埠e1/0/1,e1/0/2,e1/0/3加入到聚合組中
[switch-A] interface Ethernet 1/0/1
[switch-A-Ethernet1/0/1] port link-type trunk
[switch-A-Ethernet1/0/1] port trunk permit vlan 10 20 30
[switch-A-Ethernet1/0/1]port link-aggregation group 1
[switch-A] interface Ethernet 1/0/2
[switch-A-Ethernet1/0/2] port link-type trunk
[switch-A-Ethernet1/0/2] port trunk permit vlan 10 20 30
[switch-A-Ethernet1/0/2]port link-aggregation group 1
[switch-A] interface Ethernet 1/0/3
[switch-A-Ethernet1/0/3] port link-type trunk
[switch-A-Ethernet1/0/3] port trunk permit vlan 10 20 30
[switch-A-Ethernet1/0/3]port link-aggregation group 1
(2)
設備B上的配置
設備B上的配置和A類似,這里從略。
(3)
驗證鏈路聚合
可以通過命令display link-aggregation verbose
來查看埠是否變成select來驗證聚合是否成功。

動態鏈路聚合的典型配置
一、
組網需求:
兩台H3C S3500-EA A,B之間做動態鏈路聚合。這里假設e1/0/1,e1/0/2,e1/0/3埠都是trunk埠,允許vlan 10,20,30通過。
二、
組網圖:

三、
配置步驟:
(1)
設備A上的配置
#創建二層聚合埠,並配置成動態聚合模式
[switch-A] interface Bridge-Aggregation 1
[switch-A-Bridge-Aggregation1] port link-type trunk
[switch-A-Bridge-Aggregation1] port trunk permit vlan 10 20 30
[switch-A-Bridge-Aggregation1]link-aggregation mode dynamic
#分別將設備A上埠e1/0/1,e1/0/2,e1/0/3加入到聚合組中

[switch-A] interface Ethernet 1/0/1
[switch-A-Ethernet1/0/1] port link-type trunk
[switch-A-Ethernet1/0/1] port trunk permit vlan 10 20 30
[switch-A-Ethernet1/0/1]port link-aggregation group 1
[switch-A] interface Ethernet 1/0/2
[switch-A-Ethernet1/0/2] port link-type trunk
[switch-A-Ethernet1/0/2] port trunk permit vlan 10 20 30
[switch-A-Ethernet1/0/2]port link-aggregation group 1
[switch-A] interface Ethernet 1/0/3
[switch-A-Ethernet1/0/3] port link-type trunk
[switch-A-Ethernet1/0/3] port trunk permit vlan 10 20 30
[switch-A-Ethernet1/0/3]port link-aggregation group 1
(2)
設備B上的配置
設備B上的配置和A類似,這里從略。
(3)
驗證鏈路聚合
可以通過命令display link-aggregation verbose
來查看埠是否變成select來驗證聚合是否成功。
四、
配置關鍵點:
(1)
需要特別注意的就是創建的二層聚合埠的配置要和物理成員埠保持一致,如本例中的二層聚合埠trunk屬性和允許通過的vlan 10,20,30都與物理成員埠一樣。否則聚合無法成功。
(2)
默認聚合方式為靜態鏈路聚合,靜態聚合模式中,成員埠的LACP協議為關閉狀態。
(3)
配置了RRPP的埠、配置為DHCP客戶端/BOOTP客戶端的埠、配置了VRRP的埠、配置了MAC地址認證的埠、配置了埠安全模式的埠、啟用了IP Source Guard功能的埠以及使能802.1x的埠都不能加入聚合組。
(5)
用戶刪除動態模式的聚合埠時,系統會自動刪除對應的聚合組,且該聚合組中的所有成員埠將全部離開該聚合組。
(7)
對於動態聚合模式,系統兩端會自動協商同一條鏈路上的兩端埠在各自聚合組中的Selected狀態,用戶只需保證在一個系統中聚合在一起的埠的對端也同樣聚合在一起,聚合功能即可正常使用。

『伍』 zxr10Ger08路由器如何配置鏈路聚合

可以設置。
1、創建AG介面
2、將以太口加入AG介面
3、配置AG介面。
在路由器上使用多鏈路進行互連時,可以把多條物理鏈路進行捆綁,對外呈現一條邏輯鏈路,並屏蔽實際的物理鏈路。
這種方式稱之為鏈路聚合(Aggregate,簡稱AG),且把實際的物理鏈路稱之為AG的成員鏈路。
銳捷設備所提供的AG功能符合IEEE802.3ad標准,它可以用於擴展鏈路帶寬,提供更高的連接可靠性。
AG功能支持流量平衡,可以把流量均勻地分配給各成員鏈路。
AG功能還實現了鏈路備份,當AG中的一條成員鏈路斷開時,系統會將該成員鏈路的流量自動地分配到AG中的其它有效成員鏈路上
AG中一條成員鏈路收到的廣播或者多播報文,將不會被轉發到其它成員鏈路上。

『陸』 華為靜態鏈路聚合配置

華為鏈路聚合分為兩種:

● 手動負載均衡模式:在這種模式下,Eth-Trunk的建立、成員介面的加入都是手工配置的,沒有協議
的參與。在該模式下所有活動鏈路都參與數據轉發,平均分坦流量。如果某條活動鏈路出現故障,鏈
路聚合組自動在剩餘的活動鏈路上平均分配流量。

● LACP模式:在LACP模式中,鏈路兩端的設備相互發送LACP報文,協商聚合參數。協商完成後,兩台
設備確定活動介面和非活動介面。LACP模式需要的動創建一個Eth-Trunk口,並添加成員。LACP模式
也叫M:N模式,M代表活動成員鏈路。N代表非活動鏈路,用於冗餘備份。LACP與手動負載均衡的區別在
於,在LACP模式中,有一些鏈路充當備份鏈路,如果有一條活動鏈路發生故障,該鏈路傳輸的數據被
切換到一條優先順序最高的備用鏈路上,這條備用鏈路轉變為活動狀態。而在手動負載均衡模式中,所
有的成員都處於轉發狀態。

『柒』 鏈路聚合怎麼配置

鏈路聚合是將兩個或更多數據信道結合成一個單個的信道,該信道以一個單個的更高帶寬的邏輯鏈路出現。鏈路聚合一般用來連接一個或多個帶寬需求大的設備,例如連接骨幹網路的伺服器或伺服器群。
鏈路聚合

如今,撥號線路的鏈路聚合相對簡單。桌面操作系統(例如Microsoft Windows)支持MLPPP(多鏈路PPP),這是將運行PPP(點對點協議)的多個撥號鏈路結合在一起的協議。它綁定兩個ISDN64KbpsB信道。提供一個128Kps的連接信道。使用諸如Cisco的分布式MLPPP協議,使WAN鏈路上的多鏈路路由器連接成為可能。該協議提供了一種方式,將一個Cisco 7500系列路由器上的T1/E1線路結合成一個擁有多個T1/E1線路的組合帶寬的線路束。該協議允許安裝T1/El的某個增量。例如,一個「線路束」可能包含4條T1線路。該協議適合ISP。

可以為了備份目的或獲得更多的臨時帶寬配置多個鏈路。各個鏈路應該遵循不同的路徑以提防本地災害。例如,鏈路可通過不同的本地迴路甚至是不同的電信公司從不同的位置進入建築物內。但是,如果在所有的終端處使用相同的設備,聚合則是不可能的。

『捌』 鏈路聚合的配置

實驗要求
設備 IP Mask 埠
交換機A 192.168.1.11 255.255.255.0 0/0/1-2 trunking
交換機B 192.168.1.12 255.255.255.0 0/0/3-4 trunking
PC1 192.168.1.101 255.255.255.0交換機A0/0/23
PC2 192.168.1.102 255.255.255.0交換機B0/0/24
如果鏈路聚合成功,則 PC1 可以ping 通 PC2。
實驗步驟
第一步:正確連接網線,交換機全部恢復出廠設置,做初始配置,避免廣播風暴出現
交換機A:
switch#config
switch(Config)#hostname switchA
switchA(Config)#interface vlan 1
switchA(Config-If-Vlan1)#ip address 192.168.1.11 255.255.255.0
switchA(Config-If-Vlan1)#no shutdown
switchA(Config-If-Vlan1)#exit
switchA(Config)#spanning-tree
MSTP is starting now, please wait...........
MSTP is enabled successfully.
switchA(Config)#
交換機B:
switch#config
switch(Config)#hostname switchB
switchB(Config)#interface vlan 1
switchB(Config-If-Vlan1)#ip address 192.168.1.12 255.255.255.0
switchB(Config-If-Vlan1)#no shutdown
switchB(Config-If-Vlan1)#exit
switchB(Config)#spanning-tree
MSTP is starting now, please wait...........
MSTP is enabled successfully.
switchB(Config)#
第二步:創建port group
交換機A:
switchA(Config)#port-group 1
switchA(Config)#
驗證配置:
switchA#show port-group detail
Sorted by the ports in the group 1:
--------------------------------------------
switchA#show port-group brief
Port-group number : 1
Number of ports in port-group : 0 Maxports in port-channel = 8
Number of port-channels : 0 Max port-channels : 1
switchA#
交換機B
switchB(Config)#port-group 2
switchB(Config)#
第三步:手工生成鏈路聚合組(第三、四步任選其一操作)
交換機A:
switchA(Config-Port-Range)#port-group 1 mode on
switchA(Config-Port-Range)#exit
驗證配置:
switchA#show vlan
VLAN Name Type Media Ports
---- ------------ ---------- --------- -------------------
1 default Static ENET Ethernet0/0/3 Ethernet0/0/4
Ethernet0/0/5 Ethernet0/0/6
Ethernet0/0/7 Ethernet0/0/8
Ethernet0/0/9 Ethernet0/0/10
Ethernet0/0/11 Ethernet0/0/12
Ethernet0/0/13 Ethernet0/0/14
Ethernet0/0/15 Ethernet0/0/16
Ethernet0/0/17 Ethernet0/0/18
Ethernet0/0/19 Ethernet0/0/20
Ethernet0/0/21 Ethernet0/0/22
Ethernet0/0/23 Ethernet0/0/24
Port-Channel1
switchA# !port-channel1已經存在
交換機B:
switchB(Config)#int e 0/0/3-4
switchB(Config-Port-Range)#port-group 2 mode on
switchB(Config-Port-Range)#exit
驗證配置:
switchB#show port-group brief
Port-group number : 2
Number of ports in port-group : 2 Maxports in port-channel = 8
Number of port-channels : 1 Max port-channels : 1
switchB#
第四步: LACP動態生成鏈路聚合組(第三、四步任選其一操作)
switchA(Conifg-Port-Range)#port-group 1 mode active
驗證配置:
switchA#show vlan
VLAN Name Type Media Ports
---- ------------ ---------- --------- -------------------
1 default Static ENET Ethernet0/0/3 Ethernet0/0/4
Ethernet0/0/5 Ethernet0/0/6
Ethernet0/0/7 Ethernet0/0/8
Ethernet0/0/9 Ethernet0/0/1
Ethernet0/0/11 Ethernet0/0/1
Ethernet0/0/13 Ethernet0/0/1
Ethernet0/0/15 Ethernet0/0/1
Ethernet0/0/17 Ethernet0/0/1
Ethernet0/0/19 Ethernet0/0/2
Ethernet0/0/21 Ethernet0/0/2
Ethernet0/0/23 Ethernet0/0/2
Port-Channel1
switchA# !port-channel1已經存在
交換機B:
switchB(Config)#interface ethernet 0/0/3-4
switchB(Conifg-Port-Range)#port-group 2 mode passive
switchB(Config)#interface port-channel 2
switchB(Config-If-Port-Channel2)#
驗證配置:
switchB#show port-group brief
Port-group number : 2
Number of ports in port-group : 2 Maxports in port-channel = 8
Number of port-channels : 1 Max port-channels : 1
switchB#
第五步:使用ping命令驗證
使用PC1 ping PC2
交換機A 交換機B 結果 原因
0/0/1 0/0/3 通鏈路聚合組連接正確
0/0/2 0/0/4
0/0/1 0/0/3 通 拔掉交換機B埠4的網線,仍然可
0/0/2 以通(需要一點時間),此時用show

『玖』 華為鏈路聚合配置命令

方法/步驟
首先進入系統視圖
system-view

創建eth-trunk介面
interface Eth-Trunk 1

然後在Eth-Trunk邏輯口上執行undo portswitch命令,把聚合鏈路從二層轉換到三層
undo portswitch
華為交換機三層鏈路聚合配置
一般是不能再邏輯介面上配置ip地址的,可以直接通過起svi,然後在svi上配置地址,將eth-trunk介面配置成trun,將相應的VLAN允許通過,很好的解決了需求。
將三層介面加入到eth-trunk中
interface GigabitEthernet 0/0/1
eth-trunk 1
華為交換機三層鏈路聚合配置
檢查配置結果
display interface eth-trunk 1
華為交換機三層鏈路聚合配置
7
另一個交換機同上一樣的配置步驟