Remove obsolete files and scripts related to the BGP server setup, including .gitignore, Dockerfile, and various documentation files. Update docker-compose.yml to streamline the configuration for the FRRouting BGP server. This cleanup enhances project maintainability and focuses on the current implementation.
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# BGP Prefixes with Communities
|
||||
# Format: prefix community1:community2:community3
|
||||
# Communities format: ASN:value (e.g., 65000:100)
|
||||
|
||||
# Public IP ranges
|
||||
192.168.1.0/24 65000:100:65000:200
|
||||
10.0.0.0/8 65000:101:65000:201
|
||||
172.16.0.0/12 65000:102:65000:202
|
||||
|
||||
# Specific subnets
|
||||
203.0.113.0/24 65000:110:65000:210
|
||||
198.51.100.0/24 65000:111:65000:211
|
||||
192.0.2.0/24 65000:112:65000:212
|
||||
|
||||
# IPv6 prefixes
|
||||
2001:db8::/32 65000:300:65000:400
|
||||
2001:db8:1::/48 65000:301:65000:401
|
||||
2001:db8:2::/48 65000:302:65000:402
|
||||
|
||||
# Additional prefixes for testing
|
||||
8.8.8.0/24 65000:120:65000:220
|
||||
1.1.1.0/24 65000:121:65000:221
|
||||
9.9.9.0/24 65000:122:65000:222
|
||||
Reference in New Issue
Block a user