EIGRP CHAPTER 9. Configuring Enhanced Interior Gateway Routing Protocol (EIGRP)

Size: px
Start display at page:

Download "EIGRP CHAPTER 9. Configuring Enhanced Interior Gateway Routing Protocol (EIGRP)"

Transcription

1 CHAPTER 9 EIGRP This chapter provides information and commands concerning the following topics: Configuring Enhanced Interior Gateway Routing Protocol (EIGRP) EIGRP auto-summarization Load balancing: variance Bandwidth use Authentication Verifying EIGRP Troubleshooting EIGRP Configuration example: EIGRP Configuring Enhanced Interior Gateway Routing Protocol (EIGRP) Router(config)#router eigrp 100 Turns on the EIGRP process. 100 is the autonomous system number, which can be a number between 1 and 65,535. All routers in the same autonomous system must use the same autonomous system number. Router(config-router)#network Router(config-if)#bandwidth x Specifies which network to advertise in EIGRP. Sets the bandwidth of this interface to x kilobits to allow EIGRP to make a better metric calculation. TIP: The bandwidth command is used for metric calculations only. It does not change interface performance. Router(config-router)#no network Removes the network from the EIGRP process.

2 82 EIGRP Auto-Summarization Router(config)#no router eigrp 100 Disables routing process 100. Router(config-router)#network Router(config-router)#metric weights tos k1 k2 k3 k4 k5 Identifies which interfaces or networks to include in EIGRP. Interfaces must be configured with addresses that fall within the wildcard mask range of the network statement. A network mask can also be used here. Changes the default k values used in metric calculation. These are the default values: tos=0, k1=1, k2=0, k3=1, k4=0, k5=0 NOTE: tos is a reference to the original Interior Gateway Routing Protocol (IGRP) intention to have IGRP perform type-of-service routing. Because this was never adopted into practice, the tos field in this command is always set to zero (0). NOTE: With default settings in place, the metric of EIGRP is reduced to the slowest bandwidth plus the sum of all the delays of the exit interfaces from the local router to the destination network. TIP: For two routers to form a neighbor relationship in EIGRP, the k values must match. CAUTION: Unless you are very familiar with what is occurring in your network, it is recommended that you do not change the k values. EIGRP Auto-Summarization Router(config-router)#auto-summary Enables auto-summarization for the EIGRP process. NOTE: The default behavior of autosummarized changed from enabled to disabled was introduced in Cisco IOS Software Release 12.2(8)T. Router(config-router)#no autosummary Turns off the auto-summarization feature.

3 Load Balancing: variance 83 NOTE: The behavior of the autosummary command is disabled by default, beginning in Cisco IOS Software Release 12.2(8)T. This means that Cisco IOS Software will now send subprefix routing information across classful network boundaries. Router(config)#interface fastethernet 0/0 Router(config-if)#ip summaryaddress eigrp Enables manual summarization for EIGRP autonomous system 100 on this specific interface for the given address and mask. An administrative distance of 75 is assigned to this summary route. NOTE: The administrative-distance argument is optional in this command. Without it, an administrative distance of 5 is automatically applied to the summary route. CAUTION: EIGRP automatically summarizes networks at the classful boundary. A poorly designed network with discontiguous subnets could have problems with connectivity if the summarization feature is left on. For instance, you could have two routers advertise the same network /16 when in fact they wanted to advertise two different networks /24 and /24. Recommended practice is that you turn off automatic summarization if necessary, use the ip summary-address command, and summarize manually what you need to. Load Balancing: variance Router(config)#router eigrp 100 Creates routing process 100 Router(config-router)#network Router(config-router)#variance n Specifies which network to advertise in EIGRP Instructs the router to include routes with a metric less than or equal to n times the minimum metric route for that destination, where n is the number specified by the variance command

4 84 Authentication NOTE: NOTE: If a path is not a feasible successor, it is not used in load balancing. EIGRP supports up to six unequal-cost paths. Bandwidth Use Router(config)#interface serial 0/0 Router(config-if)#bandwidth 256 Router(config-if)#ip bandwidth-percent eigrp Sets the bandwidth of this interface to 256 kilobits to allow EIGRP to make a better metric calculation. Configures the percentage of bandwidth that may be used by EIGRP on an interface. 50 is the EIGRP autonomous system number. 100 is the percentage value. 100% * 256 = 256 kbps. NOTE: By default, EIGRP is set to use only up to 50 percent of the bandwidth of an interface to exchange routing information. Values greater than 100 percent can be configured. This configuration option might prove useful if the bandwidth is set artificially low for other reasons, such as manipulation of the routing metric or to accommodate an oversubscribed multipoint Frame Relay configuration. NOTE: The ip bandwidth-percent command relies on the value set by the bandwidth command. Authentication Router(config)#interface serial 0/0 Router(config-if)#ip authentication mode eigrp 100 md5 Router(config-if)#ip authentication key-chain eigrp 100 romeo Router(config-if)#exit Enables Message Digest 5 algorithm (MD5) authentication in EIGRP packets over the interface. Enables authentication of EIGRP packets. romeo is the name of the key chain. Returns to global configuration mode.

5 Authentication 85 Router(config)#key chain romeo Router(config-keychain)#key 1 Identifies a key chain. The name must match the name configured in interface configuration mode above. Identifies the key number. NOTE: The range of keys is from 0 to The key identification numbers do not need to be consecutive. At least 1 key must be defined on a key chain. Router(config-keychain-key)#keystring shakespeare Identifies the key string. NOTE: The string can contain from 1 to 80 uppercase and lowercase alphanumeric characters, except that the first character cannot be a number. Router(config-keychainkey)#accept-lifetime start-time {infinite end-time duration seconds} Optionally specifies the period during which the key can be received. NOTE: The default start time and the earliest acceptable date is January 1, The default end time is an infinite period. Router(config-keychain-key)#sendlifetime start-time {infinite endtime duration seconds} Optionally specifies the period during which the key can be sent. NOTE: The default start time and the earliest acceptable date is January 1, The default end time is an infinite period. NOTE: For the start time and the end time to have relevance, ensure that the router knows the correct time. Recommended practice dictates that you run Network Time Protocol (NTP) or some other time-synchronization method if you intend to set lifetimes on keys.

6 86 Troubleshooting EIGRP Verifying EIGRP Router#show ip eigrp neighbors Router#show ip eigrp neighbors detail Displays the neighbor table. Displays a detailed neighbor table. TIP: The show ip eigrp neighbors detail command verifies whether a neighbor is configured as a stub router. Router#show ip eigrp interfaces Router#show ip eigrp interfaces serial 0/0 Router#show ip eigrp interfaces 100 Router#show ip eigrp topology Shows information for each interface. Shows information for a specific interface. Shows information for interfaces running process 100. Displays the topology table. TIP: The show ip eigrp topology command shows you where your feasible successors are. Router#show ip eigrp traffic Router#show ip route eigrp Shows the number and type of packets sent and received. Shows a routing table with only EIGRP entries. Troubleshooting EIGRP Router#debug eigrp fsm Router#debug eigrp packet Router#debug eigrp neighbor Router#debug ip eigrp neighbor Router#debug ip eigrp notifications Displays events/actions related to EIGRP feasible successor metrics (FSM) Displays events/actions related to EIGRP packets Displays events/actions related to your EIGRP neighbors Displays events/actions related to your EIGRP neighbors Displays EIGRP event notifications

7 Configuration Example: EIGRP 87 Configuration Example: EIGRP Figure 9-1 illustrates the network topology for the configuration that follows, which shows how to configure EIGRP using the commands covered in this chapter. Figure 9-8 Network Topology for EIGRP Configuration s0/ /24 Austin fa0/ /24 s0/ /24 DCE Houston fa0/ /24 s0/0 Corporate Network EIGRP Routing with MD5 Authentication Between Routers / /24 Austin Router Austin>enable Austin#configure terminal Austin(config)#interface serial 0/0 Austin(config-if)#ip address Austin(config-if)#ip authentication mode eigrp 100 md5 Austin(config-if)#ip authentication key-chain eigrp 100 susannah Austin(config-if)#no shutdown Austin(config-if)#interface fastethernet 0/1 Austin(config-if)#ip address Austin(config-if)#no shutdown Austin(config-if)#router eigrp 100 Moves to privileged mode. Moves to global configuration mode. Assigns the IP address and netmask. Enables MD5 authentication in EIGRP packets. Enables authentication of EIGRP packets. susannah is the name of the key chain. Enables the interface. Assigns the IP address and netmask. Enables the interface. Enables EIGRP routing.

8 88 Configuration Example: EIGRP Austin(config-router)#no auto-summary Austin(config-router)#network Austin(config-router)#key chain susannah Austin(config-keychain)#key 1 Austin(config-router)#eigrp logneighbor-changes Austin(config-keychain-key)#keystring tower Austin(config-keychain-key)#acceptlifetime 06:30:00 Apr infinite Austin(config-keychain-key)#sendlifetime 06:30:00 Apr :45:00 Apr Austin(config-keychain-key)#exit Austin(config)#exit Austin#copy running-config startupconfig Disables auto-summarization. Changes with neighbors will be displayed. Advertises directly connected networks (classful address only). Identifies a key chain name, which must match the name configured in interface configuration mode. Identifies the key number. Identifies the key string. Specifies the period during which the key can be received. Specifies the period during which the key can be sent. Returns to global configuration mode. Returns to privileged mode Saves the configuration to NVRAM. Houston Router Houston>enable Houston#configure terminal Houston(config)#interface serial 0/1 Houston(config-if)#ip address Houston(config-if)#ip authentication mode eigrp 100 md5 Houston(config-if)#ip authentication key-chain eigrp 100 eddie Moves to privileged mode. Moves to global configuration mode. Assigns the IP address and netmask. Enables MD5 authentication in EIGRP packets. Enables authentication of EIGRP packets. eddie is the name of the key chain.

9 Configuration Example: EIGRP 89 Houston(config-if)#clock rate Houston(config-if)#no shutdown Houston(config-if)#interface fastethernet 0/1 Houston(config-if)#ip address Houston(config-if)#no shutdown Houston(config-if)#router eigrp 100 Houston(config-router)#no auto-summary Houston(config-router)#network Houston(config-router)#key chain eddie Houston(config-keychain)#key 1 Houston(config-router)#eigrp logneighbor-changes Houston(config-keychain-key)#keystring tower Houston(config-keychain-key)#acceptlifetime 06:30:00 Apr infinite Houston(config-keychain-key)#sendlifetime 06:30:00 Apr :45:00 Apr Houston(config-keychain-key)#exit Houston(config)#exit Houston#copy running-config startupconfig Sets the clock rate. Enables the interface. Assigns the IP address and netmask. Enables the interface. Enables EIGRP routing. Disables auto-summarization. Changes with neighbors will be displayed. Advertises directly connected networks (classful address only). Identifies a key chain name, which must match the name configured in interface configuration mode. Identifies the key number. Identifies the key string. Specifies the period during which the key can be received. Specifies the period during which the key can be sent. Returns to global configuration mode. Returns to privileged mode. Saves the configuration to NVRAM.

Lab 9.6.1: Basic EIGRP Configuration Lab

Lab 9.6.1: Basic EIGRP Configuration Lab Lab 9.6.1: Basic EIGRP Configuration Lab Topology Diagram Address Table 1 Learning Objectives Upon completion of this lab, you will be able to: Cable a network according to the Topology Diagram. Erase

More information

This chapter covers the following topics:

This chapter covers the following topics: This chapter covers the following topics: Configuring EIGRP This section describes the basic configuration commands necessary to support routing. Verifying the EIGRP operation This section describes show

More information

Integrated IS-IS CHAPTER 4. ISO Network Entity Title (NET)

Integrated IS-IS CHAPTER 4. ISO Network Entity Title (NET) CHAPTER 4 Integrated IS-IS This chapter provides information and commands concerning the following Intermediate System-to-Intermediate System (IS-IS) topics: ISO Network Entity Title (NET) Rules for creating

More information

ITE PC v4.0. Chapter Cisco Systems, Inc. All rights reserved. Cisco Public

ITE PC v4.0. Chapter Cisco Systems, Inc. All rights reserved. Cisco Public EIGRP Routing Protocols and Concepts Chapter 9 1 Objectives Describe the background and history of Enhanced Interior Gateway Routing Protocol (EIGRP). Examine the basic EIGRP configuration commands and

More information

Section 6. Implementing EIGRP ICND2

Section 6. Implementing EIGRP ICND2 ICND2 Section 6 Implementing EIGRP Enhanced Interior Gateway Routing Protocol (EIGRP) was introduced in Cisco IOS Release 9.21 as an enhancement to the limitations of IGRP. IGRP was developed by Cisco

More information

Introduction to Local and Wide Area Networks

Introduction to Local and Wide Area Networks Introduction to Local and Wide Area Networks Lecturers Amnach Khawne Jirasak Sittigorn Chapter 1 1 Routing Protocols and Concepts Chapter 8 : The Routing Table: A Closer Look Chapter 9 : EIGRP Chapter

More information

EIGRP 04/01/2008. Routing Protocols and Concepts Chapter 9 Modified by Tony Chen

EIGRP 04/01/2008. Routing Protocols and Concepts Chapter 9 Modified by Tony Chen EIGRP Routing Protocols and Concepts Chapter 9 Modified by Tony Chen 04/01/2008 1 Introduction 2 EIGRP Roots of EIGRP: IGRP -Developed in 1985 to overcome RIPv1 s limited hop count -Distance vector routing

More information

EIGRP. Routing Protocols and Concepts Chapter 9. Video Frank Schneemann, MS EdTech

EIGRP. Routing Protocols and Concepts Chapter 9. Video Frank Schneemann, MS EdTech Video Frank Schneemann, MS EdTech EIGRP Routing Protocols and Concepts Chapter 9 ITE PC v4.0 Chapter 1 2007 Cisco Systems, Inc. All rights reserved. Cisco Public 1 9.0.1 Introduction Enhanced Interior

More information

Lab10- Configuring EIGRP

Lab10- Configuring EIGRP Lab10- Configuring EIGRP Topology Lab10- Configuring EIGRP Page 1 Learning Objectives Upon completion of this lab, you will be able to: Cable a network according to the Topology Diagram. Erase the startup

More information

CCNA 3 (v v6.0) Chapter 7 Exam Answers % Full

CCNA 3 (v v6.0) Chapter 7 Exam Answers % Full CCNA 3 (v5.0.3 + v6.0) Chapter 7 Exam Answers 2017 100% Full ccnav6.com /ccna-3-v5-0-3-v6-0-chapter-7-exam-answers-2017-100-full.html CCNA Exam Answers 2017 CCNA 3 (v5.0.3 + v6.0) Chapter 7 Exam Answers

More information

Cisco CCNA EIGRP Part II

Cisco CCNA EIGRP Part II Cisco CCNA EIGRP Part II Cisco CCNA Steps to Configuring EIGRP MD5 Authentication (continued) Specific commands and an example are shown on the following slide. Cisco CCNA Configuring EIGRP MD5 Authentication

More information

CCNA3 Skills-based Assessment. Part 1 of 2 Assessment of Intermediate Routing skills. Objectives. Preconfigs

CCNA3 Skills-based Assessment. Part 1 of 2 Assessment of Intermediate Routing skills. Objectives. Preconfigs CCNA3 Skills-based Assessment Part 1 of 2 Assessment of Intermediate Routing skills Objectives Preconfigs Configure OSPF with authentication Configure EIGRP Configure default routing and propagate it using

More information

Smart Serial. Show interfaces. Shut down. logging synchronous

Smart Serial. Show interfaces. Shut down. logging synchronous SEMESTER 2 Chapter 2 Static Networking V 4.0 2.1.1 What are the primary responsibilities of the router? 2.1.3 What is the first serial connector described called at the router end? What is the first serial

More information

Introduction. Lab Diagram

Introduction. Lab Diagram Introduction The onfiguring EIGRP module provides you with the instructions and isco hardware to develop your hands on skills in EIGRP, including authentication and receiving routes over a wide area network.

More information

Final exam study Guide

Final exam study Guide Final exam study Guide K-1A * In relationship to the OSI layer model and encapsulation/decapsulation process, what happen to a packet that travels through multiple hops of routers? - What happen to the

More information

CCNA 3 (v v6.0) Chapter 8 Exam Answers % Full

CCNA 3 (v v6.0) Chapter 8 Exam Answers % Full CCNA 3 (v5.0.3 + v6.0) Chapter 8 Exam Answers 2017 100% Full ccnav6.com /ccna-3-v5-0-3-v6-0-chapter-8-exam-answers-2017-100-full.html CCNA Exam Answers 2017 CCNA 3 (v5.0.3 + v6.0) Chapter 8 Exam Answers

More information

CCNP IPSOFTWARE EIGRP ROUTE Lab Manual.

CCNP IPSOFTWARE EIGRP ROUTE Lab Manual. Lab Manual CCNP ROUTE 300-101 EIGRP Lab - 1 : EIGRP-Basic Configuration Lab - 2 : EIGRP-Metric and Variance Load Sharing Lab - 3 : EIGRP-Summarization Lab - 4 : EIGRP-Query Control Lab - 5 : EIGRP-Authentication

More information

IP Enhanced IGRP Commands

IP Enhanced IGRP Commands IP Enhanced IGRP Commands Use the commands in this chapter to configure and monitor IP Enhanced IGRP. For configuration information and examples, refer to the Configuring IP Enhanced IGRP chapter of the

More information

9.1. Routing Protocols

9.1. Routing Protocols 9.1. Routing Protocols Each organization that has been assigned a network address from an ISP is considered an autonomous system (AS). That organization is free to create one large network, or divide the

More information

Configuring EIGRP. Overview CHAPTER

Configuring EIGRP. Overview CHAPTER CHAPTER 24 This chapter describes how to configure the adaptive security appliance to route data, perform authentication, and redistribute routing information, using the Enhanced Interior Gateway Routing

More information

cisco. Number: Passing Score: 800 Time Limit: 120 min.

cisco. Number: Passing Score: 800 Time Limit: 120 min. 300-101.cisco Number: 300-101 Passing Score: 800 Time Limit: 120 min Exam A QUESTION 1 Examine the following output of the show ip ospf interface command. What would be the effect of executing the auto-cost

More information

CIS 83 LAB 3 - EIGRP Rich Simms September 23, Objective. Scenario. Topology

CIS 83 LAB 3 - EIGRP Rich Simms September 23, Objective. Scenario. Topology CIS 83 LAB 3 - EIGRP Rich Simms September 23, 2006 Objective The objective of this lab is to become familiar setting up and configuring EIGRP on three routers. EIGRP is a Cisco proprietary distance-vector

More information

Configuring EIGRP. Finding Feature Information

Configuring EIGRP. Finding Feature Information The Enhanced Interior Gateway Routing Protocol (EIGRP) is an enhanced version of the Interior Gateway Routing Protocol (IGRP) developed by Cisco. The convergence properties and the operating efficiency

More information

Building the Routing Table. Introducing the Routing Table Directly Connected Networks Static Routing Dynamic Routing Routing Table Principles

Building the Routing Table. Introducing the Routing Table Directly Connected Networks Static Routing Dynamic Routing Routing Table Principles Building the Routing Table Introducing the Routing Table Directly Connected Networks Static Routing Dynamic Routing Routing Table Principles Introducing the Routing Table R1# show ip route Codes: C - connected,

More information

Chapter 5 RIP version 1

Chapter 5 RIP version 1 Cisco CCNA 2 Exploration - Routing Chapter 5 RIP version 1 João José jjose@ualg.pt http://w3.ualg.pt/~jjose/cisco/ Based on: Graziani, R. (2008) CIS 82 Routing Theory and Concepts RIPv1: A Distance Vector,

More information

EIGRP. About EIGRP. CLI Book 1: Cisco ASA Series General Operations CLI Configuration Guide, 9.7 1

EIGRP. About EIGRP. CLI Book 1: Cisco ASA Series General Operations CLI Configuration Guide, 9.7 1 This chapter describes how to configure the Cisco ASA to route data, perform authentication, and redistribute routing information using the Enhanced Interior Gateway Routing Protocol (). About, page 1

More information

F. Configure a distribute-list on router RTA that allows it to advertise all routes to the spoke routers.

F. Configure a distribute-list on router RTA that allows it to advertise all routes to the spoke routers. Refer to the exhibit. Router RTA is the hub router for routers RTB and RTC. The Frame Relay network is configured with EIGRP, and the entire network is in autonomous system 1. However, router RTB and RTC

More information

(ii) Simei(config)#line console 0 Simei(config-line)#password Networking Simei(config-line)#exit

(ii) Simei(config)#line console 0 Simei(config-line)#password Networking Simei(config-line)#exit Sep 2008 Section A 1. Any of the following 2: a. Frame relay b. ISDN c. PPP d. HDLC 2. (i) RAM copy running-config startup-config 3. hardware platform, feature set, file format, version 4. (i) Cisco Discovery

More information

Routing Protocol. RIPv1

Routing Protocol. RIPv1 Outline Routing Protocol RIPv1, RIPv2, EIGRP OSPF o RIPv1, RIPv2 o EIGRP o OSPF 2 3 RIPv1 RIP Characteristics A classful, Distance Vector (DV) routing protocol Metric = hop count Routes with a hop count

More information

CCNA Questions/Answers Routing Protocols

CCNA Questions/Answers Routing Protocols Refer to the exhibit and configuration shown above. Routers R1 and R2 are properly configured with eigrp 976 protocol and are able to ping interfaces fa0/1 and fa0/2, respectively. Which commands are necessary

More information

Configuring Networking Protocols

Configuring Networking Protocols 11 CHAPTER This chapter describes how to configure the ML-Series card for supported IP routing protocols. It is intended to provide enough information for a network administrator to get the protocols up

More information

Default & Static Routes and Routing Information Protocol. Presented by : Mohammed Hamad

Default & Static Routes and Routing Information Protocol. Presented by : Mohammed Hamad Default & Static Routes and Routing Information Protocol Presented by : Mohammed Hamad When a device has multiple paths to reach a destination, it always selects one path by preferring it over others.

More information

Basic IP Routing. Finding Feature Information. Information About Basic IP Routing. Variable-Length Subnet Masks

Basic IP Routing. Finding Feature Information. Information About Basic IP Routing. Variable-Length Subnet Masks This module describes how to configure basic IP routing. The Internet Protocol (IP) is a network layer (Layer 3) protocol that contains addressing information and some control information that enables

More information

Distance vector Routing protocols. 2000, Cisco Systems, Inc. 9-1

Distance vector Routing protocols. 2000, Cisco Systems, Inc. 9-1 Distance vector Routing protocols 2000, Cisco Systems, Inc. 9-1 IP Routing Configuration Tasks Router configuration Select routing protocols Specify networks or interfaces RIP Network 172.16.0.0 IGRP,

More information

Interconnecting Cisco Networking Devices Part 2

Interconnecting Cisco Networking Devices Part 2 ICND2 Interconnecting Cisco Networking Devices Part 2 Volume 2 Version 1.0 Student Guide Editorial, Production, and Web Services (EPWS): 07.25.07 DISCLAIMER WARRANTY: THIS CONTENT IS BEING PROVIDED AS

More information

Basic IP Routing. Finding Feature Information. Information About Basic IP Routing. Variable-Length Subnet Masks

Basic IP Routing. Finding Feature Information. Information About Basic IP Routing. Variable-Length Subnet Masks This module describes how to configure basic IP routing. The Internet Protocol (IP) is a network layer (Layer 3) protocol that contains addressing information and some control information that enables

More information

IP Routing Protocol-Independent Commands

IP Routing Protocol-Independent Commands IP Routing Protocol-Independent Commands Use the commands in this chapter to configure and monitor the features that are routing protocol-independent. For configuration information and examples on IP routing

More information

Cisco IOS IP Routing: EIGRP Command Reference

Cisco IOS IP Routing: EIGRP Command Reference Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION

More information

CCNA relevante Befehle

CCNA relevante Befehle CCNA relevante Befehle router>enable Password: router#disable router>en Password: router#configure terminal router(config)#exit router#show arp router#show flash: all router#show history router#show interfaces

More information

Advanced Networking: Routing & Switching 2 Chapter 7

Advanced Networking: Routing & Switching 2 Chapter 7 EIGRP Advanced Networking: Routing & Switching 2 Chapter 7 Copyleft 2014 Hacklab Cosenza (http://hlcs.it) Released under Creative Commons License 3.0 By-Sa Cisco name, logo and materials are Copyright

More information

Configuring EIGRP. Finding Feature Information. Contents

Configuring EIGRP. Finding Feature Information. Contents Configuring EIGRP First Published: 2005 Last Updated: September 10, 2010 Enhanced Interior Gateway Routing Protocol (EIGRP) is an enhanced version of the IGRP developed by Cisco. The convergence properties

More information

Lab Configuring OSPF Authentication 2500 Series

Lab Configuring OSPF Authentication 2500 Series Lab 2.3.4 Configuring OSPF Authentication 2500 Series Objective Setup an IP addressing scheme for Open Shortest Path First (OSPF) area. Configure and verify OSPF routing. Introduce OSPF authentication

More information

2008 NDP Lectures 7 th Semester

2008 NDP Lectures 7 th Semester 2008 NDP Lectures 7 th Semester Neeli R. Prasad, Associate Professor Head of Wireless Security and Sensor Networks Group Networking and Security Aalborg University Niels Jernes Vej 12, 9220 Aalborg East,

More information

Finding Support Information for Platforms and Cisco IOS and Catalyst OS Software Images

Finding Support Information for Platforms and Cisco IOS and Catalyst OS Software Images Configuring EIGRP This chapter describes how to configure Enhanced Interior Gateway Routing Protocol (EIGRP). For a complete description of the EIGRP commands listed in this chapter, refer to the EIGRP

More information

OSPF single area configuration lab on packet tracer

OSPF single area configuration lab on packet tracer OSPF single area configuration lab on packet tracer This OSPF lab is created in packet tracer and you will learn the OSPF single area configuration from this lab. Configuring the OSPF Routing Process This

More information

EXAM Implementing Cisco IP Routing (ROUTE)

EXAM Implementing Cisco IP Routing (ROUTE) CISCO EXAM - 642-902 Implementing Cisco IP Routing (ROUTE) TYPE: DEMO http://www.examskey.com/642-902.html Examskey CISCO 642-902 exam demo product is here for you to test the quality of the product. This

More information

Lecture (03) RIP. By: Dr. Ahmed ElShafee. Dr. Ahmed ElShafee, ACU : Fall 2016, Practical App. Networks II

Lecture (03) RIP. By: Dr. Ahmed ElShafee. Dr. Ahmed ElShafee, ACU : Fall 2016, Practical App. Networks II Lecture (03) RIP By: Dr. Ahmed ElShafee ١ Dr. Ahmed ElShafee, ACU : Fall 2016, Practical App. Networks II Dynamic Routing Protocol Overview Routing protocols are used between routers to determine paths

More information

Configuring IP Summary Address for RIPv2

Configuring IP Summary Address for RIPv2 Finding Feature Information, page 1 Information About IP Summary Address for RIPv2, page 1 How to Configure IP Summary Address for RIPv2, page 3 Configuring Examples for IP Summary Address for RIPv2, page

More information

IP Routing: RIP Command Reference, Cisco IOS XE Release 3SE (Catalyst 3850 Switches)

IP Routing: RIP Command Reference, Cisco IOS XE Release 3SE (Catalyst 3850 Switches) IP Routing: RIP Command Reference, Cisco IOS XE Release 3SE (Catalyst 3850 Switches) First Published: January 11, 2013 Last Modified: January 11, 2013 Americas Headquarters Cisco Systems, Inc. 170 West

More information

Add Path Support in EIGRP

Add Path Support in EIGRP The feature enables hubs in a single Dynamic Multipoint VPN (DMVPN) domain to advertise multiple best paths to connected spokes when the Enhanced Interior Gateway Routing Protocol (EIGRP) is the routing

More information

SEMESTER 2 Chapter 3 Introduction to Dynamic Routing Protocols V 4.0

SEMESTER 2 Chapter 3 Introduction to Dynamic Routing Protocols V 4.0 SEMESTER 2 Chapter 3 Introduction to Dynamic Routing Protocols V 4.0 3.1.1 What are the four routing RIP, RIPv2, EIGRP, OSPFv2 protocols that are the focus of this course? 3.1.1.2 What are routing protocols?

More information

CCNP Route Questions/Answers Labs

CCNP Route Questions/Answers Labs Refer to the exhibit. R2 is an ASBR for EIGRP AS 100 and OSPF Area 24. R3 is an ASBR for EIGRP AS 100 and OSPF Area 34. R1 is configured for EIGRP AS 100, and is router where you can ping from. R4 has

More information

College of DuPage. CCNA3 V3.0 Switching Basics and Intermediate Routing: Module 1: Introduction to Classless Routing

College of DuPage. CCNA3 V3.0 Switching Basics and Intermediate Routing: Module 1: Introduction to Classless Routing College of DuPage CCNA3 V3.0 Switching Basics and Intermediate Routing: Module 1: Introduction to Classless Routing 3-2004 1 Overview With the phenomenal growth of the Internet and TCP/IP, virtually every

More information

CCNA EXPLORATION V4.0 ROUTING PROTOCOLS AND CONCEPTS ACCESSIBLE INSTRUCTOR MATERIALS POWERPOINT OBJECTIVES

CCNA EXPLORATION V4.0 ROUTING PROTOCOLS AND CONCEPTS ACCESSIBLE INSTRUCTOR MATERIALS POWERPOINT OBJECTIVES CCNA EXPLORATION V4.0 ROUTING PROTOCOLS AND CONCEPTS ACCESSIBLE INSTRUCTOR MATERIALS Prepared by Cisco Learning Institute June 23, 2008 Chapter 1 Introduction to Routing and Packet Forwarding Objectives

More information

CCNA Routing and Switching Study Guide Chapters 3 & 17: Enhanced IGRP

CCNA Routing and Switching Study Guide Chapters 3 & 17: Enhanced IGRP CCNA Routing and Switching Study Guide Chapters 3 & 17: Enhanced IGRP Instructor & Todd Lammle Chapter 19 objectives The ICND2 topics covered in this chapter include: IP Routing Technologies Differentiate

More information

CCNP Route. Number: Passing Score: 800 Time Limit: 120 min File Version: 7.1. Cisco

CCNP Route.  Number: Passing Score: 800 Time Limit: 120 min File Version: 7.1. Cisco CCNP Route Number: 642-902 Passing Score: 800 Time Limit: 120 min File Version: 7.1 http://www.gratisexam.com/ Cisco 642-902 Implementing Cisco IP Routing (ROUTE) Version: 7.1 Cisco 642-902 Exam Sections

More information

NAT Internetworking Standards and Technologies, Computer Engineering, KMITL 2

NAT Internetworking Standards and Technologies, Computer Engineering, KMITL 2 EIGRP & NAT Jirasak Sittigorn Internetworking Standards & Technologies Department of Computer Engineering, Faculty of Engineering King Mongkut's Institute of Technology Ladkrabang EIGRP Characteristics

More information

EIGRP Message Authentication Configuration Example

EIGRP Message Authentication Configuration Example EIGRP Message Authentication Configuration Example Document ID: 82110 This document was contributed by Cliff Stewart of PBM IT Solutions. Contents Introduction Prerequisites Requirements Components Used

More information

CCNA 3 (v v6.0) Chapter 6 Exam Answers % Full

CCNA 3 (v v6.0) Chapter 6 Exam Answers % Full CCNA 3 (v5.0.3 + v6.0) Chapter 6 Exam Answers 2017 100% Full ccnav6.com /ccna-3-v5-0-3-v6-0-chapter-6-exam-answers-2017-100-full.html CCNA Exam Answers 2017 CCNA 3 (v5.0.3 + v6.0) Chapter 6 Exam Answers

More information

Routing Information Protocol Version 2.0

Routing Information Protocol Version 2.0 Routing Information Protocol Version 2.0 RIPv2 Objective: onfigure RIPv2 between R1 and R2 to obtain connectivity between Networks Directions onfigure R1's interface F0/0 with the IP address 10.1.0.1/16

More information

Configuring IGRP. The Cisco IGRP Implementation

Configuring IGRP. The Cisco IGRP Implementation Configuring IGRP This chapter describes how to configure the Interior Gateway Routing Protocol (IGRP). For a complete description of the IGRP commands in this chapter, refer to the IGRP s chapter of the

More information

RIP Version 2. The Classless Brother

RIP Version 2. The Classless Brother RIP Version 2 The Classless Brother (C) Herbert Haas 2005/03/11 1 Why RIPv2 Need for subnet information and VLSM Need for Next Hop addresses for each route entry Need for external route tags Need for multicast

More information

actualtests.cisco.ccnp route q&a.by.passforu

actualtests.cisco.ccnp route q&a.by.passforu actualtests.cisco.ccnp.642-902.route.2012.05.02.323q&a.by.passforu Number: 000-642-902 Passing Score: 800 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ Cisco 642-902 www.passforu.com

More information

Lab 4: Routing using OSPF

Lab 4: Routing using OSPF Network Topology:- Lab 4: Routing using OSPF Device Interface IP Address Subnet Mask Gateway/Clock Description Rate Fa 0/0 172.16.1.17 255.255.255.240 ----- R1 LAN R1 Se 0/0/0 192.168.10.1 255.255.255.252

More information

Chapter 2: Configuring the Enhanced Interior Gateway Routing Protocol

Chapter 2: Configuring the Enhanced Interior Gateway Routing Protocol : Configuring the Enhanced Interior Gateway Routing Protocol CCNP ROUTE: Implementing IP Routing ROUTE v6 1 Objectives Describe the basic operation of EIGRP. Plan and implement EIGRP routing. Configure

More information

1.4.1 Introductory Lab 1: Getting Started and Building Start.TXT

1.4.1 Introductory Lab 1: Getting Started and Building Start.TXT 1.4.1 Introductory Lab 1: Getting Started and Building Start.TXT Objective This lab introduces the CCNP lab equipment and certain IOS features that might be new to you. This introductory activity also

More information

outing and Switching Elective : Le

outing and Switching Elective : Le Routing and Switching Elective : Lecture Notes Nepal Engineering College Compiled by: Junior Professor: Daya Ram Budhathoki Nepal Engineering college, Changunarayan Chapters covered: Cabling Router Configuration

More information

TDC 363 Introduction to LANs

TDC 363 Introduction to LANs TDC 363 Introduction to LANs Routing Protocols and RIP Greg Brewster DePaul University TDC 363 1 Dynamic Routing Routing Protocols Distance Vector vs. Link State Protocols RIPv1 & RIPv2 RIP Problems Slow

More information

EIGRP Stub Routing. Finding Feature Information. Information About EIGRP Stub Routing. EIGRP Stub Routing

EIGRP Stub Routing. Finding Feature Information. Information About EIGRP Stub Routing. EIGRP Stub Routing The EIGRP stub routing feature improves network stability, reduces resource utilization, and simplifies the stub device configuration. Stub routing is commonly used in hub-and-spoke network topologies.

More information

Configuring EIGRP. 2001, Cisco Systems, Inc.

Configuring EIGRP. 2001, Cisco Systems, Inc. Configuring EIGRP 4-1 EIGRP Overview 4-2 What Is EIGRP? IPX Routing Protocols IP Routing Protocols AppleTalk Routing Protocol Enhanced IGRP IP Routing Protocols AppleTalk Routing Protocol IPX Routing Protocols

More information

CCNP ROUTE Workbook - EIGRP

CCNP ROUTE Workbook - EIGRP CCNP ROUTE Workbook - EIGRP EIGRP Initial Configuration Load the task1-1 initial configurations before starting. Task Configure EIGRP on Routers-1, 2, and 4 using the following guidelines: Classic-mode

More information

Internetwork Expert s CCNP Bootcamp. Enhanced Interior Gateway Routing Protocol (EIGRP) What is EIGRP? Enhanced Interior Gateway Routing Protocol

Internetwork Expert s CCNP Bootcamp. Enhanced Interior Gateway Routing Protocol (EIGRP) What is EIGRP? Enhanced Interior Gateway Routing Protocol Internetwork Expert s CCNP Bootcamp Enhanced Interior Gateway Routing Protocol (EIGRP) http:// What is EIGRP? Enhanced Interior Gateway Routing Protocol Successor to Interior Gateway Routing Protocol (IGRP)

More information

Implementing Cisco IP Routing E-Learning

Implementing Cisco IP Routing E-Learning Implementing Cisco IP Routing E-Learning Duration: 1 Day Course Code: E-ROUTE Overview: In this course, administrators of medium-to-large network sites will learn to use advanced routing to provide scalability

More information

EIGRP Lab / lo1. .1 lo / /30

EIGRP Lab / lo1. .1 lo / /30 EIGRP Lab 172,16,1.0/24.1 lo1 192.168.20.0/30.2.1 Merida fa0 fa0 Vargas lo2.1 lo2.5.1 lo1 192.168.30.0/24 172.16.2.0/24 192.168.20.4.0/30 Scenario: Loopback0 is used for RouterID Loopback1 is a virtual

More information

TELECOMMUNICATION MANAGEMENT AND NETWORKS

TELECOMMUNICATION MANAGEMENT AND NETWORKS QUAID-E-AWAM UNIVERSITY OF ENGINEERING SCIENCE AND TECHNOLOGY, NAWABSHAH TELECOMMUNICATION MANAGEMENT AND NETWORKS LAB # 3 CONFIGURING INTERFACES OF ROUTER AND SWITCH Topology Diagram Addressing Table

More information

INTERNET LABORATORY PROJECT. EIGRP Routing Protocol. Abhay Tambe Aniruddha Deshmukh Sahil Jaya

INTERNET LABORATORY PROJECT. EIGRP Routing Protocol. Abhay Tambe Aniruddha Deshmukh Sahil Jaya INTERNET LABORATORY PROJECT on EIGRP Routing Protocol by Abhay Tambe Aniruddha Deshmukh Sahil Jaya INTRODUCTION TO EIGRP SETUP FOR LAB: This lab uses two different network topologies. The first network

More information

OSPF Stub Router Advertisement

OSPF Stub Router Advertisement The feature allows you to bring a new router into a network without immediately routing traffic through the new router and allows you to gracefully shut down or reload a router without dropping packets

More information

Static Routing. Routing Protocols and Concepts Chapter 2. ITE PC v4.0 Chapter Cisco Systems, Inc. All rights reserved.

Static Routing. Routing Protocols and Concepts Chapter 2. ITE PC v4.0 Chapter Cisco Systems, Inc. All rights reserved. Static Routing Routing Protocols and Concepts Chapter 2 1 Objectives Define the general role a router plays in networks. Describe the directly connected networks, different router interfaces Examine directly

More information

CIS 83 LAB 2 - Single Area OSPF Rich Simms September 12, Objective. Scenario. Topology

CIS 83 LAB 2 - Single Area OSPF Rich Simms September 12, Objective. Scenario. Topology CIS 83 LAB 2 - Single Area OSPF Rich Simms September 12, 2006 Objective The objective of this lab is to become familiar setting up and configuring OSPF on three routers for a single area. OSPF is our first

More information

Lab Configuring Advanced EIGRP for IPv4 Features Topology

Lab Configuring Advanced EIGRP for IPv4 Features Topology Topology 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 9 Addressing Table Device Interface IP Address Subnet Mask Default Gateway G0/0 192.168.1.1 255.255.255.0

More information

Chapter 4 Lab 4-3, Manipulating Administrative Distances

Chapter 4 Lab 4-3, Manipulating Administrative Distances hapter 4 Lab 4-3, Manipulating Administrative Distances Topology bjectives Background onfigure RIP on a router. onfigure SPF on a router. Manipulate administrative distances. ompare routing protocol behavior.

More information

EIGRP Support for Route Map Filtering

EIGRP Support for Route Map Filtering The feature enables Enhanced Interior Gateway Routing Protocol (EIGRP) to interoperate with other protocols to leverage additional routing functionality by filtering inbound and outbound traffic based

More information

Introduction to Local and Wide Area Networks

Introduction to Local and Wide Area Networks Introduction to Local and Wide Area Networks Lecturers Amnach Khawne Jirasak Sittigorn Chapter 1 1 Routing Protocols and Concepts Chapter 4 : Distance Vector Routing Protocols Chapter 5 : RIP version 1

More information

Chapter 9. Enhanced Interior Gateway Routing Protocol (EIGRP) Part I

Chapter 9. Enhanced Interior Gateway Routing Protocol (EIGRP) Part I Chapter 9 Enhanced Interior Gateway Routing Protocol (EIGRP) Part I CCNA2-1 Chapter 9-2 Note for Instructors These presentations are the result of a collaboration among the instructors at St. Clair College

More information

Cisco CCNA 2 Exploration - Routing

Cisco CCNA 2 Exploration - Routing Cisco CCNA 2 Exploration - Routing Chapter 9 EIGRP João José jjose@ualg.pt http://w3.ualg.pt/~jjose/cisco/ Based on: Graziani, R. (2008) CIS 82 Routing Theory and Concepts Introduction to EIGRP EIGRP:

More information

Lab 2 - EIGRP Stub / / /24

Lab 2 - EIGRP Stub / / /24 Lab 2 - EIGRP Stub Lo0 1.1.0.1/24 1.1.1.1/24 Lo1 200.1.1.1/24 200.2.2.2/24 F0/0.1.2 F0/0 R1 1.1.2.1/24 Lo2.1 S1/2 CE 1.1.3.1/24 Lo3 12.1.1.0 /24.2 S1/1 2.2.3.2/24 Lo3 R2 2.2.2.2/24 Lo2 Lo0 2.2.0.2/24 2.2.1.2/24

More information

Part II. Chapter 3. Determining IP Routes

Part II. Chapter 3. Determining IP Routes Part II Chapter 3 Routers perform two main functions: switching and routing. The switching function is the process of moving packets from an inbound interface to an outbound interface. The switching function

More information

A Commands. Send comments to

A Commands. Send comments to This chapter describes the Cisco NX-OS Open Shortest Path First (OSPF) commands that begin with A. UCR-555 area authentication (OSPF) area authentication (OSPF) To enable authentication for an Open Shortest

More information

IP Routing: EIGRP Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3650 Switches)

IP Routing: EIGRP Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3650 Switches) IP Routing: EIGRP Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3650 Switches) First Published: November 16, 2012 Last Modified: November 16, 2012 Americas Headquarters Cisco Systems, Inc. 170

More information

Module 9, Assignment 7

Module 9, Assignment 7 Module 9, Assignment 7 7.2.3 Control Router via Console (in Packet Tracer) 1. Prepare a Cisco 1841 Router (see figure 6-9). 2. Prepare a PC for administration. 3. Prepare a console cable and plug the serial

More information

EIGRP. Finding Feature Information

EIGRP. Finding Feature Information The Enhanced Interior Gateway Routing Protocol () is an enhanced version of the Interior Gateway Routing Protocol (IGRP) developed by Cisco. The convergence properties and the operating efficiency of have

More information

Lab Configuring OSPF Timers 2500 Series

Lab Configuring OSPF Timers 2500 Series Lab 2.3.5 Configuring OSPF Timers 2500 Series Objective Setup an IP addressing scheme for OSPF area. Configure and verify OSPF routing. Modify OSPF interface timers to adjust efficiency of network. Background/Preparation

More information

TDC 363 Introduction to LANs

TDC 363 Introduction to LANs TDC 363 Introduction to LANs OSPF Greg Brewster DePaul University TDC 363 Greg Brewster, DePaul University 1 OSPF Link State Routing Algorithms Open Shortest Path First (OSPF) Message Types Operations

More information

Chapter 4 Lab 4-2, Controlling Routing Updates. Topology. Objectives. CCNPv7 ROUTE

Chapter 4 Lab 4-2, Controlling Routing Updates. Topology. Objectives. CCNPv7 ROUTE Chapter 4 Lab 4-2, Controlling Routing Updates Topology Objectives Filter routes using a distribute list and ACL. Filter routes using a distribute list and prefix list. Filter redistributed routes using

More information

Chapter 7 Routing Protocols

Chapter 7 Routing Protocols Chapter 7 Routing Protocols Nonroutable Protocols In the early days of networking, networks were small collections of computers linked together For the purposes of sharing information and expensive peripherals

More information

Symbols. Numerics I N D E X

Symbols. Numerics I N D E X I N D E X Symbols? (question mark), CLI help system, 126 Numerics A 2-router BGP topology, configuring, 279 284 4-router BGP topology, configuring, 266, 276 279 ABRs (area border routers), 9, 87, 95, 141

More information

REDDIG II Computer Networking Training

REDDIG II Computer Networking Training REDDIG II Computer Networking Training JM SANCHEZ / PH RASSAT -20/06/2012 Invierno 2011 Capacitacion en fabrica - CORPAC Dynamic Routing Dynamic Routing Function(s) of Dynamic Routing Protocols: Dynamically

More information

Claim desired outcome

Claim desired outcome Assessment Authoring - Table of Specification (TOS) The Table of Specification (TOS) is a high-level design template for a given assessment. It identifies the claims, components skills, targeted number

More information

Lab 2-5 EIGRP Authentication and Timers

Lab 2-5 EIGRP Authentication and Timers Lab 2-5 EIGRP Authentication and Timers Learning Objectives Review basic configuration of EIGRP Configure and verify EIGRP authentication parameters Configure EIGRP hello interval and hold time Verify

More information

IP Routing: EIGRP Configuration Guide, Cisco IOS Release 15.1MT

IP Routing: EIGRP Configuration Guide, Cisco IOS Release 15.1MT IP Routing: EIGRP Configuration Guide, Cisco IOS Release 15.1MT Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS

More information