版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、课程设计报告某大型企业专用网设计方案 专 业:班 级:姓 名:学 号: 2指导教师: 2013年 12月 13 日某大型企业专用网设计方案l 课程设计目的通过本次课程设计让学生能够综合运用所学的路由器和交换机技术的知识解决并能设计一个实际问题,在计算机网络基础上,进一步掌握路由器和交换机的相关理论、高级配置和组建跨区域网络的设计实现过程,从而进一步提高学生的分析问题和解决问题的能力以及学生的动手能力。l 需求分析Ø 搭建公司私有局域网络环境,利用PAT技术,使用路由设备(路由器、防火器等)完成由局域网到互联网的接入。Ø 在局域网中公司各部门间要使用vlan技术实现相互的隔离
2、,并使用单臂路由技术和其他路由技术使其能互相通信。Ø 对网络设备要有一定的可管理性,可以方便的进行远程管理。Ø 在广域网链路数据封装技术这方面,采取PPP和帧中继技术完成认证和封装。Ø 在路由技术方面采取RIPV 2动态路由技术。Ø 配置访问控制列表以对网络数据进行有效的分类和控制。l 拓扑结构图l 详细步骤Ø 写出网络需求分析,详细IP规划和Vlan划分。Ø 设计网络拓扑图。Ø 规划设计有关设备的各种配置参数。Ø 写出设备配置命令代码。Ø 搭建实际网络并进行配置。Ø 完成系统总结报告以及使用说
3、明书。l 详细规划Internet:总部: 网络中心:分部1:分部2:分部3:l 路由器或交换机配置的代码Ø 路由器基本配置(以总部路由器为例):Router>enRouter#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 console 0zb (config-line
4、)#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)# zb (config-router)# zbzbzbzbzb (config-router)# no auto-summaryzb (config-router)# endØ
5、; ACL访问控制列表及PAT的配置(以总部路由器为例):zb (config)#zb (config)#zb (config)#zb (config)#zb (config)#access-list 101 permit ip any anyzb (config)#access-list 102 permit tcp any host eq wwwzb (config)#ip nat inside source list 1 interface Serial0/3/0 overloadzb (config)#interface FastEthernet1/0zb (co
6、nfig-if)#zb (config-if)#ip access-group 101 outzb (config-if)#ip nat insidezb (config)#interface Serial0/3/0zb (config-if)#zb (config-if)#ip access-group 102 inzb (config-if)#ip nat outsidezb (config)#interface Serial0/2/1zb (config-if)#zb (config-if)#ip nat insidezb (config)#interface Serial0/2/0zb
7、 (config-if)#ip nat insideØ 配置路由器链路封装及认证(以总部路由器为例):zb (config)#username fb3 password 0 ciscozb (config)#interface Serial0/2/1zb (config-if)#zb (config-if)#encapsulation pppzb (config-if)#ppp authentication pap chapzb (config-if)#ppp pap sent-username zb password 0 ciscozb (config)#interface Ser
8、ial0/2/0.100 point-to-pointzb (config-if)#zb (config-if)#frame-relay interface-dlci 100zb (config)#interface Serial0/2/0.101 point-to-pointzb (config-if)#zb (config-if)#frame-relay interface-dlci 101zb (config-if)#exitØ 静态路由配置(以总部路由器为例):zb (config)#Ø 交换机基本配置配置(以网络中心三层交换机为例):Switch>enSwi
9、tch #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)#exitØ 三层交换机上D
10、HCP服务配置(以网络中心三层交换机为例):wlzx(config)#wlzx(config)#ip dhcp pool caiwuwlzx(dhcp-config)#wlzx(dhcp-config)#wlzx(dhcp-config)#wlzx(dhcp-config)#exitwlzx(config)#wlzx(config)#ip dhcp pool keyanwlzx(dhcp-config)#wlzx(dhcp-config)#wlzx(dhcp-config)#wlzx(dhcp-config)#exitwlzx(config)#wlzx(config)#ip dhcp pool
11、 renshiwlzx(dhcp-config)#wlzx(dhcp-config)#wlzx(dhcp-config)#wlzx(dhcp-config)#exitwlzx(config)#wlzx(config)#ip dhcp pool xiaoshouwlzx(dhcp-config)#wlzx(dhcp-config)#wlzx(dhcp-config)#wlzx(dhcp-config)#exitwlzx(config)#wlzx(config)#ip dhcp pool dongshiwlzx(dhcp-config)#wlzx(dhcp-config)#wlzx(dhcp-co
12、nfig)#wlzx(dhcp-config)#exitØ 端口聚合及端口配置wlzx(config)#interface FastEthernet0/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 desira
13、blewlzx(config-if)#switchport trunk encapsulation dot1qwlzx(config-if)#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 FastEtherne
14、t0/22wlzx(config-if)#channel-group 1 mode desirablewlzx(config-if)#switchport 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)#switchp
15、ort mode trunkwlzx(config)#interface FastEthernet0/24wlzx(config-if)#channel-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 10w
16、lzx(config-vlan)#name caiwuwlzx(config)#vlan 11wlzx(config-vlan)#name keyanwlzx(config)#vlan 12wlzx(config-vlan)#name renshiwlzx(config)#vlan 13wlzx(config-vlan)#name xiaoshouwlzx(config)#vlan 14wlzx(config-vlan)#name dongshiwlzx(config)#vlan 99wlzx(config-vlan)#name manageØ 三层交换机启动路由功能及RIP配置:wlzx(config)#ip routingwlzx(config)#router ripwlzx(config-router)#version 2wlzx(config-router)#wlzx(config-router)#wlzx(config-router)#no auto-summaryØ 在S4交换机上启用端口安全功能:s4(config)#int range f0/1-24s4(config-if)# switchp
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 混凝土泵送工安全知识宣贯水平考核试卷含答案
- 2026年中医膏方养生知识课件
- 油制氢装置操作工安全意识强化测试考核试卷含答案
- 2026年手术安全核查与风险管理课件
- 两栖类养殖工基础验收测试考核试卷含答案
- 飞机数字化装配工岗中考核试卷含答案
- 玻纤非织造制品生产工岗前细节考核试卷含答案
- 电切削工岗前新材料考核试卷含答案
- 螺旋分选工成果转化知识考核试卷含答案
- 巧克力成型工技能模拟考核试卷含答案
- 水利水电工程单元工程施工质量检验表与验收表(SLT631.7-2025)
- 2026年高考地理一轮复习:湘教版必修第二册知识点考点背诵提纲
- 《义务教育科学课程标准(2025年修订版)》与(2022年版)对比
- 开启科学探索之旅 课件(内嵌视频) 2025-2026学年人教版初中物理八年级上册
- 县四大班子联席会议制度
- 运营中心管理制度模板
- OpenFOAM培训教学课件
- DB53-T 1269-2024 改性磷石膏用于矿山废弃地生态修复回填技术规范
- 古建筑修复项目可行性研究报告
- 品牌可持续发展研究报告2025年
- 电子商务平台系统设计与实施方案
评论
0/150
提交评论