mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 18:13:28 +00:00
13 lines
359 B
INI
13 lines
359 B
INI
group exabgp {
|
|
process announce-routes {
|
|
run "/etc/exabgp/exa_readpipe.py /var/run/exabgp_peer3.in";
|
|
encoder text;
|
|
}
|
|
neighbor 192.168.101.1 {
|
|
router-id 192.168.101.5;
|
|
local-address 192.168.101.5;
|
|
local-as 65405;
|
|
peer-as 65000;
|
|
}
|
|
}
|