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

Configuring OSPFv3

Using the Topology shown, we will configure the Routing Protocol OSPFv3:

Once again, we will be using the same topology, since we already have the IPv6 addresses in place and we know we have connectivity throughout the network. We are simply going to change the routing protocol to OSPF.

This presents an interesting situation, not only for your certification but for real-world scenarios as well. Let's analyze this more closely. We already have EIGRP for IPv6 working fine, but your boss wants you to use OSPFv3, so what do you do?, so what is the issue? The issue is the administrative distance (AD) of the routing protocols. EIGRP has an AD of 90, while OSPF has an AD of 110, so that means if we don't change the AD of OSPF to something lower than EIGRP, OSPF will never make it to the routing table. Removing EIGRP completely before you have another routing...