Redistributing connected interfaces into rip

From: vignesh sethuraman (sethuvignesh@yahoo.co.in)
Date: Sat Sep 29 2007 - 06:12:16 ART


Hello,
   
  I have 2 routers connected via framerelay network (R1 <----------> R2).
   
  R1 is the C3725 running Version 12.3(4)T1 and R2 is C2600 running IOS Version 12.4(7).
   
  The loop back interfaces ip address R1 and R2 are 150.1.1.1 and 150.1.2.2
   
  I have configured rip on both the routers and redistributed loop back interface into rip using the command # redistribute connected route-map rip metric 1
   
  But I could not find the R1's loop back in the R2 routing table.
   
  Below is my configuration
   
  Rack1R1#sh run int s1/0
Building configuration...
  Current configuration : 164 bytes
!
interface Serial1/0
 ip address 161.1.12.1 255.255.255.0
 encapsulation frame-relay
 frame-relay map ip 161.1.12.2 102 broadcast
 no frame-relay inverse-arp
  !
  !
  router rip
 version 2
 redistribute connected metric 1 route-map rip
   passive-interface default
 network 161.1.0.0
 neighbor 161.1.12.2
 no auto-summary

!
route-map rip permit 10
 match interface Loopback0
  route-map rip permit 20
!
!
   
  R2 #sh run
  Building configuration...
  Current configuration : 164 bytes
!
interface Serial1/0
 ip address 161.1.12.2 255.255.255.0
 encapsulation frame-relay
 frame-relay map ip 161.1.12.1 201 broadcast
 no frame-relay inverse-arp
  !
  !
  router rip
 version 2
 redistribute connected metric 1 route-map rip
   passive-interface default
 network 161.1.0.0
 neighbor 161.1.12.1
 no auto-summary

!
route-map rip permit 10
 match interface Loopback0
  route-map rip permit 20
   
   
  Coudl you please anyone help on this issue.
   
  Thanks,
  Vignesh

   
   
   

       
---------------------------------
 Forgot the famous last words? Access your message archive online. Click here.



This archive was generated by hypermail 2.1.4 : Sat Oct 06 2007 - 12:01:16 ART