docs: enhance EvoBGP architecture plan with new risk mitigation strategies, testing matrix for BIRD2, and CI/CD workflow details. Updated section titles for clarity and added completed todos for deployment practices.
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# tags: IP_RANGES, CDN_CIDRS, peer, combined
|
||||
# Combined static materialization + BGP session (multi-module revision sketch).
|
||||
|
||||
router id 192.0.2.1;
|
||||
|
||||
protocol device {
|
||||
}
|
||||
|
||||
protocol direct {
|
||||
ipv4;
|
||||
ipv6;
|
||||
}
|
||||
|
||||
protocol static evobgp_prefixes {
|
||||
ipv4;
|
||||
route 203.0.113.0/24 unreachable;
|
||||
route 203.0.114.0/24 unreachable;
|
||||
}
|
||||
|
||||
protocol bgp uplink {
|
||||
local 192.0.2.1 as 65001;
|
||||
neighbor 192.0.2.2 as 65002;
|
||||
ipv4 {
|
||||
import all;
|
||||
export all;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user