<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Mar 20, 2015 at 3:23 AM, olivier a <span dir="ltr"><<a href="mailto:oatech7402@gmail.com" target="_blank">oatech7402@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">let's 192.168.1.1 is my router Wan IP. One single physical router running bird and bird6.</p>
<p dir="ltr">Solution 1 :<br>
bird router id = 192.168.1.1<br>
bird6 router id = 192.168.1.1</p></blockquote><div>Solution 1 is better.<br><br></div><div>On my networks, i assign a globally unique IPv4 address (with a /32 mask) to each router. This IP address is configured on the loopback interface, and used as router-id for all the routing protocols it's running.<br><br></div><div>I can use this IP address to ping the router, SSH to the router, and as a unique identifier when looking at routing tables, to find the origin of the route, or where the route was learned from.<br><br></div><div>I don't use a WAN IP address for this purpose, because IP addresses assigned to interfaces can change over time--and i don't want to change my router ID.<br><br></div><div>Router ID is a 32-bit number, which needs to be unique, so using an IPv4 address assigned to my AS matches these requirements exactly.<br></div><div><br></div><div>Hope that helps.<br><br></div><div>Jonathan<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<p dir="ltr">Solution 2 :<br>
bird router id = 192.168.1.1<br>
bird6 router id = 127.0.0.1</p>
<p dir="ltr">Is that what you're advising ?<br>
What are the benefits of using IPv4 loopback as bird6 router id ??!<br>
:-) </p><div class="HOEnZb"><div class="h5">
<div class="gmail_quote">On Mar 19, 2015 11:13 AM, "Job Snijders" <<a href="mailto:job@instituut.net" target="_blank">job@instituut.net</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, Mar 19, 2015 at 11:08:06AM +0100, Ondrej Zajicek wrote:<br>
> On Thu, Mar 19, 2015 at 09:35:42AM +0100, olivier a wrote:<br>
> > Is it good practice to use same router id for bird and bird6 ?<br>
> ><br>
> > I'm wondering if there are some drawbacks or pitfalls ?<br>
><br>
> I see no reason why not to use the same router id.<br>
<br>
I second that. If they are the same physical box, using the IPv4<br>
loopback as router-id in bird6 is a good (and common) approach.<br>
<br>
Kind regards,<br>
<br>
Job<br>
</blockquote></div>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">     Jonathan</div>
</div></div>