Section 1.6 - OSPF Special Area Types Flashcards
What are the characteristics of a stubby area in OSPF?
- does not accept information about routes that are external to the AS
- uses a default route to reach networks outside of the AS (ABR announces a type 3 LSA containing the default route
- cannot contain ASBRs (except that ABRs may also be ASBRs)
What are the characteristics of a totally stubby area in OSPF?
- does not accept external AS routes
- does not accept summary routes from other areas that are internal to the AS
- uses a default route to reach any networks that are external to the area or AS (ABR announces one Type 3 LSA containing the default route, but no other Type 3 LSAs)
- cannot contain ASBRs (except that ABRs may also be ASBRs)
- Cisco proprietary
What are the characteristics of an NSSA area in OSPF?
- an addendum to the OSPF RFC
- defines a special type 7 LSA
- similar to a stub area, but allows ASBRs (they inject type 7 external routes into the area)
What are the characteristics of a totally NSSA area in OSPF?
- does not accept external AS routes
- does not accept summary routes from other areas that are internal to the AS
- uses a default route to reach any networks that are external to the area or AS
- can contain an ASBR (they inject type 7 external routes into the area)
- Cisco proprietary
How to configure a stubby area in IOS-XR?
conf t
router ospf 1
area 2
stub
How to configure a stubby area in IOS/IOS-XE?
conf t
router ospf 1
area 2 stub
How to configure a totally stubby area in IOS-XR?
conf t
router ospf 1
area 2
stub no-summary
How to configure a totally stubby area in IOS/IOS-XE?
conf t
router ospf 1
area 2 stub no-summary
How to configure a NSSA in IOS-XR?
conf t
router ospf 1
area 2
nssa
How to configure a NSSA in IOS/IOS-XE?
conf t
router ospf 1
area 2 nssa
How to configure a totally NSSA in IOS-XR?
conf t
router ospf 1
area 2
nssa no-summary
How to configure a totally NSSA in IOS/IOS-XE?
conf t
router ospf 1
area 2 nssa no-summary
Which of the LSAs is forwarded into a stub area by an ABR?
A) LSA type 1
B) LSA type 2
C) LSA type 3
D) LSA type 4
E) LSA type 5
C