remove unet and ospf config files
This commit is contained in:
28
bird/conf/static.conf
Normal file
28
bird/conf/static.conf
Normal file
@@ -0,0 +1,28 @@
|
||||
protocol static route_int_export_v4 {
|
||||
route 44.32.191.0/24 reject;
|
||||
ipv4 {
|
||||
table inet4;
|
||||
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,0));
|
||||
accept;
|
||||
};
|
||||
export none;
|
||||
};
|
||||
}
|
||||
|
||||
protocol static route_int_export_v6 {
|
||||
route 2406:840:e600::/48 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,0));
|
||||
accept;
|
||||
};
|
||||
export none;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user