5. 术语和概念 (Terminology and Concepts)
我们使用术语 "route reflection" 来描述 BGP speaker 向另一个 IBGP peer 通告通过 IBGP 学到的 route 的操作. 这样的 BGP speaker 称为 "route reflector" (RR), 这样的 route 称为 reflected route.
RR 的 internal peers 分为两组:
- Client peers
- Non-Client peers
RR 在这些组之间反射 routes, 并且可以在 client peers 之间反射 routes. RR 及其 client peers 组成一个 cluster. Non-Client peers 必须 full meshed, 但 Client peers 不必 full meshed. Figure 3 使用上述术语展示了一个简单示例, 概述基本 RR components.
/ - - - - - - - - - - - - - -
| Cluster |
+-------+ +-------+
| | | | | |
| RTR-A | | RTR-B |
| |Client | |Client | |
+-------+ +-------+
| \ / |
IBGP \ / IBGP
| \ / |
+-------+
| | | |
| RTR-C |
| | RR | |
+-------+
| / \ |
- - - - - /- - -\- - - - - - /
IBGP / \ IBGP
+-------+ +-------+
| RTR-D | IBGP | RTR-E |
| Non- |---------| Non- |
|Client | |Client |
+-------+ +-------+
Figure 3: RR Components