mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-26 02:13:04 +00:00
topotests: convert bgp_vrf_netns to exabgp 4
Convert bgp_vrf_netns to exabgp 4 Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
This commit is contained in:
parent
9598967a0d
commit
cfcad6fd99
@ -1,5 +1,6 @@
|
|||||||
|
|
||||||
[exabgp.api]
|
[exabgp.api]
|
||||||
|
ack = false
|
||||||
encoder = text
|
encoder = text
|
||||||
highres = false
|
highres = false
|
||||||
respawn = false
|
respawn = false
|
||||||
|
@ -1,21 +1,18 @@
|
|||||||
group controller {
|
process announce-routes {
|
||||||
|
run /etc/exabgp/exa-send.py 1 10;
|
||||||
process announce-routes {
|
|
||||||
run "/etc/exabgp/exa-send.py 1 10";
|
|
||||||
}
|
|
||||||
|
|
||||||
process receive-routes {
|
|
||||||
run "/etc/exabgp/exa-receive.py 1";
|
|
||||||
receive-routes;
|
|
||||||
encoder text;
|
encoder text;
|
||||||
}
|
}
|
||||||
|
|
||||||
neighbor 10.0.1.1 {
|
process receive-routes {
|
||||||
|
run /etc/exabgp/exa-receive.py 1;
|
||||||
|
encoder text;
|
||||||
|
}
|
||||||
|
|
||||||
|
neighbor 10.0.1.1 {
|
||||||
router-id 10.0.1.101;
|
router-id 10.0.1.101;
|
||||||
local-address 10.0.1.101;
|
local-address 10.0.1.101;
|
||||||
local-as 99;
|
local-as 99;
|
||||||
peer-as 100;
|
peer-as 100;
|
||||||
graceful-restart;
|
capability {graceful-restart;}
|
||||||
}
|
api {processes [ announce-routes, receive-routes ];}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user