Packet Tracer: OSPF, NAT and Routing Troubleshooting

Поделиться
HTML-код
  • Опубликовано: 17 янв 2025

Комментарии • 44

  • @KeithBarker
    @KeithBarker  12 лет назад +1

    Thanks for the feedback, I am glad you liked it.
    Best wishes,
    Keith Barker

  • @MrAce1930
    @MrAce1930 13 лет назад

    Really appreciate the time you take to make these videos. Im currently a networking student and your videos are a great source of information, keep them coming.

  • @KeithBarker
    @KeithBarker  12 лет назад +1

    For huge networks, (like the internet) the protocol that joins huge networks together (such as the service provider networks) is BGP. Inside those service providers, it likely that most of them use an Interior Gateway Protocol (IGP) that is link-state. Their IGP is most likely to be OSPF or IS-IS. EIGRP is an advanced Distance Vector routing protocol, and I see that used occasionally, but rarely as the main IGP. EIGRP converges very fast, as do the link state protocols.
    Cheers,
    Keith

  • @charlenelouise4758
    @charlenelouise4758 3 года назад

    i just couldn't make the nat via ospf work but when i watched this video, i just learned something new and i am glad that it did work! glad i found this video

    • @KeithBarker
      @KeithBarker  3 года назад +1

      Happy to do it, thanks for the feedback Charlene Guira.

  • @KeithBarker
    @KeithBarker  12 лет назад

    CBT Nuggets offers the Network+ series I created. There is a CCNP offering at CBT Nuggets which is really good too. You can get the details at the CBT Nuggets web site.
    Thanks, Keith.

  • @KeithBarker
    @KeithBarker  11 лет назад +1

    The null route, is just so the route can get into OSPF (through redistribution). The NAT translations are more specific than a /27 (from the NAT), so the longest route concept takes place. Longest match wins.

  • @KeithBarker
    @KeithBarker  12 лет назад

    An IGP (interior gateway protocol) refers to a routing protocol. Examples of IGPs are RIP, OSPF, EIGRP and IS-IS. An EGP (external gateway protocol) is BGP. Inside a company the choice of which routing protocol is up to that company. RIP is the worst, as it is slow to converge. EIGRP is proprietary, and OSPF is the primary protocol used these days with some IS-IS for service providers (because they want to, not because they have to).

  • @TheBerginton
    @TheBerginton 12 лет назад

    This gentleman is great, thank you for sharing your knowledge.

  • @GingerRasp
    @GingerRasp 13 лет назад

    Very informative and certainly increased my troubleshooting skills. Thanks

  • @KyJack13
    @KyJack13 12 лет назад

    Good stuff Keith! I came across your vids while looking for some good video's to send to a friend that is working toward his CCNA. Perfect!

  • @KeithBarker
    @KeithBarker  12 лет назад

    For the service providers, they will likely be using OSPF or IS-IS as their IGP. They also use BGP to connect to other service providers, but they also use BGP for some other creative services (such as MPLS L3 VPNs).

  • @KeithBarker
    @KeithBarker  12 лет назад

    With CBT Nuggets, we have the following titles that I have made: Network+, CCNA Security, Firewall, VPN, GNS3 and IPv6 is being worked on right now. CCNA Route/Switch is done by Jeremy, but it is really good as well.

  • @KeithBarker
    @KeithBarker  11 лет назад

    Longer matches, (than 23.0.0.0/8) will be routed correctly when those routes are present. Pinging the inside NAT address as a test is great, as the router interface will likely be up. Of course you would need a route to that 23.0.0.0 network from the computer you are pinging from.

  • @KeithBarker
    @KeithBarker  12 лет назад

    You can connect large networks together with static routes, it is just a lot of manual work, and it doesn't dynamically adjust to changes (networks coming up or going down).
    If RIP, OSPF and EIGRP were all using internal routes, and all advertising the same exact networks, the routers learning the networks would use/believe the EIGRP first (because of the lowest Administrative Distance (AD) of 90. If EIGRP was removed, OSPF at 110 would be believed, and if it was gone, then RIP at AD 120.

  • @faisssal
    @faisssal 12 лет назад

    Thanks alot for the help Keith you guys are great. Where can I get your video's from I want to purchase them. I have the CCNA video's the ICND1 and ICND2 but not CCNP. I also don't have Network+.

  • @marksnyder2447
    @marksnyder2447 9 лет назад +1

    Fantastic lesson !

  • @faisssal
    @faisssal 12 лет назад

    I can't wait to become a CCIE I love networking so cool thanks again for some of your video's I've seen helped alot. But I'm just confused a couple of things here which I mentioned thanks.

  • @faisssal
    @faisssal 12 лет назад

    Thanks alot keith I want to ask how much your videos are for CCNA and CCNP I would like to watch them and where can get them?

  • @82Armysoldier
    @82Armysoldier 6 лет назад +1

    Do you have to advertise internal IP network in order for NAT to work? My understanding is that the purpose of NAT is to hide internal IP network so why would you add it to OSPF list of network to be advertise to outside networks.

  • @kenneth6965
    @kenneth6965 3 года назад

    Thank you! You did an amazingly and crazy good video!

  • @armyguy298
    @armyguy298 11 лет назад

    Thanks Keith for another great video! So I understand the reason for sending your static route 23.0.0.0 to null0 and then redistributing it. My question is, if I wanted to ping the 23.0.0.0 network, all my pings would be routed to null0. Is there another way to test NAT is working properly, or should I just ping the inside NAT address?

  • @mcgr5
    @mcgr5 12 лет назад

    Thanks Keith great video.

  • @faisssal
    @faisssal 12 лет назад

    Hi Keith, How are you? Nice Video this video got my concepts cleared of troubleshooting OSPF I am doing my CCNA and I have learned about RIPV1, 2, OSPF and EIGRP so far haven't learned about NAT yet but this will be taught in my next class thanks alot you are the best. I am so like boosted to go do my CCNA and I am studying like crazy right now. I just want know what is the best Protocol to use now to connect to tons of Networks cause I'm alittle confused with OSPF and EIGRP.

  • @faisssal
    @faisssal 12 лет назад

    Ok so if you want to connect to a large network you would use BGP and you said EGP is the same as BGP but you would use BGP more? For the service providers EIGRP, OSPF are better to use then, but you can use other protocols depends what the service providers want right?

  • @parheliaa
    @parheliaa 5 лет назад +1

    Great stuff (especially redistribution trick).
    But why simply not configure NAT on R2?

    • @KeithBarker
      @KeithBarker  5 лет назад

      Thank you for the comments. There are multiple options for implementing solutions.

  • @ElTexMexAlex
    @ElTexMexAlex 7 лет назад

    Very useful video.

  • @roguebeez
    @roguebeez 11 лет назад

    Why do you setup the static route as:
    ip route 23.0.0.0 255.255.255.224 null0
    instead of:
    ip route 23.0.0.0 255.255.255.224 fa0/0
    You describe Null0 as the packet bin so why does it forward the ICMP packets on successfully?

  • @KeithBarker
    @KeithBarker  12 лет назад

    I replied to the other couple questions. You can also open a discussion with me on my Facebook page at "Keith Barker Networking".
    Thanks,
    Keith Barker

  • @faisssal
    @faisssal 12 лет назад

    Static routing you can only connect like 2 routers and 2 pc's together right? but then when you add RIPv1 or v2 to connect the 3rd router and pc which are together it learns from the router 1 and router 2 and pc 1 and pc 2 right? Then OSPF and EIGRP you can connect to any thing except OSPF is connected in groups right and EIGRP can connect to any network when you ping you can ping from anywhere. Plus EIGRP has a Administrative distance of 90 and OSPF has 110.Which makes I think OSPF better Rite?

  • @hawkandeagle911
    @hawkandeagle911 10 лет назад +1

    Great!, Thank you

  • @iDontFinishAnyt
    @iDontFinishAnyt 13 лет назад

    how do you get the interface labels to show?

  • @nimesis124
    @nimesis124 3 года назад

    Hey keith , lets assume R2 router is the ISP router and they are not running OSPF routing protocol, on the contrary, R1 as our HQ router here we are running ospf then do we use the same steps?

    • @KeithBarker
      @KeithBarker  3 года назад +1

      Thank you Nimesis. Feel free to join my Discord sever. Lots of people there helping each other out. Each Saturday at 10am Pacific I hold my "Office Hour" where learners can ask questions about the topics they are studying. Mostly focusing on Cisco CCNA 200-301 topics. Feel free to join us there live if you are available. Here is the link ogit.online/Join_OGIT_on_Discord
      Thanks again Nimesis!

  • @whoami3762
    @whoami3762 2 года назад

    Is there a way to configure dynamic nat at router 2 while still able to access ftp on pc 1?

  • @godspeedderek
    @godspeedderek 7 лет назад

    Thanks a lot!!!

  • @foxich3226
    @foxich3226 7 лет назад

    Thanks a lot. My ospf didn't work after customizing Nat protocol and static route helps with this problem)))

  • @iDontFinishAnyt
    @iDontFinishAnyt 13 лет назад

    @Keith6783 oh thank you... that helps allot!

  • @navlesh123
    @navlesh123 13 лет назад

    thank you,, it's help me out....?

  • @paarisenachakravarthy
    @paarisenachakravarthy 12 лет назад

    gud

  • @CHALLENGE289
    @CHALLENGE289 11 лет назад

    hello
    good evening mr keith
    please i want you to answer this question
    if i have this address 10.70.0.0
    i know it s a private address which masque will BE compatible with 2000 hoste
    i was not able to find just because i found 2024 hoste for 255.255.255.224