链路聚合又称为端口汇聚,是指两台交换机之间在物理上将两个或多个端口连接起来,将多条链路聚合成一条逻辑链路。从而增大链路带宽,多条物理链路之间能够相互冗余备份。
链路聚合技术可以将交换机与核心交换机之间的多个端口并行联接,多条链路聚合成一条链路,从而增大链路带宽,解决交换网络中因带宽引起的网络瓶颈问题,其中任意一条链路断开,不会影响其他链路的正常转发数据。。
所需设备:
(1)Cisco Catalyst 2960交换机2台。
(2)PC机2台
(3)Console配置线1条。
(4)直通线2根。
(5)交叉线2根
任务拓扑,如图2-3-1所示。
PC机地址分配,如表2-3-1所示。
表2-3-1 PC机IP地址分配表
PC机编号 |
所属VLAN |
IP地址 |
子网掩码 |
PC1 |
10 |
192.168.1.10 |
255.255.255.0 |
PC2 |
20 |
192.168.1.20 |
255.255.255.0 |
步骤1:按照如图2-3-1所示,连接拓扑结构图。
步骤2:按照如表2-3-1所示,配置计算机的IP地址、子网掩码和网关。
步骤3:设置交换机A的名称和划分vlan 10,并将fa0/1加入到vlan10中。
Switch>enable
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname Switch-A !定义主机名为Switch-A
Switch-A(config)#vlan 10 !划分VLAN10
Switch-A(config-vlan)#exit
Switch-A(config)#in f0/1
Switch-A(config-if)#switchport acc vlan 10 !接口f0/1加入vlan 10
Switch-A(config-if)#end
步骤4:设置交换机B的名称和划分vlan 10,并将fa0/1加入到vlan10中。
Switch>enable
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname Switch-B
Switch-B(config)#vlan 10
Switch-B(config-vlan)#exit
Switch-B(config)#in f0/1
Switch-B(config-if)#sw
Switch-B(config-if)#switchport acc
Switch-B(config-if)#switchport access vlan 10
Switch-B(config-if)#end
步骤5:在交换机A上配置聚合端口,端口f0/23-24为聚合口,并开启中继模式。
Switch-A(config)#in range f0/23-24 !进入接口组f0/23-24
Switch-A(config-if-range)#channel-group 1 mode on !定义聚合端口1
Switch-A(config-if-range)#exit
Creating a port-channel interface Port-channel 1 !系统提示:聚合端口号建立
Switch-A(config-if-range)#exit
Switch-A(config)#in port-channel 1 !进入聚合口1
sw trunk en dot1q
Switch-A(config-if)#switchport mode trunk !开启中继模式
Switch-A(config-if)#end
步骤6:交换机B上配置聚合端口,端口f0/23-24为聚合口,并开启中继模式。
Switch-B(config)#in range f0/23-24 !进入接口组f0/23-24
Switch-B(config-if-range)#channel-group 1 mode on ! 定义聚合口1
Switch-B(config-if-range)#
Creating a port-channel interface Port-channel 1
Switch-B(config-if-range)#exit !退出接口模式
Switch-B(config)#in port-channel 1 !进入聚合口1
Switch-B(config-if)#switchport mode trunk !开启中继模式
Switch-B(config-if)#end
Switch-B#
步骤7:测试PC机连通性。在PC1上测试与PC2的连通性,
Packet Tracer PC Command Line 1.0
C:\>ping 192.168.20.1
Pinging 192.168.20.1 with 32 bytes of data:
Reply from 192.168.20.1: bytes=32 time<1ms TTL=255
Reply from 192.168.20.1: bytes=32 time=1ms TTL=255 网络畅通
Reply from 192.168.20.1: bytes=32 time<1ms TTL=255
Reply from 192.168.20.1: bytes=32 time<1ms TTL=255
Ping statistics for 192.168.20.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms
小结:
SW1(config)#in range f0/23-24 进入f0/23-24端口
SW1(config-if-range)#channel-group 1 mo on 创建链路聚合组1 模式为强制
SW1(config-if-range)#in po 1 进入聚合口1
SW1(config-if)#sw mo a
SW1(config-if)#sw mo t 模式设置为truck模式,允许所有vlan通过
PS:Switchport trunk allowed vlan all---------全vlan组通过模式
每日一言:
没有绝对的废物,只有放错位置的资源。 --上海市垃圾分类