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]

Reply via email to