版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、课程设计报告某大型企业专用网设计方案 专 业:班 级:姓 名:学 号: 2指导教师: 2013年 12月 13 日某大型企业专用网设计方案l 课程设计目的通过本次课程设计让学生能够综合运用所学的路由器和交换机技术的知识解决并能设计一个实际问题,在计算机网络基础上,进一步掌握路由器和交换机的相关理论、高级配置和组建跨区域网络的设计实现过程,从而进一步提高学生的分析问题和解决问题的能力以及学生的动手能力。l 需求分析 搭建公司私有局域网络环境,利用PAT技术,使用路由设备(路由器、防火器等)完成由局域网到互联网的接入。 在局域网中公司各部门间要使用vlan技术实现相互的隔离,并使用单臂路由技术和其
2、他路由技术使其能互相通信。 对网络设备要有一定的可管理性,可以方便的进行远程管理。 在广域网链路数据封装技术这方面,采取PPP和帧中继技术完成认证和封装。 在路由技术方面采取RIPV 2动态路由技术。 配置访问控制列表以对网络数据进行有效的分类和控制。l 拓扑结构图l 详细步骤 写出网络需求分析,详细IP规划和Vlan划分。 设计网络拓扑图。 规划设计有关设备的各种配置参数。 写出设备配置命令代码。 搭建实际网络并进行配置。 完成系统总结报告以及使用说明书。l 详细规划Internet: s0/3/0:/30总部: s0/2/0.100:/24 s
3、0/2/0.101:/24 s0/2/1:/24 s0/3/0:/30 fa1/0:/24 网络中心:G0/1:/24 G0/2:/24 vlan99 manage:/16 vlan10 caiwu:/16 vlan11 keyan:/16 vlan12 renshi:/16 vlan13 xiaoshou:/16 vlan14 dongshi:/16 DNS服务器:172
4、.16.2.2/24 WWW服务器:/24 S1:/24 S2:/24 S3:/24 S4:/24 S5:/24 S6:/24 S7:/24 S8:/24 S9:/24 S10:0/24 S11:1/24分部1: s0/2/0:/24 vlan15 jiagongbu:/25分部2: s0/2/0:/24 vlan15:jiagongbu:1
5、/26分部3: s0/2/0:/24 vlan15:jiagongbu:/26l 路由器或交换机配置的代码 路由器基本配置(以总部路由器为例):RouterenRouter#conf tRouter (config)#hostname zbzb (config)#enable secret ciscozb (config)#line vty 0 3zb (config-line)#loginzb (config-line)#password ciscozb (config-line)#exitzb (config)#line cons
6、ole 0zb (config-line)#loginzb (config-line)#password ciscozb (config-line)#exit RIP路由协议配置(以总部路由器为例):zb (config)#router ripzb (config-router)#version 2zb (config-router)#no autozb (config-router)#network zb (config-router)# network zb (config-router)# network zb (config-router)# netwo
7、rk zb (config-router)# network zb (config-router)# network zb (config-router)# network zb (config-router)# no auto-summaryzb (config-router)# end ACL访问控制列表及PAT的配置(以总部路由器为例):zb (config)#access-list 1 permit 55zb (config)#access-list 1 per
8、mit 55zb (config)#access-list 1 permit 55zb (config)#access-list 101 deny ip 55 55zb (config)#access-list 101 permit ip any anyzb (config)#access-list 102 permit tcp any host eq wwwzb (config)#ip nat inside sour
9、ce list 1 interface Serial0/3/0 overloadzb (config)#interface FastEthernet1/0zb (config-if)#ip address zb (config-if)#ip access-group 101 outzb (config-if)#ip nat insidezb (config)#interface Serial0/3/0zb (config-if)#ip address 52zb (config-if)#ip ac
10、cess-group 102 inzb (config-if)#ip nat outsidezb (config)#interface Serial0/2/1zb (config-if)#ip address zb (config-if)#ip nat insidezb (config)#interface Serial0/2/0zb (config-if)#ip nat inside 配置路由器链路封装及认证(以总部路由器为例):zb (config)#username fb3 password 0 ciscozb (config)#inte
11、rface Serial0/2/1zb (config-if)#ip address zb (config-if)#encapsulation pppzb (config-if)#ppp authentication pap chapzb (config-if)#ppp pap sent-username zb password 0 ciscozb (config)#interface Serial0/2/0.100 point-to-pointzb (config-if)#ip address 255.255.255.
12、0zb (config-if)#frame-relay interface-dlci 100zb (config)#interface Serial0/2/0.101 point-to-pointzb (config-if)#ip address zb (config-if)#frame-relay interface-dlci 101zb (config-if)#exit 静态路由配置(以总部路由器为例):zb (config)#ip route 交换机基本配置配置(以网络中心三层交换
13、机为例):SwitchenSwitch #conf tSwitch (config)#hostname wlzxwlzx(config)#enable secret ciscowlzx (config)#line vty 0 3wlzx (config-line)#loginwlzx (config-line)#password ciscowlzx (config-line)#exitwlzx (config)#line console 0wlzx (config-line)#loginwlzx (config-line)#password ciscowlzx (config-line)#ex
14、it 三层交换机上DHCP服务配置(以网络中心三层交换机为例):wlzx(config)#ip dhcp excluded-address wlzx(config)#ip dhcp pool caiwuwlzx(dhcp-config)#network wlzx(dhcp-config)#default-router wlzx(dhcp-config)#dns-server wlzx(dhcp-config)#exitwlzx(config)#ip dhcp excluded-address 10.3.
15、0.1wlzx(config)#ip dhcp pool keyanwlzx(dhcp-config)#network wlzx(dhcp-config)#default-router wlzx(dhcp-config)#dns-server wlzx(dhcp-config)#exitwlzx(config)#ip dhcp excluded-address wlzx(config)#ip dhcp pool renshiwlzx(dhcp-config)#network 255.2
16、55.0.0wlzx(dhcp-config)#default-router wlzx(dhcp-config)#dns-server wlzx(dhcp-config)#exitwlzx(config)#ip dhcp excluded-address wlzx(config)#ip dhcp pool xiaoshouwlzx(dhcp-config)#network wlzx(dhcp-config)#default-router wlzx(dhcp-config)#dns-ser
17、ver wlzx(dhcp-config)#exitwlzx(config)#ip dhcp excluded-address wlzx(config)#ip dhcp pool dongshiwlzx(dhcp-config)#network wlzx(dhcp-config)#default-router wlzx(dhcp-config)#dns-server wlzx(dhcp-config)#exit 端口聚合及端口配置wlzx(config)#interface Fast
18、Ethernet0/19wlzx(config-if)#channel-group 2 mode desirablewlzx(config-if)#switchport trunk encapsulation dot1qwlzx(config-if)#switchport mode trunkwlzx(config)#interface FastEthernet0/20wlzx(config-if)#channel-group 2 mode desirablewlzx(config-if)#switchport trunk encapsulation dot1qwlzx(config-if)#
19、switchport mode trunkwlzx(config)#interface FastEthernet0/21wlzx(config-if)#channel-group 2 mode desirablewlzx(config-if)#switchport trunk encapsulation dot1qwlzx(config-if)#switchport mode trunkwlzx(config)#interface FastEthernet0/22wlzx(config-if)#channel-group 1 mode desirablewlzx(config-if)#swit
20、chport trunk encapsulation dot1qwlzx(config-if)#switchport mode trunkwlzx(config)#interface FastEthernet0/23wlzx(config-if)#channel-group 1 mode desirablewlzx(config-if)#switchport trunk encapsulation dot1qwlzx(config-if)#switchport mode trunkwlzx(config)#interface FastEthernet0/24wlzx(config-if)#ch
21、annel-group 1 mode desirablewlzx(config-if)#switchport trunk encapsulation dot1qwlzx(config-if)#switchport mode trunk VLAN划分及VTP配置(以网络中心三层交换机为例):wlzx(config)#vtp mode serverwlzx(config)#vtp domain ciscowlzx(config)#vlan 10wlzx(config-vlan)#name caiwuwlzx(config)#vlan 11wlzx(config-vlan)#name keyanwlzx(config)#v
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2024年度新材料研发中心租赁正规合同2篇
- 2024年建筑工人劳动合同
- 土方挖掘工程协议
- 教育设施改造招标合同范本
- 方形盒课程设计
- 建筑公司宿舍管理员聘用合同
- 机床夹具 课程设计
- 字体结构课程设计
- 材料强度课程设计
- 2024年城市地标高楼幕墙改造施工分包协议版B版
- AQ6111-2023个体防护装备安全管理规范
- 教师口语智慧树知到期末考试答案章节答案2024年广州大学
- 2023版押品考试题库必考点含答案
- 形式发票模板 PI模板 英文版
- 初一的最美的风景高分的作文600字
- 高考英语单项选择题题库题
- 检验检测机构资质认定现场评审日程表及签到表
- 完整版高低压开关柜投标文件技术标
- 兰州市行政区划代码表
- 管鲍之交-历史剧剧本(共4页)
- [交流][jtag]跟我学jtag协议破解——第一弹初识jtagtap状态机
评论
0/150
提交评论