It just won't let me get 100% even it is done correctly :O:O

mindzfreakmindzfreak Member Posts: 47 ■■□□□□□□□□
Hey guys, i hope you can help me out with this.. i assume it is some sort of bug.. This particular lab i did just wont let me get 100% i've got no idea what's wrong with it. It needs me to configure static routing and i've done it. but the percent just wont up. I asked my lecturer, and even my lecturer says he dont know and the percent is supposed to be up.

Hope you guys can help me with this.

Ch3 - Packet Tracer Skills Integration Challenge.pka

Comments

  • georgemcgeorgemc Member Posts: 429
    mindzfreak wrote: »
    Hey guys, i hope you can help me out with this.. i assume it is some sort of bug.. This particular lab i did just wont let me get 100% i've got no idea what's wrong with it. It needs me to configure static routing and i've done it. but the percent just wont up. I asked my lecturer, and even my lecturer says he dont know and the percent is supposed to be up.

    Hope you guys can help me with this.

    Ch3 - Packet Tracer Skills Integration Challenge.pka

    Well, your secret password on the HQ router is not set to class, so I was unable to check it out. As for the ISP router, you do not have any of the the 7 required static routes(as per the instructions) configured. Once I added them in, it kicked your completion rate up to 97%. Were you perhaps using "next hop" static routes rather than pointing to the outbound interfaces? Either way, no bugs found. :D

    ISP routes

    ip route 10.0.0.0 255.255.255.252 Serial0/0/0 WAN Link
    ip route 10.0.0.4 255.255.255.252 Serial0/0/0 WAN Link
    ip route 10.0.0.8 255.255.255.252 Serial0/0/0 WANLINK
    ip route 192.168.0.128 255.255.255.128 Serial0/0/0 HQ
    ip route 192.168.1.0 255.255.255.0 Serial0/0/0 B1
    ip route 172.16.0.0 255.255.0.0 Serial0/0/0 B2
    ip route 172.20.0.0 255.255.0.0 Serial0/0/0 B3

    HQ routes

    You should be able to take it from here...


    George
    WGU BS: Business - Information Technology Management
    Start Date: 01 October 2012
    QFT1,PFIT in progress.
    TRANSFERRED/COMPLETED: AGC1,BBC1,LAE1,QBT1,LUT1,QLC1,QMC1,QLT1,IWC1,INC1,INT1,BVC1,CLC1,MGC1, CWV1 BNC1, LIT1,LWC1,QAT1,WFV1,EST1,EGC1,EGT1,IWT1,MKC1,MKT1,RWT1,FNT1,FNC1, BDC1,TPV1 REQUIRED:
  • mindzfreakmindzfreak Member Posts: 47 ■■□□□□□□□□
    georgemc wrote: »
    Well, your secret password on the HQ router is not set to class, so I was unable to check it out. As for the ISP router, you do not have any of the the 7 required static routes(as per the instructions) configured. Once I added them in, it kicked your completion rate up to 97%. Were you perhaps using "next hop" static routes rather than pointing to the outbound interfaces? Either way, no bugs found. :D

    ISP routes

    ip route 10.0.0.0 255.255.255.252 Serial0/0/0 WAN Link
    ip route 10.0.0.4 255.255.255.252 Serial0/0/0 WAN Link
    ip route 10.0.0.8 255.255.255.252 Serial0/0/0 WANLINK
    ip route 192.168.0.128 255.255.255.128 Serial0/0/0 HQ
    ip route 192.168.1.0 255.255.255.0 Serial0/0/0 B1
    ip route 172.16.0.0 255.255.0.0 Serial0/0/0 B2
    ip route 172.20.0.0 255.255.0.0 Serial0/0/0 B3

    HQ routes

    You should be able to take it from here...


    George


    Ohhh..so that's how it is... oh friend, btw the password for HQ is "password"

    ohh and and btw friend, why is it 255.255.255.0 for the B1? isn't B1 supposed to be 255.255.255.192 as it is /26 ?

    and isn't B2 supposed to be 255.255.252.0 as it is /22 ?
    and isn't B3 supposed to be 255.255.224.0 as it is /19 ?

    i dont quite get it.. icon_sad.gif
  • georgemcgeorgemc Member Posts: 429
    mindzfreak wrote: »
    Ohhh..so that's how it is... oh friend, btw the password for HQ is "password"

    ohh and and btw friend, why is it 255.255.255.0 for the B1? isn't B1 supposed to be 255.255.255.192 as it is /26 ?

    and isn't B2 supposed to be 255.255.252.0 as it is /22 ?
    and isn't B3 supposed to be 255.255.224.0 as it is /19 ?

    i dont quite get it.. icon_sad.gif

    You use the address spaces with the given masks/prefix lengths given to you on the "TOPOLOGY DIAGRAM" on page 1 of the challenge. There are seven address spaces(not directly connected) given on the diagram and seven static routes required to successfully complete the challenge(for the IPS router).

    You may want to review you understanding of basic IP Subnetting, routing, and route summarization/aggregation. If we use the routes that you suggest then the ISP router would only know how to get to FA0/0 on the HQ router, FA0/0 on the B3 router, FA 0/0 on the B2 router and FA 0/0 on the B1 router. It would not have a route to the other FA interfaces/switches. Basically your routes should point toward the given router rather than the individual subnets on the router. You don't seem to grasp the difference between a subnet and a subnet mask. You can complete Task 5 in the challenge in order to verify that your routes are configured correctly and that you have full connectivity throughout your network. Your "lecturer" as you described him should be able to fill you in on the details.

    George
    WGU BS: Business - Information Technology Management
    Start Date: 01 October 2012
    QFT1,PFIT in progress.
    TRANSFERRED/COMPLETED: AGC1,BBC1,LAE1,QBT1,LUT1,QLC1,QMC1,QLT1,IWC1,INC1,INT1,BVC1,CLC1,MGC1, CWV1 BNC1, LIT1,LWC1,QAT1,WFV1,EST1,EGC1,EGT1,IWT1,MKC1,MKT1,RWT1,FNT1,FNC1, BDC1,TPV1 REQUIRED:
Sign In or Register to comment.