Options

Router not advertising a redistributed route

SyfusionSyfusion Member Posts: 11 ■□□□□□□□□□
Hey guys, studying for ICND 200-105 test but I think I may have veered off into CCNP territory with this question.

I have 4 routers arranged like a diamond with the 2 middle routers sharing a connection. The two middle routers have ospf and rip redistributed with the top router being rip only and the bottom router ospf only. On the top router I have 2 servers with the bottom router having a host computer. My problem is that the top router does not have an entry for the network that the host computer resides on even though my two middle routers know about it.

Do I need to use static routes pointing back to the bottom router or am i missing something?

Comments

  • Options
    Mr.NetworkMr.Network Member Posts: 117
    can you post the "sh ip route" of the routers.
    CCNA R&S, MCSA.
  • Options
    DCDDCD Member Posts: 473 ■■■■□□□□□□
    Redistribution is in the exams outline but don't know how much the want you to know. It is CCNP. Need the IP address of the servers and and the route statements for the two redistribution routers.

    Also do you have the subnet command enabled.

  • Options
    SyfusionSyfusion Member Posts: 11 ■□□□□□□□□□
    R4 (This is the top router where the two servers connect)

    172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
    R 172.16.0.0/16 [120/3] via 200.0.0.17, 00:00:14, Serial0/0/1
    C 172.16.1.0/24 is directly connected, FastEthernet0/0
    C 192.168.3.0/24 is directly connected, FastEthernet0/1
    200.0.0.0/30 is subnetted, 5 subnets
    R 200.0.0.0 [120/1] via 200.0.0.14, 00:00:15, Serial0/0/0
    R 200.0.0.4 [120/1] via 200.0.0.17, 00:00:14, Serial0/0/1
    R 200.0.0.8 [120/1] via 200.0.0.14, 00:00:15, Serial0/0/0
    [120/1] via 200.0.0.17, 00:00:14, Serial0/0/1
    C 200.0.0.12 is directly connected, Serial0/0/0
    C 200.0.0.16 is directly connected, Serial0/0/1

    R3 (Bottom router where the comp is)


    10.0.0.0/26 is subnetted, 1 subnets
    C 10.42.31.0 is directly connected, FastEthernet0/0
    172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
    O E2 172.16.0.0/16 [110/20] via 200.0.0.2, 00:01:47, Serial0/0/0
    [110/20] via 200.0.0.5, 00:01:47, Serial0/0/1
    S 172.16.1.0/24 [1/0] via 200.0.0.6
    S 192.168.3.0/24 [1/0] via 200.0.0.2
    200.0.0.0/30 is subnetted, 3 subnets
    C 200.0.0.0 is directly connected, Serial0/0/0
    C 200.0.0.4 is directly connected, Serial0/0/1
    O 200.0.0.8 [110/128] via 200.0.0.2, 00:01:47, Serial0/0/0
    [110/128] via 200.0.0.5, 00:01:47, Serial0/0/1

    R1 (The "right" router in the middle)


    10.0.0.0/26 is subnetted, 1 subnets
    O 10.42.31.0 [110/65] via 200.0.0.1, 00:04:09, Serial0/1/0
    O E2 172.16.0.0/16 [110/20] via 200.0.0.9, 00:04:09, Serial0/0/1
    S 192.168.3.0/24 [1/0] via 200.0.0.13
    200.0.0.0/30 is subnetted, 5 subnets
    C 200.0.0.0 is directly connected, Serial0/1/0
    O 200.0.0.4 [110/128] via 200.0.0.9, 00:04:09, Serial0/0/1
    [110/128] via 200.0.0.1, 00:04:09, Serial0/1/0
    C 200.0.0.8 is directly connected, Serial0/0/1
    C 200.0.0.12 is directly connected, Serial0/0/0
    R 200.0.0.16 [120/1] via 200.0.0.13, 00:00:18, Serial0/0/0
    [120/1] via 200.0.0.9, 00:00:16, Serial0/0/1

    R2 (The "left" router in the middle)


    10.0.0.0/26 is subnetted, 1 subnets
    O 10.42.31.0 [110/65] via 200.0.0.5, 00:05:14, Serial0/1/0
    172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
    O E2 172.16.0.0/16 [110/20] via 200.0.0.10, 00:05:14, Serial0/0/0
    S 172.16.1.0/24 [1/0] via 200.0.0.18
    R 192.168.3.0/24 [120/1] via 200.0.0.18, 00:00:04, Serial0/0/1
    200.0.0.0/30 is subnetted, 5 subnets
    O 200.0.0.0 [110/128] via 200.0.0.10, 00:05:14, Serial0/0/0
    [110/128] via 200.0.0.5, 00:05:14, Serial0/1/0
    C 200.0.0.4 is directly connected, Serial0/1/0
    C 200.0.0.8 is directly connected, Serial0/0/0
    R 200.0.0.12 [120/1] via 200.0.0.10, 00:00:25, Serial0/0/0
    [120/1] via 200.0.0.18, 00:00:04, Serial0/0/1
    C 200.0.0.16 is directly connected, Serial0/0/1

    The general goal at first was to make the comp take the right side to get to the 192 server and take the left path to get to the 172 server but I don't think packet tracer is advanced enough for policy routing.

    The routers just have basic redistribute statements, nothing specific.
  • Options
    DCDDCD Member Posts: 473 ■■■■□□□□□□
    It's best to put a link to the PT file or post your config for all the routers.
  • Options
    james43026james43026 Member Posts: 303 ■■□□□□□□□□
    Not enough information provided. We will need the full running config of all routers involved. As well as information on the top and bottom subnets. Also, as it appears you are running OSPF and RIP, please post the "sh ip OSPF database" output from all routers running OSPF and the "sh ip RIP database" output from all routers running RIP. And as suggested posting the .PKT file for the lab will possibly help, if you are using packet tracer.
Sign In or Register to comment.