配置手工分擔模式

配置手工分擔模式

1 問題
交換機之間的鏈路如何經過手動的方式實現鏈路的捆綁?ide

配置思路:
1.終端pc設置
2.交換機設置
-創建vlan 10 20
-pc與交換機接口設置acc加入對應vlan
-建立eth-trunk1
-設置手工分擔模式
-添加成員進入trunkport g0/0/1
-在int eth-trunk 1 接口設置trunk 容許vlan all
配置手工分擔模式blog

SW1
[S1] u t m
<Huawei>system-view
[Huawei]sysname S1接口

建立vlan並將接口加入vlan:
[S1]vlan batch 10 20
[S1]interface Eth0/0/1
[S1-Ethernet0/0/1]port link-type access
[S1-Ethernet0/0/1]port default vlan 10
[S1]interface Eth0/0/2
[S1-Ethernet0/0/1]port link-type access
[S1-Ethernet0/0/1]port default vlan 20it

配置鏈路聚合:手工負載分擔模式
[S1] interface(接口) eth-trunk(以太 - 中繼)1 \建立鏈路聚合的端口1 (0-63)class

[S1-Eth-Trunk1]mode(模式) manual(手控制的) load(負載)-balance(均衡) \設置模式爲手動
[S1-Eth-Trunk1]trunkport(中繼端口)g0/0/1 \將接口加入到負載模式
[S1-Eth-Trunk1]trunkport(中繼端口) g0/0/2 \將接口加入到負載模式
[S1-Eth-Trunk1]trunkport(中繼端口) g0/0/3 \將接口加入到負載模式
[S1-Eth-Trunk1]display eth-trunk 1 \查看 eth-trunk
[S1]int eth-trunk 1 \進入eth-trunk1
[S1-Eth-Trunk1]port link-type trunk \設置爲trunk鏈路
[S1-Eth-Trunk1]port trunk allow-pass vlan all \ 設置爲容許全部vlan 配置

SW2
[S1] u t m
<Huawei>system-view
[Huawei]sysname S2終端

建立vlan並將接口加入vlan:
[S1]vlan batch 10 20
[S1]interface Eth0/0/1
[S1-Ethernet0/0/1]port link-type access
[S1-Ether2net0/0/1]port default vlan 10
[S1]interface Eth0/0/2
[S1-Ethernet0/0/1]port link-type access
[S1-Ethernet0/0/1]port default vlan 20im

配置鏈路聚合:手工負載分擔模式
[S2] interface(接口) eth-trunk(以太 - 中繼)1 \建立鏈路聚合的端口1 (0-63)
[S2-Eth-Trunk1]mode(模式) manual(手控制的) load(負載)-balance(均衡) \設置模式爲手動
[S2-Eth-Trunk1]trunkport(中繼端口)g0/0/1 \將接口加入到負載模式
[S2-Eth-Trunk1]trunkport(中繼端口) g0/0/2 \將接口加入到負載模式
[S2-Eth-Trunk1]trunkport(中繼端口) g0/0/3 \將接口加入到負載模式
[S2-Eth-Trunk1]display eth-trunk 1 \查看 eth-trunk
[S2]int eth-trunk 1 \進入eth-trunk1
[S2-Eth-Trunk1]port link-type trunk \設置爲trunk鏈路
[S2-Eth-Trunk1]port trunk allow-pass vlan all \ 設置爲容許全部vlan
[S2]display port vlan \查看 vlan
[S2]display eth-trunk 2 \查看 eth-trunkdb

相關文章
相關標籤/搜索