28
OSPF
This chapter describes the OSPF (Open Shortest Path First) routing protocol and shows you how to configure OSPF.
28.1 OSPF Overview
OSPF (Open Shortest Path First) is a
OSPF offers some advantages over traditional
Table 83 OSPF vs. RIP
| OSPF | RIP |
Network Size | Large | Small (with up to 15 routers) |
|
|
|
Metrics | Bandwidth, hop count, throughput, round | Hop count |
| trip time and reliability. |
|
|
|
|
Convergence | Fast | Slow |
|
|
|
28.1.1 OSPF Autonomous Systems and Areas
An OSPF autonomous system can be divided into logical areas. Each area represents a group of adjacent networks. All areas are connected to a backbone (also known as area 0). The backbone is the transit area to route packets between two areas. A stub area, at the edge of an AS, is not a transit area since there is only one connection to the stub area.
The following table describes the four classes of OSPF routers.
Table 84 OSPF: Router Types
TYPE | DESCRIPTION |
Internal Router (IR) | An Internal or |
|
|
Area Border Router | An Area Border Router connects two or more areas. |
(ABR) |
|
|
|
Backbone Router (BR) | A backbone router has an interface to the backbone. |
|
|
AS Boundary Router | An AS boundary router exchanges routing information with routers in |
| other ASes. |
|
|
| 229 |
|
|