Dumping Routing Table - Hi0Rizvi/client GitHub Wiki

Adding the following lines to bird.conf file can dump the routing table in filename directory. It will periodically dump the routing table in every 300s in mrt format.

protocol mrt {
	table rtup;
	where source = RTS_BGP;
	filename "/dir/out.mrt";
	period 300;
}