neighbor 10.0.0.3 {
	description "will announce a route until told otherwise";
	router-id 198.111.227.39;
	local-address 10.0.0.2;
	local-as 65533;
	peer-as 65533;

	# add and remove a route every 10 second
	process service-dynamic {
		run etc/exabgp/processes/dynamic-1.sh;
	}

	# no static routes to make sure nothing is wrong when we are fully dynamic
}
