<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>OSPF/connectivity problem</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=337534315-09052006><FONT face=Arial 
color=#0000ff size=2>Hi Irene,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=337534315-09052006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=337534315-09052006><FONT face=Arial 
color=#0000ff size=2>It sounds like the issue is a Layer 2 / 3 connectivity 
issue and not necessarily an&nbsp;OSPF issue&nbsp;(since you do not need OSPF to 
be able to ping another router on the same IP subnet).&nbsp; Here are some 
questions that might help identify the problem:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=337534315-09052006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=337534315-09052006><FONT face=Arial 
color=#0000ff size=2>How are the two routers connected?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=337534315-09052006><FONT face=Arial 
color=#0000ff size=2>Do they go through an Ethernet switch?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=337534315-09052006><FONT face=Arial 
color=#0000ff size=2>Are VLANs configured on the switch?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=337534315-09052006><FONT face=Arial 
color=#0000ff size=2>Have you tried directly connecting the devices via a 
crossover cable?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=337534315-09052006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=337534315-09052006><FONT face=Arial 
color=#0000ff size=2>-mike</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> xorp-users-bounces@xorp.org 
[mailto:xorp-users-bounces@xorp.org] <B>On Behalf Of 
</B>I.FernandezDiaz@telecom.tno.nl<BR><B>Sent:</B> Tuesday, May 09, 2006 9:08 
AM<BR><B>To:</B> xorp-users@xorp.org<BR><B>Subject:</B> [Xorp-users] 
OSPF/connectivity problem<BR></FONT><BR></DIV>
<DIV></DIV><!-- Converted from text/rtf format -->
<P><FONT face=Arial size=2>Dear All,</FONT> </P>
<P><FONT face=Arial size=2>I have a setup with one XORP platform (Release 1.2 RC 
on FreeBSD) and one cisco router, both running OSPF. The physical layer part 
seams to be ok (the common interface is up at both sides, the line protocol is 
up, the speed is the same at both sides, both full duplex). But I cannot ping 
one router from the other router. </FONT></P>
<P><FONT face=Arial size=2></FONT> <BR><FONT face=Arial 
size=2>xorp---------------------------------------------------------------------cisco</FONT> 
<BR><FONT face=Arial size=2>em1: 
192.168.2.2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
f0/0 192.168.2.3</FONT> </P>
<P><FONT face=Arial size=2>In the cisco's routing table I see the network 
address which I am trying to ping as directly connected. In the xorp router I 
see the network I am trying to ping as directly connected, but no ospf routing 
table and no OSPF neighbours. The cisco router sends hello messages. 
</FONT></P><BR>
<P><FONT face=Arial size=2>this is the configuration which I am using</FONT> 
</P>
<P><FONT face="Courier New" size=2>/*XORP Configuration File, v1.0*/</FONT> 
<BR><FONT face="Courier New" size=2>interfaces {</FONT> <BR><FONT 
face="Courier New" size=2>&nbsp;&nbsp;&nbsp; 
restore-original-config-on-shutdown: false</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp; interface em0 {</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; description: "data 
interface"</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; disable: false</FONT> 
<BR><FONT face="Courier New" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
discard: false</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vif em0 {</FONT> <BR><FONT 
face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
address 192.168.1.2 {</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
prefix-length: 24</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
disable: false</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
broadcast: 192.168.1.255</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
}</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
disable: false</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</FONT> <BR><FONT 
face="Courier New" size=2>&nbsp;&nbsp;&nbsp; }</FONT> <BR><FONT 
face="Courier New" size=2>&nbsp;&nbsp;&nbsp; interface em1 {</FONT> <BR><FONT 
face="Courier New" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
description: "data interface"</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; disable: false</FONT> 
<BR><FONT face="Courier New" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
discard: false</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vif em1 {</FONT> <BR><FONT 
face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
address 192.168.2.2 {</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
disable: false</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
prefix-length: 24</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
broadcast: 192.168.2.255</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
}</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
disable: false</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</FONT> <BR><FONT 
face="Courier New" size=2>&nbsp;&nbsp;&nbsp; }</FONT> <BR><FONT 
face="Courier New" size=2>}</FONT> <BR><FONT face="Courier New" size=2>fea 
{</FONT> <BR><FONT face="Courier New" size=2>&nbsp;&nbsp;&nbsp; 
unicast-forwarding4 {</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; disable: false</FONT> 
<BR><FONT face="Courier New" size=2>&nbsp;&nbsp;&nbsp; }</FONT> <BR><FONT 
face="Courier New" size=2>}</FONT> <BR><FONT face="Courier New" size=2>protocols 
{</FONT> <BR><FONT face="Courier New" size=2>&nbsp;&nbsp;&nbsp; ospf4 {</FONT> 
<BR><FONT face="Courier New" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
area 0.0.0.0 {</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
area-type: "normal"</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
interface em0 {</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
link-type: "broadcast"</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
vif em0</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
}</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
interface em1 {</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
link-type: "broadcast"</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
vif em1 {</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
address 192.168.2.2 {</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
priority: 128</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
hello-interval: 10</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
router-dead-interval: 40</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
interface-cost: 1</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
retransmit-interval: 5</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
transit-delay: 1</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
passive: false</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
disable: false</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
}</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
}</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
}</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</FONT> <BR><FONT 
face="Courier New" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
ip-router-alert: false</FONT> <BR><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<SPAN lang=nl> router-id: 
192.168.2.2</SPAN></FONT> <BR><SPAN lang=nl><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp; }</FONT></SPAN> <BR><SPAN lang=nl><FONT 
face="Courier New" size=2>}</FONT></SPAN> </P>
<P><SPAN lang=en-us><FONT face=Arial size=2>Can anybody tell me if I am 
forgetting something?</FONT></SPAN> <BR><SPAN lang=en-us><FONT face=Arial 
size=2>How can I see if the ospf process at the xorp side is doing something. Is 
there something as debug in xorp?</FONT></SPAN> </P>
<P><SPAN lang=en-us><FONT face=Arial size=2>Thank you,</FONT></SPAN> </P>
<P><SPAN lang=en-us><FONT face=Arial size=2>Irene</FONT></SPAN> 
</P></BODY></HTML>