Ros之BGP学习87-88课

Ros之BGP学习87-88课

Ros之BGP学习87-88课

一些心得体会

bgp network和Advertisements区别和联系

宣告network和通告Advertisements的需别和联系,bgp引入路由有两种方法,一种是宣告network,一种是重发布Redistribute静态,ospf,rip等等。

它这个跟ospf的宣告network不同,它的作用是把自己路由表里已经有的路由表,搬运进BGP的route路由表ip route print where bgp里,然后加工,比如进行汇总Aggregates,最后再通告Advertisements出去

 Ros之BGP学习87-88课

BGP实例instances里的路由反射client-to-client-reflection跟Peers里的路由反射route-reflect ,有啥区别和联系,没看明白。

Ros之BGP学习87-88课

Ros之BGP学习87-88课

官方wiki是这么说明的
client-to-client-reflection (yes | no; Default: yes) In case this instance is a route reflector: whether to redistribute routes learned from one routing reflection client to other clients.

明白了,client-to-client-reflection是二次确认,如果是反射路由的话,是否转发路由。难怪ROS默认是YES了。 

route-reflect (yes | no; Default: no) Specifies whether this peer is route reflection client.

这里是选择是否是反射路由。