版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、 课程设计报告山东建筑大学课程设计题目:某网吧大型局域网设计方案 专 业:网络工程班 级:0811xx姓 名:hw学 号:0811xxxx指导教师:hll 2010年 12 月12 日目录一、 课程设计目的及要求 (1)目的(2)要求二、实验题目三、实验内容四、实验分析(1) 配置说明(2) 跟桥分配(3) 其他(4) IP地址分配五、实验拓扑图六、详细步骤(1)代码 1、内部路由的running-config配置2、ISP running-config配置文件3、三层交换机1 running-config 配置4、路由器r2 running-config 配置文件5、Ms1 running-
2、config 配置文件七:最终结果八、课程设计总结一、 课程设计目的及要求(1) 目的通过一周的课程设计,培养进一步理解和掌握网络组网的过程及方案设计,为今后从事实际工作打下基础;熟练掌握子网划分及路由协议的配置,熟练掌握路由器和交换机的基本配置。(2) 要求 1自己独立完成,最终提交课程设计报告和实验成果2课程设计报告格式:封面、题目、时间地点、要求、内容、详细步骤和过程、总结3指定时间必须在实验机房上机4最终成绩包括平时考勤成绩(20)、检查成绩(40%)、报告成绩(40%)5实验设计内容必须以老师指定的题目为准,老师指定的题目为最终检查的依据二、实验题目某网吧大型局域网设计方案三、 实验
3、内容1在R1中启用DNS及WEB服务器。2对pc机0、1、2、3配置划分vlan及接口的地址。3允许pc机4对内部的登录。4对R0与大型交换机实行单臂路由及DHCP功能。5Pc机中配置动态地址(DHCP)6实现路由交换机路由与路由间的通信 四、实验分析 (1)其他在远程控制模块,在三层交换机上设置dhcp,使得各个vlan内的主机能自动获取ip,并将默认vlan1设为管理vlan,配上ip地址,在三层交换机上陪默认网关。 (2)IP地址规划设备名接口IP地址子网掩码网关边界路由F0/1192.168.4.1255.255.255.0S0/3/0205.101.1.35255.255.255.0
4、设备名接口IP地址子网掩码网关核心交换机F0/1192.168.2.1255.255.255.0F0/2192.168.3.1255.255.255.0F0/6192.168.1.1255.255.255.0设备名接口IP地址子网掩码网关ISPS0/3/0205.101.1.36255.255.255.0五、 实验拓扑图 六、 详细步骤(1) 代码1、ISP running-config配置文件Router#show runRouter#show running-config Building configuration.Current configuration : 642 bytes!ve
5、rsion 12.4no service timestamps log datetime msecno service timestamps debug datetime msecno service password-encryption!hostname Router!interface FastEthernet0/0 no ip address duplex auto speed auto shutdown!interface FastEthernet0/1 no ip address duplex auto speed auto shutdown!interface Serial0/2
6、/0 no ip address shutdown!interface Serial0/3/0 ip address 205.101.1.36 255.255.255.0 clock rate 64000!interface Vlan1 no ip address shutdown!router rip version 2 network 205.101.1.0 no auto-summary!ip classless!line con 0line vty 0 4 loginend2、边界路由的running-config配置Router#show runRouter#show running
7、-config Building configuration.Current configuration : 812 bytes!version 12.4no service timestamps log datetime msecno service timestamps debug datetime msecno service password-encryption!hostname Router!enable secret 5 $1$mERr$5JCeSwbzEK7WQRTjg1PMz1!interface FastEthernet0/0 ip address 192.168.4.1
8、255.255.255.0 duplex auto speed auto shutdown!interface FastEthernet0/1 ip address 192.168.4.1 255.255.255.0 duplex auto speed auto!interface Serial0/2/0 no ip address shutdown!interface Serial0/3/0 ip address 205.101.1.35 255.255.255.0!interface Vlan1 no ip address shutdown!router rip version 2 net
9、work 192.168.0.0 network 192.168.4.0 network 205.101.1.0 default-information originate no auto-summary!ip classless!no cdp run!line con 0line vty 0 4 password gaogao login ip nat inside source list 1 interface Serial0/3/0 overloadip classlessip route 0.0.0.0 0.0.0.0 205.101.1.36 !access-list 1 permi
10、t host 192.168.1.1access-list 1 permit 192.168.20.0 0.0.0.255access-list 1 permit 192.168.30.0 0.0.0.255access-list 1 permit 192.168.40.0 0.0.0.255!end 3、核心交换机 running-config 配置SwitchenPassword: Password: Switch#show runSwitch#show running-config Building configuration.Current configuration : 2905 b
11、ytes!version 12.2no service timestamps log datetime msecno service timestamps debug datetime msecno service password-encryption!hostname Switch!enable password gaogao!ip dhcp excluded-address 192.168.10.1ip dhcp excluded-address 192.168.20.1ip dhcp excluded-address 192.168.30.1ip dhcp excluded-addre
12、ss 192.168.40.1!ip dhcp pool net11 network 192.168.11.0 255.255.255.0 default-router 192.168.11.1 dns-server 192.168.3.1ip dhcp pool net22 network 192.168.21.0 255.255.255.0 default-router 192.168.21.1 dns-server 192.168.3.1ip dhcp pool net33 network 192.168.31.0 255.255.255.0 default-router 192.168
13、.31.1 dns-server 192.168.3.1ip dhcp pool net44 network 192.168.41.0 255.255.255.0 default-router 192.168.41.1 dns-server 192.168.3.1ip dhcp pool vlan10 network 192.168.10.0 255.255.255.0 default-router 192.168.10.1 dns-server 192.168.3.1ip dhcp pool vlan20 network 192.168.20.0 255.255.255.0 default-
14、router 192.168.20.1 dns-server 192.168.3.1ip dhcp pool vlan30 network 192.168.30.0 255.255.255.0 default-router 192.168.30.1 dns-server 192.168.3.1ip dhcp pool vlan40 network 192.168.40.0 255.255.255.0 default-router 192.168.40.1 dns-server 192.168.3.1!interface FastEthernet0/1 no switchport ip addr
15、ess 192.168.2.254 255.255.255.0 duplex auto speed auto!interface FastEthernet0/2 no switchport ip address 192.168.3.254 255.255.255.0 duplex auto speed auto!interface FastEthernet0/3!interface FastEthernet0/4!interface FastEthernet0/5 no switchport ip address 192.168.4.254 255.255.255.0 duplex auto
16、speed auto!interface FastEthernet0/6 no switchport ip address 192.168.1.254 255.255.255.0 duplex auto speed auto!interface FastEthernet0/7!interface FastEthernet0/8!interface FastEthernet0/9!interface FastEthernet0/10!interface FastEthernet0/11!interface FastEthernet0/12!interface FastEthernet0/13!i
17、nterface FastEthernet0/14!interface FastEthernet0/15!interface FastEthernet0/16!interface FastEthernet0/17!interface FastEthernet0/18!interface FastEthernet0/19!interface FastEthernet0/20!interface FastEthernet0/21!interface FastEthernet0/22!interface FastEthernet0/23!interface FastEthernet0/24!inte
18、rface GigabitEthernet0/1!interface GigabitEthernet0/2!interface Vlan1 ip address 192.168.99.1 255.255.255.0!interface Vlan10 ip address 192.168.10.1 255.255.255.0!interface Vlan20 ip address 192.168.20.1 255.255.255.0!interface Vlan30 ip address 192.168.30.1 255.255.255.0!interface Vlan40 ip address 192.168.40.1 255.255.255.0!router rip version 2 network 192.168.0.0 network 192.168.1.0 network 192.168.2.0 network 192.168.3.0 netwo
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2024年度体育产业ERP软件销售与赛事管理合同2篇
- 2024版健身教练服务合同的服务内容3篇
- 2024年度物流运输合同:圆通快递与我公司的物流运输合作5篇
- 弹力小车课程设计创新
- 医疗机构劳务派遣合同解读
- T恤衫设计制作服务合同
- 二零二四年度环保服务合同:企业废气处理合作
- 2024年度股权转让合同关键要点梳理
- 制定教育创新计划合同(2024年版)
- 二零二四年度股权转让合同:生物技术公司
- 县中医院妇科重点专科建设汇报
- 8D报告培训教材
- 资产评估过程中应急预案
- ECFA货物贸易早期收获计划台湾方面降税产品清单(台2011年税则)
- 15D500-15D505 防雷与接地图集(合订本)
- 病毒性心肌炎临床路径
- 幼儿园故事课件:《小马过河》
- 注塑机设备点检与保养作业指导书
- 《无人机载荷与行业应用》 课件全套 第1-6章 无人机任务载荷系统概述- 未来展望与挑战
- 品质部人员配置规划(整理)
- 四川智能化弱电集成系统施工方案
评论
0/150
提交评论