小型校园网的构建计算机网络zqWord格式文档下载.docx

上传人:b****3 文档编号:18342550 上传时间:2022-12-15 格式:DOCX 页数:16 大小:161.60KB
下载 相关 举报
小型校园网的构建计算机网络zqWord格式文档下载.docx_第1页
第1页 / 共16页
小型校园网的构建计算机网络zqWord格式文档下载.docx_第2页
第2页 / 共16页
小型校园网的构建计算机网络zqWord格式文档下载.docx_第3页
第3页 / 共16页
小型校园网的构建计算机网络zqWord格式文档下载.docx_第4页
第4页 / 共16页
小型校园网的构建计算机网络zqWord格式文档下载.docx_第5页
第5页 / 共16页
点击查看更多>>
下载资源
资源描述

小型校园网的构建计算机网络zqWord格式文档下载.docx

《小型校园网的构建计算机网络zqWord格式文档下载.docx》由会员分享,可在线阅读,更多相关《小型校园网的构建计算机网络zqWord格式文档下载.docx(16页珍藏版)》请在冰豆网上搜索。

小型校园网的构建计算机网络zqWord格式文档下载.docx

核心层、汇聚层、接入层。

(1)终端用户包括:

A座楼有48个校园网普通用户;

B座楼有1个包含24个多媒体用户的电子阅览室;

C座楼有1个包含48个用户的多媒体教室(性能要求高于电子阅览室)。

D座楼是网络中心。

(2)支持远程教学,可以接入互联网,具有广域网访问的安全机制和网络管理功能。

(3)各楼之间的距离为500米。

由于各座楼之间的距离是500米,而双绞线的最远距离是100米,所以基于对条件要求的考虑,我们需要选择光纤或串行线作为传输介质。

考虑传输高速率和扩展的需求,企业网楼和楼之间采用光纤传输。

网络主干采用多模光纤。

网络中心到主建筑物结点采用多模光纤连接。

布线采用星形拓扑结构,这样当过渡到ATM时,不需要重新布线可使整个网络保持原有的拓扑结构。

以上特点分层网络结构可以获得良好的扩展性,根据实际需求,整个企业网采用星型结构,由D座楼出发,延伸到ABC座楼。

再从各个楼出发,以同轴电缆作为传输介质。

由云到D座楼为A类网,由D座楼到各个楼之间为B类网,各个内部为C类网。

对于整个网络的拓扑结构为混合型结构,以路由器为网络中心的星型结构,各部门以交换机为主结点的树型结构。

由于计算机和网络技术的特殊性,网络建设需要考虑以下一些因素:

系统的先进性、体统的稳定性、系统的可扩展性、系统的可维护性、使用系统和网络系统的配合度、和外界网络的连通性、建设成本的可接受度等。

2.1.3具体设计

表1校园网设备选择表

楼座

设备

型号

数量

A座楼

Router

Router-PT

1

Switch

2960-24

2

PC

PC-PT

4

B座楼

2950T-24

Server

Server-PT

C座楼

Serer

D座楼

Cloud

Cloud-PT

表2设备连接表

楼号

设备1

设备2

设备之间的连线

光纤

交叉双绞线

直通双绞线

光纤、串行线

D座楼

串行线

表3主机IP地址及网关

主机

ip地址

默认网关

PC0

192.168.32.2

192.168.32.1

PC1

192.168.32.3

PC2

192.168.33.2

192.168.33.1

PC3

192.168.33.3

PC4

192.168.1.3

192.168.1.1

PC5

192.168.1.2

PC6

192.168.5.3

192.168.5.1

PC7

192.168.5.2

PC8

192.168.4.2

192.168.4.1

PC9

192.168.4.3

Server1

192.168.1.4

Server2

192.168.4.4

表4主机IP地址及网关

拓扑图如下:

图1网络拓扑图

2.2相关代码

路由器D座楼的配置:

Router>

enable

Router#configureterminal

Enterconfigurationcommands,oneperline.EndwithCNTL/Z.

Router(config)#interfaceSerial2/0

Router(config-if)#

%LINK-5-CHANGED:

InterfaceSerial2/0,changedstatetoupnoshutdown

Router(config-if)#exit

Router(config)#interfaceSerial3/0

Router(config-if)#noshutdown

Router(config)#interfaceFastEthernet4/0

InterfaceFastEthernet4/0,changedstatetodown

Router(config)#interfaceFastEthernet5/0

InterfaceFastEthernet5/0,changedstatetodown

Router(config-if)#noipaddress

Router(config-if)#ipaddress10.0.0.2255.0.0.0

Router(config-if)#ipaddress172.18.0.1255.255.0.0

Router(config-if)#ipaddress172.16.0.1255.255.0.0

Router(config-if)#ipaddress172.17.0.1255.255.0.0

在D座楼中设置静态路由

Router(config)#iproute192.168.32.0255.255.255.0172.16.0.2

Router(config)#iproute192.168.33.0255.255.255.0172.16.0.2

Router(config)#iproute192.168.1.0255.255.255.0172.18.0.2

Router(config)#iproute192.168.4.0255.255.255.0172.17.0.2

Router(config)#iproute192.168.5.0255.255.255.0172.17.0.2

Router(config)#

路由器A座楼的配置:

Router(config)#interfaceFastEthernet0/0

InterfaceFastEthernet0/0,changedstatetoup

%LINEPROTO-5-UPDOWN:

LineprotocolonInterfaceFastEthernet0/0,changedstatetoup

Router(config)#interfaceFastEthernet1/0

InterfaceFastEthernet1/0,changedstatetoup

LineprotocolonInterfaceFastEthernet1/0,changedstatetoup

InterfaceFastEthernet4/0,changedstatetoup

LineprotocolonInterfaceFastEthernet4/0,changedstatetoup

Router(config-if)#ipaddress192.168.32.1255.255.255.0

Router(config-if)#ipaddress192.168.33.1255.255.255.0

Router(config-if)#ipaddress172.16.0.2255.255.0.0

Router(config-if)#ipaddress192.168.31.1255.255.255.0

在A座楼中设置静态路由

Router(config)#iproute192.168.1.0255.255.255.0172.16.0.1

Router(config)#iproute192.168.4.0255.255.255.0172.16.0.1

Router(config)#iproute192.168.5.0255.255.255.0172.16.0.1

路由器B座楼的配置:

InterfaceFastEthernet5/0,changedstatetoup

LineprotocolonInterfaceFastEthernet5/0,changedstatetoup

Router(config-if)#ipaddress192.168.4.1255.255.255.0

Router(config-if)#ipaddress172.17.0.2255.255.0.0

Router(config-if)#ipaddress192.168.3.1255.255.255.0

在B座楼中设置静态路由

Router(config)#iproute192.168.5.0255.255.255.0192.168.3.2

Router(config)#iproute192.168.32.0255.255.255.0172.17.0.1

Router(config)#iproute192.168.33.0255.255.255.0172.17.0.1

Router(config)#iproute192.168.1.0255.255.255.0172.17.0.1

路由器Router6的配置:

Router(config-if)#ipaddress192.168.5.1255.255.255.0

Router(config-if)#ipaddress192.168.3.2255.255.255.0

在Router6中设置静态路由

Router(config)#iproute192.168.32.0255.255.255.0192.168.3.1

Router(config)#iproute192.168.33.0255.255.255.0192.168.3.1

Router(config)#iproute192.168.1.0255.255.255.0192.168.3.1

Router(config)#iproute192.168.4.0255.255.255.0192.168.3.1

路由器C座楼的配置:

InterfaceSerial3/0,changedstatetoupnoshutdown

Router(config-if)#ipaddress192.168.1.1255.255.255.0

Router(config-if)#ipaddress172.18.0.2255.255.0.0

LineprotocolonInterfaceFastEthernet1/0,changedstatetoupnoipaddress

Router(config)#inte

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 解决方案 > 其它

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1