31 lines
512 B
Plaintext
31 lines
512 B
Plaintext
log stderr all;
|
|
router id 192.0.2.2;
|
|
|
|
roa4 table rtr_roa_v4;
|
|
roa6 table rtr_roa_v6;
|
|
aspa table rtr_aspa;
|
|
|
|
protocol device {
|
|
}
|
|
|
|
protocol rpki rpki_ssh {
|
|
roa4 { table rtr_roa_v4; };
|
|
roa6 { table rtr_roa_v6; };
|
|
aspa { table rtr_aspa; };
|
|
|
|
remote "host.docker.internal" port 22;
|
|
|
|
min version 2;
|
|
max version 2;
|
|
|
|
refresh 3600;
|
|
retry 600;
|
|
expire 7200;
|
|
|
|
transport ssh {
|
|
user "rpki-rtr";
|
|
bird private key "/config/ssh/bird-rtr-client.pem";
|
|
remote public key "/run/bird/known_hosts";
|
|
};
|
|
}
|