1,BGP的三张表
邻居表(adjancy table)
BGP表(forwarding database):BGP默认不做负载均衡,会选出一条最优的,放入路由表
路由表(routing table)
查询命令:
BGP表:show ip bgp
路由表:show ip route
邻居表:show ip bgp summary(简单邻居),show ip bgp neighbor(详细邻居)
2,BGP表中的路由通告规则
多条路径时,BGP只选最优的使用,以及传给邻居
从EBGP获得的,直接传(包括EBGP和IBGP)
从IBGP获得的,不再传给IBGP(RR除外)
从IBGP获得的,只有优化时才传给EBGP邻居
3,BGP表