本文共 548 字,大约阅读时间需要 1 分钟。
一、实验拓扑:
二、实验要求:1、R1、R2、R3、R4在BGP进程下部署命令,将Metric都调为最大值;2、验证:在R4下查看Metric是否是最大值?三、命令部署:R4(config)#router bgp 4R4(config-router)#bgp bestpath med missing-as-worstR1(config)#router bgp 123
R1(config-router)#bgp bestpath med missing-as-worstR2(config)#router bgp 123
R2(config-router)#bgp bestpath med missing-as-worstR3(config)#router bgp 123
R3(config-router)#bgp bestpath med missing-as-worst四、验证:
R4#show ip bgpNetwork Next Hop Metric LocPrf Weight Path*> 3.3.3.0/24 14.1.1.1 4294967295 0 123 i转载于:https://blog.51cto.com/13856092/2137758