OSPF
From ImageStream Router Documentation
(Difference between revisions)
RichardJune (Talk | contribs)
(New page: __NOTOC__ ==Overview== :Open Shortest Path First, or OSPF, dynamically controls routing within a network. Border Gateway Protocol, or BGP, dynamically controls routing traffic between net...)
Newer edit →
(New page: __NOTOC__ ==Overview== :Open Shortest Path First, or OSPF, dynamically controls routing within a network. Border Gateway Protocol, or BGP, dynamically controls routing traffic between net...)
Newer edit →
Revision as of 16:00, 1 December 2008
Overview
- Open Shortest Path First, or OSPF, dynamically controls routing within a network.
Border Gateway Protocol, or BGP, dynamically controls routing traffic between networks, or Autonomous Systems. Routers setup BGP peering sessions with each other and share information about what networks connect to them directly, as well as what routes they learn from other peers. This means that if two BGP peers lose their session, the network knows this and can send traffic on an alternate path to its destination. Much of the internet uses BGP to ensure traffic flows quickly and efficiently to its destination rather than relying on human intervention to manage routes.
Tools
Examples
- Example 1:Basic LAN configuration - Simplest practical use of OSPF.
Documentation and Futher reading
- There quite a bit of documentation on Quagga/Zebra available.
- /Troubleshooting - Tips to help track down common problems
- /FAQ - ImageStream OSPF FAQ
- /Glossary - Glossary of OSPF Terms
- http://www.quagga.net/docs.php - Official Quagga documentation
- http://forum.imagestream.com/phpbb/viewforum.php?f=2&sid=c0da447b7d71186e0d75066f31197948 - ImageStream Dynamic Routing Support Forum