Thomas,
                You might want to look at what metrics you are using on
redistribution...

router rip
redistribute igrp 200 metric 4  <----  16 is unreachable...!


router igrp 200
redistribute rip metric <bandwidth> <delay> <reliability> <load> <mtu>

You see these protocols don't use the same metrics so you must tell them how
to
redistributed...

HTH

Nigel..

----- Original Message -----
From: Vincent <[EMAIL PROTECTED]>
Newsgroups: groupstudy.cisco
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 25, 2001 1:23 AM
Subject: Re: RIP does not advertise in IGRP - what's wrong?


> using eigrp in your network 10.0.0.0 instead.
> turn on auto-summary.
> probably you  can ping.
>
> ""Thomas"" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó
> 99k20t$s6p$[EMAIL PROTECTED]">news:99k20t$s6p$[EMAIL PROTECTED]...
> > Hi All - In my network enviroment, I have LANs with 10.x.0.0/16 networks
> and
> > WAN with 192.168.10.0/24.  I use RIP for LAN and IGRP for WAN.  On RIP,
I
> > redistribute IGRP, and vice versa, on IGRP I redistribute RIP.  However,
I
> > cannot ping from one LAN to the other LAN.  If I put a static route to
> > specify the next hop, then I can ping the other LAN.  Is there a way to
> have
> > the network learn all the LAN dynamically, instead of static route?  I
am
> > running IOS ver 11.3 on both routers.  Here is my configuration:
> >
> > -----------------------------------------------------------------------
> > Router1#
> > !
> > interface Ethernet0/0
> >   ip address 10.1.100.100 255.255.0.0
> > !
> > !
> > interface Serial0/0
> >   ip address 192.168.10.1 255.255.255.0
> >   encapsulation frame-relay
> >   keepalive 5
> > !
> > !
> > router rip
> >   redistribute igrp 200
> >   passive-interface Serial0/0
> >   passive-interface Serial0/1
> >   network 10.0.0.0
> > !
> > router igrp 200
> >   redistribute rip
> >   passive-interface Ethernet0/0
> >   network 192.168.10.0
> >   no default-information in
> >   no default-information out
> > !
> > ......
> > !
> > Router1#
> >
>
> --------------------------------------------------------------------------
> --
> > ------
> >
> > Router2#
> > !
> > interface Ethernet0/0
> >   ip address 10.2.100.100 255.255.0.0
> > !
> > !
> > interface Serial0/0
> >   ip address 192.168.10.2 255.255.255.0
> >   encapsulation frame-relay
> >   keepalive 5
> > !
> > !
> > router rip
> >   redistribute igrp 200
> >   passive-interface Serial0/0
> >   passive-interface Serial0/1
> >   network 10.0.0.0
> > !
> > router igrp 200
> >   redistribute rip
> >   passive-interface Ethernet0/0
> >   network 192.168.10.0
> >   no default-information in
> >   no default-information out
> > !
> > ......
> > !
> > Router2#
>
> --------------------------------------------------------------------------
> --
> > --
> >
> > Thanks All in advance!
> >
> >
> >
> >
> > _________________________________
> > FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> >
>
>
> _________________________________
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>

_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to