相同的路由从不通的路由器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
!
谢谢分享 弄明白了,这贴作废,抱歉 负载均衡呗
页:
[1]