科技行者

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

知识库

知识库 安全导航

至顶网网络频道multiple ospf area实验

multiple ospf area实验

  • 扫一扫
    分享文章到微信

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

multiple ospf area实验

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

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

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

我照着他的配置去配,但是最后发现D不能到达A,当我在Routerc上的router ospf 24中加入这句:redistribute rip subnet后,D 就可以到达A 了,我看了一下前后的d的路由表是一样的,请问为什么呢?RouterA

interface Ethernet0

ip address 10.1.1.1 255.255.255.0

interface Ethernet1

ip address 10.1.2.1 255.255.255.0

router ospf 24

network 10.0.0.0 0.255.255.255 area 0

RouterB

interface Ethernet0

ip address 10.1.2.2 255.255.255.0

interface Ethernet1

ip address 1.1.1.1 255.255.255.0

router ospf 24

network 10.0.0.0 0.255.255.255 area 0

network 1.0.0.0 0.255.255.255 area 1

area 0 range 10.0.0.0 255.255.0.0

area 1 nssa

RouterC

interface Ethernet0

ip address 1.1.1.2 255.255.255.0

  !

  interface Ethernet1

  ip address 172.16.1.1 255.255.255.0

  !

  router ospf 24

  redistribute rip

  network 1.0.0.0 0.255.255.255 area 1

  default-metric 128

  area 1 nssa

  !

  router rip

  redistribute ospf 24

  network 172.16.0.0

  default-metric 3

  

  RouterD

  interface Ethernet0

  ip address 172.16.1.2 255.255.255.0

  !

  interface Ethernet1

  ip address 172.16.2.1 255.255.255.0

  !

  router rip

  network 172.16.0.0

  

  

  RouterD的路由表:

  Gateway of last resort is not set

  

  172.16.0.0/24 is subnetted, 2 subnets

  C 172.16.1.0 is directly connected, Ethernet0

  C 172.16.2.0 is directly connected, Loopback1

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

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

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