Summary creates null0 discard route to prevent loops
Automatic (can disable with not-advertise)
Best Practice
Plan IP addressing for summarization → contiguous address blocks per area
–
OSPF Tuning
Parameter
Default
Tuned
Effect
Hello Interval
10s (broadcast), 30s (NBMA)
1-3s (fast detection)
Faster neighbor down detection (Dead = 4x Hello)
Dead Interval
40s (broadcast)
4-12s
Must match neighbors — shorter = faster convergence
SPF Delay
5s initial, 10s hold
50ms initial, 200ms hold (sub-second)
Faster route recalculation after topology change
LSA Throttle
5s initial, 5s hold
50ms initial, 200ms hold
Faster LSA generation and flooding
Reference Bandwidth
100 Mbps
100 Gbps (100000)
Differentiate 1G/10G/40G/100G links (default treats all > 100M as cost 1)
BFD
Disabled
Enabled (50ms × 3)
Sub-second failure detection (150ms) — much faster than OSPF timers
ทิ้งท้าย: OSPF = Scalable, But Requires Good Design
OSPF Deep Dive LSA Types: Type 1 (router), Type 2 (network/DR), Type 3 (summary/ABR), Type 5 (external/ASBR), Type 7 (NSSA external) Area Types: normal, stub (no external), totally stubby (default only), NSSA (local external ok), totally NSSA Design: 50-200 routers/area, summarize at ABR, stub for branches, NSSA for redistribution Virtual Links: connect disconnected areas to Area 0 — temporary solution, transit must be normal area Summarization: inter-area (ABR range), external (ASBR summary-address) — plan IP for contiguous blocks Tuning: sub-second SPF/LSA (50ms), BFD (150ms detection), reference bandwidth 100G, fast hellos Key: OSPF scales to thousands of routers with proper area design + summarization + tuning