Introducing myself + Redistribution Question

CCNA_RicCCNA_Ric Member Posts: 9 ■□□□□□□□□□
Good afternoon everyone,

I'd just like to introduce myself here to the forums. I am currently studying to become a CCNP. My first question is, will GNS3 be enough to learn the topics covered on the 3 exams I plan to take? Should I plan to purchase any lab equipment? .

My second question is more specifically related to a topic on the route exam. Is redistribution one of the harder topics on the exam? Also I'd really like to get some free GNS3 labs,

(edited: shortened)

Comments

  • AwesomeGarrettAwesomeGarrett Member Posts: 257
    Congrats on making the decision to continue your studies! To answer your first questions, no, GNS3 will be not enough to get you past the switching exam. You are going to need some layer 3 switches for that exam, I recommend 3560's as with the CCNP you will find things that you cannot do with GNS3.

    You mentioned 1900 series...... what? Are these switches or ISR's? If switches, throw them back at your employers face for trying to make you take out the trash. LOL, but seriously, 1900 series switches use a different syntax so they are almost useless in your studies.

    Regarding you questions on redistribution, yes at first it does feel a little weird but if you just remember the simple rules that go along with each protocol, you will have it down in no time. I would tell you to get the CCNP ROUTE Simplified but once you have the basic of redistribution its pretty straightforward unless someone is trying to confuse you on purpose.

    As far as labs go, just make them up as you go. You have GNS3 there is no limit on the complexity of your labs.
  • phoeneousphoeneous Member Posts: 2,333 ■■■■■■■□□□
    CCNA_Ric wrote: »
    My second question is more specifically related to a topic on the route exam. Is redistribution one of the harder topics on the exam? Also I'd really like to get some free GNS3 labs,

    (edited: shortened)

    Level of difficulty is relative to the user. If you ask me, ipv6 and bgp are harder than redistribution but that's only because I have less experience with them than the latter.
  • DexterParkDexterPark Member Posts: 121
    GNS3 is a great idea, you'll save a lot of money and have a lot of devices in your labs!

    The biggest challenges on the exam is BGP/OSPF. EIGRP/IPv6/Redistribution are easier concepts to learn from my experience, and once you practice redistributing a few times and apply these concepts you will find it easy enough.

    Do this:

    Setup a gns3 lab with four routers:

    R1<--RIP--> R2<--EIGRP-->R3<--OSPF-->R4

    R1: 172.16.10.0/24, 172.16.11.0/24, 172.16.12.0/24
    R2: 172.16.20.0/24, 172.26.11.0/24, 172.16.22.0/24
    R3: 172.16.30.0/24, 172.16.31.0/24, 172.16.32.0/24
    R4: 172.16.40.0/24, 172.16.41.0/24, 172.16.42.0/24

    Redistribute 172.16.0.0/16 subnets between each router, use distribute-lists to filter every 172.16.x1.0/24 route, and use route-maps for the 172.16.x2.0/24 subnets to Generate a default route/change the metric, tag routes, etc...You will learn the basics,and develop a functional understanding of these concepts.
    My advice to anyone looking to advance their career would be to learn DevOps tools and methodologies. Learn how to write code in languages like Python and JavaScript. Not to be a programmer, but a network automation specialist who can do the job of 10 engineers in 1/3 of the time. Create a GitHub account, download PyCharm, play with Ansible, Chef, or Puppet. Automation isn't the future, it's here today and the landscape is changing dramatically.
Sign In or Register to comment.