不同进程OSPF路由相互通信

 

 AR3配置

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

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

AR2配置

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

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

AR1配置

interface GigabitEthernet0/0/0
 ip address 13.1.1.1 255.255.255.0 
#
interface GigabitEthernet0/0/1
 ip address 12.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
import-route ospf 2
area 0.0.0.0
network 13.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 12.1.1.0 0.0.0.255

测试

不同进程OSPF路由相互通信

 

相关文章:

  • 2021-05-12
  • 2021-11-06
  • 2021-08-05
  • 2022-12-23
  • 2021-12-23
  • 2022-01-08
  • 2022-12-23
  • 2021-07-24
猜你喜欢
  • 2021-09-18
  • 2021-08-10
  • 2022-12-23
  • 2021-09-29
  • 2021-09-11
  • 2021-08-18
  • 2021-12-12
相关资源
相似解决方案