Examine a Type 3 Summary LSA
Action
To examine a Type 3 summary LSA, enter the following CLI operational mode command:
user@host>show ospf database netsummary extensiveSample Output
user@R2>show ospf database netsummary extensiveOSPF link state database, area 0.0.0.0Type ID Adv Rtr Seq Age Opt Cksum LenSummary *10.0.0.110.0.0.20x80000043529 0x2 0xfd05 28mask 255.255.255.255TOS 0x0,metric 1Gen timer 00:34:13Aging timer 00:51:10Installed 00:08:49 ago, expires in 00:51:11, sent 00:08:47 agoOurs,[...Output truncated...)OSPF link state database, area 0.0.0.1[...Output truncated...]Summary *10.0.0.510.0.0.20x800000472198 0x0 0xf506 28mask 255.255.255.255TOS 0x0,metric 2Gen timer 00:07:19Aging timer 00:23:22Installed 00:36:38 ago, expires in 00:23:22, sent 00:36:36 agoOurs,What It Means
The sample output shows that
R2is an ABR because it contains two databases: one for the backbone area0.0.0.0and one for area0.0.0.1. Within the backbone area, the summary LSA*10.0.0.1is generated fromR2as indicated by the asterisk (*) next to the link-state ID field, andoursin the last line of the LSA. The cost to transmit data out of the interface is 1, as indicated by themetricfield.Within area
0.0.0.1, the summary LSA*10.0.0.5is generated byR2and has a metric of 2, which is the cost toR5fromR2.Before calculating the SPF algorithm, the local router (R2) must add an additional metric of 1 to the existing metric of 1. The additional metric of 1 must be added because there is another router betweenR2andR5(R4).Each time the LSA is updated, the sequence (
seq) field increments, indicating that the router has the most recent version of the LSA. Values range from0x80000001to0x7FFFFFFF. If the sequence field is not incrementing, there may be problems with the connection.