Labs · · 5 min read

Lab ipc-05 - OSPF Multi-Area (ABR + Type 3 LSAs)

Lab ipc-05 - OSPF Multi-Area (ABR + Type 3 LSAs) - PingLabz Labs article title card

Multi-area OSPF divides a network into smaller logical zones connected through Area 0 (the backbone). Each non-backbone area connects to Area 0 through an Area Border Router (ABR), which maintains the LSA databases for both areas and summarizes routes between them. This lab uses the PingLabz OSPF Reference Lab - R1, R2, R3 in Area 0; R4 in Area 30 across a P2P link to R2 (the ABR).

What you will learn

  • The role of Area 0 (the backbone) and why every area must touch it
  • What an Area Border Router (ABR) is and how to identify one
  • Inter-area routes - the O IA route code
  • Summary LSAs (Type 3) - how the ABR advertises routes between areas
  • External routes (Type 5) - how an ASBR redistributes static into OSPF

What this lab does NOT cover

  • Stub areas, totally stubby areas, and NSSAs
  • Manual route summarization at the ABR
  • OSPF authentication - covered in ipc-08

Topology

Download the OSPF Reference Lab .yaml

The PingLabz OSPF Reference Lab - 4 iol-xe routers across Area 0 (broadcast LAN) and Area 30 (P2P). R1 is ASBR, R2 is ABR + DR, R3 is BDR, R4 is internal Area 30.

Download OSPF Reference Lab

Read next

Terminal card showing a repeating CDP native VLAN mismatch log naming Ethernet0/0 native VLAN 1 against SW2 Ethernet0/0 native VLAN 99
VLANs ·

Native VLAN Mismatch: Read the CDP Log, Fix the Trunk

%CDP-4-NATIVE_VLAN_MISMATCH hands you both interfaces and both native VLANs in one line. The real damage is underneath it: untagged frames get re-homed at the trunk boundary and two VLANs quietly become one. Captured live on IOS XE 17.18.2 in CML.