Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1277332
  • 博文数量: 632
  • 博客积分: 2778
  • 博客等级: 大尉
  • 技术积分: 3387
  • 用 户 组: 普通用户
  • 注册时间: 2012-05-31 09:09
个人简介

123

文章分类

全部博文(632)

文章存档

2014年(36)

2013年(33)

2012年(563)

分类:

2012-07-08 09:11:50

一、实验题目:
    作为一名公司的网管,公司需要你负责对客户的一个网络工程项目实施工作。该项目为一家大型企业的网络迁移,该企业最近刚完成与另外两家企业的并购。经过前 期的需求调研,发现每家企业原有的环境各不相同,并购后该大型企业仅希望通过其中一家企业原有的ISP接入Internet访问,同时要求不影响原有IP分配方案和利用最短的时间恢复企业的网络运营。 在人手、资金缺乏且项目进度紧张的情况下,必须尽快制定项目实施方案以改造和升级各家企业原有的网络环境,以便进行统一管理,并尽可能的提供网络安全保障 和路由优化。



①、对各个路由器的接口分别进行如上拓扑图进行配置静态的路由IP
②、按下面步骤对路由器进行配置:   
R1配置OSPF协议如下:
R1
conf t
Router ospf 1
Network 192.168.2.0 255.255.255.0 area 0
Network 192.168.1.0 255.255.255.0 area 0
      给R2路由器进行协议的配置如下:
#conf t
ospf 1
redistribute rip subnets               //Rip路由协议重发布到ospf路由协议中/
network 192.168.2.0 0.0.0.255 area 0
network 192.168.3.0 0.0.0.255 area 0

router rip
version 2                        //选择版本2
redistribute ospf 1 metric 3               //ospf路由协议重发布到rip路由协议中
network 192.168.1.0
no auto-summary
    给R3进行协议配置如下:
router ospf 1
redistribute eigrp 1 subnets                 //eigrp路由协议重发布到ospf路由协议中/
network 192.168.1.0 0.0.0.255 area 0
network 192.168.4.0 0.0.0.255 area 0
router eigrp 1
redistribute ospf 1 metric 1544 5 255 1 1500    //ospf路由协议重发布到eigrp路由协议中/
network 192.168.1.0
network 192.168.4.0
no auto-summary                        //取消自动汇总
    给R4进行协议配置如下:
router rip
version 2
network 192.1683.0
no auto-summary                       //取消自动汇总/
    给R5进行协议配置如下:
router eigrp 1
network 192.168.4.0
no auto-summary                        //取消自动汇总/

ccna_sw.net文件如下:
autostart = False
[localhost]
     port = 7200
     udp = 10000
     workingdir = ..\tmp\
     
     [[router R1]]
         image = ..\ios\unzip-c2600-j1s3-mz.123-13.bin
         model = 2610XM
         console = 3001
         ram = 64
         confreg = 0x2142
         exec_area = 64
         mmap = False
         WIC0/0 = WIC-2T
         s0/0 = R2 s0/0
         s0/1 = R3 s0/1
         idlepc = 0x6067d100
     
     [[router R2]]
         image = ..\ios\unzip-c2600-j1s3-mz.123-13.bin
         model = 2610XM
         console = 3002
         ram = 64
         confreg = 0x2142
         exec_area = 64
         mmap = False
         WIC0/0 = WIC-2T
         s0/1 = R4 s0/1
         idlepc = 0x802f31dc
     [[router R3]]
         image = ..\ios\unzip-c2600-j1s3-mz.123-13.bin
         model = 2610XM
         console = 3003
         ram = 64
         confreg = 0x2142
         exec_area = 64
         mmap = False
         WIC0/0 = WIC-2T
         s0/0 = R5 s0/0
         idlepc = 0x80431398
     [[router R4]]
         image = ..\ios\unzip-c2691-advsecurityk9-mz.124-11.T2.bin
         model = 2691
         console = 3004
         ram = 128
         confreg = 0x2142
         exec_area = 64
         mmap = False
         slot1 = NM-4T
         

[[router R5]]
         image = ..\ios\unzip-c2691-advsecurityk9-mz.124-11.T2.bin
         model = 2691
         console = 3005
         ram = 128
         confreg = 0x2142
         exec_area = 64
         mmap = False
         slot1 = NM-4T
阅读(514) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~