Files
bird_config/bird/conf/inet_ixp.conf
2025-11-26 20:51:23 +08:00

13 lines
359 B
Plaintext

protocol static route_int_export_ixp_v6 {
route 2406:840:e600::/44 reject;
ipv6 {
table inet6;
import filter {
bgp_large_community.add((LOCAL_ASN,3,0));
bgp_large_community.add((LOCAL_ASN,1,0));
bgp_large_community.add((LOCAL_ASN,200,1));
accept;
};
export none;
};
}