<span style="font-family: courier new,monospace;">Hi,</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">I've OSPFv3 in a triangle router setup (R1,R2,R3) and R4 (cisco) connected to R3. See picture:</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> LAN1</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> |</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> R1</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> / \</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> / \</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> LAN2---R2-----R3 ---- R4 ----FW <br>
<br>
Xorp (1.5~cvs.20080128) is running under ubuntu hardy. Segments R1-LAN1,R1-R2,R2-LAN are not seen in the cisco.<br>I
also downloaded the 1.5 latest and compiled which looks better I see
every segment distributed from R3 to R4 but after shut down R2
completely routing messed up. When the network is changing routing get
unstable, segments are missing again.<br>
<br>Config files are the same, only router-ids are different (<a href="http://10.4.6.1/" target="_blank">10.4.6.1</a>, <a href="http://10.4.6.2/" target="_blank">10.4.6.2</a>, <a href="http://10.4.6.3/" target="_blank">10.4.6.3</a>, <a href="http://10.4.6.4/" target="_blank">10.4.6.4</a>) for the routers.<br>
<br> protocols {</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> ospf6 0 {</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> router-id: </span><a style="font-family: courier new,monospace;" href="http://10.4.6.1/" target="_blank">10.4.6.1</a><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> area </span><a style="font-family: courier new,monospace;" href="http://0.0.0.0/" target="_blank">0.0.0.0</a><span style="font-family: courier new,monospace;"> {</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> interface eth0 {</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
vif eth0 {</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> }</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> }</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> interface eth1 {</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> vif eth1 {</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> }</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> }</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> interface eth2 {</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
vif eth2 {</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> }</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> }</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> }</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> }</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> }</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> fea {</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> unicast-forwarding6 {</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> }</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> }</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> interfaces {</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> interface eth0 {</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
description: "Ethernet"</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> default-system-config</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> }</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> interface eth1 {</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> description: "Ethernet"</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> default-system-config</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> }</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
interface eth2 {</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> description: "Ethernet"</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> default-system-config {</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> }</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> }</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> }</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Was it tested before? For me it looks early implementation.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">
Any help would be appreciated !</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Regards,</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Levente </span><br>