Section 1.5 - OSPFv2 Summarization Flashcards
T/F) Only ABRs can summarize internal routes
True
What type of LSAs can ABRs summarize?
Type 3 LSAs
What type of LSAs can ASBRs summarize?
Type 5 LSAs
What is the cost of a summary route when RFC 1583 (default) is in effect?
The minimum cost value (of any one summarized component route) becomes the cost of the summary route
What is the cost of a summary route when RFC 2328 (non-default) is in effect?
The maximum cost (of any one summarized component route) becomes the cost of the summary route
What is the IOS/IOS-XE command to enable RFC 2328 for determining the cost of OSPF summary routes?
router ospf 1
no compatible rfc1583
T/F) A good rule of thumb is to ensure that network numbers in areas are assigned contiguously.
True.
This ensures that these addresses can be summarized into a minimal number of summary addresses.
What is the IOS-XR command to summarize routes at an area boundary (ABR)?
conf t
router ospf 1
area 1
range 192.168.0.0/16
What is the IOS/IOS-XE command to summarize routes at an area boundary (ABR)?
conf t
router ospf 1
area 1 range 192.168.0.0 255.255.0.0
T/F) Summarization of external routes cannot be done by the ABR in NSSAs.
False.
Summarization of external routes can be done by the ABR in NSSAs as well, where the ABR creates type 5 summary routes from type 7 external routes.
T/F) A summary route to Null0 is created automatically for each summary range.
True.
This helps avoid possible routing loops.
What are the OSPF external route cost types?
E1 - includes the original external cost PLUS total internal cost
E2 - cost at the point of redistribution remains the same throughout the rest of the OSPF domain
What is the IOS-XR command to summarize routes at an ASBR boundary?
conf t
router ospf 1
summary-prefix 10.10.0.0 255.255.0.0
What is the IOS/IOS-XE command to summarize routes at an ASBR boundary?
conf t
router ospf 1
summary-address 10.10.0.0 255.255.0.0 no-advertise
*The no-advertise keyword filters out the prefixes that are within a summary range.
What are some characteristics of inter-area summarization (on ABR)?
- If using areas, you should use summarization if the addressing plan permits it
- Summarizing from areas limits routing table size and prevents unnecessary LSA flooding upon changes in areas
- Summarizing toward areas further reduces the routing table size in all areas
- Summarization breaks MPLS Label Switched Paths (LSPs), which will break MPLS-based services.