Pauline Middelink <[EMAIL PROTECTED]> wonders:
> On Tue, May 11, 1999 at 04:51:09PM +0200, Emmanuel Tychon wrote:
....
> > On Linux, you do not really have the choice... you have to use RIP. If you used
> > routers, thinks may be different since OSPF can be used internally, and BGP
> > with your ISP(s).
> 
> I don't get this. Why can we only do RIP on linux? I've seen gated,
> routed, zebra routing daemons, who all do (more or less) BGP, OSPF
> and more protocols... Running them is not limited to a linux<->router
> system it seems to me.

        Most people don't realize that KERNEL does not run *ANY* routing
        algorithms for IP (aside of table scans).  Programs running in
        user-space do feed the kernel route tables whatever they wish,
        which ever way they create it.  Then kernel uses those (from its
        point of view: "given") tables to do IP packet forwarding.

        The repertoire of those available algorithms/protocols for the
        route dataset discovery is -- considerable.  Simple things
        like Distance Vector (RIP), more complicated Link State things
        (OSPF), all the way to policy controlled Autonomous System
        traversal decissions (e.g. BGP).  (Plus  Distance Vector
        Multicast Reverse Path (protocol), plus Protocol Independent
        Multicasting protocol, plus...)

        Programs implementing them, that is time for a FAQ...

>     Met vriendelijke groet,
>         Pauline Middelink

/Matti Aarnio <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to