Next Previous Contents

19. 动态路由 - OSPF 和 BGP (Dynamic routing - OSPF and BGP)

一旦贵网路成长到很大的时候﹐或是您要将贵网路当成 'internet' 来玩﹐您就需要一些工具来动态的路由数据。各站点之间通常都会透过多条线路相互连接起来﹐且有日益增加的趋势。

我们的 Internet 一般都采用 OSPF 和 BGP4 (rfc1771) 为标准。Linux 对两者均能支持﹐是用 gatedzebra 来做到的。

目前来说﹐这已经超出本文件的范畴了﹐我们只想告诉您去哪里做功课而已﹕

Overview:

Cisco Systems Designing large-scale IP internetworks

For OSPF:

Moy, John T. "OSPF. The anatomy of an Internet routing protocol" Addison Wesley. Reading, MA. 1998.

Halabi 也写过一个非常棒的关于 OSPF 路由设计的指南﹐ 不过似乎已被 Cisco 网站拿掉了。

For BGP:

Halabi, Bassam "Internet routing architectures" Cisco Press (New Riders Publishing). Indianapolis, IN. 1997.

also

Cisco Systems

Using the Border Gateway Protocol for interdomain routing

虽然范例都是 Cisco 特定的﹐不过大都跟 Zebra 的设定语言很相像 :-)


Next Previous Contents