14 lines
234 B
Plaintext
14 lines
234 B
Plaintext
template bgp uplink {
|
|
ipv4 {
|
|
import filter irr_v4;
|
|
export all;
|
|
import limit 100;
|
|
};
|
|
|
|
ipv6 {
|
|
import filter irr_v6;
|
|
export all;
|
|
import limit 100;
|
|
};
|
|
graceful restart;
|
|
} |