<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;"><div><div><div><span style="font-size: 15px;">Hi guys,</span></div></div></div><span id="OLK_SRC_BODY_SECTION"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div style="color: rgb(0, 0, 0);"><span style="font-size: 15px;"><br></span></div><div style="color: rgb(0, 0, 0);"><span style="font-size: 15px;">I am sorry if I am bringing this question again since I have been away from BIRD community for awhile. Can we show BGP “received-routes” command in BIRD right now? I understand the latest release is v1.4.2.</span></div><div style="color: rgb(0, 0, 0);"><span style="font-size: 15px;"><br></span></div><div style="color: rgb(0, 0, 0);"><span style="font-size: 15px;">Back in 2012, one suggestion to do it is to build up a table that receives all BGP routes and then do the filtering under pipe as per following which I haven’t tried. I hope we do not need to
 do this now.</span></div><div style="color: rgb(0, 0, 0);"><span style="font-size: 15px;"><br></span></div><div><font color="#00007f"><snip></font></div><div><div><font color="#00007f">table t;</font></div><div><font color="#00007f"><br></font></div><div><font color="#00007f">protocol bgp {</font></div><div><font color="#00007f"><span class="Apple-tab-span" style="white-space: pre;"></span>table t;</font></div><div><font color="#00007f"><span class="Apple-tab-span" style="white-space: pre;"></span>import all;</font></div><div><font color="#00007f"><span class="Apple-tab-span" style="white-space: pre;"></span>export all;</font></div><div><span class="Apple-tab-span" style="white-space: pre;"><font color="#00007f"></font></span></div><div><font color="#00007f"><span class="Apple-tab-span" style="white-space: pre;"></span>...</font></div><div><font color="#00007f">}</font></div><div><font color="#00007f"><br></font></div><div><font color="#00007f">protocol pipe {</font></div><div><font color="#00007f"><span class="Apple-tab-span" style="white-space: pre;"></span>peer table t;</font></div><div><font color="#00007f"><span class="Apple-tab-span" style="white-space: pre;"></span>import < here goes filters for BGP</font></div><div><font color="#00007f"><span class="Apple-tab-span" style="white-space: pre;"></span>export < here goes filters for BGP</font></div><div><font color="#00007f">}</font></div></div><div><font color="#00007f"><snip></font></div><div style="color: rgb(0, 0, 0);"><span style="font-size: 15px;"><br></span></div><div style="color: rgb(0, 0, 0);"><span style="font-size: 15px;">Thanks,</span></div><div style="color: rgb(0, 0, 0);"><span style="font-size: 15px;">Jimmy</span></div><div style="color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;"><br></div></div></span></body></html>