You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the following lines to the bird.conf file will dump the routing table in the given filename. 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;
}