[rbak-nsp] Inter context routing with OSPF?

Voigt, Thomas Thomas.Voigt at netkom.de
Fri Mar 26 04:41:16 EDT 2010


Hi all,

I'm trying to configure some intercontext routing with OSPF having the following config:

########################################
context local

 interface bla intercontext p2p 1
  ip address 10.0.0.1/30

 router ospf 6714
  fast-convergence
  router-id 10.0.0.1
  area 0.0.0.0
   interface bla
    neighbor 10.0.0.2
  redistribute static

 ip route 10.0.0.2/32 context test


context test

 interface bla intercontext p2p 1
  ip address 10.0.0.2/30
!
 router ospf 6714
  fast-convergence
  area 0.0.0.0
   interface bla
    neighbor 10.0.0.1
  redistribute static
!
 ip route 10.0.0.1/32 context local
########################################

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.
But the two OSPF processes don't exchange updates.

Am I missing something?


--
Kind regards

Thomas Voigt


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://puck.nether.net/pipermail/redback-nsp/attachments/20100326/da48d603/attachment.html>


More information about the redback-nsp mailing list