1、as-path選路解析
屬性傳播範圍
預設值優先值
方向備註
weight
本路由器
本路由器32768,其他路由器0
大值優先
incisco私有
local preference
as內部
100:邊界路由器,通告給ibgp鄰居,告知如何離開本as
大值優先
outas path
as之間
無短優先
in、out
medas內部
0:通告給ebgp,告知如何進入本as
小優先out
修改med值的方法:
2、實驗拓撲
r1配置
inte***ce loopback0
ip address 1.1.1.1 255.255.255.0
inte***ce serial0/0
ip address 13.1.1.1 255.255.255.0
inte***ce serial0/1
ip address 14.1.1.1 255.255.255.0
router ospf 110
router-id 1.1.1.1
log-adjacency-changes
network 1.1.1.0 0.0.0.255 area 0
network 14.1.1.0 0.0.0.255 area 0
router bgp 4
no synchronization
bgp router-id 1.1.1.1
neighbor 4.4.4.4 remote-as 4
neighbor 4.4.4.4 update-source loopback0
neighbor 4.4.4.4 next-hop-self
neighbor 13.1.1.3 remote-as 3
no auto-summary
r2配置
inte***ce loopback0
ip address 2.2.2.2 255.255.255.0
inte***ce serial0/1
ip address 23.1.1.2 255.255.255.0
inte***ce fastethernet1/0
ip address 24.1.1.2 255.255.255.0
router ospf 110
router-id 2.2.2.2
network 2.2.2.0 0.0.0.255 area 0
network 24.1.1.0 0.0.0.255 area 0
router bgp 4
no synchronization
bgp router-id 2.2.2.2
neighbor 4.4.4.4 remote-as 4
neighbor 4.4.4.4 update-source loopback0
neighbor 4.4.4.4 next-hop-self
neighbor 23.1.1.3 remote-as 3
no auto-summary
r3配置
inte***ce loopback0
ip address 3.3.3.3 255.255.255.0
inte***ce loopback1
ip address 33.33.33.33 255.255.255.0
inte***ce serial0/0
ip address 13.1.1.3 255.255.255.0
inte***ce serial0/1
ip address 23.1.1.3 255.255.255.0router bgp 3
no synchronization
bgp router-id 3.3.3.3
network 3.3.3.0 mask 255.255.255.0
network 33.33.33.0 mask 255.255.255.0
neighbor 13.1.1.1 remote-as 4
neighbor 23.1.1.2 remote-as 4
no auto-summary
r4配置
inte***ce loopback0
ip address 4.4.4.4 255.255.255.0
inte***ce serial0/1
ip address 14.1.1.4 255.255.255.0
inte***ce fastethernet1/0
ip address 24.1.1.4 255.255.255.0
router ospf 110
router-id 4.4.4.4
network 4.4.4.0 0.0.0.255 area 0
network 14.1.1.0 0.0.0.255 area 0
network 24.1.1.0 0.0.0.255 area 0
router bgp 4
no synchronization
bgp router-id 4.4.4.4
network 4.4.4.0 mask 255.255.255.0
neighbor 1.1.1.1 remote-as 4
neighbor 1.1.1.1 update-source loopback0
neighbor 2.2.2.2 remote-as 4
neighbor 2.2.2.2 update-source loopback0
no auto-summary
4、預設選路
5、修改med值讓r3訪問4.4.4.0/24的時候從r2經過
r1配置
BGP選路實驗
配置ip 這裡以r5為例 在as內部實現路由可達 這裡使用的是ospf同樣以r5為例 啟用bgp,並建立ebgp和ibgp鄰居 這裡一樣使用r5為例 檢視bgp路由表 檢視路由表 干涉選路 as1去as2 走r1 r3,通過增大local preference值,預設為100,在r2 r4的入向做 ...
BGP屬性選路實驗
先配置as400內的ospf,然後配置ibgp,用環迴介面建立,並且更新本地源位址,配置各as之間的ebgp,通告r1和r6的環迴位址進入bgp 基礎配置完成之後,因為as200那邊的rid更小,r1和r6的環迴之間來回選路都走as200,需要調整使其走as300 在r5上調整r1環迴bgp路由進入...
BGP路由屬性之MED 實驗分析
multi exit discriminator 多出口鑑別屬性 特點 當兩個as之間存在多條路徑的時候才使用 用來影響ebgp鄰居,告訴自己的ebgp鄰居如何選最優路由。metric傳遞不能傳出as。如果metric修改了,會傳給下乙個as 例 始發路由器可以將metric傳給任何鄰居,可以是ib...