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 EIGRP for IPv6

The only difference between EIGRP and EIGRP for IPv6 is the configuration. But, it still has all the features that we normally use. One good thing that Cisco has done with EIGRP is that it is not proprietary to Cisco. It is now an open standard. Refer to the following page: http://www.cisco.com/go/eigrp.

R1(config)#ipv6 router eigrp 500
R1(config-rtr)#?
eigrp     EIGRP specific commands
exit       Exit from routing protocol configuration mode
metric    Modify EIGRP routing metrics and parameters
neighbor  Specify a neighbor router
no        Negate a command or set its defaults
passive-interface   Suppress routing updates on an interface
redistribute         Redistribute IPv6 prefixes from another routing protocol
shutdown          Shutdown protocol
variance            Control load balancing variance
R1(config-rtr)# 

When configuring any routing protocol...