存档

2009年6月 的存档

BGP Synchronization

2009年6月25日 baalchina 没有评论

bgp-toc16

关于BGP同步,看这个图。

 

RTC将172.10.0.0发送给AS100,于是RTB通过iBGP知道了这个网络。那么它向172.10.0.0发送数据。下一条是RTC的地址2.2.2.1.

于是把数据发送给iBGP邻居RTE。

如果这时候RTA没有把172.10.0.0发布给IGP(比如OSPF),RTE就不知道172.10.0.0网络的存在。

如果RTB开始发送给RTD说172.10.0.0可以通过我到达,那么所有来的数据都会在RTE被丢弃。

 

所以BGP同步即是说,如果你的流量需要经过一个AS到达目的地,BGP不会宣告一个路由,直到你AS内所有的路由器通过IGP学到了这条路由。

 

官方解释:

If your AS passes traffic from another AS to a third AS, BGP should not advertise a route before all routers in your AS learn about the route via IGP. BGP waits until IGP propagates the route within the AS and then advertises it to external peers. A BGP router with synchronization enabled does not install iBGP learned routes into its routing table if it is not able to validate those routes in its IGP. Issue the no synchronization command under router bgp in order to disable synchronization. This prevents BGP from validating iBGP routes in IGP. Refer to BGP Case Studies: Synchronization for a more detailed explanation.

 

参考:

http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a00800c95bb.shtml#synch

分类: BGP 标签: ,

x264 1pass的一个分析工具

2009年6月17日 baalchina 没有评论

http://forum.doom9.org/showthread.php?t=118559

:: dotBL0t's X264 Stats Analyzer ::

分类: HDMovie, x264 标签: ,

一个OSPF邻居起不来的情况

2009年6月4日 baalchina 没有评论

HUB&Spoke环境,Hub指两个邻居,和一个已经Full了,但是另一个老是起不来。

 

Debug发现如下:

*Mar  1 01:46:30.804: OSPF: Rcv hello from 29.29.4.4 area 0 from Serial0/0 29.29.34.4
*Mar  1 01:46:30.804: OSPF: Mismatched hello parameters from 29.29.34.4
*Mar  1 01:46:30.804: OSPF: Dead R 120 C 120, Hello R 30 C 30  Mask R 255.255.255.248 C 255.255.255.0

后来检查,发现时掩码配错了...hub和起来的那个邻居是/29,而起不来的这个是/24。。。

分类: Error, ccie 标签: