,.
计算机网络课程设计
(2013/2014第二学期------第18周)
指导教师:张芳 舒挺
班级: 姓名: 学号:
,.
一、目的和要求
本课程设计的主要目的是通过实际操作和实验以及编程等,加深对课堂所学知识的理解,提高对网络系统的感性认识,培养动手技能和自学能力。本课程设计通过完成彼此具有独立性又相互联系的几个小实验,能够对网络相关设备和服务器进行安装和配置,对网络设计的概念有个比较完整的认识。
二、实验环境
本实验主要应用软件来仿真实际的路由网络,选用的软件有选用的软件包括RouterSim CCNA 2、Boson Netsim和RouterSim。
三、具体内容 1.熟悉实验环境
通过参考软件中自带的帮助、参考资料和教师的讲解等,熟悉模拟器操作的常用命令。对配置模式、配置参数的查看、保存、清除等进行了解。
2.网络拓扑图的设计
熟悉不同网络设备以及相关的接口,如:路由器、交换机、主机,学习利用不同网络设备搭建网络系统。
3.网络路由器不同端口的配置
学习如何对网络路由器的以太网接口、快速以太网接口、串行接口以及相关参数的配置,以及环回接口、令牌环接口的配置。并且能够对配置结构进行验证。
配置路由器的各种网络接口 配置Ethernet接口
配置路由器A与路由器2621的Ethernet接口,并通过ping来测试!
4.静态路由的配置
复习路由的概念,学习静态路由的设置,默认路由的设置,以及已有路由的删除。
5动态路由的配置
复习动态路由协议,深入掌握RIP协议的原理,能够进行动态RIP路由设置,并对设置的结果进行验证,查看。
实验1 使用RouterSim CCNA配置路由器的各种网络接口(同时也使用了静态路由配置,使两端主机ping通)
,.
1.Switch1900
Router Con0 is now available
Press RETURN to get started.
PCA Number: 73-3122-04 PCA Serial Number: FAB0337240K Model Number: WS-C1912-A System Serial Number: FAB0339U01U Power Supply S/N: PHI031803JK
PCB Serial Number: FAB0337240K,73-3122-04 -------------------------------------------------
1 user(s) now active on Management Console.
User Interface Menu
[M] Menus
[K] Command Line [I] IP Configuration
Enter Selection:
PCA Number: 73-3122-04 PCA Serial Number: FAB0337240K Model Number: WS-C1912-A System Serial Number: FAB0339U01U Power Supply S/N: PHI031803JK
PCB Serial Number: FAB0337240K,73-3122-04 -------------------------------------------------
1 user(s) now active on Management Console.
User Interface Menu
[M] Menus
[K] Command Line [I] IP Configuration
Enter Selection:
PCA Number: 73-3122-04 PCA Serial Number: FAB0337240K Model Number: WS-C1912-A System Serial Number: FAB0339U01U
,.
Power Supply S/N: PHI031803JK
PCB Serial Number: FAB0337240K,73-3122-04 -------------------------------------------------
1 user(s) now active on Management Console.
User Interface Menu
[M] Menus
[K] Command Line [I] IP Configuration
Enter Selection:
CLI session with the switch is open. To end the CLI session, enter [Exit].
Router>en
Router#config t
Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname switch 1900A 1900A(config)#hostname switch1900A
switch1900A(config)#ip address 172.16.10.3 255.255.255.0 switch1900A(config)#ip defalut-gateway 172.16.10.1
% Invalid input detected at '^' marker.
switch1900A(config)#ip default-gateway 172.16.10.1 switch1900A(config)#end switch1900A#
1.Router2621(由于第一次做的时候前面命名忘记了,在后面补的命名)
Router Con0 is now available
Press RETURN to get started.
Router>en
,.
Router#config t
Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface f0/1
Router(config-if)#ip address 172.16.10.4 255.255.255.0 Router(config-if)#no shut
%LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up Router(config-if)#exit
Router(config)#interface f0/0
Router(config-if)#ip address 172.16.11.4 255.255.255.0 Router(config-if)#no shut
%LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up Router(config-if)#end
%SYS-5-CONFIG_I: Configured from console by console Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#ip route 172.16.50.0 255.255.255.0 172.16.11.5(静态) Router(config)#ip route 172.16.40.0 255.255.255.0 172.16.11.5 Router(config)#ip route 172.16.20.0 255.255.255.0 172.16.11.5 Router(config)#end Router#copy run start Building configuration...
[OK]
Router#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - ODR
Gateway of last resort is not set
172.16.0.0/24 is subnetted, 5 subnets S 172.16.50.0 [1/0] via 172.16.11.5 S 172.16.40.0 [1/0] via 172.16.11.5 S 172.16.20.0 [1/0] via 172.16.11.5
C 172.16.10.0 is directly connected, FastEthernet0/1 C 172.16.11.0 is directly connected, FastEthernet0/0
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.