Eigrp
Eigrp
Agenda
EIGRP Cisco proprietary routing protocol
Key features
Neighbor and topology tables
Feasible Distance & Successor Routes
EIGRP packet types
Setting up EIGRP
EIGRP
Offers multiprotocol operation (IP, IPX etc)
EIGRP multiplies IGRP metric by 256
Uses 32-bit metric c.f. IGRP 24-bit metric
Metric = bandwidth/ delay
EIGRP BW = (107/ BW) x 256
EIGRP delay = (delay/10) x 256
Max hop = 224
c.f.
IGRP 256
Comparison
IGRP
EIGRP
bandwidth = (10,000,000/bandwidth
kbps)
delay
= delay/10
24 bit metric for bandwidth and delay
bandwidth = (10,000,000/bandwidth
kbps) * 256
delay
= (delay/10) * 256
32 bit metric for bandwidth and delay
Neighbour Table
10
Topology Table
11
12
13
Successor Routes
15
Identifying Routes
16
17
18
19
20
Setting up EIGRP
Needs Autonomous System Number
Router(config)#routereigrp123
Router(configrouter)#net192.168.1.10.0.0.3
Router(configrouter)#net22.22.22.00.0.0.255
Router(configrouter)#exit
21
Verifying EIGRP
Router#showipprotocols
This shows the routing protocol in use and other useful
information too
Router#shipeigrp?
interfacesIPEIGRPinterfaces
neighborsIPEIGRPneighbors
topologyIPEIGRPTopologyTable
trafficIPEIGRPTrafficStatistics
22
Router#sh ip pro
Routing Protocol is "eigrp 123 "
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Default networks flagged in outgoing updates
Default networks accepted from incoming updates
EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0
EIGRP maximum hopcount 100
EIGRP maximum metric variance 1
Redistributing: eigrp 123
Automatic network summarization is in effect
Automatic address summarization:
Maximum path: 4
Routing for Networks:
192.168.1.0/30
22.22.22.0/24
192.168.1.12/30
Routing Information Sources:
Gateway
Distance
Last Update
192.168.1.1 90
864844
192.168.1.13 90
4096070
Distance: internal 90 external 170
23
Debugging EIGRP
Router#debugeigrp?
fsmEIGRPDualFiniteStateMachine
events/actions
packetsEIGRPpackets
24
Debug output
Router#debugeigrppa
EIGRPPacketsdebuggingison
(UPDATE,REQUEST,QUERY,REPLY,HELLO,ACK)
Router#
EIGRP:ReceivedHELLOonSerial0/0/0nbr192.168.1.2
AS123,Flags0x0,Seq26/0idbQ0/0
EIGRP:ReceivedHELLOonSerial0/0/1nbr192.168.1.6
AS123,Flags0x0,Seq20/0idbQ0/0
EIGRP:SendingHELLOonFastEthernet0/0
AS123,Flags0x0,Seq22/0idbQ0/0iidbQun/rely0/0
EIGRP:SendingHELLOonSerial0/0/1
AS123,Flags0x0,Seq22/0idbQ0/0iidbQun/rely0/0
25
Summary
26