5. Terminology and Concepts (用語と概念)
We use the term "route reflection" to describe the operation of a BGP speaker advertising an IBGP learned route to another IBGP peer. Such a BGP speaker is said to be a "route reflector" (RR), and such a route is said to be a reflected route.
「ルートリフレクション」という用語は、BGPスピーカーがIBGPで学習したルートを別のIBGPピアにアドバタイズする動作を説明するために使用します。このようなBGPスピーカーは「ルートリフレクタ」(RR)と呼ばれ、このようなルートはリフレクトされたルートと呼ばれます。
The internal peers of an RR are divided into two groups:
RRの内部ピアは、次の2つのグループに分けられます。
- Client peers (クライアントピア)
- Non-Client peers (非クライアントピア)
An RR reflects routes between these groups, and may reflect routes among client peers. An RR along with its client peers form a cluster. The Non-Client peer must be fully meshed but the Client peers need not be fully meshed. Figure 3 depicts a simple example outlining the basic RR components using the terminology noted above.
RRはこれらのグループ間でルートをリフレクトし、クライアントピア間でルートをリフレクトすることもあります。RRとそのクライアントピアはクラスタを形成します。非クライアントピアはフルメッシュである必要がありますが、クライアントピアはフルメッシュである必要はありません。図3は、上記の用語を使用した基本的なRRコンポーネントの概要を示す簡単な例を描いています。
/ - - - - - - - - - - - - - -
| 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