Book Image

CCNA Routing and Switching 200-125 Certification Guide

By : Lazaro (Laz) Diaz
Book Image

CCNA Routing and Switching 200-125 Certification Guide

By: Lazaro (Laz) Diaz

Overview of this book

Cisco Certified Network Associate (CCNA) Routing and Switching is one of the most important qualifications for keeping your networking skills up to date. CCNA Routing and Switching 200-125 Certification Guide covers topics included in the latest CCNA exam, along with review and practice questions. This guide introduces you to the structure of IPv4 and IPv6 addresses and examines in detail the creation of IP networks and sub-networks and how to assign addresses in the network. You will then move on to understanding how to configure, verify, and troubleshoot layer 2 and layer 3 protocols. In addition to this, you will discover the functionality, configuration, and troubleshooting of DHCPv4. Combined with router and router simulation practice, this certification guide will help you cover everything you need to know in order to pass the CCNA Routing and Switching 200-125 exam. By the end of this book, you will explore security best practices, as well as get familiar with the protocols that a network administrator can use to monitor the network.
Table of Contents (24 chapters)
4
Subnetting in IPv4
21
Mock Test Questions
22
Assessments

Stateless autoconfiguration using the EUI-64

Let me explain how the EUI-64 exactly created the interface ID address. It is a cool feature that a simple command typed after the network prefix and prefix length can generate an IP address.

The way the interface ID gets created is by using the 48 bit MAC address of the interface; but wait a minute, we said that the interface ID is 64 bits. If you are using the MAC address of the interface, you fall short by 16 bits. That is why EUI-64 pads the address with the FFFE to make up the 16 bits:

After the eui-64 command is used, we get the following:

Do you see where it padded the address? Now it becomes a 64-bit address that we can use on the interface.

But there is something funny about the generated address. The original address started with 00 and now after the eui-64, it starts with a 2. Why was the number changed?

OK, get the coffee...