LAB Routing Protocols EIGRP
LAB Routing Protocols EIGRP
LAB Routing Protocols EIGRP
CCNA (640-802)
Developed By,
LAB: 06
Routing Protocols: EIGRP Configuration
Objective:
Understanding the Routing Updates processs using Enhanced Interior Gateway Routing
Protocol (EIGRP).
Topology:
R1 R2
S0/0 S0/0
PC2
PC1
10.0.0.50/24 20.0.0.50/24
Procedure:
1.Configuring & Assigning the IP addresses on the routers R1 & R2.
2.Check the routing table on both the routers.
3.Enable the EIGRP protocol on both routers so that hosts on the both routers can
communicate with each other.
4.Verifying the Routing protocols on the Router.
5.Check the routing table on both the routers after enabling the EIGRP on both sides.
6.Verifying the connection of both hosts.
Configuration:
Step 1:
1.1 : Assigning the IP addresses on the FastEthernet & Serial Interfaces of Router R1 as
shown in figure.
Router#conf t
Router(config)#hostname R1
R1(config)#int fastEthernet 0/0
R1(config-if)#ip address 10.0.0.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#end
1.2: Assigning the IP addresses on the FastEthernet & Serial Interfaces of Router R2 as
shown in figure.
Step 2:
R2#sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B -
BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS
inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
R2#
R1(config)#router eigrp ?
<1-65535> Autonomous system number
R1(config)#router eigrp 100
R1(config-router)#network ?
A.B.C.D Network number
R1(config-router)#network 10.0.0.0 0.0.0.255
(Network to be advertised which is Directly Connected)
R1(config-router)#network 172.16.0.0 0.0.0.3
(Network to be advertised which is Directly Connected)
R1(config-router)#no auto-summary
R1(config-router)#^Z
R1#
Step 4:
R1#sh ip protocols
Routing Protocol is "eigrp 100 "
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 100
Automatic network summarization is not in effect
Maximum path: 4
Routing for Networks:
10.0.0.0/24
172.16.0.0/30
Routing Information Sources:
Gateway Distance Last Update
172.16.0.2 90 2024507
Distance: internal 90 external 170
R2#sh ip protocols
Step 5:
5.1: Check the Routing table of the Router R1 after enabling EIGRP.
R1#sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B -
BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS
inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
R2#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B -
BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS
inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
From PC1
PC1>ipconfig
IP Address......................: 10.0.0.50
Subnet Mask.....................: 255.255.255.0
Default Gateway.................: 10.0.0.1
PC1>ping 20.0.0.50
PC1>
From PC2
PC2>ipconfig
IP Address......................: 20.0.0.50
Subnet Mask.....................: 255.255.255.0
Default Gateway.................: 20.0.0.1
PC2>ping 10.0.0.1
PC>
COOL COOL