-
Notifications
You must be signed in to change notification settings - Fork 2
feat(bird): ibgp and rr #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds support for IBGP (Internal BGP) route reflector (RR) configurations in BIRD routing daemon, enhancing the existing IBGP setup with route reflection capabilities.
- Introduces new template configurations for IBGP route reflectors
- Adds protocol definitions for RR server-to-client relationships
- Updates existing IBGP configuration to use "next hop self ebgp" setting
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| bird/ibgp_rrs.conf | New configuration file defining IBGP route reflector templates and protocols |
| bird/ibgp.conf | Updated next hop self setting to include ebgp parameter |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@BaiMeow 调了,再看看,目前应该是有三个性质的模板 |
|
|
没错啊,rr开tx,rr client开rx |
|
template bgp ibgp_peers 是用于 fullmesh 的吗,无需 add paths |
|
lc 感觉不太对劲,可能得再看看 |
同集群的rr之间互联,确实是fullmesh,rr反射到非客户端 |
主要是 RR 不一定就是内部路由,也有可能同时还是边缘路由器的 |
Updated BGP templates and protocols to include dn11_update_server_location function in export filters.
|
还有个问题,rr 收到的 ebgp 在发给 rr client 也需要打地理信息,暂时还不知道怎么打,可能可以尝试判断是否存在本 as 的 geo 没有就打 也可以放 input 打但是要重新审一遍 update cross 看看会不会出问题 |
BaiMeow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
可能需要文档标注当前配法的优缺点,内存开销缺陷,备份优势
No description provided.