Chap 9 - Advanced OSPF Flashcards
What is an Area Border Router (ABR)
- It has interfaces in area 0 and another area.
- ABRs take routes from one area and advertise them into another area
- Every ABR needs to participate in Area 0.
When advertising an area ID what format does OSPF use?
Dotted decimal format (Looks like an IP address)
What are routes to subnets in the same area?
Intra-Area Routes
What are routes to subnets in a different area?
Inter-Area Routes
How are Intra-Area routes displayed in a routing table?
O
How are Inter-Area routes displayed in a routing table?
O IA
What are routes called that are a different OSPF domain or routes learned from a different routing protocol?
External Routes
What are the 6 LSA types called?
- Type 1 - Router LSA
- Type 2 - Network LSA
- Type 3 - Summary LSA
- Type 4 - ASBR Summary LSA
- Type 5 - AS External LSA
- Type 7 - NSSA External LSA
Which LSA types are used for building the SPF Tree for Inter and Intra-area routes?
Types 1, 2, and 3
When does a router send out a new LSA?
When the last LSA was sent 30 minutes ago.
When does a router purge an LSA?
When its age exceeds 60 minutes.
What is a Type 1 LSA?
- Router LSA
- Sent by every router
- Not advertised outside its area
- exists for every interface and attached network
Why is the underlying topology of an area invisible to other areas?
Because Type 1 Router LSAs are not advertised outside its area.
What is a Type 2 LSA?
- Network LSA
- Sent by the DR
- Represents a multi-access network
- Identifies all routers attached to the network segment
- Not forwarded outside the area
If a DR hasn’t been elected yet on a multi-access network will there be a Type 2 LSA present?
No
What is a pseudo-node?
Represents the DR on a mult-access network.
What is a Type 3 LSA?
- Summary LSA
- Sent by ABR to Area 0
- Represents networks from other areas
When does an ABR create a Type 3 LSA?
- When it receives Type 1 LSAs from Non-Backbone Area to send to Backbone Area
- When it receives a Type 1 LSA from the Backbone Area to send to Non-Backbone Area
- When it receives a Type 3 LSA from Area 0 it creates a new Type 3 LSA to send to the Non-Backbone area
What does an ABR use a received Type 2 LSA for?
It uses the Type 2 LSA to obtain the network mask of the multi-access network.
What does an ABR do when it receives a Type 3 LSA from the backbone area?
- Creates a New Type 3 LSA for the Non-Backbone Area
- Lists itself as the Sender
- Adds the additional Cost metric
What Metric is advertised by an ABR when it creates a Type 3 LSA from a Type 1 LSA?
It advertises the Total Path Metric to reach the originating router.
What Metric is advertised by an ABR when it creates a Type 3 LSA from a Type 3 LSA?
It advertises the Total Path Metric to reach the Advertising ABR plus the metric contained in the original Type 3 LSA.
What does a Type 3 LSA contain?
- Link-state ID (IP address of interface advertising the subnet)
- subnet mask
- IP address of Advertising ABR
- Metric for the network prefix
If an ABR is aware of multiple paths to a network how many Type 3 LSAs are created?
Only 1 Type 3 LSA per prefix using the best metric out of all the paths.