ccna exp2 - chaabacpter09 - eigrp

84
1 Chapter 9 - EIGRP CCNA Exploration 4.0

Upload: quang-trung

Post on 11-Nov-2014

50 views

Category:

Documents


0 download

DESCRIPTION

adfa

TRANSCRIPT

Page 1: Ccna Exp2 - Chaabacpter09 - Eigrp

1

Chapter 9 - EIGRP

CCNA Exploration 4.0

Page 2: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 2

Objectives

• Describe the background and history of Enhanced

Interior Gateway Routing Protocol (EIGRP).

• Examine the basic EIGRP configuration commands

and identify their purposes.

• Calculate the composite metric used by EIGRP.

• Describe the concepts and operation of DUAL.

• Describe the uses of additional configuration

commands in EIGRP.

Page 3: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 3

Introduction

Page 4: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 4

Introduction to EIGRP

Page 5: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 5

EIGRP

• Roots of EIGRP: IGRP

– Developed in 1985 to overcome

RIPv1’s limited hop count

– Distance vector routing protocol

– Metrics used by IGRP

Bandwidth (used by default).

Delay (used by default).

Reliability.

Load.

– Discontinued support starting with

IOS 12.2(13)T & 12.2(R1s4)S.

Page 6: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 6

Enhanced Distance Vector Routing Protocol: EIGRP

• Uses the Diffusing Update Algorithm (DUAL)

• Does not age out routing entries nor uses periodic updates.

• Maintains a topology table separate from the routing table, which includes the best path and any loop-free backup paths.

• When a route becomes unavailable, DUAL will use a backup path if one exists in the topology table.

• Faster convergence due to the absence of holddown timers and a system of coordinated route calculations.

Traditional Distance Vector

Routing Protocols

• Use the Bellman-Ford or

Ford-Fulkerson algorithm.

• Age out routing entries and

uses periodic updates.

• Keep track of only the best

routes; the best path to a

destination network.

• When a route becomes

unavailable, the router must

wait for a new routing

update.

• Slower convergence due to

holddown timers.

Page 7: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 7

EIGRP Message Format

• EIGRP Header

Page 8: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 8

EIGRP

• EIGRP packet header

contains:

– Opcode field

– Autonomous System

number(AS).

• EIGRP Parameters

contains:

– Weights.

– Hold time.

Page 9: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 9

• TLV: IP internal contains

– Metric field.

– Subnet mask field.

– Destination field.

• TLV: IP external contains

– Fields used when

external.

– Routes are imported into

EIGRP routing process.

EIGRP

Page 10: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 10

EIGRP

Page 11: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 11

Reliable Transport Protocol (RTP)

• Purpose of RTP

– Used by EIGRP to transmit and

receive EIGRP packets.

• Characteristics of RTP

– Involves both reliable & unreliable

delivery of EIGRP packet

Reliable delivery requires

acknowledgment from

destination.

Unreliable delivery does not

require an acknowledgement

from destination.

– Packets can be sent

Unicast.

Multicast: Using address

224.0.0.10

Page 12: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 12

• Hello packets

– Used to discover & form adjacencies with neighbors

EIGRP packet types

Page 13: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 13

• Update packets

– Used to propagate routing

information.

• Acknowledgement packets

– Used to acknowledge

receipt of update, query &

reply packets.

EIGRP packet types

Page 14: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 14

Query & Reply packets

Used by DUAL for

searching for networks.

Query packets

– Can use

Unicast.

Multicast.

Reply packet

– Use only unicast.

EIGRP packet types

Page 15: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 15

EIGRP

• Purpose of Hello Protocol

– To discover & establish adjacencies with neighbor routers

• Characteristics of hello protocol

– Time interval for sending hello packet

Most networks it is every 5 seconds.

Multipoint non broadcast multi-access networks: Unicast

every 60 seconds.

• Holdtime

This is the maximum time

router should wait before

declaring a neighbor down

Default holdtime: 3 times hello

interval.

Page 16: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 16

EIGRP bounded updates

• EIGRP only sends update when there is a change in route status

• Partial update

– A partial update includes only the route information that has

changed – the whole routing table is NOT sent.

• Bounded update

– When a route changes, only those devices that are impacted

will be notified of the change

• EIGRP’s use of partial bounded updates minimizes use of

bandwidth.

Page 17: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 17

Diffusing Update Algorithm (DUAL)

– Purpose

• EIGRP’s primary method for preventing routing loops

– Advantage of using DUAL

• Provides for fast convergence time by keeping a list of loop-free

backup routes

EIGRP routing algothrim - DUAL

Page 18: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 18

• Administrative Distance (AD)

– Defined as the

trustworthiness of the

source route.

• EIGRP default administrative

distances

– Summary routes = 5.

– Internal routes = 90.

– Imported routes = 170.

EIGRP routing algothrim - DUAL

Page 19: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 19

Authentication

• EIGRP can

– Encrypt routing

information.

– Authenticate routing

information.

• Note: Authentication does

not encrypt the router's

routing table.

EIGRP authentication

Page 20: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 20

Basic EIGRP Configuration

Page 21: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 21

EIGRP

Network Topology

• Topology used is the same as previous chapters with the addition

of an ISP router.

Page 22: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 22

EIGRP

• EIGRP will

automatically

summarize routes at

classful boundaries.

Page 23: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 23

Autonomous System (AS) & Process IDs

• This is a collection of networks under the control of a single authority

(reference RFC 1930).

• AS Numbers are assigned by IANA.

• Entities needing AS numbers

ISP.

Internet Backbone prodiers.

Institutions connecting to other institutions using AS numbers.

Page 24: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 24

Basic EIGRP Configuration

• EIGRP autonomous system

number actually functions as a

process ID.

• Process ID represents an

instance of the routing protocol

running on a router.

• Command: Router(config)#router

eigrp autonomous-system.

• Example:

Router(config)#router eigrp 10

Page 25: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 25

The router eigrp command

• The global command that enables eigrp is

– Router eigrp autonomous-system

– All routers in the EIGRP routing domain must use the same

process ID number (autonomous-system number).

Basic EIGRP Configuration

Page 26: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 26

The network Command

• Functions of the network command

– Enables interfaces to transmit & receive EIGRP updates.

– Includes network or subnet in EIGRP updates.

• Example

– Router(config-router)#network 192.168.10.0

Basic EIGRP Configuration

Page 27: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 27

• The network Command with a Wildcard Mask

– This option is used when you want to configure EIGRP to advertise

specific subnets.

– Example

Router(config-router)#network network-address [wildcard-mask]

Basic EIGRP Configuration

Page 28: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 28

Verifying EIGRP

• EIGRP routers must establish adjacencies with their neighbors before

any updates can be sent or received

• Command used to view neighbor table and verify that EIGRP has

established adjacencies with neighbors is

show ip eigrp neighbors

Basic EIGRP Configuration

Page 29: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 29

EIGRP

• The show ip protocols command is used to verify that EIGRP is enabled

Page 30: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 30

Basic EIGRP Configuration

Page 31: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 31

Examining the Routing Table

• The show ip route

command is also

used to verify

EIGRP.

• EIGRP routes are

denoted in a

routing table by the

letter “D”.

• By default , EIGRP

automatically

summarizes routes

at major network

boundary.

Page 32: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 32

Introducing the Null0 Summary Route

– Null0 is not a physical interface.

– In the routing table summary routes are sourced from Null0

Reason: routes are used for advertisement purposes.

– EIGRP will automatically include a null0 summary route as child

route when 2 conditions are met

At least one subnet is learned via EIGRP.

Automatic summarization is enabled.

Page 33: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 33

Basic EIGRP Configuration

• R3’s routing table shows that the 172.16.0.0/16 network is

automatically summarized by R1 & R3

Page 34: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 34

EIGRP Metric Calculation

Page 35: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 35

EIGRP Metric Calculation

EIGRP Composite Metric & the K Values

• EIGRP uses the following values in its composite metric

– Bandwidth, delay, reliability, and load.

• The composite metric used by EIGRP: Formula used has

values K1 K5.

– K1 & K3 = 1.

– All other K values = 0.

Page 36: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 36

• Use the show ip protocols command to verify the K values

EIGRP Metric Calculation

Page 37: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 37

EIGRP Metric Calculation

• Use the show

interfaces command to

view metrics

• EIGRP Metrics

– Bandwidth –

EIGRP uses a static

bandwidth to

calculate metric.

– Most serial

interfaces use a

default bandwidth

value of 1.544Mbps

(T1).

Page 38: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 38

Delay

• Delay is the defined as the

measure of time it takes

for a packet to traverse a

route

– It is a static value

based on link type to

which interface is

connected.

EIGRP Metric Calculation

Page 39: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 39

• Reliability (not a default EIGRP metric)

– A measure of the likelihood that a link will fail.

– Measure dynamically & expressed as a fraction of 255 the higher the

fraction the better the reliability.

• Load (not a default EIGRP metric)

– A number that reflects how much traffic is using a link.

– Number is determined dynamically and is expressed as a fraction of

255.

– The lower the fraction the less the load on the link.

EIGRP Metric Calculation

Page 40: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 40

EIGRP Metric Calculation

Using the Bandwidth Command

• Modifying the interface

bandwidth

– Use the bandwidth

command

– Command:

Router(config-if)#bandwidth kilobits

• Verifying bandwidth

– Use the show interface

command

• Note – bandwidth command

does not change the link’s

physical bandwidth.

Page 41: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 41

EIGRP Metric Calculation

• The EIGRP metric can be determined by examining the bandwidth and delay.

Page 42: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 42

EIGRP Metric Calculation

• EIGRP uses the lowest bandwidth (BW) in its metric calculation:

Calculated BW = reference BW / lowest BW(kbps)

• Delay – EIGRP uses the cumulative sum of all outgoing interfaces:

Calculated Delay = the sum of outgoing interface delays

• EIGRP Metric = calculated BW + calculated delay

(Note: reference BW = 107)

Page 43: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 43

EIGRP Metric Calculation

• Calculate the metric from R2 to 192.168.1.0/24

Page 44: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 44

Diffusing Update Algorithm (DUAL)

Page 45: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 45

DUAL Concepts

• The Diffusing Update Algorithm (DUAL) is used to prevent looping:

– Successor.

– Feasible Distance (FD).

– Feasible Successor (FS).

– Reported Distance (RD) or Advertised Distance (AD).

– Feasible Condition or Feasibility Condition (FC).

Page 46: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 46

DUAL Concepts

• Successor

– The best least

cost route to a

destination found

in the routing

table.

• Feasible distance

– The lowest

calculated metric

along a path to a

destination

network.

Page 47: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 47

• Feasible Successor

– This is a loop free backup route to same destination as successor route.

DUAL Concepts

Page 48: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 48

• Reported distance (RD)

– The metric that a router reports to a neighbor about its own cost to

that network.

• Feasibility Condition (FC)

– Met when a neighbor’s RD is less than the local router’s FD to the

same destination network.

DUAL Concepts

Page 49: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 49

Successors and Feasible Successors

172.30.1.0

172.30.1.0

Page 50: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 50

Successors and Feasible Successors

Advertised or Destination Feasible Dist. Reported. Dist. Neighbor

172.30.1.0 40 30 X In Topology Table

172.30.1.0 31 21 Y In Routing Table

172.30.1.0 230 220 Z Not in Topology Table

Current Successor = 31

RD of RTY= 21

Feasible Successor, FC: RD30 < FD31

FD to 172.30.1.0 is

31 via Router Y

172.30.1.0

RTZ is NOT Feasible

Successor, FC:

RD220 not< FD31

Page 51: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 51

Successors and Feasible Successors

Current Successor = 31

RD of RTY= 21

Feasible Successor, FC: RD30 < FD31

FD to 172.30.1.0 is

31 via Router Y

172.30.1.0

• RTY is successor with a computed cost of 31.

• “31” is the Feasible Distance (FD).

• RTX is a feasible successor because its RD is less than or equal to the FD.

- RTX’s RD (30) is less than the FD (31).

RTZ is NOT Feasible

Successor, FC:

RD220 not< FD31

Page 52: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 52

Example of a Loop

Cost=70Cost=19

RTZ has a Reported Distance to

RTA of 220. Since its Reported

Distance is greater than RTA’s

own Feasibile Distance of 31,

RTA can’t trust that the route

RTZ takes is somehow back

through itself.

Page 53: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 53

DUAL Concepts

EIGRP Topology table

• Viewed using the show ip

eigrp topology command

Contents of table

include:

• All successor

routes

• All feasible

successor routes

Topology Table: Successor & Feasible Successor

Page 54: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 54

• EIGRP Topology Table dissected

DUAL Concepts

Page 55: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 55

DUAL Concepts

Topology Table: No

Feasible Successor

• A feasible successor

may not be present

because the feasibility

condition may not be

met

– In other words, the

reported distance

of the neighbor is

greater than or

equal to the

current feasible

distance.

Page 56: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 56

• Finite Sate Machine (FSM)

– An abstract machine that defines a set of possible states

something can go through, what event causes those

states and what events result form those states.

– FSMs are used to describe how a device, computer

program, or routing algorithm will react to a set of input

events.

DUAL Concepts

Page 57: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 57

• DUAL FSM

– Selects a best

loop-free path to a

destination

– Selects alternate

routes by using

information in

EIGRP tables

DUAL Concepts

Page 58: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 58

Finite State Machines (FSM): with Feasible Successor

• To examine output from EIGRP’s finite state machine us

the debug eigrp fsm command.

DUAL Concepts

Page 59: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 59

Page 60: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 60

Finite State Machines (FSM): without Feasible Successor

Page 61: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 61

Page 62: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 62

More EIGRP Configuration

Page 63: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 63

More EIGRP Configurations

The Null0 Summary Route

• By default, EIGRP uses the Null0 interface to discard any packets that match the parent route but do not match any of the child routes

• EIGRP automatically includes a null0 summary route as a child route whenever both of the following conditions exist

– One or subnets exists that was learned via EIGRP

– Automatic summarization is enabled

Page 64: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 64

More EIGRP Configurations

Disabling Automatic Summarization

• The auto-summary command permits EIGRP to automatically summarize at major network boundaries

• The no auto-summary command is used to disable automatic summarization

– This causes all EIGRP neighbors to send updates that will not be automatically summarized

this will cause changes to appear in both

» Routing tables.

» Topology tables.

Page 65: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 65

More EIGRP Configurations

Page 66: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 66

More EIGRP Configurations

Page 67: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 67

More EIGRP Configurations

• Disabling Automatic Summarization: topology table change

Page 68: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 68

Manual Summarization

• Manual summarization can include supernets

– Reason: EIGRP is a classless routing protocol & include

subnet mask in update

• Command used to configure manual summarization

– Router(config-if)# ip summary-address eigrp as-number

network-address subnet-mask

More EIGRP Configurations

Page 69: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 69

• Configuring a summary route in EIGRP

More EIGRP Configurations

Page 70: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 70

• Configuring a summary route in EIGRP

More EIGRP Configurations

Page 71: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 71

More EIGRP Configurations

EIGRP Default Routes

• “quad zero” static default route

– Can be used with any currently supported routing protocol/

– Is usually configured on a router that is connected a network

outside the EIGRP domain/

• EIGRP & the “Quad zero” static default route

– Requires the use of the redistribute static command to

disseminate default route in EIGRP updates/

Page 72: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 72

More EIGRP Configurations

Page 73: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 73

Fine-Tuning EIGRP

• EIGRP bandwidth utilization

– By default, EIGRP uses only up to 50% of interface bandwidth

for EIGRP information.

– The command to change the percentage of bandwidth used by

EIGRP is

Router(config-if)#ip bandwidth-percent eigrp as-number percent

More EIGRP Configurations

Page 74: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 74

• Configuring Hello Intervals and Hold Times

– Hello intervals and hold times are configurable on a per-interface basis.

– The command to configure hello interval is

Router(config-if)#ip hello-interval eigrp as-number seconds

• Changing the hello interval also requires changing the hold time to a

value greater than or equal to the hello interval

– The command to configure hold time value is

Router(config-if)#ip hold-time eigrp as-number seconds

More EIGRP Configurations

Page 75: Ccna Exp2 - Chaabacpter09 - Eigrp

Configuring EIRGP authentication

• Step 1: Enter configuration mode for the interface on which you

want to enable authentication.

• Step 2: Specify MD5 authentication for EIGRP packets using the

ip authentication mode eigrp 100 md5 command.

Học viện mạng Cisco Bách Khoa - Website: www.ciscobachkhoa.com

Page 76: Ccna Exp2 - Chaabacpter09 - Eigrp

• Step 3: Enable the authentication of EIGRP packets with a key

specified in a key chain by using the ip authentication key-chain

eigrp ASNumber key-chain command.

• Step 4: Enter the configuration mode for the key chain using the

key chain key-chain(key-chain can be different in each side).

• Step 5: Identify a key ID to use, and enter configuration mode for

that key using the key key-id command.

Học viện mạng Cisco Bách Khoa - Website: www.ciscobachkhoa.com

Configuring EIRGP authentication

Page 77: Ccna Exp2 - Chaabacpter09 - Eigrp

• Step 6: Identify the key string (password) for this key using the

key-string {key-string} command.

(key-string must be the same on both side of EIGRP routers)

Học viện mạng Cisco Bách Khoa - Website: www.ciscobachkhoa.com

Configuring EIRGP authentication

Page 78: Ccna Exp2 - Chaabacpter09 - Eigrp

EIGRP redistribution

• Planning Redistribution

• Locate the boundary router between two routing processes.

• Determine which routing process is the core or backbone

process

• Determine which routing process is the edge or migration

process

• Select a method for injecting the required edge protocol routes

into the core.

78•Học viện mạng Bach Khoa - Website: www.bkacad.com

Page 79: Ccna Exp2 - Chaabacpter09 - Eigrp

Configuring redistribution into EIGRP

• Use this command to redistribute routes into EIGRP:

– Router(config-router)# redistribute protocol

[process-id] [match {internal | external 1 |

external 2}] [metric metric-value] [route-map map-

tag]

Học viện mạng Bach Khoa - Website: www.bkacad.com 79

•RtrA(config)# router eigrp 100RtrA(config-router)# redistribute ospf ?

<1-65535> Process ID

•RtrA(config-router)# redistribute ospf 1 ?

• match Redistribution of OSPF routes

• metric Metric for redistributed routes

• route-map Route map reference

• …

•<cr>

• Default metric is infinity.

Page 80: Ccna Exp2 - Chaabacpter09 - Eigrp

Bandwidth in kilobytes = 10000kbps.

Delay in tens of microseconds = 100ms.

Reliability = 255 (maximum).

Load = 1 (minimum).

MTU = 1,500 bytes.

Học viện mạng Bach Khoa - Website: www.bkacad.com 80

Configuring redistribution into EIGRP

Page 81: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 81

Summary

• Describe the background and history of EIGRP.

• Describe the features and operation of EIGRP.

• Examine the basic EIGRP configuration commands and

identity their purposes.

• Calculate the composite metric used by EIGRP.

• Describe the concepts and operation of DUAL.

• Describe the uses of additional configuration commands in

EIGRP.

Page 82: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 82

Page 83: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 83

Page 84: Ccna Exp2 - Chaabacpter09 - Eigrp

Học viện mạng Bach Khoa - Website: www.bkacad.com 84