• OSPFv3 is the evolution of OSPF designed to support IPv6.
    For the CCNP ENCOR exam, you need to understand how OSPFv3 differs from OSPFv2.

    OSPF exists in two main versions:

    • OSPFv2 → Designed for IPv4

    • OSPFv3 → Designed for IPv6 (and can also carry IPv4)

    OSPFv2 vs OSPFv3 comparison showing subnet-based vs link-based architecture, 32-bit router-id requirement and IPv6 link-local adjacency

    Figure 1 - OSPFv2 vs OSPFv3 fundamentals

    Even though the core logic of OSPF remains the same (SPF algorithm, areas, DR/BDR election, LSAs), OSPFv3 introduces important structural changes.

    OSPFv3 is not backward compatible with OSPFv2, and both versions cannot form adjacency with each other.

    OSPFv3 Packet Transport and Multicast Communication

    OSPFv3 still uses IP protocol 89, but it runs over IPv6 instead of IPv4.
    It uses the IPv6 multicast addresses:

    • FF02::5 (AllSPFRouters)

    • FF02::6 (AllDRouters)

    for neighbor communication.

    Answer the question below

    OSPFv3 was introduced primarily to support which protocol version?