Re: rip/eigrp

From: mani poopal (mani_ccie@yahoo.com)
Date: Sat Sep 25 2004 - 09:11:35 GMT-3


--0-544380137-1096114295=:19848
Content-Type: text/plain; charset=us-ascii

Carlos,
 
I think you cannot do filtering of these routes either with distribute-list or offset-list. If you do, event with redistribution you are not going to see these routes. By default first rip router sees these routes with a metric of one(1), so you cannot use metric(=cost in ospf) to look like 4. I think it is a default behavior and we have to go with it. Thanks for replying
 
Mani

Carlos G Mendioroz <tron@huapi.ba.ar> wrote:
That was not what I was thinking of.
As the route is learnt by network, I don't think you can use offset list
to get rid of it. What I was thinking of is to offset its cost to look
"as if" it got redistributed with cost 4.

It all depends on what you want to do/what the requirements are...

mani poopal wrote:

> Hi Carloas,
>
> Good point, I nevert though of that. If I give offset list of 15 for
> that network. If we redistribute from eigrp to rip, will that network
> is still visible. I have to try in the lab.
> Thanks for the response.
>
> Mani
> Carlos G Mendioroz wrote:
>
> This network is already in RIP w/o redistribution.
> AFAIK, there is no way of not letting RIP know directly about it, cause
> there is no network mask for the rip protocol.
> If what you want is for it to "behave as", then an offset list could
> help.
>
> mani poopal wrote:
>
> > Hi Group,
> >
> > Assume following configuration. R1 is running EIGRP, R2 running
> RIP and EIGRP and R3 running RIP.
> > R1 R2 R3
> >
> -------135.15.1.0/24---------------------------------135.15.3.0/24---------
> > EIGRP EIGRP&RIP RIP
> >
> > Redistribution is happening at R2.
> >
> > R2 configuration:
> > router rip
> > network 135.15.0.0
> > redistribute eigrp 100 metric 5
> >
> > router eigrp 100
> > network 135.15.3.0 0.0.0.255
> > redistribute rip metric 1000 1 250 100 1500
> >
> > Question: Even before redistribution 135.15.1.0 network apperas
> in the R3 routing table as a RIP route with a metric of one. After
> the redistribution, still the network apperas with metric of one not
> five(R3 thinks route as RIP learned route(same major network) and
> not redistributed eigrp route. How can we make this network appera
> as eigrp redistributed network(RIP metric 5). In the RIP process if
> we deny with distribute-list command this network will not visible
> even with redistribution. Any suggestion is appreciated.
> >
> > thanks
> >
> > Mani
> >
> >
> >
> > B.ENG,A+,CCNA,CCNP,CCNP-VOICE, CSS1,CNA,MCSE
> > (416)431 9929
> > MANI_CCIE@YAHOO.COM
> >
> > ---------------------------------
> > Do you Yahoo!?
> > New and Improved Yahoo! Mail - 100MB free storage!
> >
> >
> _______________________________________________________________________
> > Subscription information may be found at:
> > http://www.groupstudy.com/list/CCIELab.html
> >
>
> --
> Carlos G Mendioroz LW7 EQI Argentina
>
>
>
> B.ENG,A+,CCNA,CCNP,CCNP-VOICE, CSS1,CNA,MCSE
> (416)431 9929
> MANI_CCIE@YAHOO.COM
>
> ------------------------------------------------------------------------
> Do you Yahoo!?
> vote.yahoo.com - Register online to vote today!

-- 
Carlos G Mendioroz LW7 EQI Argentina

B.ENG,A+,CCNA,CCNP,CCNP-VOICE, CSS1,CNA,MCSE (416)431 9929 MANI_CCIE@YAHOO.COM --------------------------------- Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! --0-544380137-1096114295=:19848 Content-Type: text/html; charset=us-ascii

<DIV>Carlos,</DIV> <DIV>&nbsp;</DIV> <DIV>I think you cannot do filtering of these routes either with distribute-list or offset-list.&nbsp; If you do, event with redistribution you are not going to see these routes.&nbsp; By default first rip router sees these routes with a metric of one(1), so you cannot use metric(=cost in ospf) to look like 4.&nbsp; I think it is a default behavior and we have to go with it.&nbsp; Thanks for replying</DIV> <DIV>&nbsp;</DIV> <DIV>Mani<BR><BR><B><I>Carlos G Mendioroz &lt;tron@huapi.ba.ar&gt;</I></B> wrote:</DIV> <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">That was not what I was thinking of.<BR>As the route is learnt by network, I don't think you can use offset list <BR>to get rid of it. What I was thinking of is to offset its cost to look <BR>"as if" it got redistributed with cost 4.<BR><BR>It all depends on what you want to do/what the requirements are...<BR><BR>mani poopal wrote:<BR><BR>&gt; Hi Carloas,<BR>&gt; <BR>&gt; Good point, I nevert though of that. If I give offset list of 15 for <BR>&gt; that network. If we redistribute from eigrp to rip, will that network <BR>&gt; is still visible. I have to try in the lab.<BR>&gt; Thanks for the response.<BR>&gt; <BR>&gt; Mani<BR>&gt; Carlos G Mendioroz <TRON@HUAPI.BA.AR>wrote:<BR>&gt; <BR>&gt; This network is already in RIP w/o redistribution.<BR>&gt; AFAIK, there is no way of not letting RIP know directly about it, cause<BR>&gt; there is no network mask for the rip protocol.<BR>&gt; If what you want is for it to "behave as", then an offset list could<BR>&gt; help.<BR>&gt; <BR>&gt; mani poopal wrote:<BR>&gt; <BR>&gt; &gt; Hi Group,<BR>&gt; &gt;<BR>&gt; &gt; Assume following configuration. R1 is running EIGRP, R2 running<BR>&gt; RIP and EIGRP and R3 running RIP.<BR>&gt; &gt; R1 R2 R3<BR>&gt; &gt;<BR>&gt; -------135.15.1.0/24---------------------------------135.15.3.0/24---------<BR>&gt; &gt; EIGRP EIGRP&amp;RIP RIP<BR>&gt; &gt;<BR>&gt; &gt; Redistribution is happening at R2.<BR>&gt; &gt;<BR>&gt; &gt; R2 configuration:<BR>&gt; &gt; router rip<BR>&gt; &gt; network 135.15.0.0<BR>&gt; &gt; redistribute eigrp 100 metric 5<BR>&gt; &gt;<BR>&gt; &gt; router eigrp 100<BR>&gt; &gt; network 135.15.3.0 0.0.0.255<BR>&gt; &gt; redistribute rip metric 1000 1 250 100 1500<BR>&gt; &gt;<BR>&gt; &gt; Question: Even before redistribution 135.15.1.0 network apperas<BR>&gt; in the R3 routing table as a RIP route with a metric of one. After<BR>&gt; the redistribution, still the network apperas with metric of one not<BR>&gt; five(R3 thinks route as RIP learned route(same major network) and<BR>&gt; not redistributed eigrp route. How can we make this network appera<BR>&gt; as eigrp redistributed network(RIP metric 5). In the RIP process if<BR>&gt; we deny with distribute-list command this network will not visible<BR>&gt; even with redistribution. Any suggestion is appreciated.<BR>&gt; &gt;<BR>&gt; &gt; thanks<BR>&gt; &gt;<BR>&gt; &gt; Mani<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; B.ENG,A+,CCNA,CCNP,CCNP-VOICE, CSS1,CNA,MCSE<BR>&gt; &gt; (416)431 9929<BR>&gt; &gt; MANI_CCIE@YAHOO.COM<BR>&gt; &gt;<BR>&gt; &gt; ---------------------------------<BR>&gt; &gt; Do you Yahoo!?<BR>&gt; &gt; New and Improved Yahoo! Mail - 100MB free storage!<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; _______________________________________________________________________<BR>&gt; &gt; Subscription information may be found at:<BR>&gt; &gt; http://www.groupstudy.com/list/CCIELab.html>&gt; &gt;<BR>&gt; <BR>&gt; -- <BR>&gt; Carlos G Mendioroz LW7 EQI Argentina<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; B.ENG,A+,CCNA,CCNP,CCNP-VOICE, CSS1,CNA,MCSE<BR>&gt; (416)431 9929<BR>&gt; MANI_CCIE@YAHOO.COM<BR>&gt; <BR>&gt; ------------------------------------------------------------------------<BR>&gt; Do you Yahoo!?<BR>&gt; vote.yahoo.com <HTTP: vote.yahoo.com>- Register online to vote today!<BR><BR>-- <BR>Carlos G Mendioroz <TRON@HUAPI.BA.AR>LW7 EQI Argentina<BR><BR></BLOCKQUOTE><BR><BR>B.ENG,A+,CCNA,CCNP,CCNP-VOICE, CSS1,CNA,MCSE<br>(416)431 9929<br>MANI_CCIE@YAHOO.COM<p> <hr size=1>Do you Yahoo!?<br> <a href="http://us.rd.yahoo.com/mail_us/taglines/10/*http://promotions.yahoo.com/new_mail/static/efficiency.html">New and Improved Yahoo! Mail</a> - Send 10MB messages! --0-544380137-1096114295=:19848--



This archive was generated by hypermail 2.1.4 : Fri Oct 01 2004 - 15:00:49 GMT-3