12 lines
263 B
Plaintext
12 lines
263 B
Plaintext
protocol static static_inet6 {
|
|
route 2406:840:e601:1000::/56 via 2406:840:e601:16::18;
|
|
ipv6 {
|
|
table inet6;
|
|
import filter {
|
|
bgp_large_community.add((LOCAL_ASN,1,0));
|
|
accept;
|
|
};
|
|
export none;
|
|
};
|
|
}
|