<div dir="ltr"><div><br><br><div class="gmail_quote"><div dir="ltr">On Wed, Aug 22, 2018 at 4:33 PM Maria Jan Matějka <<a href="mailto:jan.matejka@nic.cz">jan.matejka@nic.cz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On August 22, 2018 8:40:16 PM GMT+02:00, Chris Herdt <<a href="mailto:cherdt@gmail.com" target="_blank">cherdt@gmail.com</a>> wrote:<br>
> I'm using BIRD v2.0.2. I have successfully peered with another host<br>
> and am<br>
> receiving iBGP routes.<br>
> <br>
> bird> show route count<br>
> 0 of 0 routes for 0 networks in table master4<br>
> 0 of 0 routes for 0 networks in table master6<br>
> 9763 of 9763 routes for 9763 networks in table vpntab4<br>
> 0 of 0 routes for 0 networks in table vpntab6<br>
> Total: 9763 of 9763 routes for 9763 networks in 4 tables<br>
> <br>
> I can use 'show route all' to see all the routes (IP addresses<br>
> replaced):<br>
> <br>
> bird> show route all<br>
> Table vpntab4:<br>
> <a href="http://192.168.100.0:24" rel="noreferrer" target="_blank">192.168.100.0:24</a> <a href="http://192.168.42.199/32" rel="noreferrer" target="_blank">192.168.42.199/32</a> unreachable [peer1 13:22:47.245<br>
> from<br>
> 192.168.12.3] * (100/-) [AS65321i]<br>
>     Type: BGP univ<br>
>     BGP.origin: IGP<br>
>     BGP.as_path: 65321<br>
>     BGP.next_hop: 192.168.100.0<br>
>     BGP.local_pref: 100<br>
>     BGP.originator_id: 192.168.100.0<br>
>     BGP.cluster_list: 192.168.12.3 192.168.100.1<br>
>     BGP.ext_community: (rt, 65123, 65555)<br>
>     BGP.mpls_label_stack: 54321<br>
> etc.<br>
> <br>
> However, I can't seem to figure out the syntax to retrieve a specific<br>
> route. E.g.:<br>
> <br>
> bird> show route for <a href="http://192.168.42.199/32" rel="noreferrer" target="_blank">192.168.42.199/32</a><br>
> Network not found<br>
> <br>
> Thanks in advance.<br>
<br>
Hello!<br>
<br>
You are using a vpn4 table so you should ask for a vpn4 prefix, like<br>
<br>
show route for <a href="http://192.168.100.0:24" rel="noreferrer" target="_blank">192.168.100.0:24</a> <a href="http://192.168.42.99/32" rel="noreferrer" target="_blank">192.168.42.99/32</a><br>
<br>
I'm writing from my phone, not testing it. Anyway, it should work.<br>
<br>
Maria<br>
</blockquote></div><br clear="all"></div><div>That worked! Thanks for your help!</div><div><br></div><div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Chris Herdt<br><a href="https://osric.com/chris/" target="_blank">https://osric.com/chris/</a></div></div></div></div></div>