• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.

Announcement

Collapse
No announcement yet.

Forward Address in OSPF

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Forward Address in OSPF


    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.

Working...
X