EIGRP Basic Configuration For CCNA Students by Eng. Abeer Hosni
EIGRP Basic Configuration For CCNA Students by Eng. Abeer Hosni
EIGRP Basic
Configuration for
CCNA Students
By
Eng. Abeer Hosni
EIGRP Configuration
Lab 1 (EIGRP Configuration):
R1(config)#int f0/0
R1(config-if)#no shutdown
R1(config-if)#int loop 1
R2(config)#int f0/1
R2(config-if)#no shutdown
R2(config-if)#int loop 2
R1#show ip route
<Output omitted>
<Output omitted>
R1(config)#router eigrp 1
R1(config-router)#no auto-summary
R2(config)#router eigrp 1
R2(config-router)#no auto-summary
<Output omitted>
<Output omitted>
R1#ping 2.2.2.2
!!!!!
!!!!!
<Output omitted>
Connected, Loopback1
Where 409600 is the feasible distance and 128256 is the reported or advertised distance and must be
less than the feasible distance.
<Output omitted>
Connected, FastEthernet0/1
Lab 2 (EIGRP Authentication):
R1(config-keychain)#key 1
R1(config-keychain-key)#key-string CCNA
R1(config)#int f0/0
*Mar 1 00:28:06.791: AS 1, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0
*Mar 1 00:28:07.135: AS 1, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0
*Mar 1 00:28:07.383: EIGRP: FastEthernet0/0: ignored packet from 10.0.0.2, opcode = 5 (missing
authentication)
R2(config-keychain)#key 1
R2(config-keychain-key)#key-string CCNA
R2(config-keychain-key)#int f0/1
R1(config)#int f0/0
R1(config-if)#router eigrp 1
R2(config)#int f0/1
R2(config-if)#no shutdown
R2(config-if)#int loop 1
R2(config-if)#int loop 2
R2(config-if)#int loop 3
R2(config-if)#int loop 4
R2(config-if)#router eigrp 1
<Output omitted>
R1 can see the summarized address and if we want R1 to see the more specific routes, we will run the
no auto-summary command at the router that advertises the routes, R2.
R2(config)#router eigrp 1
R2(config-router)#no auto-summary
Hint:
Auto summary is disabled since IOS version 15.x
<Output omitted>
00:00:34, FastEthernet0/0
11.1.0.0 00001011.00000001.00000000.00000000
11.2.0.0 00001011.00000010.00000000.00000000
11.3.0.0 00001011.00000011.00000000.00000000
11.4.0.0 00001011.00000100.00000000.00000000
R2(config)#int f0/1
<Output omitted>
11.0.0.0/13 is subnetted, 1 subnets
R1(config)#int f0/0
R1(config-if)#no shutdown
R1(config-if)#int f0/1
R1(config-if)#no shutdown
R1(config-if)#router eigrp 1
R2(config)#int f0/0
R2(config-if)#no shutdown
R2(config-if)#int loop 0
R2(config-if)#int loop 1
R2(config-if)#router eigrp 1
R3(config)#int f0/1
R3(config-if)#no shutdown
R3(config-if)#int loop 0
R3(config-if)#int loop 1
R3(config-if)#router eigrp 1
<Output omitted>
R1 thinks that if it wishes to reach the 10.0.0.0 networks, it will run equal cost load balance and that
will cause strange behaviors.
R1#ping 12.0.0.2
!!!!!
R1#ping 12.1.0.2
U.U.U
R1#ping 12.2.0.3
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 32/60/108 ms
R1#ping 12.3.0.3
U.U.U
R2(config)#router eigrp 1
R2(config-router)#no auto-summary
R3(config)#router eigrp 1
R3(config-router)#no auto-summary
<Output omitted>
00:00:20, FastEthernet0/1
R1#ping 12.0.0.2
!!!!!
R1#ping 12.1.0.2
!!!!!
R1#ping 12.2.0.3
!!!!!
R1#ping 12.3.0.3
!!!!!
R1(config)#int s1/0
R1(config-if)#no shutdown
R1(config-if)#int s1/1
R1(config-if)#no shutdown
R1(config-if)#router eigrp 1
R1(config-router)#no auto-summary
R2(config)#int s1/0
R2(config-if)#no shutdown
R2(config-if)#int f0/0
R2(config-if)#ip add 12.0.0.2 255.255.255.0
R2(config-if)#no shutdown
R2(config-if)#int loop 2
R2(config-if)#router eigrp 1
R2(config-router)#no auto-summary
R3(config)#int s1/1
R3(config-if)#no shutdown
R3(config-if)#int f0/0
R3(config-if)#no shutdown
R3(config-if)#router eigrp 1
R3(config-router)#no auto-summary
<Output omitted>
We want R1 to reach the 2.2.2.2/32 network using un-equal cost load balance via R2 and R3. But to
accomplish that, the route via R3 must exist in the topology table.
<Output omitted>
P 10.0.0.0/24, 1 successors, FD is
(2195456/281600), Serial1/1
R1(config)#router eigrp 1
R1(config-router)#variance 2
<Output omitted>
R1#traceroute 2.2.2.2
1 11.0.0.3 52 msec
10.0.0.2 60 msec
11.0.0.3 28 msec
Best Wishes
Abeer