《校园局域网课程设计.doc》由会员分享,可在线阅读,更多相关《校园局域网课程设计.doc(10页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。
1、计算机网络课程设计报告 组建校园局域网总体要求:校园网的建设是现代教育发展的必然趋势,建设校园网不仅能够更加合理有效地利用学校现有的各种资源,而且为学校未来的不断发展奠定了基础,使之能够适合信息时代的要求。校园网络的建设及其与Internet的互联,已经成为教育领域信息化建设的当务之急。假设学校有100台计算机,请规划各个部门,便于管理。同时提供学校发布信息的Web服务器,提供http,ftp,DNS,Email,DHCP需求分析规划部门如下: 部门计算机数量(台)24口交换机(台)学生宿舍402教师宿舍201办公楼101教学楼302设计原则:1,其中、学生宿舍的网和教学楼的网得分在不同的VL
2、AN。防止宿舍的学生上教学楼的网,影响带宽。 2, 为了以后学校的计算机扩展容量,每个楼分配一个路由器。 3, 为了防止网络堵塞时,能选择其他路径。不用单臂路由形式。 4,在办公楼的财务科和教务科不能通讯。但是布置在同一个交换机上。解决方案设计设备选型路由器:3台 交换机:4台 PC机: 很多台 电缆线:若干米双绞线:若干米网钳: 一把测网器: 一个综合布线设计 在核心路由部分。选择Serial线。同时三个路由器呈三角状相接。配置路由,防止网络堵塞时,路由自动选择路径。 在各个子系统,即各个楼层之间,应选用光纤,防止线缆老化,同时更有利于数据传送,但光纤价格稍微偏高。 在各个终端设备与交换机连
3、接。选择普通网线,又能满足联网要求,同时价格较低。拓扑图IP地址划分大楼(路由到路由)网段办公楼192.168.21.0教师宿舍192.168.22.0学生宿舍192.168.3.0教学楼192.168.10路由器1到路由器2192.168.12.0路由器1到路由器3192.168.13.0路由器2到路由器3192.168.23.0各个接口IP地址依次划分为相应网段的地址。默认网关设置为该网段的第一个地址路由接口Serial2/0Serial3/0FastEthernet0/01192.168.12.1/24192.168.13.1/24192.168.1.1/242192.168.12.2/
4、24192.168.23.1/243192.168.13.2/24192.168.23.2/24路由器设置路由器1的配置RouterenableRouter#configure terminal Enter configuration commands, one per line. End with CNTL/Z.-给接口F0/0分配IP地址为192.168.1.1Router(config)#interface fastEthernet0/0Router(config-if)#ip address 192.168.1.1 255.255.255.0Router(config-if)#no s
5、hutdown%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to upRouter(config-if)#exit-给Serial2/0分配IP地址为192.168.12.1。同时设置时钟速率Router(config)#interface Serial2/0Router(config-if)#ip address 192.168.12.1 255.255.2
6、55.0Router(config-if)#clock rate 9600Router(config-if)#no shutdown%LINK-5-CHANGED: Interface Serial2/0, changed state to down给接口Serial3/0分配IP地址为192.168.13.1 同时设置时钟速率Router(config)#interface Serial3/0Router(config-if)#ip address 192.168.13.1 255.255.255.0Router(config-if)#clock rate 9600Router(config
7、-if)#no shutdown%LINK-5-CHANGED: Interface Serial3/0, changed state to down其他路由接口也是如此照上面的代码设置。配置核心路由协议配置好接口IP地址后。配置核心路由协议。EIGRP不等价路由协议。即第一路径堵塞,走第二路径发送数据包。路由器1Router(config)#router eigrp 100Router(config-router)#net 192.168.1.0Router(config-router)#net 192.168.12.0Router(config-router)#net 192.168.13
8、.0Router(config-router)#%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 192.168.12.2 (Serial2/0) is up: new adjacency%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 192.168.13.2 (Serial3/0) is up: new adjacency路由器2Router(config)#router eigrp 100Router(config-router)#net 192.168.12.0Router(config-router)#%DUAL-5
9、-NBRCHANGE: IP-EIGRP 100: Neighbor 192.168.12.1 (Serial2/0) is up: new adjacencyRouter(config-router)#net 192.168.23.0Router(config-router)#net 192.168.21.0Router(config-router)#net 192.168.22.0Router(config-router)#%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 192.168.23.2 (FastEthernet0/0) is up: new
10、adjacency路由器3Router(config)#router eigrp 100Router(config-router)#net 192.168.13.0Router(config-router)#%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 192.168.13.1 (Serial2/0) is up: new adjacencyRouter(config-router)#net 192.168.23.0Router(config-router)#%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 192.168
11、.23.1 (FastEthernet0/0) is up: new adjacencyRouter(config-router)#net 192.168.3.0查看是否建立Neighborh关系路由器1Router#show ip eigrp neighbors IP-EIGRP neighbors for process 100H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num0 192.168.12.2 Se2/0 12 00:07:20 40 1000 0 91 192.168.13.2 Se3/0 10
12、00:05:03 40 1000 0 11Router#路由器2Router#show ip eigrp neighbors IP-EIGRP neighbors for process 100H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num0 192.168.12.1 Se2/0 11 00:08:59 40 1000 0 31 192.168.23.2 Fa0/0 13 00:05:52 40 1000 0 12Router#路由器3Router#show ip eigrp neighbors IP-EIGR
13、P neighbors for process 100H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num0 192.168.13.1 Se2/0 12 00:07:20 40 1000 0 41 192.168.23.1 Fa0/0 14 00:06:30 40 1000 0 10Router#查看路由器1的路由表Router#show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGR
14、P, 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, ia - IS-IS inter area * - candidate default, U - per-user static rout
15、e, o - ODR P - periodic downloaded static routeGateway of last resort is not setC 192.168.1.0/24 is directly connected, FastEthernet0/0C 192.168.12.0/24 is directly connected, Serial2/0C 192.168.13.0/24 is directly connected, Serial3/0D 192.168.23.0/24 90/ via 192.168.12.2, 00:00:16, Serial2/0 90/ v
16、ia 192.168.13.2, 00:00:16, Serial3/0Router#Router#show ip eigrp topology IP-EIGRP Topology Table for AS 100Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - Reply statusP 192.168.1.0/24, 1 successors, FD is 28160 via Connected, FastEthernet0/0P 192.168.12.0/24, 1 successors, FD i
17、s via Connected, Serial2/0P 192.168.23.0/24, 2 successors, FD is via 192.168.12.2 (/28160), Serial2/0 via 192.168.13.2 (/28160), Serial3/0P 192.168.13.0/24, 1 successors, FD is via Connected, Serial3/0Router#修改路由器1不等价路由表,网络堵塞时走第二路径。Router(config)#router eigrp 100Router(config-router)#variance 2Route
18、r(config-router)#%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 192.168.12.2 (Serial2/0) is up: new adjacency%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 192.168.13.2 (Serial3/0) is up: new adjacency查看路由器1改变后的路由表Router#show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D
19、- 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, ia - IS-IS inter area * - candidate default, U - per-user stati
20、c route, o - ODR P - periodic downloaded static routeGateway of last resort is not setC 192.168.1.0/24 is directly connected, FastEthernet0/0D 192.168.3.0/24 90/ via 192.168.13.2, 00:01:17, Serial3/0 90/ via 192.168.12.2, 00:01:15, Serial2/0C 192.168.12.0/24 is directly connected, Serial2/0C 192.168
21、.13.0/24 is directly connected, Serial3/0D 192.168.21.0/24 90/ via 192.168.12.2, 00:01:15, Serial2/0 90/ via 192.168.13.2, 00:01:17, Serial3/0D 192.168.22.0/24 90/ via 192.168.12.2, 00:01:15, Serial2/0 90/ via 192.168.13.2, 00:01:17, Serial3/0D 192.168.23.0/24 90/ via 192.168.13.2, 00:01:17, Serial3
22、/0 90/ via 192.168.12.2, 00:01:15,交换机2-1上设置财务科和教务办分属于Vlan2和Vlan3SwitchenSwitch#configure terminalEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#vlan 2Switch(config-vlan)#exitSwitch(config)#vlan 3Switch(config-vlan)#exitSwitch(config)#interface fastEthernet0/1Switch(config
23、-if)#switchport mode accessSwitch(config-if)#switchport access vlan 2. 设置好后。看看教务办和财务科的通讯情况。证明这两个部门之间不能通讯。但是部门内部可以通讯。上述其他通讯情况表明。设置服务器的网关为192.168.1.1. IP地址为192.168.1.137DNS为 192.168.1.147 - 测试服务 学生宿舍发出http请求查看Ftp请求课程设计总结本次课程设计让我们有了一个既动手又动脑,独立实践的机会,将理论和实际有机的结合起来,锻炼了我们分析、解决实际问题的能力。通过从了解设备功能、掌握设计原理到应用原理,利用设备解决实际问题这样一个循序渐进的过程,培养自己理论与实践相结合的能力。知道网关,IP,DNS的作用。