Theo topology:
- R1, R2, R3: run OSPF area 0 ( tất cả interfaces ). R4, R5 không chạy OSPF
- R2, R3: thêm static route như sau: ip route 172.16.1.0 255.255.255.0 <ip next hop R4,R5>
- R2,R3 redistribute static subnets
- Trên R2 (R3) thực hiện show:
- sh ip ospf data external : --> Forward Address: <ip next hop R4,R5> (non-zero IP-Address )
Tuy nhiên, nếu sửa lại static route trên R2,R3 như sau:
- ip route 172.16.1.0 255.255.255.0 <interface R2,R3>
- sh ip ospf data external --> Forward Address: 0.0.0.0
Có bạn nào giải thích giúp mình vì sao static route ip address thì FA non-zero, còn static route interface thì FA = 0
Theo lý thuyết: FA sẽ non-Zero chỉ khi
- next-hop interface của ASBR (ở đây là R2,R3) run OSPF
- AND next-hop interface của ASBR không chạy point-to-point hay point-to-multipoint
- AND next-hop interface của ASBR không phải là passive OSPF interface.