博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
BGP-MED-2
阅读量:5951 次
发布时间:2019-06-19

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

BGP-MED-2

如图:当AS100去往AS300的60、10的网络时,60走R3,10走R1!使用MED属性影响选路!
BGP-MED-2

R2的配置

bgp 200

peer 1.1.1.1 as-number 100
peer 1.1.1.1 ebgp-max-hop 255
peer 1.1.1.1 connect-interface LoopBack0
peer 4.4.4.4 as-number 200
peer 4.4.4.4 connect-interface LoopBack0
peer 5.5.5.5 as-number 200

ipv4-family unicast

undo synchronization
peer 1.1.1.1 enable
peer 1.1.1.1 route-policy 10 export
peer 4.4.4.4 enable
peer 4.4.4.4 next-hop-local
peer 5.5.5.5 enable
peer 5.5.5.5 next-hop-local

route-policy 10 permit node 10

if-match acl 2000
apply cost 100
route-policy 10 permit node 20

acl nu 2000

ru per so 60.1.0.0 0.0.255.255

R1路由表

BGP-MED-2

BGP-MED-2

转载于:https://blog.51cto.com/9616635/2063609

你可能感兴趣的文章
Python Pandas -- Series
查看>>
Python3 GUI开发(PyQt)安装和配置
查看>>
在UnrealEngine中用Custom节点实现径向模糊
查看>>
Linux 套接字通信笔记(一)
查看>>
汉诺塔——各种编程范式的解决
查看>>
poi读写Excel文件
查看>>
Android闹钟开发与展示Demo
查看>>
静态库介绍与简单演练及同名资源冲突解决(.a格式的静态库)
查看>>
layoutSubviews
查看>>
67. Add Binary
查看>>
每日一个机器学习算法——机器学习实践
查看>>
graphite+grafana 修改指标存放时间后重启失败
查看>>
pip 安装三方库报超时
查看>>
Demo——为指定的文件加入行号
查看>>
easyUI Uncaught TypeError: Cannot read property 'length' of undefined
查看>>
学习笔记之DOS & BAT
查看>>
NG机器学习笔记3
查看>>
C语言第四次作业
查看>>
Java学习-集合的理解
查看>>
iOS验证码倒计时(GCD实现)
查看>>