Tag Archives: OSPF
OSPF Process in Packet Tracer
When clearing the OSPF process in Packet Tracer instead of using the command clear ip ospf process, because it is not supported by Packet Tracer, save your config using copy ru sta and then reload, wait for the router to reload and the use sh ip o n.
And be patient because the DR election will take more time in Packet Tracer than in real life.
OSPF Network Types
- Non-Broadcast (NBMA) – RFC Standard
- Point-to-Multipoint – RFC Standard
- Point-to-Point – CISCO Proprietary
- Broadcast – CISCO Proprietary (you don’t have to statically configure the neighbs)
- Point-to-Multipoint, Non-Broadcast – CISCO Proprietary (same as P-M, but you have to statically configure the neighbs)
OSPF in Single Area
A router is a DR until it is rebooted.
Default OSPF net type for
- ethernet interface – broadcast
- serial interface – non broadcast
OSPF in Multi Areas
Internal Router – all interfaces are confined in the same area
ABR – Area Border Router – one interface in Area 0 (backbone) and another one in nonbackbone area
ASBR – Autonomous System Boundary Router – A router that connects to outside world
LSA Types
- Type 1 – O – R link LSA – flooded into an area
- Type 2 – O – net link LSA – flooded to whole area
- Type 3 – O IA – net summary link LSA – generated by ABR – sent between areas
- Type 4 – O IA – AS external ASBR summary link LSA – sent from ABR to ASBR
- Type 5 – [O E1|O E2] – external link LSA – flooded throught the AS by ASBRs
- Type 7 – NSSA external LSA – by ASBR residing in NSSA
How to remember what type is used by ABR or ASBR ?
- ABR – 3 letters => LSA Type 3
- ASBR – 4 letters => LSA Type 4
and the other you know them.
Areas
- Ordinary or Standard Area – this area connects to backbone
- Stub Area
- NO EXT SUMMARY Routes = NO Type 5 LSAs
- use of default route
- used in Hub-and-Spoke design
- Totally Stubby Area (or Total Stub Area)
- NO SUMMARY LSAs and NO EXT SUMMARY Routes = NO 3,4,5
- use of default route (network is 0.0.0.0)
- totally Cisco shop
- NSSA
- used when conn to ISPs or when redi is reqed
- NO 4 or 5 LSA, YES for LSA 7
- @NSSA ABR LSA 7 is translated in LSA 5
- RFC 1587 “The OSPF NSSA Option”
- Backbone Area (Area 0)
- can propagate all LSAs except LSA 7
Limitations
- 50 Rs per area;
- 60 Neighbs per R;
- 3 areas per R;
- a R may NOT be a DR or BDR for more than 1 LAN.
STUB and Totally Stubby Areas limitations
- NO EXT routes are allowed;
- NO virtual links are allowed;
- NO redi is allowed;
- NO ASBR Rs are allowed;
- the area is NOT the backbone area;
- All Rs are configed to be STUB Rs.
Commands
default-information originate //+ use of a default route
area range //only on ABRs
summary-address //only on ASBRs
//ASBR performs route redi
I kinda understood what is all about with ABR or ASBR, LSA Types, NSSA, stub and stuff. But it will take me some OSPF configs to understand how it works.







Cisco Packet Tracer Skills Assessment Environment Check



