




已阅读5页,还剩2页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
湖南网络工程职业学院 集中实训报告 实训课程 计算机网络技术 题目 网络互联项目网络互联项目 姓 名 黄龙勇 学 号 4 专业班级 计算机网络技术三班 指导教师 王进 2016 年 1 月 6 日 成绩 教师 集中实训任务集中实训任务 长沙三棵树科技有限公司 现在公司市场部人员有 50 人 研发部人员有 50 人 财务部人员有 4 人 技术支持 50 人 由于今年效益好 公司新建了一幢大 楼 在布置云计算 虚拟化之前 先要搭建网络 高速路 对路由交换有以 下要求 1 地址划分 现公司规定用 192 168 1 0 24 这个网段 部门子网掩码网络地址广播地址网关地址主机地址 市场部255 255 255 192192 168 1 0192 168 1 63192 168 1 621 62 研发部255 255 255 192192 168 1 64192 168 1 127192 168 1 12665 126 技术部255 255 255 192192 168 1 128192 168 1 191192 168 1 190129 190 财务部255 255 255 192192 168 1 192192 168 1 255192 168 1 254193 254 2 VLAN 的划分 部门VLAN 市场部10 研发部20 技术支持30 财务部40 配置如下 SW0 的配置 sw0 config vlan 10 sw0 config vlan name market sw0 config vlan 20 sw0 config vlan name development sw0 config vlan 30 sw0 config vlan name technical sw0 config vlan 40 sw0 config vlan name financial sw1 的配置 sw1 config vlan 10 sw1 config vlan name market sw1 config vlan 20 sw1 config vlan name development sw1 config vlan 30 sw1 config vlan name technical sw1 config vlan 40 sw1 config vlan name financial SW2 的配置 Sw2 config vlan 10 Sw2 config vlan name market Sw2 config vlan 20 Sw2 config vlan name development Sw2 config vlan 30 Sw2 config vlan name technical Sw2 config vlan 40 Sw2 config vlan name financial 3 设置 trunk 及 ACCESS 接口 配置如下 SW0 的配置 sw0 config interface range f0 3 f0 9 sw0 config if range switchport trunk encapsulation dot1q sw0 config if range switchport mode trunk SW1 的配置 Sw1 config interface range f0 1 2 Sw1 config if range switchport trunk encapsulation dot1q Sw1 config if range switchport mode trunk sw1 config interface f0 3 sw1 config if switchport mode access sw1 config if exit sw1 config interface f0 4 sw1 config if switchport mode access sw1 config if switchport access vlan 10 SW2 的配置 Sw2 config interface range f0 1 2 Sw2 config if range switchport trunk encapsulation dot1q Sw2 config if range switchport mode trunk Sw2 config interface f0 3 Sw2 config if switchport mode access Sw2 config if switchport access vlan 20 Sw2 config if exit Sw2 config interface f0 4 Sw2 config if switchport mode access Sw2 config if switchport access vlan 40 4 通过步骤 1 的地址划分 让所有的部门通过 DHCP 获得地址 配置如下 1 地址划分 现公司规定用 192 168 1 0 24 这个网段 部门子网掩码网络地址广播地址网关地址主机地址 市场部 10 255 255 255 192192 168 1 0192 168 1 63192 168 1 621 62 研发部 20 255 255 255 192192 168 1 64192 168 1 127192 168 1 12665 126 技术 30 255 255 255 192192 168 1 128192 168 1 191192 168 1 190129 190 财务部 40 255 255 255 192192 168 1 192192 168 1 255192 168 1 254193 254 sw0 config interface vlan 10 sw0 config if ip add 192 168 1 62 255 255 255 192 sw0 config if no shutdown sw0 config if exit sw0 config ip dhcp pool vlan10 ssw0 dhcp config network 192 168 1 0 255 255 255 192 sw0 dhcp config default router 192 168 1 62 sw0 dhcp config dns server 3 3 3 3 sw0 dhcp config exit sw0 config ip dhcp excluded address 192 168 62 sw0 config interface vlan 20 sw0 config if ip add 192 168 1 126 255 255 255 192 sw0 config if no shutdown sw0 config if exit sw0 config ip dhcp pool vlan10 ssw0 dhcp config network 192 168 1 64 255 255 255 192 sw0 dhcp config default router 192 168 1 126 sw0 dhcp config dns server 3 3 3 3 sw0 dhcp config exit sw0 config ip dhcp excluded address 192 168 126 sw0 config interface vlan 30 sw0 config if ip add 192 168 1 190 255 255 255 192 sw0 config if no shutdown sw0 config if exit sw0 config ip dhcp pool vlan30 ssw0 dhcp config network 192 168 1 128 255 255 255 192 sw0 dhcp config default router 192 168 1 190 sw0 dhcp config dns server 3 3 3 3 sw0 dhcp config exit sw0 config ip dhcp excluded address 192 168 190 sw0 config interface vlan 40 sw0 config if ip add 192 168 1 254 255 255 255 192 sw0 config if no shutdown sw0 config if exit sw0 config ip dhcp pool vlan10 ssw0 dhcp config network 192 168 1 192 255 255 255 192 sw0 dhcp config default router 192 168 1 254 sw0 dhcp config dns server 3 3 3 3 sw0 dhcp config exit sw0 config ip dhcp excluded address 192 168 1 254 5 内网运行 OSPF sw0 config ip routing sw0 config router ospf 110 sw0 config router network 192 168 0 0 0 0 255 255 area 0 sw0 config router network 172 16 1 0 0 0 0 255 area 0 R0 config router ospf 110 R0 config router network 172 16 1 0 0 0 0 255 area 0 R0 config router default information originate 6 通过 NAT 出去上网 r0 config ip route 0 0 0 0 0 0 0 0 200 1 1 2 r0 config interface f0 1 r0 config if ip nat inside r0 config if exit r0 config interface f0 0 r0 config if ip nat outside r0 config if exit r0 config access list 1 permit 192 168 0 0 0 0 255 255 r0 config ip nat inside source list 1 interface f0 0 overload 7 完成以上步骤后 至少 300 字 1 你觉得哪些地方可以做一下改进 2 怎么把一些最近的新技术融入到公司 让办公成本更低 效率更高 答 尝试运用多思维思考的方式去思考 不要想着死打命令 1 基于 IPV6 标 准的新一代 Internet 网络 2 基于 3G 4G 的宽带无线移动网络 3 基于数 据仓库和网络的的数据挖掘技术 4 串联在线入侵检测及防护等网络安全技术 5 全球负载均衡的分布式网络资源管理技术 网络技术的发展 标准是关键 就像 TCP IP 协议是因特网的核心一样 构建网络计算也需要对核心 标准协议和服务进 行定义 目前 一些标准化团体正在积极行动 迄今为止 网络计算虽还没有正式的标准 但在核心技术上 相关机构与企业已达成一致 由美国阿贡国家实验室与南加州大学信息 科学学院合作开发的 Globus 计算工具软件已成为网络计算实际的标准 已有 12 家著名计 算机和软件厂商宣布将采用 Globus 计算工具软件 8 心得体会 至少 300 字 答 如今已经是信息时代 作为主流信息工具的网络越来越重要 我选择了这门专业 我个人对于网络和电脑是很感兴趣的 一开始的时候可能仅限制于游戏 真正运用到 网络的技术性的东西实在不多 例如做博客 敲代码之类的一窍不通 在母校进行了一年 半的学习 也有了一些心得 作为信息爆炸的 21 世纪
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 节假日反假知识培训课件
- 企业代缴社保及福利待遇综合服务合同
- 教师招聘之《小学教师招聘》过关检测试卷及答案详解(必刷)
- 教师招聘之《小学教师招聘》综合提升试卷含完整答案详解【典优】
- 2025年教师招聘之《幼儿教师招聘》考前冲刺模拟题库附参考答案详解(培优b卷)
- 教师招聘之《小学教师招聘》模拟题库(培优b卷)附答案详解
- 2025年六五普法测试试题及答案
- 幼儿园廉政教育月活动方案
- 部队组织生活自我评价及整改措施
- 教师招聘之《小学教师招聘》试题(得分题)【a卷】附答案详解
- 初中地理跨学科教学的实践与思考
- 2025年江西庐山交通索道公司招聘笔试参考题库含答案解析
- 特殊学生档案
- GB/T 6822-2024船体防污防锈漆体系
- 大型活动火灾应急预案
- 剪映专业版教学课件
- 地坪拆除服务合同
- DB22T 277-2011 建筑电气防火检验规程
- 广东省执法证网上考试系统题库及答案
- 《建筑设计基础》全套教学课件
- 统编2024版七年级语文上册全册知识点梳理
评论
0/150
提交评论