Differences between version 13 and previous revision of OSPF.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 13 | Last edited on Monday, August 16, 2004 10:56:28 am | by LindsayDruett | Revert |
Older page: | version 12 | Last edited on Monday, August 16, 2004 10:47:46 am | by LindsayDruett | Revert |
@@ -1,9 +1,12 @@
-[Acronym] for
__O__pen __S__hortest __P__aths
__F__irst
+!!!
__O__pen __S__hortest __P__ath
__F__irst
-An Interior Link State Routing [
Protocol]
.
+Open Shortest Path First (OSPF) is a routing protocol developed for Internet
Protocol (IP) networks by the interior gateway protocol (IGP) working group of the Internet Engineering Task Force (IETF)
.
+
+[Infromation about OSPF from Cisco Systems|http://www.cisco.com/application/pdf/en/us/guest/tech/tk480/c1550/ccmigration_09186a0080187c6d.pdf]
+----
+!!OSPF Configuration on Zebra
-Witness the adventures of a total newbie screwing a clients network completely!
Ok, to get OSPF going first hack zebra.conf and ospfd.conf
@@ -22,8 +25,12 @@
log /var/log/ospd.log
# end
ONLY advertise networks that this device is responsible for.
+
+
+----
+!!User Comments on Implementing OSPF
[Isomer] says to stick everything in area 0, <shrug> so do it his way ok..
PerryLorier: Yeah, because dealing with area's is a bitch, and if you are just learning, stick everything in area 0, when your network gets large enough that convergance times are starting to become a worry, think about different areas then, but before that time, stick everything in area 0 and you'll save yourself a lot of hassle. Also, remember that Area 0 is "special" to [OSPF], so if you decide to use area 42 or whatever, it __will__ break.