侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

45-高级路由:BGP 不同厂商设备都将Metric调为最大值

2023-02-02 星期四 / 0 评论 / 0 点赞 / 62 阅读 / 920 字

一、实验拓扑:二、实验要求:1、R1、R2、R3、R4在BGP进程下部署命令,将Metric都调为最大值;2、验证:在R4下查看Metric是否是最大值?三、命令部署:R4(config)#route

.

一、实验拓扑:

二、实验要求:
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

.

广告 广告

评论区