Re: Simple Rip question

From: Stephen C. Feldberg (scfeldberg@xxxxxxxxxxx)
Date: Mon Jan 07 2002 - 11:22:37 GMT-3


   
This is used to set the metric for routes that you redistribute IN from
other protocols. RIP is one, IGRP/EIGRP are other protocols, that require
the definition of a metric during inbound redistribution. Without an
inbound metric being set, redistribution does not occur. This is because
the protocol (ie RIP)cannot interpret the native metric of the redistributed
protocol and therefore views these routes as unreachable. See below for
correct usage of metric and default-metric during redistribution. You can
use metric statements for each protocol
!
router rip
network 10.0.0.0
redistribute ospf 10 metric 5
redistribute eigrp 15 metric 5
!
or a default-metric can be set for all protocol redistributions
!
router rip
network 10.0.0.0
redistribute ospf 10
redistribute eigrp 15
default-metric 5
!

Steve
----- Original Message -----
From: <Giveortake@aol.com>
To: <ccielab@groupstudy.com>
Sent: Monday, January 07, 2002 12:39 AM
Subject: Simple Rip question

> When I run
>
> Router Rip
> Rip version 2
> redistribute connected
> defualt-metric xx <---------
>
> I am confused at what the metric does. I thought that it would be
applied
> to the directly connected interfaces I was redistributing. Thus I thought
> that if I increased the number and cleared all the tables that the
adjoining
> routers would then show a higher hop count equivalent to the increased
> default-metric I used..
>
> Since I tried my above theory and the hop count show via "Show ip route"
> never increased on any of my routers apparently my thinking is all wet..
>
> Any help out there?



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:56:18 GMT-3