Hello out thar!

From: tv (tvarriale@xxxxxxxxxxxx)
Date: Tue Sep 19 2000 - 22:39:29 GMT-3


   
   I'm Tony Varriale from out the Chicago way. I work for a Silver
   Partner, Pathfinders Networking, as a network engineer. The lab has
   been scheduled for 1/5/01 and am looking forward to it :) I am
   studying from our in house lab, ccbootcamp labs, and vlabs.
   
   I have an intro scenario to warm you guys and gals up :) Lets say you
   are running OSPF between 2 routers with a serial link between the
   two. In the first router, I would like to enter a static route and
   redistribute it into OSPF. But, for some reason, the static route
   shows up in R1's table as a static route (good) but does not show up
   in R2's routing table (bad).
   
   For example:
   
   versions of IOS are 11.3
   
   R1:
   
   interface s1
    ip address 192.168.1.1 255.255.255.0
   
   router ospf 1
    redistribute static
    network 192.168.1.0 0.0.0.255 area 0
   
   ip route 10.1.1.0 255.255.255.0 192.168.1.2
   
   R2:
   
   interface s1
    ip address 192.168.1.2 255.255.255.0
   
   router ospf 1
    network 192.168.1.0 0.0.0.255 area 0
   
   Tony



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:24:58 GMT-3