ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

OSPF实验

2021-12-28 23:58:00  阅读:156  来源: 互联网

标签:1.0 area ospf r3 192.168 实验 0.0 OSPF


  • 实验内容
  1. R1-R3为区域0,R3-R4为区域1﹔其甲R3的环回也在区域0。
  2. R1,R2也各有一个环回R1-R3 R3为DR设备,没有BDR
  3. R4环回地址已固定,其他所有网段使用192.168.1.0/24进行合理的分配
  4. R4环回不能宣告,全网可达,保障更新安全,避免环路,减少路由条目

网段划分

192.168.1.0/24 --- 总网段

192.168.1.0/25 --- area0

192.168.1.128/25 --- area1

192.168.1.0/25 --- area0

192.168.1.0/27 --- R2环回地址

192.168.1.32/27 --- R1环回地址

192.168.1.64/27 --- 骨干链路

192.168.1.96/27 --- R3环回地址

1.实验拓扑图

2.划分区域

  Area0

R1:

[r1]ospf 1 router-id 192.168.1.33

Info: The configuration succeeded. You need to restart the OSPF process to valid

ate the new router ID.

[r1-ospf-1]area 0

[r1-ospf-1-area-0.0.0.0]network 192.168.1.0 0.0.0.127

R2:

[r2]ospf 1 router-id 192.168.1.1

[r2-ospf-1]area 0

[r2-ospf-1-area-0.0.0.0]network 192.168.1.0 0.0.0.127

R3:

[r3]ospf 1 router-id 192.168.1.97

[r3-ospf-1]area 0

[r3-ospf-1-area-0.0.0.0]network 192.168.1.0 0.0.0.127

Area1

R3:

[r3-ospf-1-area-0.0.0.0]q

[r3-ospf-1]area 1

[r3-ospf-1-area-0.0.0.1]network 192.168.1.128 0.0.0.127

R4:

[r4]ospf 1 router-id 4.4.4.4

[r4-ospf-1]area 1

[r4-ospf-1-area-0.0.0.1]network 192.168.1.128 0.0.0.127

[r4-ospf-1-area-0.0.0.1]network 4.4.4.4 0.0.0.0

3.DR/BDR选举

[r1-GigabitEthernet0/0/0]ospf dr-priority 0

[r2-GigabitEthernet0/0/0]ospf dr-priority 0

4.手工认证

[r1-GigabitEthernet0/0/0]ospf authentication-mode md5 1 cipher 123456

[r2-GigabitEthernet0/0/0]ospf authentication-mode md5 1 cipher 123456

[r3-GigabitEthernet0/0/0]ospf authentication-mode md5 1 cipher 123456

[r3-GigabitEthernet0/0/1]ospf authentication-mode md5 1 cipher 123456

[r4-GigabitEthernet0/0/0]ospf authentication-mode md5 1 cipher 123456

5.全网可达

[r4-ospf-1]default-route-advertise always

6.减少路由条目并防环

[r3-ospf-1-area-0.0.0.0]abr-summary 192.168.1.0 255.255.255.128

[r3]ip route-static 192.168.1.0 25 null0

7.实验配图

例:

 

 

标签:1.0,area,ospf,r3,192.168,实验,0.0,OSPF
来源: https://blog.csdn.net/qq_64691389/article/details/122160905

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有