39-高级路由:BGP AS长度:R2入站方向增加
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了39-高级路由:BGP AS长度:R2入站方向增加相关的知识,希望对你有一定的参考价值。
一、实验拓扑:
二、实验要求:
1、R2入站方向上部署set as-path prepend,使得4.4.4.0网段进入R2是增加AS长度;
2、验证:R3上关于4.4.4.0条目最优路径是否是R1?
三、命令部署:
R2(config)#access-list 10 permit 4.4.4.0 0.0.0.255
R2(config)#route-map pl permit 10
R2(config-route-map)#match ip address 10
R2(config-route-map)#set as-path prepend 5 6 7 8
R2(config-route-map)#route-map pl permit 1000
R2(config)#router bgp 123
R2(config-router)#neighbor 14.1.1.4 route-map pl in
四、验证:
R2#show ip bgp
Network Next Hop Metric LocPrf Weight Path
**> 4.4.4.0/24 24.1.1.4 0 0 5 6 7 8 4 I
R3#show ip bgp
Network Next Hop Metric LocPrf Weight Path
*>i4.4.4.0/24 1.1.1.1 0 100 0 4 i
- i 2.2.2.2 0 100 0 5 6 7 8 4 i
以上是关于39-高级路由:BGP AS长度:R2入站方向增加的主要内容,如果未能解决你的问题,请参考以下文章
41-高级路由:BGP AS长度:接收一切最大AS长度不比较AS长度