[Xorp-users] OSPF XORP 1.1RC Install under OpenBSD 3.6

Pavlin Radoslavov pavlin@icir.org
Thu, 28 Apr 2005 12:20:23 -0700


> Pavlin,
> 
> I'm trying to configure OSPF on the XORP v1.1-RC router on a i386
> platform running OpenBSD3.6, below is an error I receive when trying to
> commit the changes along with my configurations
> Thanks, Jason

Jason,

Currently we don't recommend that you run OSPF. We are in the
process of writing our own OSPF implementation, and we have
abandomed the one that is in contrib/ospfd. Furthermore, the
contrib/ospfd distribution was ported only to FreeBSD so it is not
compiled for other systems.
In the mean time, if RIP/RIPng is an option for you, we would
recommend that you use it instead.

Regards,
Pavlin

P.S. I guess the "NO FINDER" error you get is probably because the
rtrmgr is not there? E.g., if the OSPF process has failed to
startup (because it wasn't compiled?), then the rtrmgr may have
failed as well.

> 
> [ 2005/04/28 06:59:08  ERROR xorpsh:14365 XRL +466 xrl_router.cc send ]
> NO FINDER
> 
> 
> XORP> show 
> 
> interfaces {
>     interface em0 {
>         description: "External Interface"
>         disable: false
>         /* default-system-config */
>         vif em0 {
>             disable: false
>             address 10.0.0.1 {
>                 prefix-length: 24
>                 broadcast: 10.0.0.255
>                 disable: false
>             }
> 
>         }
>     }
>     interface xl0 {
>         description: "Internal Interface"
>         disable: false
>         /* default-system-config */
>         vif xl0 {
>             disable: false
>             address 192.168.0.1 {
>                 prefix-length: 24
>                 broadcast: 192.168.0.255
>                 disable: false
>             }
>         }
>     }
> 
>     interface xl1 {
>         description: "Internal Interface"
>         disable: false
>         discard: true
>         vif xl1 {
>             disable: false
>             address 172.16.0.1 {
>                 prefix-length: 24
> 		broadcast: 172.16.0.255
>                 disable: false
>             }
>         }
>     }
> }
>         targetname: "fea"
>     }
>     fea {
>         unicast-forwarding4 {
>             disable: false
>         }
>         targetname: "fea"
>     }
> >   protocols {
> >       ospf {
> >           router-id: 156.80.132.121
> >           targetname: "ospf"
> >           mospf: false
> >           interarea-mc: false
> >           p2p-adj-limit: 0
> >           random-refresh: false
> >           area 0.0.0.0 {
> >               stub: false
> >               stub-metric: 0
> >               stub-summaries: false
> >               interface xl0 {
> >                   disable: false
> >                   hello-interval: 30
> >                   dead-interval: 95
> >                   passive: false
> >                   cost: 0
> >                   mtu: 1500
> >                   on-demand: false
> >                   type: "broadcast"
> >                   if-index: 0
> >               }
> >           }
> >       }
> >   }
> 
> [edit]
> XORP> commit 
> [ 2005/04/28 06:59:08  ERROR xorpsh:14365 XRL +466 xrl_router.cc send ]
> NO FINDER
> 
> _______________________________________________
> Xorp-users mailing list
> Xorp-users@xorp.org
> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users