old-www/LDP/nag/node32.html

45 lines
2.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<!--Converted with LaTeX2HTML 96.1-c (Feb 29, 1996) by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds -->
<HTML>
<HEAD>
<TITLE>Metric Values</TITLE>
</HEAD>
<BODY LANG="EN">
<A HREF="node1.html"><IMG WIDTH=65 HEIGHT=24 ALIGN=BOTTOM ALT="contents" SRC="contents_motif.gif"></A> <BR>
<B> Next:</B> <A HREF="node33.html">The Internet Control Message </A>
<B>Up:</B> <A HREF="node27.html">IP Routing</A>
<B> Previous:</B> <A HREF="node31.html">The Routing Table</A>
<BR> <P>
<H2><A NAME="SECTION004450000">Metric Values</A></H2>
Dynamic routing based on RIP chooses the best route to some destination
host or network based on the number of ``hops'', that is, the gateways a
datagram has to pass before reaching it. The shorter a route is, the
better RIP rates it. Very long routes with 16 or more hops are regarded
as unusable, and are discarded.
<P>
To use RIP to manage routing information internal to your local
network, you have to run gated on all hosts. At boot time,
gated checks for all active network interfaces. If there is
more than one active interface (not counting the loopback interface),
it assumes the host is switching packets between several networks, and
will actively exchange and broadcast routing information. Otherwise,
it will only passively receive any RIP updates and update the local
routing table.
<P>
When broadcasting the information from the local routing table,
gated computes the length of the route from the so-called
<em>metric value</em> associated with the routing table entry. This
metric value is set by the system administrator when configuring the
route and should reflect the actual cost of using this route. Therefore,
the metric of a route to a subnet the host is directly connected to
should always be zero, while a route going through two gateways should
have a metric of two. However, note that you don't have to bother about
metrics when you don't use RIP or gated.
<HR>
<P><ADDRESS>
<I>Andrew Anderson <BR>
Thu Mar 7 23:22:06 EST 1996</I>
</ADDRESS>
</BODY>
</HTML>