37-高级路由:BGP选路:优先级 R3 in方向
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了37-高级路由:BGP选路:优先级 R3 in方向相关的知识,希望对你有一定的参考价值。
一、实验拓扑:
二、实验要求:
基本要求:
1、R1、R2、R3部署EIGRP 90,通告各自网段,R1、R2与R4直连的网段不通告;
2、R1、R2、R3部署BGP AS 123,R4部署BGP AS 4;
3、R1、R2与R3通过环回口建立BGP邻接,与R4通过直连接口建立BGP邻接;R1、R2不建立BGP邻接;
高级要求:
1、用Prefix-list抓取4.4.4.4 流量;
2、调用route-map;
3、route-map 匹配Prefix-list;
4、route-map下重新设置本地优先级;
5、R3在BGP下调用route-map pl in方向;
6、验证:R3上查看4.4.4.4路由条目是否是R1优先?
三、命令部署:
1、用Prefix-list抓取4.4.4.4 流量
R3(config)#ip prefix-list pl permit 4.4.4.0/24
2、调用route-map
R3(config)#route-map pl permit 10
3、route-map 匹配Prefix-list
R3(config-route-map)#match ip address prefix-list pl
4、route-map下重新设置本地优先级
R3(config-route-map)#set local-preference 103
5、route-map 放行所有
R3(config-route-map)#route-map pl permit 1000
6、R3在BGP下调用route-map pl in
R3(config)#router bgp 123
R3(config-router)#neighbor 1.1.1.1 route-map pl in
四、验证:
R3#show ip bgp
Network Next Hop Metric LocPrf Weight Path
*>i4.4.4.0/24 1.1.1.1 0 103 0 4 i
- i 2.2.2.2 0 100 0 4 i
以上是关于37-高级路由:BGP选路:优先级 R3 in方向的主要内容,如果未能解决你的问题,请参考以下文章