OSPF-4 Flashcards
(5 cards)
How do I stop individual interfaces from developing adjacencies in an OSPF network?
To stop routers from becoming OSPF neighbors on a particular interface, issue the passive-interface command at the interface.
Can we have OSPF run over a GRE tunnel?
Yes, we can have OSPF run over a GRE tunnel.
What is the OSPF topological database?
A: It stores all the LSAs received for a specific area.
Explanation: This database is used to calculate the shortest path tree using the SPF algorithm.
What is a Link State Advertisement (LSA) in OSPF?
A: An LSA is a data packet containing routing and link-state information shared among routers.
Explanation: LSAs are used to build the OSPF topological database.
What is an OSPF area?
A: A logical grouping of contiguous routers and networks sharing a common area ID.
Explanation: All routers in an area share the same topology table and limit LSDB scope to improve scalability.