neighbor 10.0.0.3 {
  description "will pass neighbor status change to the program";
  router-id 10.0.0.2;
  local-address 10.0.0.2;
  local-as 654321;
  peer-as 123456;
  hold-time 180;

	# Use the forking watchdog system to run a tcp-server
	process tcp-control {
		receive-routes;
		run etc/exabgp/processes/tcp-server;
	}

	# telnet 127.0.0.1 9999 to control the damon
	# the commands are :
	# * help :D
  # static {
  #   route 10.0.5.0/24 next-hop 10.0.255.254;
  # }
}
