bgp反射器..

相关主题
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

路由反射器技术背景
AS 100 100.0.1.1/24 100.0.2.1/24
AS 200
R1
R2
反射
R3 R5
Client
R4
RR
AS 345
• Route Reflector • Client
路由反射规则
• • 如果路由学习自非client IBGP对等体,则反射给所有client 如果路由学习自一client,则反射给所有非client IBGP邻居和除了该client以外
教学方法
复述总结
纠错重做
模仿试做 示范引导
课堂设计
中转AS中的IBGP问题

非BGP router
D
OSPF
EBGP peer IBGP peer
A B E
EBGP peer
F
AS 65101 AS 65102
AS 65103
C
非BGP router
中转AS中的IBGP问题
• 中转AS中的IBGP问题 – AS内要求IBGP全互联(IBGP水平分割)
R2>enable R2#conf t R2(config)#interface f0/0 R2(config-if)#ip add 1.1.1.2 255.255.255.0 R2(config-if)#no shutdown R2(config-if)#exit R2(config)#interface f1/0 R2(config-if)#ip add 2.2.2.1 255.255.255.0 R2(config-if)#no shutdown R2(config-if)#exit R2(config)# R2(config)#router ospf 1 R2(config-router)#network 1.1.1.0 0.0.0.255 area 0 R2(config-router)# R2(config-router)#exit R2(config)#router bgp 6500 R2(config-router)#neighbor 1.1.1.1 remote 6500 R2(config-router)#neighbor 2.2.2.2 remote 6600 R2(config-router)#network 1.1.1.0 mask 255.255.255.0 R2(config-router)#network 2.2.2.0 mask 255.255.255.0 R2(config-router)#no synchronization
RR AS100
R5
client以外的所有client
AS2345
R3
Client
R1 R2 R4

如果路由学习自非client IBGP对等体,
则反射给所有client
RR
AS100
R5
AS2345
路由反射器 规则示例2
R3
AS300 •
R4
如果路由学习自己EBGP邻居,则发 送给所有client和非client IBGP邻居
大规模网络路由选择策略
BGP路由反射器
教学目标
来自百度文库
理解路由反射器的作用 深入理解路由同步概念 掌握BGP反射器的配置方法
教学重点与难点
重点:
BGP同步概念 BGP反射器
难点:
BGP反射器的配置
教学方法
教学方式:多媒体教学 教学方法:项目驱动教学法
• 在网络专业实训室进行教学,使用企业网络 实例,通过教师扮演客户,学生扮演网络工 程人员的形式.
的所有client •
如果路由学习自EBGP邻居,则发送给所有client和非client IBGP邻居
反射
R3 R5
Client
反射簇
R4
RR
AS 345
路由反射器 规则示例1
Client
R3
Client
R1 R2 R4

如果路由学习自一client,则反射给
所 有 非 client IBGP 邻 居 和 除 了 该
– BGP Routers • 需维护大量的TCP及BGP连接
• 网络中充斥着BGP路由信息 – 解决方案 • 路由反射器 • BGP联邦
路由反射器技术背景
AS 100 100.0.1.1/24 100.0.2.1/24
AS 200
R1
R2
R3
R5
R4 AS 345

因为IBGP水平分割原则,导致AS内部需要维护大量的BGP连接(要求IBGP全互 联),从而影响网络性能,路由反射器可以“放宽”水平分割原则,缓解该问题。

Client并不知道自己属于反射簇,只有RR知道
路由反射器的配置实训
R1>enable R1#conf t R1(config)#interface f1/0 R1(config-if)#ip add 3.3.3.1 255.255.255.0 R1(config-if)#no shutdown R1(config-if)#exit R1(config)#interface f0/0 R1(config-if)#ip add 1.1.1.1 255.255.255.0 R1(config-if)#no shutdown R1(config-if)#exit R1(config)# R1(config)#router ospf 1 R1(config-router)#network 1.1.1.0 0.0.0.255 area 0 R1(config-router)#network 3.3.3.0 0.0.0.255 area 0 R1(config-router)# R1(config-router)#exit R1(config)#router bgp 6500 R1(config-router)#neighbor 1.1.1.2 remote-as 6500 R1(config-router)#neighbor 3.3.3.2 remote-as 6500 R1(config-router)#network 1.1.1.0 mask 255.255.255.0 R1(config-router)#network 3.3.3.0 mask 255.255.255.0 R1(config-router)#end R1#
R1
R2
RR AS100
R5
Client AS245
路由反射器的配置
10.10.10.0/24 R1
反射
R3
Client
反射簇
R2
RR R2的BGP配置如下: router bgp 123 neighbor 1.1.1.1 remote-as 123
AS 123
neighbor 1.1.1.1 route-reflector-client
相关文档
最新文档