Options

Stuck on on one of my practice labs

taltal13taltal13 Member Posts: 17 ■□□□□□□□□□
Hi all,

I'm doing Lammle's bonus labs Practice #2. This is the topology:



The IP addresses I'm assigned to work with are 192.168.10.0

I've assigned IPs to all the routers and to PC1. I've enabled EIGRP using Autonomous System "1". To the Routers p1r1 & p1r2 I did:
Network 192.168.10.0
On core Router I did
Network 192.168.10.0
Network 10.10.10.0

Next I'm supposed to verify connectivity to TFTP server from PC1. However, I can't ping further than the FA Ethernet Port that is connected to the switch, let alone to the TFTP server. I've tried pinging from the other routers to the TFTP server and not having any luck either. Can anyone steer me in the right direction?

Thanks!

Tal

Comments

  • Options
    networker050184networker050184 Mod Posts: 11,962 Mod
    What routing protocol are you using? Are adjacencies formed? Are routes being exchanged?
    An expert is a man who has made all the mistakes which can be made.
  • Options
    dantepgdantepg Member Posts: 8 ■□□□□□□□□□
    I just went back and redid that lab because I'm also studying for ICND2. Did you do no auto summary?
  • Options
    MrXpertMrXpert Member Posts: 586 ■■■□□□□□□□
    I'd need to see what the routing tables and show ip eigrp neighbors look like before passing opinion. If you could post more of the configs that would be helpful. Other things to check Are your hosts able to ping the default gateway? have you run traceroute? have you ensured ports are in up/up state?
    I'm an Xpert at nothing apart from remembering useless information that nobody else cares about.
  • Options
    FloOzFloOz Member Posts: 1,614 ■■■■□□□□□□
    Why are you not adding the Core Router to the EIGRP AS?
  • Options
    taltal13taltal13 Member Posts: 17 ■□□□□□□□□□
    Sorry for the late response guys, I didn't get notification that anybody responded
    dantepg wrote: »
    I just went back and redid that lab because I'm also studying for ICND2. Did you do no auto summary?

    I did not do "no auto summary" until today and it still does not work
    MrXpert wrote: »
    I'd need to see what the routing tables and show ip eigrp neighbors look like before passing opinion. If you could post more of the configs that would be helpful. Other things to check Are your hosts able to ping the default gateway? have you run traceroute? have you ensured ports are in up/up state?

    Show IP Route:
    Core(config)#do show ip route
    Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
           D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
           N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
           E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
           i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
           * - candidate default, U - per-user static route, o - ODR
           P - periodic downloaded static route
    
    Gateway of last resort is not set
    
         10.0.0.0/24 is subnetted, 1 subnets
    C       10.10.10.0 is directly connected, FastEthernet0/0
    

    and the running config:
    Core#show run
    Building configuration...
    
    Current configuration : 846 bytes
    !
    version 12.2
    no service timestamps log datetime msec
    no service timestamps debug datetime msec
    service password-encryption
    !
    hostname Core
    !
    !
    !
    enable secret 5 $1$mERr$kiGzU4Kf6Zb9e78XybbFa0
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    interface FastEthernet0/0
     description LAN link to TFTP Server
     ip address 10.10.10.1 255.255.255.0
     duplex auto
     speed auto
    !
    interface FastEthernet0/1
     no ip address
     duplex auto
     speed auto
    !
    interface Serial0/0
     description WAN link to P1R1
     ip address 192.168.10.1 255.255.255.252
    !
    interface Serial0/1
     no ip address
     shutdown
    !
    router eigrp 1
     network 192.168.10.0
     no auto-summary
    !
    ip classless
    !
    !
    !
    banner motd ^CYou are at the CORE Router^C
    !
    !
    !
    !
    line con 0
     password 7 082F1C5929000C19
     login
    line vty 0 4
     password 7 087142620C1C285637
     login
    line vty 5 15
     password 7 087142620C1C285637
     login
    !
    !
    !
    end
    
    

    1. I'm able to ping the gateway
    2. I've run traceroute and it doesn't seem to work
    3. I've now checked the ports and the serial ports all seem to be up/down - why is that?
  • Options
    BAJOKER00BAJOKER00 Registered Users Posts: 2 ■□□□□□□□□□
    if all the serial ports are listed up/down could it have something to do with dce/dte and the clock rates?
  • Options
    ThexzenoThexzeno Member Posts: 44 ■■■□□□□□□□
    could you post your ip addressing scheme? just by looking at your core router i can see that there hasnt been any adjacencies formed with the others which prohibiting communication.

    also have you turned off auto summary for the other two routers. im gonna try doing the lab myself to see if i can help you a bit more brah
  • Options
    taltal13taltal13 Member Posts: 17 ■□□□□□□□□□
    Thexzeno wrote: »
    could you post your ip addressing scheme? just by looking at your core router i can see that there hasnt been any adjacencies formed with the others which prohibiting communication.

    also have you turned off auto summary for the other two routers. im gonna try doing the lab myself to see if i can help you a bit more brah

    I have turned off auto summary on all 3 routers.

    IP Addressing:
    TFTP Server - 10.10.10.254
    
    Core Router FA 0/0 10.10.10.1/24
    Core Router Se 0/0 192.168.10.1/30
    
    P1R1 Router Se 0/2 (Connected to Core Router) 192.168.10.2/30
    P1R1 Router Se 0/0 (Connected to P1R2) 192.168.10.5/30
    P1R1 Router FA 0/0 (Connected to Switch 0) 192.168.10.25/29
    
    P1R2 Router Se 0/0/0 (Connected to P1R1 Router) 192.168.10.6/30
    P1R2 Router Fa 0/0 (Connected to P1S1 Switch) 192.168.10.9/29
    P1R2 Router Fa 0/1 (Connected to Laptop) 192.168.10.17/29
    
    PC1 - 192.168.10.14/29 with default Gateway of 192.168.10.9 
    
    

    Will it make it easier if I attach the Packet Tracer File?
  • Options
    networker050184networker050184 Mod Posts: 11,962 Mod
    Auto summary or not, it's not going to work if your links are down. What have you tried there?
    An expert is a man who has made all the mistakes which can be made.
  • Options
    taltal13taltal13 Member Posts: 17 ■□□□□□□□□□
    Auto summary or not, it's not going to work if your links are down. What have you tried there?

    ok I'm reading online that's probably an encapsulation problem....don't REALLY yet know what to do with that though
  • Options
    networker050184networker050184 Mod Posts: 11,962 Mod
    You have to learn to crawl before you can walk. First step is getting the link up. Some things to check are encapsulation type and clocking.
    An expert is a man who has made all the mistakes which can be made.
  • Options
    Sy KosysSy Kosys Member Posts: 105 ■■■□□□□□□□
    BAJOKER00 wrote: »
    if all the serial ports are listed up/down could it have something to do with dce/dte and the clock rates?

    thats what it looks like to me too. The 'down' is the Layer2 aspect, and with a basic WAN setup on these labs there's no need to change or input any encapsulation type.
    OP, double check your routers, all of them. Use the show controllers command and look for several things:
    1) The first few lines will show you whether its DTE or DCE. If the former, move to #2. If the latter, issue the clock rate under that interface if it is not already
    2) Ensure the encapsulation matches the other end of the serial link (HDLC, PPP, etc...). Again, with these labs the focus is not on WAN connectivity and troubleshooting, so the default encapsulation should suffice.

    Anyways, just my opinion ;)
    "The size of your dreams must always exceed your current capacity to achieve them. If your dreams do not scare you, they are not big enough.”
    ― Ellen Johnson Sirleaf
  • Options
    DCDDCD Member Posts: 473 ■■■■□□□□□□
    If you post the Packet Tracer file it will be easier. On your core router you are not advertizing your 10 network.

    router eigrp 1
    network 192.168.10.0
    no auto-summary
  • Options
    DCDDCD Member Posts: 473 ■■■■□□□□□□
    Add a clock rate on the serial interface on the core router and p1r1 s0/0 interface. Setup the DHCP server for the DHCP laptops because they have no IP address. You can remove the 10 network from p1r2 router there is no 10 network on that router.


    hostname P1R2

    interface FastEthernet0/0
    description LAN link on Fa0/0
    ip address 192.168.10.9 255.255.255.248
    duplex auto
    speed auto
    !
    interface FastEthernet0/1
    description LAN link on Fa0/1
    ip address 192.168.10.17 255.255.255.248
    duplex auto
    speed auto
    !
    interface Serial0/0/0
    description WAN link to p1r1
    ip address 192.168.10.6 255.255.255.252
    !
    !
    router eigrp 1
    network 192.168.10.0
    network 10.0.0.0
    no auto-summary
  • Options
    Ltat42aLtat42a Member Posts: 587 ■■■□□□□□□□
    Here's a thread on Todd Lammle's Forum where you can post questions & comments regarding all those labs -
    CCNA Simulation Exam Practice Labs Answers - Lammle Forum

    hth
  • Options
    todd@lammle.comtodd@lammle.com Banned Posts: 71 ■■□□□□□□□□
    I love this lab. You have clocking issues (show controllers s0/x), encapsulation issues, and routing protocol misconfigured. Perfect lab! Todd Lammle
  • Options
    RouteMyPacketRouteMyPacket Member Posts: 1,104
    I love this lab. You have clocking issues (show controllers s0/x), encapsulation issues, and routing protocol misconfigured. Perfect lab! Todd Lammle

    Bingo!

    The man himself has spoken. haha Awesome!

    To OP, always test your serial links, without that your adjacencies will never form.
    Modularity and Design Simplicity:

    Think of the 2:00 a.m. test—if you were awakened in the
    middle of the night because of a network problem and had to figure out the
    traffic flows in your network while you were half asleep, could you do it?
Sign In or Register to comment.