缺省静态路由发布进OSPF

Posted liujunjun

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了缺省静态路由发布进OSPF相关的知识,希望对你有一定的参考价值。

技术图片

 

 AR2配置

interface GigabitEthernet0/0/0
 ip address 12.1.1.2 255.255.255.0 
#
interface GigabitEthernet0/0/1
 ip address 192.168.10.254 255.255.255.0 

interface LoopBack0
 ip address 2.2.2.2 255.255.255.255 
#
ospf 1 router-id 2.2.2.2 
 area 0.0.0.0 
  network 2.2.2.2 0.0.0.0 
  network 12.1.1.0 0.0.0.255 
  network 192.168.10.0 0.0.0.255 

AR1配置

interface GigabitEthernet0/0/0
 ip address 12.1.1.1 255.255.255.0 
#
interface GigabitEthernet0/0/1
 ip address 13.1.1.1 255.255.255.0 

interface LoopBack0
 ip address 1.1.1.1 255.255.255.255 
#
ospf 1 router-id 1.1.1.1 
 default-route-advertise
 import-route ospf 2
 area 0.0.0.0 
  network 1.1.1.0 0.0.0.255 
  network 12.1.1.0 0.0.0.255 
#
ospf 2 router-id 1.1.1.1 
 import-route ospf 1
 area 0.0.0.0 
  network 13.1.1.0 0.0.0.255 
#
ip route-static 0.0.0.0 0.0.0.0 13.1.1.3

AR3配置

interface GigabitEthernet0/0/0
 ip address 34.1.1.3 255.255.255.0 
#
interface GigabitEthernet0/0/1
 ip address 13.1.1.3 255.255.255.0 

interface LoopBack0
 ip address 3.3.3.3 255.255.255.255 
#
ospf 2 router-id 3.3.3.3 
 area 0.0.0.0 
  network 13.1.1.0 0.0.0.255 
#
ip route-static 0.0.0.0 0.0.0.0 34.1.1.4

AR4配置

interface GigabitEthernet0/0/0
 ip address 34.1.1.4 255.255.255.0 
#
interface GigabitEthernet0/0/1
 ip address 192.168.20.254 255.255.255.0 

interface LoopBack0
 ip address 4.4.4.4 255.255.255.255 
#
ip route-static 0.0.0.0 0.0.0.0 34.1.1.3

 

以上是关于缺省静态路由发布进OSPF的主要内容,如果未能解决你的问题,请参考以下文章

ospf会把bgp路由转发吗?

常见的OSPF五个疑难问题

IP路由静态路由及距离矢量路由RIP

路由重分布的一些总结

OSPF

直连路由的配置