LAB9:EtherChannel
switch分解试验部分-LAB9:EtherChannel
精选 转载一、实验目的
1、掌握EtherChannel的应用及配置
二、实验内容
拓扑图:
需求:
1、启用Etherchannel,实现多链路捆绑及负载均衡
2、
三、实验配置
配置:
1、Layer2 Etherchannel配置
SW1(config)#interface port-channel 1 (创建以太通道端口)
SW1(config-if)#channel-group 1 mode desirable (配置以太通道协议PAGP的操作模式为:协商)
SW1(config-if)#channel-protocol pagp (配置以太通道的协议模式为pagp,可选)
SW1(config)# interface range gigabitEthernet 0/1 – 2
SW1(config-if)#channel-group 1 mode desirable (在端口关联以太通道端口)
注:以上是先创建后关联
SW2(config)#interface range gigabitEthernet 0/1 - 2
SW2(config-if-range)#switchport trunk encapsulation dot1q
SW2(config-if-range)#switchport mode trunk
SW2(config-if-range)#channel-group 1 mode desirable
SW2(config-if-range)#channel-protocol pagp
注:以上配置是直接在端口关联以太通道,系统会自动创建以太通道
2、Layer3 Etherchannel配置
SW2(config)#interface range gigabitEthernet 0/1 - 2
SW2(config-if-range)#no switchport (关键,开启接口三层端口)
SW2(config-if-range)#channel-group 1 mode desirable
SW2(config-if-range)#channel-protocol pagp
SW2(config)#interface port-channel 1
SW2(config-if)#no switchport (关键,开启三层以太通道端口;注意确保接口的二层端口开启)
SW2(config-if)#ip address X.X.X.X 255.255.255.0
注:Layer3 Etherchannel要注意配置次序
3、Etherchannel 负载均衡方式
Switch(config)#port-channel load-balance ? (修改Etherchannel的负载均衡方式)
dst-ip Dst IP Addr
dst-mac Dst Mac Addr
src-dst-ip Src XOR Dst IP Addr
src-dst-mac Src XOR Dst Mac Addr
src-ip Src IP Addr
src-mac Src Mac Addr
验证:
Switch#show etherchannel port-channel (查看Etherchannel的相关参数)
Channel-group listing:
----------------------
Group: 1
----------
Port-channels in the group:
---------------------------
Port-channel: Po1
------------
Age of the Port-channel = 00d:00h:32m:28s
Logical slot/port = 2/1 Number of ports = 2
GC = 0x00000000 HotStandBy port = null
Port state = Port-channel (Etherchannel 协议状态,现在为L2)
Protocol = PAGP (Etherchannel 协议类型)
Port Security = Disabled
Ports in the Port-channel:
Index Load Port EC state No of bits
------+------+------+------------------+-----------
0 00 Gig0/1 Desirable-Sl 0 (Etherchannel 协议协工作模式)
0 00 Gig0/2 Desirable-Sl 0
Time since last port bundled: 00d:00h:25m:12s Gig0/2
四、应用场景
网络骨干链路上实现高带宽、链路备份、负载均衡
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
OSPF分解试验部分-LAB9:OSPF域间路由汇总
OSPF分解试验部分-LAB9:OSPF域间路由汇总
OSPF 路由 试验 汇总 分解 -
switch分解试验部分-LAB8:SVI实验
switch分解试验部分-LAB8:SVI实验
实验 试验 switch SVI 分解 -
switch分解试验部分-LAB16:VLAN ACL
switch分解试验部分-LAB16:VLAN ACL
VLAN ACL 试验 switch 分解 -
switch分解试验部分-LAB12:DHCP中继
switch分解试验部分-LAB12:DHCP中继
DHCP 试验 switch 中继 分解 -
switch分解试验部分-LAB13:IP SIA
switch分解试验部分-LAB13:IP SIA
试验 休闲 switch SIA 分解 -
switch分解试验部分-LAB3:VLAN端口划分
switch分解试验部分-LAB3:VLAN端口划分
端口 VLAN 试验 switch 分解 -
switch分解试验部分-LAB6:PVST+ & RSTP
switch分解试验部分-LAB6:PVST+ & RSTP
试验 switch RSTP PVST 分解 -
switch分解试验部分-LAB1:VLAN的创建
switch分解试验部分-LAB1:VLAN的创建
VLAN 试验 休闲 switch 分解 -
switch分解试验部分-LAB15:Dynamic ARP Inspect
switch分解试验部分-LAB15:Dynamic ARP Inspect
ARP switch Dynamic Inspect 分解 -
switch分解试验部分-LAB4:VLAN VTP设置
switch分解试验部分-LAB4:VLAN VTP设置
VLAN VTP 试验 switch 分解 -
switch分解试验部分-LAB10:Hot Standby Router Protocol(HSRP)
switch分解试验部分-LAB10:Hot Standby Router Protocol(HSRP)
Router Protocol Standby switch Hot -
switch分解试验部分-LAB7:生成树防护(STP Guard)
switch分解试验部分-LAB7:生成树防护(STP Guard)
STP switch 防护 Guard 分解 -
switch分解试验部分-LAB11:动态地址分配(DHCP)
switch分解试验部分-LAB11:动态地址分配(DHCP)
DHCP 地址 动态 switch 分解 -
switch分解试验部分-LAB14:交换机端口安全
switch分解试验部分-LAB14:交换机端口安全
交换机 端口 试验 switch 分解 -
EIGRP分解试验部分-LAB1:EIGRP基本试验
EIGRP分解试验部分-LAB1:EIGRP基本试验
职场 EIGRP 试验 休闲 分解 -
switch分解试验部分-LAB5:Spanning Tree Protocol (STP 802.1D)
switch分解试验部分-LAB5:Spanning Tree Protocol (STP 802.1D)
STP Protocol switch Tree Spanning