博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
45-高级路由:BGP 不同厂商设备都将Metric调为最大值
阅读量:5903 次
发布时间:2019-06-19

本文共 548 字,大约阅读时间需要 1 分钟。

一、实验拓扑:

45-高级路由:BGP 不同厂商设备都将Metric调为最大值
二、实验要求:
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

转载于:https://blog.51cto.com/13856092/2137758

你可能感兴趣的文章
linux基础命令 head
查看>>
objective c:import和include的区别, ""和<>区别
查看>>
The Shared folder with you
查看>>
sax方式解析XML学习笔记
查看>>
Springboot配置(上)
查看>>
java--Eclipse for mac 代码提示(代码助手,代码联想)快捷键修改
查看>>
left join on/right join on/inner join on/full join on连接
查看>>
template.helper 多参数
查看>>
Android 四大组件之一(Activity)
查看>>
扫描(一)
查看>>
PIE SDK矢量数据的读取
查看>>
Centos7安装rabbitmq server 3.6.0
查看>>
iostat命令学习
查看>>
SQL 三种分页方式
查看>>
查看linux是ubuntu还是centos
查看>>
html video的url更新,自动清缓存
查看>>
IOS Xib使用——为控制器添加Xib文件
查看>>
CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙步骤
查看>>
【11】ajax请求后台接口数据与返回值处理js写法
查看>>
Python菜鸟之路:Jquery Ajax的使用
查看>>