1、实 验 报 告课程名称 网络工程综合实验 实验项目 交换机链路聚合 专 业 计算机 班 级 x 班 姓 名 xxx 学 号 0800000 指导教师 实验成绩 2009 年 月 日第 2 页一、实验名称、目的实验名称:交换机链路聚合实验实验目的:1、 了解链路聚合技术的使用场合;2、 熟练掌握链路聚合技术的配置。二、实验环境、设备实验环境:两个实验室分别使用一台交换机提供 20 多个信息点,两个实验室的互通通过一根级联网线。每个实验室的信息点都是百兆到桌面。两个实验室之间的带宽也是 100M,如果实验室之间需要大量传输数据,就会明显感觉带宽资源紧张。当楼层之间大量用户都希望以 100M 传输数
2、据的时候,楼层间的链路就呈现出了独木桥的状态,必然造成网络传输效率下降等后果。解决这个问题的办法就是提高楼层主交换机之间的连接带宽,实现的办法可以是采用千兆端口替换原来的 100M 端口进行互联,但这样无疑会增加组网的成本,需要更新端口模块,并且线缆也需要作进一步的升级。另一种相对经济的升级办法就是链路聚合技术。顾名思义,链路聚合,是将几个链路作聚合处理,这几个链路必须是同时连接两个相同的设备的,这样,当作了链路聚合之后就可以实现几个链路相加的带宽了。比如,我们可以将 4 个 100M 链路使用链路聚合作成一个逻辑链路,这样在全双工条件下就可以达到800M 的带宽,即将近 1000M 的带宽。
3、这种方式比较经济,实现也相对容易。实验设备:1、 DCS-3926S 交换机 2 台2、 PC 机 2 台3、 Console 线 1-2 根4、 直通网线 4-8 根三、实验原理、拓扑图拓扑结构图:第 3 页四、实验步骤、方法第一步:正确连接网线,交换机全部恢复出厂设置,做初始配置,避免广播风暴出现交换机 A:switch#configswitch(Config)#hostname switchAswitchA(Config)#interface vlan 1switchA(Config-If-Vlan1)#ip address 192.168.1.11 255.255.255.0switc
4、hA(Config-If-Vlan1)#no shutdownswitchA(Config-If-Vlan1)#exitswitchA(Config)#spanning-treeMSTP is starting now, please wait.MSTP is enabled successfully.switchA(Config)#第 4 页交换机 B:switch#configswitch(Config)#hostname switchBswitchB(Config)#interface vlan 1switchB(Config-If-Vlan1)#ip address 192.168.1
5、.12 255.255.255.0switchB(Config-If-Vlan1)#no shutdownswitchB(Config-If-Vlan1)#exitswitchB(Config)#spanning-treeMSTP is starting now, please wait.MSTP is enabled successfully.switchB(Config)#第二步:创建 port group交换机 A:switchA(Config)#port-group 1switchA(Config)#验证配置:switchA#show port-group detailSorted b
6、y the ports in the group 1:-switchA#show port-group briefPort-group number : 1Number of ports in port-group : 0 Maxports in port-channel = 8Number of port-channels : 0 Max port-channels : 1第 5 页switchA#交换机 BswitchB(Config)#port-group 2switchB(Config)#第三步:手工生成链路聚合组(第三、四步任选其一操作)交换机 A:switchA(Config)#i
7、nterface ethernet 0/0/1-2switchA(Config-Port-Range)#port-group 1 mode onswitchA(Config-Port-Range)#exitswitchA(Config)#interface port-channel 1switchA(Config-If-Port-Channel1)#验证配置:switchA#show vlanVLAN Name Type Media Ports- - - - -1 default Static ENET Ethernet0/0/3 Ethernet0/0/4Ethernet0/0/5 Ethe
8、rnet0/0/6Ethernet0/0/7 Ethernet0/0/8Ethernet0/0/9 Ethernet0/0/10Ethernet0/0/11 Ethernet0/0/12Ethernet0/0/13 Ethernet0/0/14Ethernet0/0/15 Ethernet0/0/16Ethernet0/0/17 Ethernet0/0/18Ethernet0/0/19 Ethernet0/0/20Ethernet0/0/21 Ethernet0/0/22Ethernet0/0/23 Ethernet0/0/24Port-Channel1switchA# !port-chann
9、el1 已经存在交换机 B:第 6 页switchB(Config)#int e 0/0/3-4switchB(Config-Port-Range)#port-group 2 mode onswitchB(Config-Port-Range)#exitswitchB(Config)#interface port-channel 2switchB(Config-If-Port-Channel2)#验证配置:switchB#show port-group briefPort-group number : 2Number of ports in port-group : 2 Maxports in
10、port-channel = 8Number of port-channels : 1 Max port-channels : 1switchB#第四步: LACP 动态生成链路聚合组(第三、四步任选其一操作)switchA(Config)#interface ethernet 0/0/1-2switchA(Conifg-Port-Range)#port-group 1 mode activeswitchA(Config)#interface port-channel 1switchA(Config-If-Port-Channel1)#验证配置:switchA#show vlanVLAN Na
11、me Type Media Ports- - - - -1 default Static ENET Ethernet0/0/3 Ethernet0/0/4Ethernet0/0/5 Ethernet0/0/6Ethernet0/0/7 Ethernet0/0/8Ethernet0/0/9 Ethernet0/0/10Ethernet0/0/11 Ethernet0/0/12Ethernet0/0/13 Ethernet0/0/14Ethernet0/0/15 Ethernet0/0/16第 7 页Ethernet0/0/17 Ethernet0/0/18Ethernet0/0/19 Ether
12、net0/0/20Ethernet0/0/21 Ethernet0/0/22Ethernet0/0/23 Ethernet0/0/24Port-Channel1switchA# !port-channel1 已经存在交换机 B:switchB(Config)#interface ethernet 0/0/3-4switchB(Conifg-Port-Range)#port-group 2 mode passiveswitchB(Config)#interface port-channel 2switchB(Config-If-Port-Channel2)#验证配置:switchB#show p
13、ort-group briefPort-group number : 2Number of ports in port-group : 2 Maxports in port-channel = 8Number of port-channels : 1 Max port-channels : 1switchB#第五步:使用 ping 命令验证使用 PC1 ping PC2交换机 A 交换机 B 结果 原因0/0/10/0/20/0/30/0/4通 链路聚合组连接正确0/0/10/0/20/0/3 通 拔掉交换机 B 端口 4 的网线,仍然可以通(需要一点时间) ,此时用show vlan 看看结果,port-channel 消失。只有一个端口连接的时候,没有必要再维持一个port-channel 了。0/0/10/0/20/0/50/0/6通 等候一小段时间后,仍然是通的。用 show vlan 看结果。此时把两台交换机的 spanning-tree 功能disable 掉,这时候使用第三步和第四步的结果会不同。采用第四步的,将会形成环路。第 8 页五、实验分析、总结Xxxxxx 指导教师签字: 年 月 日