一些心得體會
bgp network和Advertisements區別和聯系
宣告network和通告Advertisements的需別和聯系,bgp引入路由有兩種方法,一種是宣告network,一種是重發布Redistribute靜態,ospf,rip等等。
它這個跟ospf的宣告network不同,它的作用是把自己路由表里已經有的路由表,搬運進BGP的route路由表ip route print where bgp里,然后加工,比如進行匯總Aggregates,最后再通告Advertisements出去
BGP實例instances里的路由反射client-to-client-reflection跟Peers里的路由反射route-reflect ,有啥區別和聯系,沒看明白。
官方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. |
這里是選擇是否是反射路由。