OSPF综合实验

 实验要求:

 IP规划

172.16.0.0 16

172.16.0.0 19 ---骨干
172.16.0.0 24---P2P链路 /30
172.16.0.0 30 --172.16.0.1 172.16.0.2
172.16.0.4 30--- 172.16.0.5 172.16.0.6 30
172.16.0.8 30
...
172.16.1.0 24--MA链路  /29
172.16.1.0 29
172.16.1.8 29
172.16.1.16 29
172.16.1.24 29
...
172.16.2.0 24
172.16.3.0 24
..
172.16.31.0 24

area0配置

[r3]int s4/0/0   ---配置ip
[r3-Serial4/0/0]ip add 37.1.1.1 24
[r7]int g0/0/0
[r7-GigabitEthernet0/0/0]ip add 47.1.1.1 24
[r6]int s4/0/0
[r6-Serial4/0/0]ip add 57.1.1.1 24
[r5]int s4/0/0
[r5-Serial4/0/0]ip add 67.1.1.1 24
[isp]int s3/0/0
[isp-Serial3/0/0]ip add 37.1.1.2 24
[isp]int g0/0/0
[isp-GigabitEthernet0/0/0]ip add 47.1.1.2 24
[isp]int s4/0/0
[isp-Serial4/0/0]ip add 57.1.1.2 24
[isp]int s3/0/1
[isp-Serial3/0/1]ip add 67.1.1.2 24
[r7]int loopBack0
[r7-LoopBack0]ip add 172.16.2.1 24
[r6]int loopBack0
[r6-LoopBack0]ip add 172.16.3.1 24
[r5]int loopBack0
[r5-LoopBack0]ip add 172.16.4.1 24

[r3]ip route-static 0.0.0.0 0 37.1.1.2---配置缺省路由
[r7]ip route-static 0.0.0.0 0 47.1.1.2
[r6]ip route-static 0.0.0.0 0 57.1.1.2
[r5]ip route-static 0.0.0.0 0 67.1.1.2

[r3]int t0/0/0---构建MGRE环境
[r3-Tunnel0/0/0]ip add 172.16.1.1 29
[r3-Tunnel0/0/0]tunnel-protocol gre p2mp     
[r3-Tunnel0/0/0]source 37.1.1.1
[r3-Tunnel0/0/0]nhrp network-id 100
[r3-Tunnel0/0/0]nhrp entry multicast dynamic
[r7]int t0/0/0
[r7-Tunnel0/0/0]ip add 172.16.1.2 29
[r7-Tunnel0/0/0]tunnel-protocol gre p2mp
[r7-Tunnel0/0/0]source g0/0/0
[r7-Tunnel0/0/0]nhrp network-id 100
[r7-Tunnel0/0/0]nhrp entry 172.16.1.1 37.1.1.1 register
[r6]int t0/0/0
[r6-Tunnel0/0/0]ip add 172.16.1.3 29
[r6-Tunnel0/0/0]tunnel-protocol gre p2mp
[r6-Tunnel0/0/0]source s4/0/0
[r6-Tunnel0/0/0]nhrp network-id 100
[r6-Tunnel0/0/0]nhrp entry 172.16.1.1 37.1.1.1 register
[r5]int t0/0/0
[r5-Tunnel0/0/0]ip add 172.16.1.4 29
[r5-Tunnel0/0/0]tunnel-protocol gre p2mp
[r5-Tunnel0/0/0]source s4/0/0
[r5-Tunnel0/0/0]nhrp network-id 100
[r5-Tunnel0/0/0]nhrp entry 172.16.1.1 37.1.1.1 register

[r3]ospf 1 router-id 3.3.3.3---进行OSPF宣告
[r3-ospf-1]area 0
[r3-ospf-1-area-0.0.0.0]network 172.16.1.1 0.0.0.0
[r7]ospf 1 router-id 7.7.7.7
[r7-ospf-1]area 0
[r7-ospf-1-area-0.0.0.0]network 172.16.0.0 0.0.3.255
[r6]ospf 1 router-id 6.6.6.6
[r6-ospf-1-area-0.0.0.0]network 172.16.0.0 0.0.3.255
[r5]ospf 1 router-id 5.5.5.5
[r5-ospf-1]area 0
[r5-ospf-1-area-0.0.0.0]network 172.16.0.0 0.0.255.255

[r3]int t0/0/0---修改隧道接口类型
[r3-Tunnel0/0/0]ospf network-type p2mp
[r7]int t0/0/0
[r7-Tunnel0/0/0]ospf network-type p2mp
[r6]int t0/0/0
[r6-Tunnel0/0/0]ospf network-type p2mp
[r5]int t0/0/0
[r5-Tunnel0/0/0]ospf network-type p2mp

[r3]ospf---路由汇总
[r3-ospf-1]a 1
[r3-ospf-1-area-0.0.0.1]abr-summary 172.16.32.0 255.255.224.0
[r7]ospf
[r7-ospf-1]a 3
[r7-ospf-1-area-0.0.0.3]abr-summary 172.16.96.0 255.255.224.0
[r6]ospf
[r6-ospf-1]a 2
[r6-ospf-1-area-0.0.0.2]abr-summary 172.16.64.0 255.255.224.0

[r3]ip route-static 172.16.32.0 19 NULL 0---配置空接口
[r6]ip route-static 172.16.64.0 19 NULL 0
[r7]ip route-static 172.16.96.0 19 NULL 0

[r3]acl 2000---ACL抓取路由
[r3-acl-basic-2000]rule permit source 172.16.0.0 0.0.255.255
[r3]int s4/0/0
[r3-Serial4/0/0]nat outbound 2000
[r7]acl 2000
[r7-acl-basic-2000]rule permit source 172.16.0.0 0.0.255.255
[r7int g0/0/0
[r7-GigabitEthernet0/0/0]nat outbound 2000
[r6]acl 2000
[r6-acl-basic-2000]rule permit source 172.16.0.0 0.0.255.255
[r6]int s4/0/0
[r6-Serial4/0/0]nat outbound 2000

[r3]int t0/0/0---加快收敛
[r3-Tunnel0/0/0]ospf timer hello 10
[r7]int t0/0/0
[r7-Tunnel0/0/0]ospf timer hello 10
[r6]int t0/0/0  
[r6-Tunnel0/0/0]ospf timer hello 10
[r5]int t0/0/0
[r5-Tunnel0/0/0]ospf timer hello 10

area1配置

[r1]int g0/0/0---配置ip及环回
[r1-GigabitEthernet0/0/0]ip add 172.16.33.1 29
[r1]int lo0
[r1-LoopBack0]ip add 172.16.34.1 24
[r2]int g0/0/0
[r2-GigabitEthernet0/0/0]ip add 172.16.33.2 29
[r2]int lo0
[r2-LoopBack0]ip add 172.16.35.1 24
[r3]int g0/0/0
[r3-GigabitEthernet0/0/0]ip add 172.16.33.3 29
[r3]int lo0
[r3-LoopBack0]ip add 172.16.36.1 24

[r1]ospf 1 router-id 1.1.1.1---ospf宣告
[r1-ospf-1]area 1
[r1-ospf-1-area-0.0.0.1]network 172.16.0.0 0.0.255.255
[r2]ospf 1 router-id 2.2.2.2
[r2-ospf-1]a 1
[r2-ospf-1-area-0.0.0.1]network 172.16.0.0 0.0.255.255
[r3]ospf 1 router-id 3.3.3.3
[r3-ospf-1]area 1
[r3-ospf-1-area-0.0.0.1]network 172.16.32.0 0.0.7.255

[r1]ospf---将区域1划分为完全末梢区域
[r1-ospf-1]a 1
[r1-ospf-1-area-0.0.0.1]stub
[r2]ospf
[r2-ospf-1]a 1
[r2-ospf-1-area-0.0.0.1]stub
[r3]ospf
[r3-ospf-1]a 1
[r3-ospf-1-area-0.0.0.1]stub no-summary

[r1]ospf---增加区域认证
[r1-ospf-1]a 1
[r1-ospf-1-area-0.0.0.1]authentication-mode md5 1 cipher 123456
[r2]ospf
[r2-ospf-1]a 1
[r2-ospf-1-area-0.0.0.1]authentication-mode md5 1 cipher 123456
[r3]ospf
[r3-ospf-1]a 1  
[r3-ospf-1-area-0.0.0.1]authentication-mode md5 1 cipher 123456

area2配置

[r6]int g0/0/0---ip配置
[r6-GigabitEthernet0/0/0]ip add 172.16.65.1 29
[r11]int g0/0/0
[r11-GigabitEthernet0/0/0]ip add 172.16.65.2 29
[r11]int g0/0/1
[r11-GigabitEthernet0/0/1]ip add 172.16.65.9 29
[r11]int lo0
[r11-LoopBack0]ip add 172.16.66.1 24
[r12]int g0/0/0
[r12-GigabitEthernet0/0/0]ip add 172.16.65.10 29

[r6]ospf 1 router-id 6.6.6.6---ospf宣告
[r6-ospf-1]a 2
[r6-ospf-1-area-0.0.0.2]network 172.16.65.1 0.0.0.0
[r12]ospf 1 router-id 12.12.12.12
[r12-ospf-1]area 2
[r12-ospf-1-area-0.0.0.2]network 172.16.65.10 0.0.0.0
[r11]ospf 1 router-id 11.11.11.11
[r11-ospf-1]a 2
[r11-ospf-1-area-0.0.0.2]network 172.16.0.0 0.0.255.255

[r12]rip 1---rip宣告
[r12-rip-1]v 2
[r12-rip-1]network 172.16.0.0

[r12]ospf 1---对RIP进行重发布
[r12-ospf-1]import-route rip

[r12]ospf  ---域外路由汇总
[r12-ospf-1]asbr-summary 172.16.160.0 255.255.224.0

[r12]ip route-static 172.16.160.0 19 NULL 0---配置空接口

[r6]ospf---将区域2划分为完全的NSSA区域
[r6-ospf-1] a 2
[r6-ospf-1-area-0.0.0.2]nssa no-summary
[r11]ospf
[r11-ospf-1]a 2
[r11-ospf-1-area-0.0.0.2]nssa
[r12]ospf
[r12-ospf-1]a 2
[r12-ospf-1-area-0.0.0.2]nssa

[r6]ospf---增加区域认证
[r6-ospf-1]a 2
[r6-ospf-1-area-0.0.0.2]authentication-mode md5 1 cipher 123456
[r11]ospf
[r11-ospf-1]a 2
[r11-ospf-1-area-0.0.0.2]authentication-mode md5 1 cipher 123456
[r12]ospf
[r12-ospf-1]a 2
[r12-ospf-1-area-0.0.0.2]authentication-mode md5 1 cipher 123456
1

area3配置

[r7]int g0/0/1---ip配置
[r7-GigabitEthernet0/0/1]ip add 172.16.97.1 29
[r8]int g0/0/0
[r8-GigabitEthernet0/0/0]ip add 172.16.97.2 29
[r8]int g0/0/1
[r8-GigabitEthernet0/0/1]ip add 172.16.97.9 29
[r8]int lo0
[r8-LoopBack0]ip add 172.16.98.1 24
[r9]int g0/0/0
[r9-GigabitEthernet0/0/0]ip add 172.16.97.10 29

[r7]ospf 1 router-id 7.7.7.7
[r7-ospf-1]area 3
[r7-ospf-1-area-0.0.0.3]network 172.16.97.1 0.0.0.0
[r8]ospf 1 router-id 8.8.8.8
[r8-ospf-1]area 3
[r8-ospf-1-area-0.0.0.3]network 172.16.0.0 0.0.255.255
[r9]ospf 1 router-id 9.9.9.9
[r9-ospf-1]area 3
[r9-ospf-1-area-0.0.0.3]network 172.16.97.10 0.0.0.0

[r9]ospf 1---对RIP进行重发布
[r9-ospf-1]import-route ospf 2
[r9]ospf 2
[r9-ospf-2]import-route ospf 1
[r9]ospf 2
[r9-ospf-2]default-route-advertise

[r9]ospf---域外路由汇总
[r9-ospf-1]asbr-summary 172.16.128.0 255.255.224.0

[r9]ip route-static 172.16.128.0 19 NULL 0---配置空接口

[r7]ospf---将区域3划分成完全的NSSA区域
[r7-ospf-1]a 3
[r7-ospf-1-area-0.0.0.3]nssa no-summary
[r8]ospf
[r8-ospf-1]a 3
[r8-ospf-1-area-0.0.0.3]nssa
[r9]ospf
[r9-ospf-1]a 3
[r9-ospf-1-area-0.0.0.3]nssa

r7]ospf---增加区域认证
[r7-ospf-1]a 3
[r7-ospf-1-area-0.0.0.3]authentication-mode md5 1 cipher 123456
[r8]ospf
[r8-ospf-1]a 3
[r8-ospf-1-area-0.0.0.3]authentication-mode md5 1 cipher 123456
[r9]ospf
[r9-ospf-1]a 3
[r9-ospf-1-area-0.0.0.3]authentication-mode md5 1 cipher 123456
1

area4配置

[r9]int g0/0/1---ip配置
[r9-GigabitEthernet0/0/1]ip add 172.16.129.1 29
[r9]int lo0
[r9-LoopBack0]ip add 172.16.130.1 24
[r10]int g0/0/0
[r10-GigabitEthernet0/0/0]ip add 172.16.129.2 29
[r10]int lo0
[r10-LoopBack0]ip add 172.16.131.1 24

[r9]ospf 2 router-id 9.9.9.9---ospf宣告
[r9-ospf-2]area 4
[r9-ospf-2-area-0.0.0.4]network 172.16.128.0 0.0.3.255
[r10]ospf 1 router-id 10.10.10.10
[r10-ospf-1]area 4
[r10-ospf-1-area-0.0.0.4]network 172.16.0.0 0.0.255.255

[r9]ospf 2---增加区域认证
[r9-ospf-2]a 4
[r9-ospf-2-area-0.0.0.4]authentication-mode md5 1 cipher 123456
[r10]ospf
[r10-ospf-1]a 4
[r10-ospf-1-area-0.0.0.4]authentication-mode md5 1 cipher 123456

全网可达

 

 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

E.W.S.A.P.

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值