<div dir="ltr">Ah, that works perfectly, thanks! </div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 19 Sept 2021 at 18:35, Basil Fillan <<a href="mailto:me%2Bbird@basilfillan.uk">me+bird@basilfillan.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Darren,<br>
<br>
You can do something like this:<br>
<br>
# birdc show route all table roas4 where net.asn=13414<br>
BIRD 2.0.8 ready.<br>
Table roas4:<br>
<a href="http://69.195.191.0/24-24" rel="noreferrer" target="_blank">69.195.191.0/24-24</a> AS13414  [rpki_mer_a 2021-08-18] * (100)<br>
         Type: RPKI univ<br>
<br>
The docs have details on this here (under the prefix type, then NET_ROA4 <br>
/ NET_ROA6) - <a href="https://bird.network.cz/?get_doc&v=20&f=bird-5.html#ss5.2" rel="noreferrer" target="_blank">https://bird.network.cz/?get_doc&v=20&f=bird-5.html#ss5.2</a><br>
<br>
Thanks,<br>
<br>
Basil<br>
<br>
<br>
On 19/09/2021 22:00, Darren O'Connor wrote:<br>
> I have an rpki-rtr session to my bird instance. All v4 roas go to a <br>
> table called roa_v4, and v6 goes to roa_v6 - Is there a way in a single <br>
> query to show me all ROAs from an ASN without listing them all?<br>
> <br>
> Right now I'm doing something like this, which is extremely messy:<br>
> birdc 'show route all table roa_v4' | grep AS13414<br>
> <br>
> It would be ideal to have something like show route all table roa_v4 <br>
> source 13414- Am I missing something here?<br>
> <br>
> Thanks<br>
> Darren<br>
</blockquote></div>