科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网网络频道验证OSPF对外部路由的选路规则

验证OSPF对外部路由的选路规则

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

ip address 1.1.1.1 255.255.255.0 (因为RIP的AD大于OSPF 所以重发布到OSPF中,会发生路由抖动,故将其改详解看等级三实验手册1.3)router ripversion 2network 35.0.0.0distance 109no auto-summary!

作者:中国IT实验室 2007年9月7日

关键字: OSPF MPLS 路由协议 路由器设置 CISCO

  • 评论
  • 分享微博
  • 分享邮件

[1]O E1优于O E2

[2]在同样的情况下,Cost越小越优先

[3]在cost相同的情况下,选择到达ASBR最优的路径

下面来通过实验来验证该规则:

[案例1]当外部路由都是O E1的情况

基本配置:(注意ASBR的配置)

R1:

interface Loopback0

ip address 1.1.1.1 255.255.255.0

ip ospf network point-to-point

!

interface Serial1/0

ip address 12.1.1.1 255.255.255.0

!

interface Serial2/0

ip address 13.1.1.1 255.255.255.0

!

router ospf 1

redistribute rip subnets metric-type 1

network 12.1.1.0 0.0.0.255 area 0

!

router rip

version 2

network 13.0.0.0

distance 109

(因为RIP的AD大于OSPF 所以重发布到OSPF中,

会发生路由抖动,故将其改详解看等级三实验手册1.3)

no auto-summary

!

  R2:

interface Loopback0

ip address 2.2.2.2 255.255.255.0

ip ospf network point-to-point

!

interface Serial1/0

ip address 24.1.1.2 255.255.255.0

!

interface Serial2/0

ip address 12.1.1.2 255.255.255.0

!

router ospf 1

network 12.1.1.0 0.0.0.255 area 0

network 24.1.1.0 0.0.0.255 area 0

!

  R3:

interface Loopback0

ip address 3.3.3.3 255.255.255.0

ip ospf network point-to-point

!

interface Serial1/0

ip address 13.1.1.3 255.255.255.0

!

interface Serial2/0

ip address 35.1.1.3 255.255.255.0

!

router rip

version 2

network 3.0.0.0

network 13.0.0.0

network 35.0.0.0

no auto-summary

!

  R4:

interface Loopback0

ip address 4.4.4.4 255.255.255.0

ip ospf network point-to-point

!

interface Serial1/0

ip address 45.1.1.4 255.255.255.0

!

interface Serial2/0

ip address 24.1.1.4 255.255.255.0

!

router ospf 1

network 24.1.1.0 0.0.0.255 area 0

network 45.1.1.0 0.0.0.255 area 1

!

  R5:

interface Loopback0

ip address 5.5.5.5 255.255.255.0

ip ospf network point-to-point

!

interface Serial1/0

ip address 35.1.1.5 255.255.255.0

!

interface Serial2/0

ip address 45.1.1.5 255.255.255.0

!

router ospf 1

redistribute rip subnets metric-type 1

network 45.1.1.0 0.0.0.255 area 1

!

router rip

version 2

network 35.0.0.0

distance 109

no auto-summary

!

    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章