网络互联技术
7.观察Ping现象 ,截图
1.根据学生实际做的实训内容进行评价;
学 习
2.在实训过程中,学生做实训的态度及遇到相关问题处理的方式
评 进行评价;
价 3.完成实训任务后,实训报告的满意度进行评价。
Switch(config)#no interface port-channel 1
%LINK-5-CHANGED: Interface Port-channel 1, changed state to down %LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel 1, changed state to downSwitch(config)#
2.进入交换机将默认的生成树禁用 在两台交换机上都输入命令no spanning-tree vlan 1 3.两台PC互ping,截图
实 训过Biblioteka 程 实 施 建 议4.进入交换机进行链路聚合的配置 分别在两台交换机输入以下命令 Switch(config)#no spanning-tree vlan 1 Switch(config)#interface port-channel 1 Switch(config-if)#switchport mode trunk Switch(config-if)#exit Switch(config)#interface f0/1 Switch(config-if)#channel-group 1 mode on Switch(config-if)#exit Switch(config)#interface f0/2 Switch(config-if)#channel-group 1 mode on
漳州职业技术学院计算机工程系实训任务书
专 业
网络技术
班级
10网技,楼 宇智能化
任课教师
课 程
网络互联技术
任
务 名
交换网络性能优化
称
学
习 形
课内 (√ ) 课后 ( )
学习方式 小组( ) 个人独立(√)
式
学 习 1、 使用STP协议避免环路危害 目 2、 使用链路聚合技术提升网络性能 标
实验环境:
实验步骤: 1.PC配置相同网段IP地址后互相PING,截图
5.观察ping现象,截图
6.将交换机中的链路聚合配置删除 Switch(config)#no interface port-channel 1
%LINK-5-CHANGED: Interface Port-channel 1, changed state to down %LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel 1, changed state to downSwitch(config)#