






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
A comprehensive guide to the open shortest path first (ospf) routing protocol, covering key concepts, configurations, and practical applications. It delves into the differences between classful and classless routing, explores the purpose of administrative distance (ad) and route redistribution, and examines the various ospf network types, including stub, totally stubby, and not-so-stubby areas. The document also discusses the role of designated routers (drs), the ospf neighbor states, and the different types of link state advertisements (lsas).
Typology: Study notes
1 / 10
This page cannot be seen from the preview
Don't miss anything!
AD value Purpose The administrative distance ( AD ) is used when a router must choose between routes learned using different routing protocols. Each routing protocol has a default AD value AD values of Protocols Connected interface 0 Static route 1 Enhanced Interior Gateway Routing Protocol (EIGRP) summary route 5 External Border Gateway Protocol (BGP) 20 Internal EIGRP 90 IGRP 100 OSPF 110 Intermediate System-to-Intermediate System (IS-IS) 115 Routing Information Protocol (RIP) 120 Exterior Gateway Protocol (EGP) 140 On Demand Routing (ODR) 160 External EIGRP 170 Internal BGP 200 Unknown* 255
https://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-ospf/9237-9.html
On Ethernet interfaces you will see a 10 second hello interval and a 40 second dead interval
http://www.firewall.cx/networking-topics/routing/ospf-routing-protocol/1142-ospf-adjacency- neighbor-states-forming-process.html
https://ipwithease.com/ospf-external-e1-and-e2-routes/
packets are sent between routers within the same area of origin and do not leave the area
packets are generated by the Designated Router ( DR ) to describe all routers connected to its segment directly. LSA Type 2 packets are flooded between neighbors in the same area of origin and remain within that area.
packets are generated by Area Border Routers ( ABR ) to summarize its directly connected area, and advertise inter-area router information to other areas the ABR is connected to, with the use of a summary prefix
Type7 advertises the External Route in NSSA LSA Types
Router(config-router)# area 10 nssa Summary Standard areas can contain LSAs of type 1, 2, 3, 4, and 5, and may contain an ASBR. The backbone is considered a standard area. Stub areas can contain type 1, 2, and 3 LSAs. A default route is substituted for external routes. Totally stubby areas can only contain type 1 and 2 LSAs, and a single type 3 LSA. The type 3 LSA describes a default route, substituted for all external and inter-area routes. Not-so-stubby areas implement stub or totally stubby functionality yet contain an ASBR. Type 7 LSAs generated by the ASBR are converted to type 5 by ABRs to be flooded to the rest of the OSPF domain.