Searching...
Flashcards in this deck (19)
  • What type of protocol is OSPF?

    Link-state IGP, protocol number 89, uses Dijkstra SPF algorithm for shortest path calculation.

    networking ospf
  • What are the five types of OSPFv2 packets?

    1. Hello (Type 1)
    2. Database Description (Type 2)
    3. Link State Request (Type 3)
    4. Link State Update (Type 4)
    5. Link State Acknowledgement (Type 5)
    networking ospf
  • What is the purpose of Hello packets in OSPF?

    Maintain neighbor relationships and facilitate DR/BDR election.

    networking ospf
  • What is an Internal router in OSPF?

    A router with all interfaces in one area.

    networking ospf
  • What is the role of an Area Border Router (ABR)?

    Connects multiple areas, including Area 0.

    networking ospf
  • What is an Autonomous System Boundary Router (ASBR)?

    Redistributes routes into OSPF from other protocols.

    networking ospf
  • What is required for full OSPF functionality?

    Backbone Area 0.

    networking ospf
  • How does hierarchical design benefit OSPF?

    Reduces LSA flooding and improves scalability.

    networking ospf
  • What does DR stand for in OSPF?

    Designated Router.

    networking ospf
  • What does BDR stand for in OSPF?

    Backup Designated Router.

    networking ospf
  • How is the DR/BDR elected?

    Via OSPF Hello packets based on priority; highest wins, tie-breaker is router ID.

    networking ospf
  • What is the Router ID (RID) in OSPF?

    A 32-bit value that uniquely identifies a router.

    networking ospf
  • How is the Router ID (RID) auto-selected?

    Highest loopback IPv4 address or highest active interface if no loopback.

    networking ospf
  • What is the purpose of the Link State Database (LSDB)?

    Contains all LSAs and is identical across all routers in an area.

    networking ospf
  • What does the SPF algorithm do?

    Computes least-cost paths from the router to all destinations.

    networking ospf
  • How do you configure single-area OSPF in Junos?

    Under [edit protocols ospf], define area and attach interfaces.

    networking junos
  • What command is used to set the router ID explicitly in OSPF?

    set routing-options router-id x.x.x.x.

    networking junos
  • What should you specify if there are issues with adjacencies in OSPF?

    Specify interface address instead of name.

    networking ospf
  • What are critical exam concepts for OSPF?

    Know LSA types, metric calculation, DR/BDR election scenarios, LSDB synchronization, and troubleshooting adjacencies.

    exam ospf