📜 ⬆️ ⬇️

Self-study for CCNP exams (personal experience)

Hello! In this article I want to share with you my personal experience in preparing and successfully passing the three mandatory exams for acquiring the CCNP certificate.

As a preamble, I want to warn you that we will talk about exams valid until January 29th, 2015 . After this date, you will need to submit their updated versions (you can read about the differences here ). Despite this, the strategy and sources of information (meaning their updated versions) remain unchanged.

I will begin, perhaps, from my home setup, and then I will move on to a phased description of the preparation process for each exam.

And so, my home laboratory consists of:

It looks like this:





The PC serves as a console server based on a ubuntu-like Linux, with an adapter of serial ports connected from it, from which 4 cables run to the console ports of the switches (only 4 of the 6 are used). Communication with serial ports is provided by the ser2net application. Also, the PC contains virtual machines based on TinyCore miniature linux images for use as clients / hosts; they connect to switch ports through the network interfaces of external USB-to-Ethernet cards. In the appendage, all this stuff is controlled by power using the IP relyushek card, thereby providing the ability to remotely start the system.
')
Let's go directly to the exams themselves.

CCNP ROUTE 642-902


In my humble opinion, it is necessary to begin with it, since understanding the principles of the routing protocols, as well as redistribution and route manipulation, will greatly facilitate the preparation for the second exam, which will be discussed later.

Information sources

1. Implementing Cisco IP Routing (ROUTE) Foundation Learning Guide - the book provides comprehensive knowledge on each topic. Volume chapters help to study in detail the work of all major protocols. Read it first.

2. CCNP ROUTE 642-902 Official Certification Guide - this book somewhat repeats the first one, but the material in it is presented in a more condensed form. It allows you to update the memory in a short time on topics read in the first book. Each chapter is given a list of test questions, with the correct answer to which the reader may skip the chapter ( not recommended ). Also, the author shares in it in simple ways of memorizing certain difficult moments, such as, for example, BGP Best Path Selection using mnemonics. I recommend the purchase of the Premium version, since it includes a test exam from Boson.

3. How to Master CCNP ROUTE is an excellent little book from the independent expert René Molenaar, where everything that a candidate needs to know is explained with a simple language and with a bunch of examples and listings. Keep it handy.

4. Cisco online documentation - unfortunately, during the exam come across tricky questions, the answers to which are not covered in the entire book. In order not to lose extra points, I recommend that you often refer to the Cisco documentation to clarify the subtleties of the mechanisms, as well as to consolidate the material covered.

5. The Cisco Learning Network portal is a major Cisco learning forum. Contains a huge number of topics. If you have found the answer to your question, feel free to create a new topic. There are plenty of people there, many of them are ready to come to your aid. Also, the forum contains a large amount of documentation. The main thing is not to be lazy to use the search.

6. CCNP ROUTE 642-902 Quick Reference - all the most important things to remember about before entering the examination room.

From theory to practice

Having finished reading, we proceed to practical exercises. In fact, if possible, it is better to alternate theory with work in the console.
My main tools were GNS3 and PacketTracer version 6.1 simulators. The advantage of the first, as you know, is the ability to work with real IOS images. This gives you confidence that the device works exactly as the manufacturer intended! In PacketTracer, on the other hand, there are too many critical bugs, and the devices themselves often do not behave like their real counterparts, therefore, GNS3 was chosen as my main lab environment. I used PT only in cases when it was necessary to quickly test a small config.

I took laboratory tasks from the collection CCNP ROUTE 6.0 SLM ( Student Lab Manual ). The document is intended for students attending official Cisco courses, but it is easy to find on the network for free access. In addition, the Rene Molenaar website contains a large number of labs with ready-made configs for downloading to GNS3 ( version 1.x required ).

How much time is required

It took me about three months to complete my training. I diligently read the first two, occasionally playing with the console, and the last month was spent on repetition of the material and practical exercises. The exam was passed on the first attempt.

CCNP SWITCH 642-813


In my opinion, the most difficult and costly exam in finance. Its complexity lies in a clear understanding of the work of all small cogs and grooves of the components that underlie switching technologies. In addition, it also requires knowledge accumulated in preparation for the previous exam. The financial side of the issue is also not happy, because for practical exercises you need to buy real hardware (of course, if you can get it for yourself for a while, you will save a lot of money ). Yes, by the way, in GNS3 versions 1.x there was support for IOU switches, but I honestly did not try to use them. If you have experience with them, share.

Information sources

1. Implementing Cisco IP Switched Networks (SWITCH) Foundation Learning Guide is the same as in the case of ROUTE, but with the only difference that here this book rather complements the second one in this series.
2. CCNP SWITCH 642-813 Official Certification Guide - in this book you will find what is missing in the first one, and vice versa. So, we read both carefully. To purchase again recommended Premium version with tests.
3. How to Master CCNP SWITCH - to facilitate difficult-to-digit sections.
4. Articles by Peter Lopukhov in the INE blog on STP / RSTP / MSTP: tyts and tyts .
5. By itself, the online documentation and CLN forum.
6. CCNP SWITCH 642-813 Quick Reference
Brochure - crib.

From theory to practice

The SWITCH theory is quite voluminous, replete with a large number of important details and complex algorithms that require the reader to have a clear understanding of the operation of the whole system. One of the most difficult topics is STP, most of the exam questions have been compiled on it. To understand how this protocol works, you can only thoroughly examine it on real equipment, resorting to the help of the built-in debugging in IOS and external traffic analyzers, like Wireshark . Spend as much time as possible in the console, in particular, study the STP reaction to certain events. Learn to distribute the roles of bridges in your mind, as well as the state of the ports.
Laboratory work can be found all on the same site , as well as from the collection CCNP SWITCH 6.0 SLM (Student Lab Manual).

How much time is required

It took me about two and a half months to read, and another 15 days to complete final preparation before the exam. It was possible to pass on the first attempt.

TSHOOT 642-832


It's time to take a break in the truest sense of the word. We have reached the easiest, and sometimes even enjoyable, exam. Here you will not have to learn something fundamentally new, with the exception of a couple of monitoring protocols and a small introductory chapter on methods of preventing and identifying problems in networks. But to repeat the material passed previous exams will be very helpful. This will help you brochures Quick Reference, which I mentioned above.
In addition, the exam itself is not similar to the previous ones; there are practically no usual questions with one or multiple choice, drag-n-shots and all sorts of symlets. On the contrary, you will be prompted to troubleshoot problems described in the style of troubles (incidents). How it looks, you can understand, having worked in the free demo version of the exam here .

Information sources

1. CCNP TSHOOT 642-832 Official Certification Guide - author of the book Kevin Wallace claims that he compiled the book in such a way that the reader could just remember all the important points and learn how to independently identify and eliminate the causes of problems. To do this, at the end of each chapter contains a structured scenario of the problem with a step-by-step description of the analysis of information and actions to localize and eliminate its causes. This book will be quite enough for the theoretical part.

2. Videos on the trashlshuting strategy from Kevin Wallace:
TSHOOT Bull's Eye Strategy # 1
TSHOOT Bull's Eye Strategy # 2
TSHOOT Bull's Eye Strategy # 3

3. CCNP TSHOOT 642-832 Quick Reference - a brain freshener.

From theory to practice

First of all, we arm ourselves with the official topology, taking it here: Exam Topology

Yes, yes, this is the same network topology that is used during the exam. Strangely enough, but Cisco decided to meet the candidates, and put it in open access. Of course, the exam questions are confidential, but there is an opportunity to duplicate the topology at home, and begin to set up our own experiments on the destruction of the universe, the destruction and restoration of the work network. If you have a familiar networker on hand, ask him to break the net for you, but so that you should sweat in search of the “jambs” he has brought. You can also use the previously broken configs from the respected René.

Finally, I will say that I collected my topology in GNS3 ( in terms of routers ), connecting the virtual component with my physical switches through Cloud.

It looks like this:

The area marked with a red dotted line is just a neatly superimposed image for easy reading of the entire topology. Under the DSW1 and DSW2 icons, Cloud-s are hidden — devices for interfacing with external switches.

How much time is required

It took 20 days to master the book, plus 10 days to practice. Total - only a month. Passed by typing the maximum number of points.

Well, that's all I wanted to tell the respected community. I hope my experience will be useful for future professionals in the field of network technologies.

Have a good session!

Source: https://habr.com/ru/post/245081/


All Articles