Tag Archives: ICND2

CCNA Exam Simulation Practice Exercises – Just $19.95!

THIS PROMOTION HAS ENDED – LOOK FOR THE CCNA EXAM SIMULATION PRACTICE EXERCISES FOR SALE SOON! 

Are you looking for an affordable way to practice for the CCENT or CCNA simulations you might receive in your actual exams? Look no further.

The AJSnetworking.com CCENT/CCNA Exam Simulation program emails you at least three Packet Tracer* challenges per week! The next day you receive the solution! This program is currently available at an introductory rate of $19.95 (one-time fee). The completed bundle of practice labs will sell after the introductory rate for $49.95. Get started studying and save money now!

* Packet Tracer 7.2.1 is used for these simulations. Raw config files are also provided for those students using GNS3 or some other lab prep tool!

NOTE: This is a solution for those ACTIVELY pursuing their CCENT and/or CCNA certifications and need the means to verify their grasp of the material learned elsewhere.

The solution is a working lab for you to verify and test as well as a write-up document that provides you with valuable hints, tips, and simulation tricks! The exercises also provide tips on additional practice ideas for each challenge.

 

CCNA Exam Simulation

Did you know that the amazing Packet Tracer tool is free and legal for all to use for CCENT and CCNA prep? You just create a free account (enroll) and download it here:

https://www.netacad.com/courses/packet-tracer-download/?p_auth=h6jOI2lZ&p_p_auth=iJXrHgDA&p_p_id=resendscreenname_WAR

If you have already created your Packet Tracer account, here is a link to the direct download of Packet Tracer. Note that Packet Tracer supports 32 and 64-bit Windows installs, as well as 64-bit Linux:

https://drive.google.com/drive/folders/1v0eXHqQxR_qD2-vSuZroxqlFs_70FQDu?usp=sharing

Are you ready to get started today on your first Simulator Challenge? Just use the PayPal button below! Questions? Email ccna@ajsnetworking.com

ICND1

  1. Configuring IPv4 Addressing
  2. Configuring IPv6 Addressing
  3. Configure IPv6 Stateless Address Auto Configuration
  4. Configure VLANs
  5. Troubleshoot VLANs
  6. Configure Trunks
  7. Trunk Troubleshooting
  8. Configuring and Verifying Port Security
  9. Configure Inter-VLAN Routing (ROAS)
  10. Inter-VLAN Routing (SVIs)
  11. Configure IPv4 Static Routing
  12. Configuring IPv6 Static Routing
  13. Configure RIPv2
  14. RIPv2 Troubleshooting
  15. DHCP Configuration
  16. NTP Configuration
  17. Configure Syslog

ICND2

  1. Configure STP
  2. Configure EtherChannels
  3. Configure OSPFv2
  4. Configure OSPFv3
  5. Troubleshooting OSPF
  6. Configure EIGRP for IPv4
  7. Configure EIGRP for IPv6
  8. Troubleshooting EIGRP
  9. Configuring the WAN
  10. Configuring HSRP
  11. Configuring SNMP
  12. Configuring SPAN
  13. Configure ACLs
  14. Configure NAT
  15. Configure Basic Device Hardening

CCNA Exam Simulation

SDN in the New ICND2!

SDN

SDN (Software Defined Networking) – SURPRISE!

Yes, since everyone seems to be talking about SDN these days, I guess we are not surprised to find SDN rear its head in the latest ICND2 from Cisco Systems. One thing that is surprising I suppose is that fact the three letters never appear in that section of the blueprint! 😉

5.5 Describe network programmability in enterprise network architecture
5.5.a Function of a controller
5.5.b Separation of control plane and data plane
5.5.c Northbound and southbound APIs

In fact, what is even a bit stranger is the fact that someone got the order of these a bit wrong I think. It makes more sense to me to first fully understand the separation of the control plane and the data plane. After that realize the function of a controller. Finally, discuss northbound and southbound APIs. Sigh.

In this quick post, let us take a high level look at these three points, and we can elaborate more in other posts (and perhaps for other certifications).

Separation of Control Plane and Data Plane

There is stuff in your router or switch that is great at building the little databases these devices need. For example, on a switch, we need a nice MAC address table built. On a router, we better have a nifty routing table that is accurate. It is the job of the Control Plane to build these things. A protocol like ARP helps big time with the MAC address table, while a protocol like OSPF helps big time with the routing table.

It helps make things super efficient if your separate that fancy stuff with the raw forwarding mechanics of the devices. Moving frames or packets from one interface to the next based on the information from the Control Plane is the job of the Data Plane (sometimes called the Forwarding Plane).

Function of a Controller

Separating the Control Plane stuff and the Data Plane stuff inside a device is old news and has been going on for a long time! What really gets exciting is in Software Defined Networking where you take the Control Plane intelligence needed and centrally locate it in a device called the Controller. This device can then handle (very efficiently) all the Control Plane items while the other networking devices just handle the Data Plane tasks! Cisco has a version of SDN termed Application Centric Infrastructure (ACI). Sure enough, a key component is the Controller. Of course, it needs a really fancy name, so the Marketing folks came up with – Application Policy Infrastructure Controller – Enterprise Module. Whew, that is a mouthful. What does it actually look like? Well, it is software that is running on a physical server or even a virtual (specially VMware) server in your network.

If you are having trouble sleeping later tonight and/or you are starving for the details on the APIC-EM – check this out.

Northbound and Southbound APIs

But wait – we have a potential problem here! How are all of these devices going to communicate. For example, if someone wants to write a program to control the network using the controller, what language will they use? And what language will the controller use to communicate to the network devices? The answer is in APIs application programming interfaces. These are basically standardized languages for communications between devices.

Think of the fancy Cisco controller sitting in the middle between two things. On top, you have a programmer that wants to develop a program to get information from the controller and provide the controller with instructions for controlling the devices. Because this is above the Controller in our diagram, we call the language options Northbound APIs. Cisco likes to use REST-based APIs. This allows the fancy discovery and control of the network elements using the HTTPs protocol.

What about the APIs that are used below the Controller? Those APIs for the Controller to actually command the network devices? These are Southbound APIs. Duh. 🙂 Cisco likes to keep it simple – they use the command-line interface (CLI) and Simple Network Management Protocol (SNMP).

I hope you glean from this post a nice overview of this complex topic. Of course more details to follow! Until then, as always, study with passion my friends!
Pearson Education (InformIT)