Skip to main content

I PASSED THE ICND1!

This is a Reddit post on the CCNA subreddit:

Hey guys! I did it! I scored 896/832 and passed the ICND1. I had limited money and couldn't afford to fail the exam. I am so happy that I cleared the exam!
I am a college student and travel 130kms everyday so I could study only from 8pm to midnight. I worked very hard for this exam.
In my country, people usually go to training centers and bootcamps to clear this exam, but they usually use dumps and don't teach well. I WANTED TO ACTUALLY LEARN. I needed the knowledge of these topics because I want to get into cybersecurity. So I took the Self-Study path.

I tried studying slowly from January of this year, but never really understood anything and just watched the videos for the sake of it. But when the Feb deadline news came I knew I had no option and became fully focused. I re-watched all videos and took ton of notes. Then moved on to the book and then finished with the practice exams.

What I used:
  1. CBT Nuggets: I cant thank Jeremy Cioara enough. He made understand the concepts well. But the most important thing is, he keeps you interested. Whenever I lost interest while studying a topic, I watched his videos and he teaches with so much enthusiasm that you enjoy studying.
  2. Official Cert Guide: This book is just golden. There is so much information in this book. If you study this from cover to cover, you will have no problem in passing. I made sure that I didn't move to the next chapter before completely understanding the previous one. The book is a bit dry and you get bored sometimes, but I tried to push through it and study.
  3. Boson ExSim: The number of people recommending Boson on r/ccna made me buy Boson.
Boson is the reason I was ready for the exam. The explanations on each question is beautiful. I scored 674, 722, 747, 771 and 845 on the 5 exams. I made sure that I studied my weak topics well and tried to see what questions I was taking too long answer and worked on that.

Overall I think Boson was equally hard as the real exam. But the scoring on the Boson exams were more strict. The ICND1 scoring was a bit lenient imo.

I used Packet Tracer. I never got to setting up GNS3 so I used only Packet Tracer and I think that was enough to study.

On exam day, I ran into problems at the testing center because my exam didn't load and it was delayed by 3 hours. But I kept calm and tried to not worry.

During the exam, there were some questions I had no idea about, but took my time thought about it and answered it. I had a lot of Drag and drop questions. I had 30 extra minutes in the exam because English isnt the first language in my country.

For the people who are studying: Understand Subnetting. DO NOT skip any topics, this exam doesn't discriminate on topics. There were questions on every topic. Know how to set up VLANs, NAT, NTP, ACL's and other important lab configs. Dont underestimate the exam. The exam is easy, but it can hit you where you dont expect it. Have fun Studying!
I want to thank everybody on r/ccna.

Reading everyday about what people were studying and their posts on passing the exam kept me motivated through these 2 months.

I wish the best of luck to everybody who is trying the get certified before February. You guys can do it!
I plan on writing the ICND2 around December. Onto becoming CCNA certified! :)

P.S. If any INDIANS need help with this exam, on how to pay for everything or anything, feel free to PM me and I will surely help. I had to figure out everything by myself because I couldn't find anyone to tell me what to do so I want to help others.

Comments

Most Viewed Content:

Best Reddit Subreddits for Cybersecurity and Hacking!

Reddit is a very useful website for discussions about everything. For cybersecurity and hacking too, it has useful subreddits, in which, you will learn a lot of things you previously had no knowledge of. So, I have compiled a list of security related subreddits. 1. Active and Most helpful subreddits: /r/netsec /r/AskNetsec /r/netsecstudents These three are pretty much it. They have very active communities and are very helpful. I, personally use  /r/netsecstudents a lot because I'm still in the process of learning and that subreddit(if you look properly) will tell you how to make a career in every security field. 2. Security Certification Subreddits: r/CompTIA (for Security+) r/ccna (for CCNA and CCNA Security, also r/ccnp for CCNP) r/CEH (for CEH) r/cissp (Certified Information Systems Security Professional) r/oscp (Offensive Security Certified Professional) Really helpful if you're doing any of these Certs. 3. Other

OverTheWire Bandit: Level 0-14

Bandit Levels Levels 0-14 Levels 14-25 Levels 25-33 Please use Ctrl+F to find your desired Level. Level 0 Bandit Level 0 Level Goal The goal of this level is for you to log into the game using SSH. The host to which you need to connect is bandit.labs.overthewire.org, on port 2220. The username is bandit0 and the password is bandit0. Once logged in, go to the Level 1 page to find out how to beat Level 1. Commands you may need to solve this level 2/31 ssh kali@kali:~$ ssh bandit0@172.9.9.176 -p 2220 password: bandit0 Level 0 -> Level 1 Level Goal The password for the next level is stored in a file called readme located in the home directory. Use this password to log into bandit1 using SSH. Whenever you find a password for a level, use SSH (on port 2220) to log into that level and continue the game. Commands you may need to solve this level ls, cd, cat, file, du, find Password for next level: boJ9jbbUNNfktd78OOpsqOltutMc3MY1 Level 1 -> Level 2 Level Goal The password for the next le

OverTheWire Bandit: Level 14-25

Please Ctrl+F to find your desired level. Levels Levels 0-14 Levels 14-25 Levels 25-33 Level 14 -> Level 15 Level Goal 11/31 The password for the next level can be retrieved by submitting the password of the current level to port 30000 on localhost. bandit14@bandit:~$ cat /etc/bandit_pass/bandit14 4wcYUJFw0k0XLShlDzztnTBHiqxU3b3e This is the current level password. Now, to find the password of the next level. bandit14@bandit:~$ telnet localhost 30000 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 4wcYUJFw0k0XLShlDzztnTBHiqxU3b3e Correct! BfMYroe26WYalil77FoDi9qh59eK5xNr Connection closed by foreign host. The password for the next level is BfMYroe26WYalil77FoDi9qh59eK5xNr We can ssh bandit15@localhost Level 15 -> Level 16 Level Goal The password for the next level can be retrieved by submitting the password of the current level to port 30001 on localhost using SSL encryption. Helpful note: Getting “HEARTBEATING” and “Read R BLOCK”? Use -ign_eof and r