免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1488 | 回复: 0
打印 上一主题 下一主题

选择BGP最佳路径的标准 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-03-08 19:19 |只看该作者 |倒序浏览

                                                                                                理解路由器上BGP最佳路径选择算法的工作过程
BGP creates the routes that allow us to connect to whatever
Internet data we desire within milliseconds. David Davis explains how
the BGP Best Path Selection Algorithm actually works on your router.
——————————————————————————————————
The Border Gateway Protocol (BGP) allows us to surf the Web, receive
our e-mail, and read this article. BGP is a path-vector routing
protocol, which simply means that its job is to exchange routing
information between autonomous systems to find the most efficient path
for your data to the Internet. Each BGP router connects to its neighbor
(or neighbors) with neighbor statements. Once it forms that neighbor
relationship, the BGP routers exchange routes. Last time I checked, the
full Internet routing table was about 125,000 routes, so you need a
strong router to receive the full Internet BGP routing table.
//注意:BGP是path-vector 路由协议; 在不同AS间交换路由信息,并找到最佳路径.使用neighbour statement来连接邻居.作者检查BGP路由器时,发现全互联网路由有125,000条.
I have authored three different TechRepublic articles about BGP:

Now, I’d like to focus on a different aspect of BGP — how BGP
selects the best path, through the Internet, out of all the routes that
it might receive.
What is the BGP Best Path Selection Algorithm?
With the full Internet BGP routing table being upward of 200K routes
and with a BGP router having the potential to be receiving multiple
copies of that routing table from multiple providers, it has to have
some way to compare those multiple BGP routing tables and select only
the best route to go into the IP routing table on the router. It uses
the BGP Best Path Selection Algorithm to do this.
You should note that Cisco BGP routers have weight as the first
criteria in the table where other brands of routers do not. Cisco’s
official
BGP Best Path Selection Algorithm documentation
lists these criteria, but below I will list each of them with my own commentary and examples.
Unless there are no options in place to influence the result, the
BGP Best Path selects the best path based on the shortest Autonomous
System (AS), one or more networks under a single administrative
control. However, many times options like weight, local preference, and
MED are put in place by network administrators.
//基于最短AS的选择原则,而其他情况如 weight, local preference, MED也被考虑.
Let’s look at the selection criteria, in order, that BGP uses to select the best routes to install into the IP Routing table:
//注意其顺序性.
#1 Weight — This is a Cisco-defined attribute that
is assigned locally to your router and does not get carried through to
the router updates. If there are multiple paths to a particular IP
address (which is very common), then BGP looks for the path with the
highest weight. There are several ways to set the weight parameter,
such as the neighbor command, the as-path access list, or route maps.
//cisco所属的本地路由属性. BGP选择highest weight的路径.可通过 neighbor命令 / as-path access表 / route maps去设定 weight参数.
#2 Local Preference — This is an indicator to the
AS as to which path has local preference, with the highest preference
being preferred. The default is 100. For example:
bgp default local-preference 150
//path中包含local preference,指明选择AS要做的考虑.
#3 Network or Aggregate — This criterion prefers
the path that was locally originated via a network or aggregate. The
aggregation of specific routes into one route is very efficient and
saves space on your network. For more information on aggregate, please
see the Cisco article “
Understanding Route Aggregation in BGP
.”
//通过网络或收敛而产生的本地path作为标准. (收敛能节省空间)
#4 Shortest AS_PATH — BGP uses this one only when
there is a “tie” comparing weight, local preference, and locally
originated vs. aggregate addresses.
//仅当与#1 #2 #3比较后才采用.
#5 Lowest origin type — This deals with protocols
such as Interior Gateway Protocol (IGP) being a lower preference than
Exterior Gateway Protocol (EGP).
//低等级的IGP 协议 的优先级高于 EGP
#6 Lowest multi-exit discriminator (MED) — This is also known as the external metric of a route. A lower MED value is preferred over a higher value.
//MED作为一个路由的外部权值. (MED低等级值对应于higher value)
#7 eBGP over iBGP — Similar to #5, BGP AS Path prefers eBGP over iBGP.
//eBGP 高于 iBGP
#8 Lowest IGP metric — This criterion prefers the path with the lowest IGP metric to the BGP next hop.
//低的IGP权值对应的路径 优于 BGP 的下一跳.
#9 Multiple paths — This determines if multiple paths require installation in the routing table. Check out this link for information on
BGP Multipath
.
//多路径情况汇 参考 BGP Multipath说明
#10 External paths — When both paths are external, it prefers the path that was received first (the oldest one).
//两外部路径情况, 首个接收的路径优先.
#11 Lowest router ID — This prefers the route that comes from the BGP router with the lowest router ID.
//来自 低ID 路由器的路由优先
#12 Minimum cluster list — If the originator or router ID is the same for multiple paths, it prefers the path with the minimum cluster list length.
//如果 针对多路径的 originator 或 路由器ID 相同, 那么 带最小的 cluster list 长度的路径优先.
#13 Lowest neighbor address — This prefers the path that comes from the lowest neighbor address.
//来自最低邻居地址的路径优先.
There are some commands that you will use over and over with the BGP metrics. They are show ip bgp and show ip bgp summary. In fact, I usually create aliases for these commands to make using them quicker (see my article “
Enter Commands More Efficiently with Cisco Command Aliases
“).
These commands will give you a quick snapshot of BGP and its
relationship to the routers. Here is a truncated example of output from
the show ip bgp command:
RTA# show ip bgp
BGP table version is 14, local router ID is 203.250.15.10
Status codes: s suppressed, d damped, h history, * valid, > best, i -internal
Origin codes: i - IGP, e - EGP, ? - incomplete
Network          Next Hop          Metric LocPrf Weight Path
*>i128.213.0.0      128.213.63.2           0    200      0 200 i
> 192.208.10.0     192.208.10.5           0    300      0 300 i
*>i200.200.0.0/16   128.213.63.2                200      0 200 400 i
>i203.250.13.0     203.250.13.41          0    100      0 i
*>i203.250.14.0     203.250.13.41          0    100      0 i
*> 203.250.15.0     0.0.0.0                0         32768 i
The routes with the * beside them were selected as the best path by the BGP Best Path Selection Algorithm.
Conclusion
Whether you are a network administrator who uses BGP or you are just
interested in BGP for CCNP or CCIE certification, understanding how it
works is valuable knowledge. As you have seen, using the metrics and
the show commands can really narrow down the criteria for easy
resolution.
//使用metrics 和 show命令能减少使用多标准来判断.
作者:David Davis has worked in the IT industry for 15+ years and
holds several certifications, including CCIE, CCNA, CCNP, MCSE, CISSP,
VCP. He has authored hundreds of articles and numerous IT training
videos. Today, David is the Director of Infrastructure at
Train Signal.com
. Train Signal, Inc. is the global leader in video training for IT Professionals and end users. Read his
full bio and profile
.
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/32126/showart_1855650.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP