gotit 发表于 2020-11-21 17:52:06

相同的路由从不通的路由器redistribute到ospf会怎样

比如下面这个拓扑172.16.12.0/24分别从IOU1和IOU2 redistribute到ospf结果会怎么样呢?
IOU1配置:
interface Ethernet0/0
ip address 172.16.12.1 255.255.255.0
!
interface Ethernet0/1
ip address 172.16.13.1 255.255.255.0
!
router ospf 1
router-id 1.1.1.1
redistribute connected subnets
network 172.16.13.0 0.0.0.255 area 0
!


IOU2配置:
interface Ethernet0/0
ip address 172.16.12.2 255.255.255.0
!
interface Ethernet0/1
ip address 172.16.23.2 255.255.255.0
!
router ospf 1
router-id 2.2.2.2
redistribute connected subnets
network 172.16.23.0 0.0.0.255 area 0
!


IOU3配置:
interface Ethernet0/0
ip address 172.16.23.3 255.255.255.0
!
interface Ethernet0/1
ip address 172.16.13.3 255.255.255.0
!
router ospf 1
router-id 3.3.3.3
network 0.0.0.0 255.255.255.255 area 0
!



18690690117 发表于 2020-11-21 18:10:05

谢谢分享

gotit 发表于 2020-11-21 18:39:06

弄明白了,这贴作废,抱歉

zou8412 发表于 2020-12-25 10:43:14

负载均衡呗
页: [1]
查看完整版本: 相同的路由从不通的路由器redistribute到ospf会怎样