参考資料・時間
資料:
CCIE Enterprise Infrastructure Foundation lab
BGP lab 3
勉強時間:
約4時間
学習内容
知らなかったこと/忘れてたこと
・BGPではデフォルトルートのみでしか到達できないルートに対してピアを作成しない。
・Route-Reflector-Clientで反射したルートはneighbor [IP]
nexthop-selfでは変更不能。
変更はrout-mapでset ip nexthop [next-hop]を設定し、neighbor [IP] route-map outで変更。
route-map R2 permit 10
set ip next-hop 12.1.1.1
router bgp 100
neighbor 12.1.1.2 remote-as 100
neighbor 12.1.1.2 route-reflector-client
neighbor 12.1.1.2 route-map R2 out
ルートリフレクタクライアントとルートリフレクタ非クライアントの動作
クライアント から受信したルート -> クライアント・非クライアントに配布
非クライアント から受信したルート -> クライアントに配布
非クライアントから受信したルートは非クライアントへは配布されない!
Cluster-idとORIGINATORについては以下を確認
https://milestone-of-se.nesuke.com/nw-advanced/bgp/route-reflector-client-and-cluster-id/