OSPF Complete Implementation(Hardcover)
暫譯: OSPF 完整實作(精裝版)

John T. Moy

買這商品的人也買了...

相關主題

商品描述

 

Description

 

 

Understand OSPF, in-depth and the best way possible: through complete working implementations!

  • Power-packed CD contains exclusive, complete OSPF implementations, written in C++, with ports to Linux and Windows.
  • Discover never-before published optimization techniques, from the creator of OSPF!
  • For everyone interested in the practical aspects of Internet routing -- ideal for Cisco CCIE and other network certification candidates.

OSPF (Open Shortest Path First) is one of the most challenging routing protocols to understand-and one of the most important. In OSPF Complete Implementation, John Moy , OSPF's inventor and primary developer, walks networking professionals through a comprehensive OSPF implementation in C++, step-by-step. A perfect companion to Moy's OSPF: Anatomy of an Internet Routing Protocol (0-201-63472-4), this authoritative guide demonstrates how every part of the standard can be implemented, enabling readers to explore all of the protocol's "nooks and crannies", and to discover never-before-published optimization techniques. The highly valuable CD-ROM is serious software; it contains the complete implementation, as well as ports that can transform Linux or Windows systems into full-fledged OSPF routers. Moy explains OSPF's functional specifications, software architecture, and key building blocks. An ideal resource for everyone interested in practical Internet routing: netadmins, protocol designers, protocol software developers, and others involved in designing, developing, or managing TCP/IP networks using OSPF.

John T. Moy is developer and main inventor of the official OSPF protocol specification.

Back to Top


Appropriate Courses

Networking—Advanced Topics.

Back to Top

 

Table Of Contents

 

List of Tables.
List of Figures.
Preface.
1. Functional Specifications.

 

Feature Set.
Implementation Mechanics.
An OSPF Routing Daemon: OSPFD.
An OSPF Routing Simulator.
Caveats.


2. Installation Instructions.

 

Installation of OSPFD (Linux Only).
Installation of the OSPF Routing Simulator: OSPF_SIM.
Installing the OSPF Sources.


3. Software Architecture.

 

 

Data Flow.
Major Data Structures.
File Organization.


4. Porting Guide.

 

 

Porting Overview.
System Interface.
Application Programming Interface.
Porting Considerations.


5. Building Blocks.
6. The Link-State Database.

 

 

Link-State Database Fundamentals.
Database Operations.
LSA Lists.
Aging LSAs.
DoNotAge LSAs.


7. Originating LSAs.

 

 

Support Routines.
Router-LSAs.
Network-LSAs: SpfIfc::nl_orig().
Receiving Self-Originated LSAs.
Deferred Originations.
Refreshing LSAs.
LS Sequence Number Rollover.
Premature Aging.


8. Neighbor Maintenance.

 

 

Neighbor State Machine.
Neighbor Discovery.
Database Exchange.
Interface State Changes.


9. Flooding.

 

 

Data Structures.
Receiving Link State Updates: SpfNbr::recv_update().
Flooding LSAs: LSA::flood().
Receiving Acknowledgments: SpfNbr::recv_ack().
Retransmitting LSAs: SpfNbr::rxmt_update().
Building Update Packets.


10. OSPF Hierarchy.

 

 

Guidelines for Area Boundaries.
Implementing Area Routing.
Implementing External Routing.


11. Routing Calculations.

 

 

Triggering the Routing Calculation: OSPF::rtsched().
The Intra-AS Routing Calculation: OSPF::full_calculation().
Multipath Calculations.
Preprocessing LSAs.
Routes to ASBRs.
External Routes: INrte::run_external().


12. MOSPF Implementation.

 

 

MOSPF Data Structures.
IGMPv2 Implementation.
Propagating Group Membership: Group-Membership-LSAs.
Routing Calculations.
Cache Maintenance and MOSPF IGMP Interaction.
Interaction with Other Routing Protocols.


13. Configuration and Monitoring.

 

 

Global Parameters.
Interface Parameters.
Cryptographic Authentication Keys.
Area Parameters.
Area Route Aggregation.
Virtual Link Parameters.
Nonbroadcast Neighbors.
Loopback Addresses and Attached Hosts.
External Routes.
Graceful Exit.
Rereading Entire Configuration.
Host Wiretapping.
Monitor Interface.


14. A Routing Daemon for Linux.

 

 

The OSPFD Configuration.
Changing Configuration Syntax.
Dynamic Reconfiguration.
Graceful Shutdown.
Monitoring OSPFD Operation.
Caveats.
Implementation Details.


15. An OSPF Simulator.

 

 

Software Architecture.
The Simulation Controller Process: OSPF_SIM.
A Simulated OSPF Router: The OSPFD_SIM Process.
Monitoring and Debugging.


Appendix A. Manual Pages.
Appendix B. OSPFD Logging Messages.

 

 

Configuration and Management Messages.
Error Messages.
Informational Messages.
Halt Messages.


Appendix C. Projects.
Appendix D. GNU General Public License.
Bibliography.
Index.


Back to Top

 

 

商品描述(中文翻譯)

描述

深入了解 OSPF,最好的方式是透過完整的實作!

- 功能強大的 CD 包含獨家、完整的 OSPF 實作,使用 C++ 編寫,並支援 Linux 和 Windows。
- 探索 OSPF 創建者所提供的前所未有的優化技術!
- 適合所有對網際網路路由的實務面感興趣的人士——特別適合 Cisco CCIE 及其他網路認證考生。

OSPF(開放最短路徑優先)是最具挑戰性的路由協定之一,也是最重要的協定之一。在《OSPF 完整實作》中,OSPF 的發明者及主要開發者 John Moy 逐步引導網路專業人士完成 C++ 的全面 OSPF 實作。這本權威指南是 Moy 的《OSPF:網際網路路由協定的解剖(0-201-63472-4)》的完美伴侶,展示了標準的每個部分如何實作,使讀者能夠探索協定的所有「角落」,並發現前所未有的優化技術。這張極具價值的 CD-ROM 是嚴肅的軟體;它包含完整的實作,以及可以將 Linux 或 Windows 系統轉變為完整 OSPF 路由器的移植版本。Moy 解釋了 OSPF 的功能規範、軟體架構和關鍵組件。這是所有對實務網際網路路由感興趣的人的理想資源:網路管理員、協定設計師、協定軟體開發者,以及其他參與設計、開發或管理使用 OSPF 的 TCP/IP 網路的人士。

John T. Moy 是官方 OSPF 協定規範的開發者和主要發明者。

適合的課程

網路—進階主題。

目錄

- 表格清單。
- 圖形清單。
- 前言。
- 1. 功能規範。

功能集。
實作機制。
OSPF 路由守護進程:OSPD。
OSPF 路由模擬器。
注意事項。

- 2. 安裝說明。

OSPD 的安裝(僅限 Linux)。
OSPF 路由模擬器的安裝:OSPF_SIM。
安裝 OSPF 源碼。

- 3. 軟體架構。

數據流。
主要數據結構。
文件組織。

- 4. 移植指南。

移植概述。
系統介面。
應用程式介面。
移植考量。

- 5. 基本組件。
- 6. 連結狀態資料庫。

連結狀態資料庫基礎。
資料庫操作。
LSA 列表。
LSA 老化。
不老化 LSA。

- 7. 發起 LSA。

支援例程。
路由器 LSA。
網路 LSA:SpfIfc::nl_orig()。
接收自發起的 LSA。
延遲發起。
刷新 LSA。
LS 序列號回滾。
過早老化。

- 8. 鄰居維護。

鄰居狀態機。
鄰居發現。
資料庫交換。
介面狀態變更。

- 9. 洪泛。

數據結構。
接收連結狀態更新:SpfNbr::recv_update()。
洪泛 LSA:LSA::flood()。
接收確認:SpfNbr::recv_ack()。
重新傳送 LSA:SpfNbr::rxmt_update()。
建立更新封包。

- 10. OSPF 階層。

區域邊界指南。
實作區域路由。
實作外部路由。

- 11. 路由計算。

觸發路由計算:OSPF::rtsched()。
內部 AS 路由計算:OSPF::full_calculation()。
多路徑計算。
預處理 LSA。
通往 ASBR 的路由。
外部路由:INrte::run_external()。

- 12. MOSPF 實作。

MOSPF 數據結構。
IGMPv2 實作。
傳播群組成員資格:群組成員資格 LSA。
路由計算。
快取維護和 MOSPF IGMP 互動。
與其他路由協定的互動。

- 13. 配置和監控。

全域參數。
介面參數。
加密認證金鑰。
區域參數。
區域路由聚合。
虛擬鏈路參數。
非廣播鄰居。
回環地址和附加主機。
外部路由。
優雅退出。
重新讀取整個配置。
主機竊聽。
監控介面。

- 14. Linux 的路由守護進程。

OSPD 配置。
更改配置語法。
動態重新配置。
優雅關閉。
監控 OSPD 操作。
注意事項。
實作細節。

- 15. OSPF 模擬器。

軟體架構。
模擬控制器進程:OSPF_SIM。
模擬 OSPF 路由器:OSPD_SIM 進程。
監控和除錯。

附錄 A. 手冊頁。
附錄 B. OSPD 日誌消息。

配置和管理消息。
錯誤消息。
資訊消息。
停止消息。

附錄 C. 專案。
附錄 D. GNU 通用公共授權。
參考文獻。
索引。