# BGP Prefixes with Community Configuration # Format: prefix community description # Community format: ASN:value (e.g., 65001:100) # Customer A - Premium Service 192.168.1.0/24 65001:100 "Customer A - Premium" 192.168.2.0/24 65001:100 "Customer A - Premium" 10.0.1.0/24 65001:100 "Customer A - Premium" # Customer B - Standard Service 10.0.2.0/24 65001:200 "Customer B - Standard" 172.16.1.0/24 65001:200 "Customer B - Standard" 172.16.2.0/24 65001:200 "Customer B - Standard" # Customer C - Basic Service 203.0.113.0/24 65001:300 "Customer C - Basic" 203.0.113.16/28 65001:300 "Customer C - Basic" 198.51.100.0/24 65001:300 "Customer C - Basic" # Customer D - Enterprise Service 192.0.2.0/24 65001:400 "Customer D - Enterprise" 192.0.3.0/24 65001:400 "Customer D - Enterprise" 10.1.0.0/16 65001:400 "Customer D - Enterprise" # Customer E - High Priority 172.20.0.0/16 65001:500 "Customer E - High Priority" 10.10.0.0/16 65001:500 "Customer E - High Priority" # Customer F - Low Priority 192.168.100.0/24 65001:600 "Customer F - Low Priority" 10.100.0.0/16 65001:600 "Customer F - Low Priority"