2025-09-17 18:13:01 +08:00

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;
}