Ospf L T Ospf A T: SA Ypes and REA Ypes
Ospf L T Ospf A T: SA Ypes and REA Ypes
INITIAL CONFIGURATION
Page 1 of 5
OSPF NORMAL AREA
Configure OSPF on R1, R2 and R3.
Q2: Which type of OSPF routes are advertised in Area 23? Which type of LSA are flooded in Area 23?
A: LSA type 3, type 2 and type 1
Router Link States, network and summary network
Page 2 of 5
R5(config)# router ospf 1
R5(config-router)# network 172.16.15.5 0.0.0.0 area 0
R5(config-router)# network 172.16.56.5 0.0.0.0 area 456
R5(config-router)# network 192.168.5.5 0.0.0.0 area 456
R5(config-router)# area 456 stub
R5(config)# interface lo1
R5(config-if)# ip ospf network point-to-point
Q2: Which type of OSPF routes are advertised in Area 456? Which type of LSA are flooded in Area 456?
A:
Router Router Link States, network and summary network
LSA type 3,2,1
Q3: How many default routes exist into R6s routing table? Why?
A: 2, two interfaces
Page 3 of 5
TOTALLY STUBBY AREA
Suppress sending LSA type 3 (Summary LSA) into area 456
R4(config)# router ospf 1
R4(config-router)# area 456 stub no-summary
Q1: Which type of LSA are still flooded in Area 456 and which type are not flooded anymore?
A:
LSA type 2 and type 1
Router Link States, network
Page 4 of 5
Redistribute static route into OSPF on R9.
R9(config)# router ospf 1
R9(config-router)# redistribute static subnets
Q2: Which router transforms LSA Type 7 to LSA Type 5? Which is the command line used to verify?
A:
Type 7 to LSA type 5 is router R7;
Sh ip route
Please verify the routing table of R1, R2, R3, R7, R4, R5 and R6.
Rx# show ip route
Q2: Which type of LSA is used to advertise network 192.168.10.0/24 on Area 23, Area 456, Area 789 and Area 0? Which
router does not have this network into its routing table? Why?
A:
LSA type 7 on Area 789
LSA type 5 on area 23, 456
NSSA WITH TWO ABRS
Configure OSPF on R8.
Page 5 of 5