Содержание

Слайд 2

Objectives

Describe the background and history of Enhanced Interior Gateway Routing Protocol (EIGRP).
Examine

Objectives Describe the background and history of Enhanced Interior Gateway Routing Protocol
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.

Слайд 3

Introduction

Introduction

Слайд 4

EIGRP

Roots of EIGRP: IGRP
-Developed in 1985 to overcome RIPv1’s limited hop count
-Distance

EIGRP Roots of EIGRP: IGRP -Developed in 1985 to overcome RIPv1’s limited
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

Слайд 5

EIGRP

EIGRP Message Format
EIGRP Header
Data link frame header - contains source and destination

EIGRP EIGRP Message Format EIGRP Header Data link frame header - contains
MAC address
IP packet header - contains source & destination IP address
EIGRP packet header - contains AS number
Type/Length/Field - data portion of EIGRP message

Слайд 6

EIGRP

EIGRP packet header contains
Opcode field
Autonomous System number
EIGRP Parameters contains
Weights
Hold time

EIGRP EIGRP packet header contains Opcode field Autonomous System number EIGRP Parameters contains Weights Hold time

Слайд 7

EIGRP

TLV: IP internal contains
Metric field
Subnet mask field
Destination field
TLV: IP external contains
Fields used

EIGRP TLV: IP internal contains Metric field Subnet mask field Destination field
when external
routes are imported into
EIGRP routing process

Слайд 8

EIGRP

Protocol Dependent Modules (PDM)
EIGRP uses PDM to route several different protocols i.e.

EIGRP Protocol Dependent Modules (PDM) EIGRP uses PDM to route several different
IP, IPX & AppleTalk
PDMs are responsible for the specific routing task for each network layer protocol

Слайд 9

EIGRP

Reliable Transport Protocol (RTP)
Purpose of RTP
Used by EIGRP to transmit and receive

EIGRP Reliable Transport Protocol (RTP) Purpose of RTP Used by EIGRP to
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

Слайд 10

EIGRP

EIGRP’s 5 Packet Types
Hello packets
Used to discover & form adjacencies with neighbors

EIGRP EIGRP’s 5 Packet Types Hello packets Used to discover & form adjacencies with neighbors

Слайд 11

EIGRP

Update packets
Used to propagate routing information
Acknowledgement packets
Used to acknowledge receipt of update,

EIGRP Update packets Used to propagate routing information Acknowledgement packets Used to
query & reply packets

Слайд 12

EIGRP

Query & Reply packets
Used by DUAL for searching for networks
Query packets
-Can use

EIGRP Query & Reply packets Used by DUAL for searching for networks

Unicast
Multicast
Reply packet
-Use only
unicast

Слайд 13

EIGRP

Purpose of Hello Protocol
To discover & establish adjacencies with neighbor routers
Characteristics

EIGRP Purpose of Hello Protocol To discover & establish adjacencies with neighbor
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

Слайд 14

EIGRP

EIGRP Bounded Updates
EIGRP only sends update when there is a change in

EIGRP EIGRP Bounded Updates EIGRP only sends update when there is a
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

Слайд 15

EIGRP

Diffusing Update Algorithm (DUAL)
Purpose
EIGRP’s primary method for preventing routing loops
Advantage of using

EIGRP Diffusing Update Algorithm (DUAL) Purpose EIGRP’s primary method for preventing routing
DUAL
Provides for fast convergence time by keeping a list of loop-free backup routes

Слайд 16

EIGRP

Administrative Distance (AD)
Defined as the trustworthiness of the source route
EIGRP default administrative

EIGRP Administrative Distance (AD) Defined as the trustworthiness of the source route
distances
Summary routes = 5
Internal routes = 90
Imported routes = 170

Слайд 17

EIGRP

Authentication
EIGRP can
Encrypt routing information
Authenticate routing information

EIGRP Authentication EIGRP can Encrypt routing information Authenticate routing information

Слайд 18

EIGRP

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

EIGRP Network Topology Topology used is the same as previous chapters with
of an ISP router

Слайд 19

EIGRP

EIGRP will automatically summarize routes at classful boundaries

EIGRP EIGRP will automatically summarize routes at classful boundaries

Слайд 20

Basic EIGRP Configuration

Autonomous System (AS) & Process IDs
This is a collection

Basic EIGRP Configuration Autonomous System (AS) & Process IDs This is a
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

Слайд 21

Basic EIGRP Configuration

EIGRP autonomous system number actually functions as a process ID
Process

Basic EIGRP Configuration EIGRP autonomous system number actually functions as a process
ID represents an instance of the routing protocol running on a router
Example
Router(config)#router
eigrp autonomous-system

Слайд 22

Basic EIGRP Configuration

The router eigrp command
The global command that enables eigrp is
router

Basic EIGRP Configuration The router eigrp command The global command that enables
eigrp autonomous-system
-All routers in the EIGRP routing domain must use the same process ID number (autonomous-system number)

Слайд 23

Basic EIGRP Configuration

The Network Command
Functions of the network command
Enables interfaces to transmit

Basic EIGRP Configuration The Network Command Functions of the network command Enables
& receive EIGRP updates
Includes network or subnet in EIGRP updates
Example
Router(config-router)#network network-address

Слайд 24

Basic EIGRP Configuration

The network Command with a Wildcard Mask
-This option is used

Basic EIGRP Configuration The network Command with a Wildcard Mask -This option
when you want to configure EIGRP to advertise specific subnets
-Example
Router(config-router)#network network-address [wildcard-mask]

Слайд 25

Basic EIGRP Configuration

Verifying EIGRP
EIGRP routers must establish adjacencies with their neighbors before

Basic EIGRP Configuration Verifying EIGRP EIGRP routers must establish adjacencies with their
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

Слайд 26

EIGRP

The show ip protocols command is also used to verify that EIGRP

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

Слайд 27

Basic EIGRP Configuration

Examining the Routing Table
The show ip route command is also

Basic EIGRP Configuration Examining the Routing Table The show ip route command
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

Слайд 28

Basic EIGRP Configuration

Introducing the Null0 Summary Route
Null0 is not a physical interface
In

Basic EIGRP Configuration Introducing the Null0 Summary Route Null0 is not a
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

Слайд 29

Basic EIGRP Configuration

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

Basic EIGRP Configuration R3’s routing table shows that the 172.16.0.0/16 network is
summarized by R1 & R3

Слайд 30

EIGRP Metric Calculation

EIGRP Composite Metric & the K Values
EIGRP uses the following

EIGRP Metric Calculation EIGRP Composite Metric & the K Values EIGRP uses
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

Слайд 31

EIGRP Metric Calculation

Use the sh ip protocols command to verify the K

EIGRP Metric Calculation Use the sh ip protocols command to verify the K values
values

Слайд 32

EIGRP Metric Calculation

EIGRP Metrics
Use the show interfaces command to view metrics
EIGRP Metrics
Bandwidth

EIGRP Metric Calculation EIGRP Metrics Use the show interfaces command to view
– EIGRP uses a static bandwidth to calculate metric
Most serial interfaces use a default bandwidth value of 1.544Mbos (T1)

Слайд 33

EIGRP Metric Calculation

EIGRP Metrics
Delay is the defined as the measure of time

EIGRP Metric Calculation EIGRP Metrics Delay is the defined as the measure
it takes for a packet to traverse a route
-it is a static value based on link type to which interface is connected

Слайд 34

EIGRP Metric Calculation

Reliability (not a default EIGRP metric)
-A measure of the likelihood

EIGRP Metric Calculation Reliability (not a default EIGRP metric) -A measure of
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

Слайд 35

EIGRP Metric Calculation

Using the Bandwidth Command
Modifying the interface bandwidth
-Use the bandwidth command
-Example
Router(config-if)#bandwidth

EIGRP Metric Calculation Using the Bandwidth Command Modifying the interface bandwidth -Use
kilobits
Verifying bandwidth
Use the show interface command
Note – bandwidth command
does not change the
link’s physical
bandwidth

Слайд 36

EIGRP Metric Calculation

The EIGRP metric can be determined by examining the
bandwidth delay

EIGRP Metric Calculation The EIGRP metric can be determined by examining the bandwidth delay

Слайд 37

EIGRP Metric Calculation

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

EIGRP Metric Calculation EIGRP uses the lowest bandwidth (BW)in its metric calculation
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

Слайд 38

EIGRP Metric Calculation

EIGRP Metric Calculation

Слайд 39

DUAL Concepts

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

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

Слайд 40

DUAL Concepts

Successor
The best least cost route to a destination found in the

DUAL Concepts Successor The best least cost route to a destination found
routing table
Feasible distance
The lowest calculated metric along a path to a destination network

Слайд 41

DUAL Concepts

Feasible Successors, Feasibility Condition & Reported Distance

Feasible Successor
-This is a loop

DUAL Concepts Feasible Successors, Feasibility Condition & Reported Distance Feasible Successor -This
free backup route to same
destination as successor route

Слайд 42

DUAL Concepts

Reported distance (RD)
-The metric that a router reports to a neighbor

DUAL Concepts Reported distance (RD) -The metric that a router reports to
about its own cost to that network

Feasible Successors, Feasibility Condition & Reported Distance

Слайд 43

DUAL Concepts

Feasibility Condition (FC)
-Met when a neighbor’s RD is less than the

DUAL Concepts Feasibility Condition (FC) -Met when a neighbor’s RD is less
local router’s FD to the same destination network

Слайд 44

DUAL Concepts

Topology Table: Successor & Feasible Successor
EIGRP Topology table
Viewed using the show

DUAL Concepts Topology Table: Successor & Feasible Successor EIGRP Topology table Viewed
ip eigrp topology command
Contents of table include:
all successor routes
all feasible successor routes

Слайд 45

DUAL Concepts

EIGRP Topology Table dissected

DUAL Concepts EIGRP Topology Table dissected

Слайд 46

DUAL Concepts

Topology Table: No Feasible Successor
A feasible successor may not be present

DUAL Concepts Topology Table: No Feasible Successor A feasible successor may not
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

Слайд 47

DUAL Concepts

Finite Sate Machine (FSM)
An abstract machine that defines a set of

DUAL Concepts Finite Sate Machine (FSM) An abstract machine that defines a
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

Слайд 48

DUAL Concepts

DUAL FSM
Selects a best loop-free path to a destination
Selects alternate routes

DUAL Concepts DUAL FSM Selects a best loop-free path to a destination
by using information in EIGRP tables

Слайд 49

DUAL Concepts

Finite State Machines (FSM)
To examine output from EIGRP’s finite state machine

DUAL Concepts Finite State Machines (FSM) To examine output from EIGRP’s finite
us the debug eigrp fsm command

Слайд 50

More EIGRP Configurations

The Null0 Summary Route
By default, EIGRP uses the Null0 interface

More EIGRP Configurations The Null0 Summary Route By default, EIGRP uses the
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

Слайд 51

More EIGRP Configurations

The Null0 Summary Route

More EIGRP Configurations The Null0 Summary Route

Слайд 52

More EIGRP Configurations

Disabling Automatic Summarization
The auto-summary command permits EIGRP to automatically summarize

More EIGRP Configurations Disabling Automatic Summarization The auto-summary command permits EIGRP to
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

Слайд 53

More EIGRP Configurations

Manual Summarization
Manual summarization can include supernets
Reason: EIGRP is a classless

More EIGRP Configurations Manual Summarization Manual summarization can include supernets Reason: EIGRP
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

Слайд 54

More EIGRP Configurations

Configuring a summary route in EIGRP

More EIGRP Configurations Configuring a summary route in EIGRP

Слайд 55

More EIGRP Configurations

EIGRP Default Routes
“quad zero” static default route
-Can be used with

More EIGRP Configurations EIGRP Default Routes “quad zero” static default route -Can
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

Слайд 56

More EIGRP Configurations

Fine-Tuning EIGRP
EIGRP bandwidth utilization
-By default, EIGRP uses only up to

More EIGRP Configurations Fine-Tuning EIGRP EIGRP bandwidth utilization -By default, EIGRP uses
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

Слайд 57

More EIGRP Configurations

Configuring Hello Intervals and Hold Times
-Hello intervals and hold times

More EIGRP Configurations Configuring Hello Intervals and Hold Times -Hello intervals and
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

Слайд 58

Summary

Background & History
EIGRP is a derivative of IGRP
EIGRP is a Cisco proprietary

Summary Background & History EIGRP is a derivative of IGRP EIGRP is
distance vector routing protocol released in 1994
EIGRP terms and characteristics
EIGPR uses RTP to transmit & receive EIGRP packets
EIGRP has 5 packet type:
Hello packets
Update packets
Acknowledgement packets
Query packets
Reply packets
Supports VLSM & CIDR

Слайд 59

Summary

EIGRP terms and characteristics
EIGRP uses a hello protocol
Purpose of hello protocol is

Summary EIGRP terms and characteristics EIGRP uses a hello protocol Purpose of
to discover & establish adjacencies
EIGRP routing updates
Aperiodic
Partial and bounded
Fast convergence

Слайд 60

Summary

EIGRP commands
The following commands are used for EIGRP configuration
RtrA(config)#router eigrp [autonomous-system #]
RtrA(config-router)#network

Summary EIGRP commands The following commands are used for EIGRP configuration RtrA(config)#router
network-number
The following commands can be used to verify EIGRP
Show ip protocols
Show ip eigrp neighbors
Show ip route

Слайд 61

Summary

EIGRP metrics include
Bandwidth (default)
Delay (default)
Reliability
Load

Summary EIGRP metrics include Bandwidth (default) Delay (default) Reliability Load

Слайд 62

Summary

DUAL
Purpose of DUAL
To prevent routing loops
Successor
Primary route to a destination
Feasible successor
Backup route

Summary DUAL Purpose of DUAL To prevent routing loops Successor Primary route
to a destination
Feasible distance
Lowest calculated metric to a destination
Reported distance
The distance towards a destination as advertised by an upstream neighbor

Слайд 63

Summary

Choosing the best route
After router has received all updates from directly connected

Summary Choosing the best route After router has received all updates from
neighbors, it can calculate its DUAL
1st metric is calculated for each route
2nd route with lowest metric is designated successor & is placed in routing table
3rd feasible successor is found
Criteria for feasible successor: it must have lower reported distance to the destination than the installed route’s feasible distance
Feasible routes are maintained in topology table

Слайд 64

Summary

Automatic summarization
On by default
Summarizes routes on classful boundary
Summarization can be disabled using

Summary Automatic summarization On by default Summarizes routes on classful boundary Summarization
the following command
RtrA(config-if)#no auto-summary