版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、BENET 大型企业网络搭建综合实验网络需求描述:1、总公司按每个部门创建vlan,并分配相应的IP网段 Vlan10-CWB(财务部 Vlan20-GLB(管理部 Vlan30-XXB(信息部 Vlan40-SRV(服务器区2、总公司内网要求实现vlan信息的统一管理和配置3、总公司各部门之间可以相互访问4、总公司内网要求实现二层链路的冗余备份5、总公司内网要求实现网关冗余、流量负载分担6、要求所有client动态获取IP地址7、全网要求使用OSPF动态路由协议实现全网互通,并划分多区域 a、总公司内网(OSPF Area0 type:backbone) b、上海分支总公司专线接口S1/1(
2、OSPF Area11 type:Stub) c、深圳分支总分司专线接口S1/0(OSPF Area22 type:Stub)8、总公司、分支内网client可以访问互联网9、总公司内网有台Web服务器需要发布到internet10、利用ACL技术控制网络通信 a、限制总公司的信息部client只在工作时间(周一至周五的9:00至17:30)可以上网 b、限制总公司的财务部client只在休息时间(周一至周五的12:00至13:30)可以上网 c、限制上海分支、深圳分支内网client只在周一至周五的9:00-12:00可以上网-实验配置步骤参考:1、初始化设备enconf tno ip do
3、 loline 0logg syncexec-t 0 0host2、创建Vlan,并启用中继链路4506-S1的配置:4506-S1#vlan database4506-S1(vlan)#10 name CWB4506-S1(vlan)#vlan 20 name GLB4506-S1(vlan)#vlan 30 name XXB4506-S1(vlan)#vlan 40 name SRV4506-S1#exit4506-S1(config)#int range f0/3 -74506-S1(config-if)sw mode trunk4506-S1(config-if)#no sh4506-
4、S2的配置:4506-S2(config)#int range f0/3 -74506-S2(config-if)#sw mode trunk4506-S2(config-if)#no sh3、配置VTP协议同步Vlan信息4506-S1(vlan)#vtp domain 4506-S1(vlan)#vtp server4506-S1(vlan)#vtp password 1234506-S1(vlan)#vtp pruning2960-S1(vlan)#vtp domain 2960-S1(vlan)#vtp server2960-S1(vlan)#vtp password 1234、在三层
5、交换机间启快速以太网通道4506-S1的配置:4506-S1(config)#int range f0/5 -74506-S1(config-if)#channel-group 1 mode on4506-S1(config-if)#no shutdown4506-S2的配置:4506-S2(config)#int range f0/5 -74506-S2(config-if)#channel-group 1 mode on4506-S2(config-if)#no shutdown5、在三层交换机上启路由端口,并给Vlan配置IP地址4506-S1的配置:4506-S1(config)#in
6、t f0/14506-S1(config-if)#no switchport4506-S1(config-if)#ip4506-S1(config-if)#no shutdown4506-S1(config)#int vlan 104506-S1(config-if)#ip4506-S1(config)#int vlan 204506-S1(config-if)#ip4506-S2的配置:4506-S2(config)#int f0/14506-S2(config-if)#no switchport4506-S2(config-if)#ip4506-S2(config-if)#no shutd
7、own4506-S2(config)#int vlan 104506-S2(config-if)#ip4506-S2(config)#int vlan 204506-S2(config-if)#ip6、在三层交换机上配置PVST+主、备根网桥4506-S1的配置:4506-S1(config)#spanning-tree vlan 10 root primary4506-S1(config)#spanning-tree vlan 20 root primary4506-S1(config)#spanning-tree vlan 30 root secondary4506-S1(config)#
8、spanning-tree vlan 40 root secondary4506-S2的配置:4506-S2(config)#spanning-tree vlan 10 root secondary4506-S2(config)#spanning-tree vlan 20 root secondary4506-S2(config)#spanning-tree vlan 30 root primary4506-S2(config)#spanning-tree vlan 40 root primary7、在接入层交换机上启Uplinkfast、Portfast特性2960-S1的配置:2960-S
9、1(config)#spanning-tree uplinkfast2960-S1(config-if)#int f0/32960-S1(config-if)#spanning-tree portfast2960-S2的配置:2960-S2(config)#spanning-tree uplinkfast2960-S2(config-if)#int f0/32960-S2(config-if)#spanning-tree portfast8、在三层交换机上配置HSRP实现网关冗余4506-S1的配置:4506-S1#(config)#int vlan 104506-S1#(config-if)
10、#standby 10 ip4506-S1#(config-if)#standby 10 priority 2004506-S1#(config-if)#standby 10 preempt4506-S1#(config)#int vlan 204506-S1#(config-if)#standby 20 ip4506-S1#(config-if)#standby 20 priority 2004506-S1#(config-if)#standby 20 preempt4506-S2的配置:4506-S2#(config)#int vlan 104506-S2#(config-if)#stan
11、dby 10 ip4506-S2#(config-if)#standby 10 priority 1504506-S2#(config-if)#standby 10 preempt4506-S2#(config)#int vlan 204506-S2#(config-if)#standby 20 ip4506-S2#(config-if)#standby 20 priority 1504506-S2#(config-if)#standby 20 preempt9、部署Windows DHCP服务器,并新建作用域10、在三层交换机上配置DHCP中继代理4506-S1的配置:4506-S1#(co
12、nfig)#int vlan 104506-S1#(config-if)#ip4506-S1#(config)#int vlan 204506-S1#(config-if)#ip4506-S2的配置:4506-S2#(config)#int vlan 104506-S2#(config-if)#ip4506-S2#(config)#int vlan 204506-S2#(config-if)#ip11、配置OSPF动态路由协议BJ-7206的配置:BJ-7206(config)#router ospf 1BJ-7206(config-router)#network 0.
13、0.0.0 area 0BJ-7206(config-router)#network area 0BJ-7206(config-router)#network area 11BJ-7206(config-router)#network area 22BJ-7206(config-router)#area 11 stubBJ-7206(config-router)#area 22 stubBJ-7206(config-router)#default-information
14、originateSH-2811的配置:SH-2811(config)#router ospf 1SH-2811(config-router)#network area 11SH-2811(config-router)#area 11 stubSZ-2811的配置:SZ-2811(config)#router ospf 1SZ-2811(config-router)#network area 22SZ-2811(config-router)#area 22 stub4506-S1的配置:4506-S1(conf
15、ig)#router ospf 14506-S1(config-router)#network area 04506-S2的配置:4506-S2#(config)#router ospf 14506-S2#(config-router)#network area 012、在边界路由器上配置PAT实现client访问internetBJ-7206的配置:BJ-7206(configBJ-7206(configBJ-7206(configBJ-7206(configBJ-7206(configBJ-7206(config)#ip nat inside source
16、list 1 interface e0/0 overloadBJ-7206(config)#int e0/0BJ-7206(config-if)#ip nat outsideBJ-7206(config)#int e0/1BJ-7206(config-if)#ip nat insideBJ-7206(config)#int e0/2BJ-7206(config-if)#ip nat insideBJ-7206(config)#int S1/1BJ-7206(config-if)#ip nat insideBJ-7206(config)#int S1/0BJ-7206(config-if)#ip
17、 nat inside13、在边界路由器上配置Static NAT将Web服务器发布到internetBJ-7206(config)#ip nat inside source static tcp www int e0/0 www14、通过ACL控制网络通信BJ-7206的配置:BJ-7206(config)#time-range CWBBJ-7206(config-time-range)#periodic weekdays 12:00 to 13:30BJ-7206(config)#time-range XXBBJ-7206(config-time-range)#p
18、eriodic weekdays 9:00 to 17:30BJ-7206(config)#time-range BRANCHBJ-7206(config-time-range)#periodic weekdays 9:00 to 12:00BJ-7206(config)#ip access-list extend controlBJ-7206(config-ext-nacl)#permit tcp 55 any eq www time-range CWBBJ-7206(config-ext-nacl)#permit tcp 55 any eq www time-range XXBBJ-7206(config-ext-nacl)#permit tcp 55 any eq www time-range BRAN
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 稀土熔炼工创新方法测试考核试卷含答案
- 陶瓷工艺品制作师安全生产能力知识考核试卷含答案
- 禁食危重病人补液讲课文档
- 2025年医学分析-基孔肯雅热患者护理要
- 医学课件-手法复位结合夹板固定治疗儿童尺桡骨下段双骨折80例体会
- 鞍区Rathke's囊肿的MRI诊断
- 口腔种植牙技术临床应用与效果评价
- 胆管癌根治术手术记录
- 2026年北京市第二次高中学业水平考试语文卷真题(含答案详解)
- 2026年中学国庆“思辨明初心 笃行担家国”爱国主题辩论活动方案
- 2026年事业单位A类综合岗职测专项训练公共基础知识考点精练
- 《素描(第3版)》中职全套教学课件
- 科学注塑工艺培训课件
- 2025年海航机务笔试试题及答案
- (新教材)人教版二年级上册小学数学教学计划+教学进度表
- 叉车日常检查及异常问题处理记录、特种设备运行故障记录、维护保养记录、叉车月度检查记录、叉车年度检查记录填写样本模板
- 喷涂考试试题及答案
- 《Photoshop实例教程(Photoshop 2022)第3版》全套教学课件
- 2022年第十七届广东省中学生天文知识竞赛试题(含答案)
- 西安石油大学《重磁电法勘探》2023-2024学年期末试卷
- 单层砖混结构施工组织设计
评论
0/150
提交评论