天津电子信息职业技术学院
通信网络与数据通信
课程实训
课题名称    通信网络与数据通信   
交换机 路由器姓    名                         
学    号                         
班    级                         
专    业                         
所 在 系                         
指导教师                         
完成日期          年    月    日   
一、实训目的、要求(概述)
二、仿真(命令解释,截图等)
三、中兴设备配置(可以拍照,截图)
四、总结(收获,不足,体会等)
(1)
实训目的:
1.初步认识packet Tracer软件的工作环境;
2.初步认识网络拓扑中的常用设备(路由器、交换机等);
3.认识交叉线和直连线
(2)、
实训要求:
1.按照题目要求进行网络拓扑图设计;
2.对题目中的拓扑图正确连线,并使所有连线up
3.能够对交换机或路由器添加或删除模块;
4.对各主机能够进行IP设置。
图示:
如图完成任务要求
一  对Switch0进行配置:
Switch>en
Switch#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#vlan 10
Switch(config-vlan)#exi
Switch(config)#interface fa 0/2
Switch(config-if)#switchport access vlan 10
Switch(config-if)#exi
Switch(config)#interface fa 0/1
Switch(config-if)#switchport mode trunk
Switch(config-if)#exi
Switch(config)#interface fa 0/3
Switch(config-if)#switchport mode trunk
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to down
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to up
Switch(config-if)#exi
Switch(config)#end
%SYS-5-CONFIG_I: Configured from console by console
Switch#wr
[OK]
二  对Switch1进行配置:
Switch>en
Switch#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#vlan 10
Switch(config-vlan)#exi
Switch(config)#vlan 20
Switch(config-vlan)#exi
Switch(config)#interface fa 0/2
Switch(config-if)#switchport access vlan 10
Switch(config-if)#exi
Switch(config)#interface fa 0/3
Switch(config-if)#switchport access vlan 20
Switch(config-if)#exi
Switch(config)#interface fa 0/1
Switch(config-if)#switchport mode trunk
Switch(config-if)#exi
Switch(config)#end
Switch#
%SYS-5-CONFIG_I: Configured from console by console
Switch#wr
[OK]
三  对Router0进行配置:
Continue with configuration dialog? [yes/no]: no
Press RETURN to get started!
Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#interface fa 0/1
Router(config-if)#ip add 192.168.12.1 255.255.255.0
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
Router(config-if)#exi
Router(config)#interface fa 0/0
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up