<HTML>
<HEAD>
<TITLE>Re: [rbak-nsp] Inter context routing with OSPF?</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi Thomas,<BR>
<BR>
As far as I know, this inter context routing is supported with IS-IS.<BR>
The interface between the contexts can be defined as p2p or as broadcast segment, so /24 instead of /30, where each context would get it&#8217;s own IP address.<BR>
I would try to go with the broadcast option and define OSPF in broadcast mode, however, this is pure theoretical.<BR>
<BR>
So far I have seen working implementations based on IS-IS between the contexts.<BR>
<BR>
Kind regards,<BR>
<BR>
<BR>
Frans.<BR>
<BR>
<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"><B>From: </B>&quot;Voigt, Thomas&quot; &lt;<a href="Thomas.Voigt@netkom.de">Thomas.Voigt@netkom.de</a>&gt;<BR>
<B>Date: </B>Fri, 26 Mar 2010 09:41:16 +0100<BR>
<B>To: </B>&quot;<a href="redback-nsp@puck.nether.net">redback-nsp@puck.nether.net</a>&quot; &lt;<a href="redback-nsp@puck.nether.net">redback-nsp@puck.nether.net</a>&gt;<BR>
<B>Subject: </B>[rbak-nsp] Inter context routing with OSPF?<BR>
<BR>
</SPAN></FONT><SPAN STYLE='font-size:11pt'><FONT FACE="Arial">Hi all,<BR>
&nbsp;<BR>
I'm trying to configure some intercontext routing with OSPF having the following config:<BR>
&nbsp;<BR>
########################################<BR>
context local<BR>
&nbsp;<BR>
&nbsp;interface bla intercontext p2p 1<BR>
&nbsp;&nbsp;ip address 10.0.0.1/30<BR>
&nbsp;<BR>
&nbsp;router ospf 6714<BR>
&nbsp;&nbsp;fast-convergence<BR>
&nbsp;&nbsp;router-id 10.0.0.1<BR>
&nbsp;&nbsp;area 0.0.0.0<BR>
&nbsp;&nbsp;&nbsp;interface bla<BR>
&nbsp;&nbsp;&nbsp;&nbsp;neighbor 10.0.0.2<BR>
&nbsp;&nbsp;redistribute static<BR>
&nbsp;<BR>
&nbsp;ip route 10.0.0.2/32 context test<BR>
&nbsp;<BR>
&nbsp;<BR>
context test<BR>
&nbsp;<BR>
&nbsp;interface bla intercontext p2p 1<BR>
&nbsp;&nbsp;ip address 10.0.0.2/30<BR>
!<BR>
&nbsp;router ospf 6714<BR>
&nbsp;&nbsp;fast-convergence<BR>
&nbsp;&nbsp;area 0.0.0.0<BR>
&nbsp;&nbsp;&nbsp;interface bla<BR>
&nbsp;&nbsp;&nbsp;&nbsp;neighbor 10.0.0.1<BR>
&nbsp;&nbsp;redistribute static<BR>
!<BR>
&nbsp;ip route 10.0.0.1/32 context local<BR>
########################################<BR>
&nbsp;<BR>
I can ping each other interface bla from each context. In context test is only this one ip address existing. So I think there's no need to configure router-id there.<BR>
But the two OSPF processes don't exchange updates. <BR>
&nbsp;<BR>
Am I missing something?<BR>
&nbsp;<BR>
&nbsp;<BR>
-- <BR>
Kind regards<BR>
&nbsp;<BR>
Thomas Voigt <BR>
&nbsp;<BR>
&nbsp;<BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></FONT></SPAN><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:12pt'>_______________________________________________<BR>
redback-nsp mailing list<BR>
<a href="redback-nsp@puck.nether.net">redback-nsp@puck.nether.net</a><BR>
<a href="https://puck.nether.net/mailman/listinfo/redback-nsp">https://puck.nether.net/mailman/listinfo/redback-nsp</a><BR>
</SPAN></FONT>
</BODY>
</HTML>