<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Arial, sans-serif" size="2">
<div>Hi all,</div>
<div>&nbsp;</div>
<div>I'm trying to configure some intercontext routing with OSPF having the following config:</div>
<div>&nbsp;</div>
<div>########################################</div>
<div>context local</div>
<div>&nbsp;</div>
<div> interface bla intercontext p2p 1</div>
<div>&nbsp; ip address 10.0.0.1/30</div>
<div>&nbsp;</div>
<div> router ospf 6714</div>
<div>&nbsp; fast-convergence</div>
<div>&nbsp; router-id 10.0.0.1</div>
<div>&nbsp; area 0.0.0.0</div>
<div>&nbsp;&nbsp; interface bla</div>
<div>&nbsp;&nbsp;&nbsp; neighbor 10.0.0.2</div>
<div>&nbsp; redistribute static</div>
<div>&nbsp;</div>
<div> ip route 10.0.0.2/32 context test</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>context test</div>
<div>&nbsp;</div>
<div> interface bla intercontext p2p 1</div>
<div>&nbsp; ip address 10.0.0.2/30</div>
<div>!</div>
<div> router ospf 6714</div>
<div>&nbsp; fast-convergence</div>
<div>&nbsp; area 0.0.0.0</div>
<div>&nbsp;&nbsp; interface bla</div>
<div>&nbsp;&nbsp;&nbsp; neighbor 10.0.0.1</div>
<div>&nbsp; redistribute static</div>
<div>!</div>
<div> ip route 10.0.0.1/32 context local</div>
<div>########################################</div>
<div>&nbsp;</div>
<div>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.</div>
<div>But the two OSPF processes don't exchange updates. </div>
<div>&nbsp;</div>
<div>Am I missing something?</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>-- </div>
<div>Kind regards</div>
<div>&nbsp;</div>
<div>Thomas Voigt </div>
<div>&nbsp;</div>
<div>&nbsp;</div>
</font>
</body>
</html>