标签:注意 address routes color ber 环境 ISE 必须 传递
R3 R4 不跑bgp ,业务流量路径。
RR 用来传递bgp路由,不跑真正的业务。
分析: R4 从RR1 RR2 分别收到两条bgp路由
根据选路原则:
第一条相同,都是0
第二条不符合,都是本地始发
第三条lp ,都是100
第四条,AS序列都一样
第五条,起源都一样 ,都是R3发布的必须一样
第六条,med 都是0
第7条,都是igp邻居发的
第8条, bgp下一条为3.3.3.3 ,igp去往同一个地址必须一样(都是从互联链路到达R3)
第9条, 簇列表长度一样: 一个是1.1.1.1 ,一个是2.2.2.2
第10条,非rr环境比较邻居RID. RR环境比较Originator_ID ,一样都是10.0.13.3 (注意是接口地址 不是RID)
第11条, 邻居ip地址小的优
[r4-LoopBack0]disp bgp rou
BGP Local router ID is 10.0.14.4
Status codes: * - valid, > - best, d - damped,
h - history, i - internal, s - suppressed, S - Stale
Origin : i - IGP, e - EGP, ? - incomplete
Total Number of Routes: 2
Network NextHop MED LocPrf PrefVal Path/Ogn
*>i 10.0.0.1/32 3.3.3.3 0 100 0 i
* i 3.3.3.3 0 100 0 i
[r4-LoopBack0]
[r4-LoopBack0]
[r4-LoopBack0]disp bgp rou 10.0.0.1
BGP local router ID : 10.0.14.4
Local AS number : 10
Paths: 2 available, 1 best, 1 select
BGP routing table entry information of 10.0.0.1/32:
From: 1.1.1.1 (1.1.1.1)
Route Duration: 00h00m05s
Relay IP Nexthop: 10.0.34.3
Relay IP Out-Interface: GigabitEthernet0/0/2
Original nexthop: 3.3.3.3
Qos information : 0x0
AS-path Nil, origin igp, MED 0, localpref 100, pref-val 0, valid, internal, best, select, active, pre 255, IGP cost 1
Originator: 10.0.13.3
Cluster list: 1.1.1.1
Not advertised to any peer yet
BGP routing table entry information of 10.0.0.1/32:
From: 2.2.2.2 (2.2.2.2)
Route Duration: 00h00m22s
Relay IP Nexthop: 10.0.34.3
Relay IP Out-Interface: GigabitEthernet0/0/2
Original nexthop: 3.3.3.3
Qos information : 0x0
AS-path Nil, origin igp, MED 0, localpref 100, pref-val 0, valid, internal, pre 255, IGP cost 1, not preferred for peer address
Originator: 10.0.13.3
Cluster list: 2.2.2.2
Not advertised to any peer yet
标签:注意 address routes color ber 环境 ISE 必须 传递
原文地址:https://www.cnblogs.com/abel2020/p/14402469.html