Section 2 OSPF Flashcards
(25 cards)
What does ‘2-WAY/DROTHER’ indicate in OSPF routers?
Routers have seen each other’s Hello packets, but neither is the DR/BDR.
What are the default OSPF Hello and Dead timers?
10 seconds for Hello and 40 seconds for Dead.
How can OSPF timers be decreased for faster convergence?
Reduce Hello/Dead timers to faster values, e.g., 1/3 seconds.
Why authenticate OSPF?
To prevent unauthorized updates.
What are the two types of OSPF authentication?
- Simple authentication (passwords)
- MD5 authentication (more secure)
What are the different types of LSA in Multi-Area OSPF?
- Type 1: Router LSAs
- Type 2: Network LSAs
- Type 3: Summary LSAs
- Type 4: ASBR Summary LSAs
- Type 5: External LSAs
- Type 7: NSSA External LSAs
What connects all other areas in OSPF’s two-layer hierarchy?
Backbone Area (Area 0).
What are the benefits of hierarchical routing?
- Scalability
- Faster convergence
- Reduced routing table size
- Better LSA control
What is BGP’s primary role?
To exchange routing info between autonomous systems (ASes).
What is the main difference between BGP and IGPs?
- BGP: Inter-domain, path vector, scalable, slower convergence.
- IGPs: Intra-domain, faster, less scalable.
What distinguishes iBGP from eBGP?
- iBGP: Within same AS; requires full mesh or route reflectors.
- eBGP: Between ASes; used for Internet routing.
What is the function of the AS-path in BGP?
To prevent loops and make policy-based decisions.
What are the characteristics of IGPs and EGPs?
- IGPs: OSPF, EIGRP – used within an AS.
- EGPs: BGP – used between ASes.
What are the types of OSPF routers?
- Internal: All interfaces in same area.
- Backbone: At least one interface in Area 0.
- Area Border Router (ABR): Connects multiple areas.
- Autonomous System Boundary Router (ASBR): Connects to other ASes.
What could R3 and R6 be classified as in a router diagram?
Area Border Routers (ABRs) if linked to Area 0 and another area.
What multicast addresses does OSPF use?
224.0.0.5/6 for Hello and updates.
What are common reasons for OSPF adjacency failure?
- Mismatched OSPF timers
- Wrong area ID or subnet
- Authentication mismatch
- Passive interface configured
- Interface down
What happens to the Router ID after a link failure?
It may be recalculated if tied to an interface IP that went down.
What is an Autonomous System?
A collection of IP networks under a common administration, identified by an ASN.
What does an O*E2 route indicate?
OSPF external Type 2 route; metric is not incremented across OSPF domain.
What questions should you ask your ISP?
- What is the IP address range?
- What is the ASN?
- Is BGP supported?
- What are the SLAs?
- Redundancy/failover options?
- Do they support IPv6?
When should BGP not be used?
- Small networks with single ISP.
- No need for policy-based routing.
- Lack of skilled admins.
- OSPF or static routing is sufficient.
What is BGP multihoming?
Connecting to two or more ISPs for redundancy/load balancing.
What factors are considered in BGP path selection?
- Highest weight (Cisco-specific)
- Highest local preference
- Shortest AS path
- Lowest origin type
- Lowest MED
- eBGP > iBGP
- Oldest route
- Lowest router ID