OSPF Complete Implementation(Hardcover)

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(Open Shortest Path First)是最具挑戰性的路由協議之一,也是最重要的之一。在《OSPF Complete Implementation》中,OSPF 的發明者和主要開發者 John Moy 逐步引導網絡專業人士進行全面的 C++ OSPF 實現。這是 Moy 的《OSPF: Anatomy of an Internet Routing Protocol (0-201-63472-4)》的完美伴侶,這本權威指南演示了如何實現標準的每個部分,使讀者能夠探索協議的所有“角角落落”,並發現從未發表過的優化技巧。這個非常有價值的 CD-ROM 是一個嚴肅的軟件;它包含完整的實現,以及可以將 Linux 或 Windows 系統轉換為完整的 OSPF 路由器的端口。Moy 解釋了 OSPF 的功能規範、軟件架構和關鍵構建塊。這是一個理想的資源,適合所有對實際互聯網路由感興趣的人:網絡管理員、協議設計師、協議軟件開發人員以及使用 OSPF 設計、開發或管理 TCP/IP 網絡的其他人。

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

適合課程

- 網絡 - 高級主題。

目錄

- 表格列表。
- 圖片列表。
- 前言。
- 1. 功能規範。


- 功能集。
- 實現機制。
- OSPF 路由守護程序:OSPFD。
- OSPF 路由模擬器。
- 注意事項。

- 2. 安裝說明。


- OSPFD 的安裝(僅限 Linux)。
- OSPF 路由模擬器 OSPF_SIM 的安裝。
- 安裝 OSPF 源代碼。