1. 程式人生 > >45-高級路由:BGP 不同廠商設備都將Metric調為最大值

45-高級路由:BGP 不同廠商設備都將Metric調為最大值

fig network sin 14. net config 命令 show 51cto

一、實驗拓撲:
技術分享圖片
二、實驗要求:
1、R1、R2、R3、R4在BGP進程下部署命令,將Metric都調為最大值;
2、驗證:在R4下查看Metric是否是最大值?
三、命令部署:
R4(config)#router bgp 4
R4(config-router)#bgp bestpath med missing-as-worst

R1(config)#router bgp 123
R1(config-router)#bgp bestpath med missing-as-worst

R2(config)#router bgp 123
R2(config-router)#bgp bestpath med missing-as-worst

R3(config)#router bgp 123
R3(config-router)#bgp bestpath med missing-as-worst

四、驗證:
R4#show ip bgp
Network Next Hop Metric LocPrf Weight Path
*> 3.3.3.0/24 14.1.1.1 4294967295 0 123 i

45-高級路由:BGP 不同廠商設備都將Metric調為最大值