更新IXP配置
This commit is contained in:
13
bird/conf/inet_ixp.conf
Normal file
13
bird/conf/inet_ixp.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user