目录
BGP实验:BGP选路—AS-Path
全部使用物理接口建立邻居关系
AS_Path 属性顺序记录了某条BGP路由所经过的AS信息,BGP在比较AS_Path属性后,会优选AS_Path长度较短的那条路由。另外,AS_Path还可以用来防止路由之间的环路。当路由器从EBGP邻居收到BGP路由时,如果该路由的AS_Path中包含了自己的AS 编号,则该路由将会直接丢弃。
基本配置
R1:
undo ter mo
sys
sysname R1
user-interface console 0
idle-timeout 0 0
int loop 0
ip add 1.1.1.1 24
int g0/0/1
ip add 192.168.15.1 24
int g0/0/0
ip add 192.168.13.1 24
q
R2:
undo